body
{
	font-size: 100.01%;
	font-family: Arial;
}

input,
textarea,
select,
table
{
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

body
{
	margin: 0px;
	padding: 1px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
}

.fresh_button,
.button20,
#subnavi_container_list,
#callprogress_container,
#translationEnabler,
#debug,
.view_template {
	display: none;
	visibility: hidden;
}

.incorrect {
	font-weight: bold;
	color: #f00;
}

.fresh_button {
	border: 1px dotted black;
}
/* ########## MODAL WINDOWS START ########## */
.sg_background_hider
{
	background-color:#000000;
}

.sg_modal_window
{
	cursor:default;
}

.sg_modal_bottom
{
	width:548px;
	height:16px;
}

.sg_modal_closebox
{
	cursor:pointer;
}

.sg_modal_window p
{
	margin-bottom:20px;
}

div.sg_modal_title,
p.sg_modal_title
{
	font-weight:bold;
	/*padding-left:60px;*/
	background-repeat:no-repeat;
	margin-bottom:10px;
}

div.sg_modal_text,
p.sg_modal_text
{
	overflow:hidden;
	/*padding-left:60px;*/
}

div.sg_modal_buttons,
p.sg_modal_buttons
{
	text-align:right;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
	height:22px;
	margin-left: 52px;
}

.sg_modal_content
{
	border-width:0 1px;
	color:#000000;
	padding:0 28px 0 28px;
	overflow:hidden;
}

.sg_modal_content .fresh_button
{
	margin-right:5px;
}

/*.sg_modal_window input
{
	margin-left:15px;
}*/

.sg_modal_fax_scroller
{
	width:483px;
	height:400px;
	overflow:auto;
	border:1px solid #cecece;
	margin-bottom:10px;
	/*background:url('../images/fax/preview_bg.gif');*/
	background-color:#eeeeee;
}

.sg_modal_navi_bar
{
	margin:auto;
}

.sg_modal_navi_bar a
{
	cursor:pointer;
	text-decoration: underline;
}

.sg_modal_navi_bar a.open_page
{
	text-decoration: none !important;
	font-weight:bold;
}

.sg_modal_link_container
{
	display:inline;
	vertical-align:middle;
}

.sg_modal_link_container a
{
	vertical-align:middle;
}

.sg_modal_link_container img
{
	vertical-align:middle;
}

.sg_modal_fax_headline
{
	font-size:16px;
	font-weight:bold;
	height:40px;
	text-align:left;
}

.sg_modal_input
{
	width:98%;
}

.sg_modal_icon
{
	float:left;
	margin-right:20px;
}

.sg_modal_inputdescription
{
	margin-bottom:10px;
}

/* ########## MODAL DEFAULT THEME */
.sg_modal_window_newbox_closer
{
	background:url('../images/lightbox/newbox/lightbox_top_close.png') no-repeat top right;
	/*padding-top:34px;*/
}

.sg_modal_window_newbox
{
	background:url('../images/lightbox/newbox/lightbox_top_right.png') no-repeat top right;
}

.sg_modal_windowtop_newbox
{
	background:url('../images/lightbox/newbox/lightbox_top_left.png') no-repeat top left;
	margin:0 34px 0 0;
	height:34px;
	position:relative;
}

.sg_modal_content_newbox
{
	background-image:url('../images/lightbox/newbox/lightbox_left.png');
}

.sg_modal_bottom_newbox
{
	background-image:url('../images/lightbox/newbox/lightbox_bottom_left.png');
	width:100%;
}

.sg_modal_closebox_newbox
{
	cursor:pointer;
	width:22px;
	height:22px;
	position:absolute;
	top:6px;
	right:-28px;
	margin-bottom:0;
}

.sg_modal_middleright_newbox
{
	background:url('../images/lightbox/newbox/lightbox_middle_right.png') repeat-y top right;
	padding-right:17px;
	/*background-color:red;*/

}

.sg_modal_bottomright_newbox
{
	background:url('../images/lightbox/newbox/lightbox_bottom_right.png') repeat-y top right;
	padding-right:20px;
	overflow:hidden;
}

/* ########## MODAL WINDOWS END ########## */
/* LOGIN PAGE */

body {
	background: none;
}

#logo {
	float: none;
	margin: 50px auto 0;
}

.failed_login {
	width: 400px;
	margin: 50px auto;
}


div.failed_login_voice {
	width: 280px;
	margin: 40px auto 0;
	padding: 8px 10px 10px 10px;
	background-color: #f9c7c6;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	color: black;
}

.grey_box {
	background-color: #f7f7f7;
	margin: 0px;
	padding: 30px;
	line-height:16px;
	margin: 50px auto 0;
	width: 240px;
/*	float: left; */
	min-height: 200px;
/*	position: relative; */
}

#grey_box {
	background-color: #eeeeee;
	margin: 0px;
	line-height:18px;
	margin: 40px auto 0;
	width: 300px;
	min-height: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url('../images/login/grey_box_footer.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.content {
	position: inherit !important;
}

#grey_box h2 {
	color: white;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Verdana, sans serif;
	font-weight: normal;
	border: none;
	padding: 60px 30px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	margin: 0;
}

#grey_box.one h2 {
	background-color: #004b7d;
	background-image: url('../images/login/grey_box_one_header.jpg');
	}
	
	
#grey_box.acd h2 {
	background-color: #004b7d;
	background-image: url('../images/login/grey_box_acd_header.jpg');
	}
	
#grey_box.team h2 {
	background-color: #004b7d;
	background-image: url('../images/login/grey_box_team_header.jpg');
	}	
	
#grey_box.trunking h2 {
	background-color: #004b7d;
	background-image: url('../images/login/grey_box_trunking_header.jpg');
	}
	
#grey_box.basic h2 {
	background-color: #004b7d;
	background-image: url('../images/login/grey_box_basic_header.png');
}
	
#grey_box.generic h2 {
	background-color: #004b7d;
	font-size: 18px;
	padding: 25px 30px 0;
	height: 40px;
	background-image: url('../images/login/grey_box_generic_header.jpg');
}
	
#grey_box form {
	padding: 30px 30px 44px;
}

form label {
	font-weight: bold;
}

form label.remember_link {
	font-weight: normal;
}


form label.remember_link input{
	margin: 0px 8px 0px 0;
	position: relative;
	top: 1px;
}

button.voice_button_big
 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	color: white;
	padding: 4px 8px 6px;
	margin:0;
	background-color: #004b7d;
	background-image: url('/static/images/voice/btn_voicebutton.png');
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #004b7d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

button.voice_button_big.green {
	background-image: url('/static/images/voice/btn_voicebutton_green.png');
	background-color: #79a90e;
	border: 1px solid #6c9e01;
}

.marginleft {
	margin-left: 10px;
}

.floatright {
	float: right;
}

.formelement {
	background-image: url(../images/input_shadow.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 17px;
	border: 1px solid #CCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	padding: 5px;
	margin-bottom: 15px;
}

.formelement:focus {
	border: 1px solid #ababab;
}

div#buttoncontainer {
	margin-top: 25px;
	text-align: center;
}

div#grey_box.basic div#buttoncontainer {
	margin: 15px -2px 0 -2px;
}

.formsubmit {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 640px;
	cursor: pointer;
}

div.button20_big_orange {
	background: url(/static/images/default/orange_btn_right.png) no-repeat right top;
	color: #FFF;
	height: 35px;
	padding-right: 3px;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
	white-space:nowrap;
	color: white;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}

div.button20_big_orange span {
	background: url(/static/images/default/orange_btn_left.png) no-repeat left top;
	display: block;
	height: 35px;
	padding: 8px 30px 0;
	text-decoration: none;
}


.formsubmit div.rightThing {
	background-image:url(../../images/default/btn_blue_right.gif);
	background-position: right center;
	background-repeat:no-repeat;	
}

.formsubmit div.leftThing {
	background-image:url(../../images/default/btn_blue_left.gif);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:33px;
	padding: 0 7px 0 5px;
	margin: 0 25px 0 0;
	
	font-weight: bold;
	text-align: left;
}

a.blue_btn {
	color: #FFFFFF !important;
	font-weight: bold;
	/* display: block; */
	float: left;
	text-decoration: none;
	background-image: url(../../images/default/btn_blue_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 25px;
	height: 33px;
	line-height: 33px;
}
	
a.blue_btn span {
	background-image: url(../../images/default/btn_blue_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 5px;
	display: block;
	padding-right: 15px;
	line-height: 33px;
}

div.loginLinks {
	margin: 0 auto 50px;
	width: 240px;
}

div#loginLinks {
	margin: 20px auto 50px;
	text-align: center;
}

div.loginLinks ul {
	padding-left: 15px;
}

div.loginLinks ul li {
	list-style-image: url(../../images/default/bullet_small_blue.gif);
}

div.loginLinks ul li a {
	color: #000000;
}

ul.list {
	padding: 0px;
	margin: 0px;
}

ul.list li {
	list-style-image: url(../../images/default/list_style_bullet.gif);
	list-style-position: outside;
	padding-bottom: 15px;
}

ul.list li a {
	color: #000000;
}

.form_email {
	background:url(../images/input_shadow.gif) no-repeat;
	width: 122px;
	height: 17px;
	border: 1px solid #CCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	padding: 5px 5px 0 5px;
	margin: 0 3px 0 0;
	}
	
.form_password {
	background:url(../images/input_shadow.gif) no-repeat;
	width: 122px;
	height: 17px;
	border: 1px solid #CCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	padding: 5px 5px 0 5px;
	margin: 0 4px 0 2px;
	}
	
.forgot_password {
	font-size: 9px;
	color: #555555;
	text-align: right;
	display: block;
	margin: 4px 30px 0 0;
	}
	
.login_submit {
	background: url(../../images/default/submit.jpg) no-repeat top;
	width: 22px;
	height: 22px;
	border: 0px solid;
	cursor: pointer;
	margin-left: 3px;
	}				

div.overTxtDiv {
/*	font-weight: bold; */
	padding-top: 2px;
	color: #999;
	font-size: 10px;
	position: absolute;
}


div.messageBarSuccess {
	margin: 50px auto 15px;
	background-color:  #CAEFA2;
	/* background:  #CAEFA2 url(../../images/okay_16.gif) no-repeat 10px 6px;
	font-weight: bold;
	*/
	line-height: 21px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	width: 260px;	
}

div.messageBarFailed {
	margin: 50px auto 15px;
	background-color:  #F9C7C6;
	/*
	background:  #F9C7C6 url(../../images/failure_16.gif) no-repeat 10px 6px;
	font-weight: bold;
	*/
	line-height: 21px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	width: 260px;	
}





div#logoutContainer .blue-gradient {
	background:url(../../images/default/logout/blue-gradient.jpg) repeat-x top;
	height: 240px;
	width: 100%;
}

div#logoutContainer .loggedout-box {
	width: 560px;
	margin: 0px auto;
	position: relative;
}

div#logoutContainer .img-iphone {
	width: 277px;
	height: 265px;
	float: left;
	margin: -27px 0 0 -10px;
	border:0;
}

div#logoutContainer .img-twitter {
	width: 277px;
	height: 265px;
	float: left;
	margin: -27px 0 0 -20px;
	border:0;
}

div#logoutContainer a.logo {
	background:url(../images/empfang_6.png) no-repeat top;
	margin: 0px auto;
	width: 161px;
	height: 41px;
	display: block;
	text-indent: -9999px;
	margin-top: 40px;
	margin-bottom: 40px;
}

div#logoutContainer .loggedout-box h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 35px 0 0 0;
	padding: 0;
	float:left;
}

div#logoutContainer .loggedout-box p {
	margin: 15px 0 0 0;
	padding: 0px;
	color: #fff;
	line-height: 20px;
	float: left;
	width: 290px;
}

div#logoutContainer a.orange-button{
	background:url(../../images/default/orange_btn_right.png) no-repeat scroll right top transparent;
	width:290px;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	height:35px;
	padding-right:3px;
	text-align:center;
	text-decoration:none;
	margin: 25px 0px 0 0;
}

div#logoutContainer a.orange-button span {
	background:url(../../images/default/orange_btn_left.png) no-repeat scroll 0 0 transparent;
	display:block;
	height:35px;
	min-width:107px;
	padding:8px 30px 0;
	text-decoration:none;
}

div#logoutContainer a.download {
	width:290px;
	float: left;
	color: #ffffff;
	text-decoration: underline;
	text-align: center;
	margin: 5px 0 0 0;
}

div#logoutContainer div.successBox {
	background:url(../../images/icon_success.gif) no-repeat scroll 8px 6px #CAEFA2;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	min-height:20px;
	vertical-align:middle;
	width:560px;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
div#logoutContainer div.successBox div {
	color:#000000;
	min-height:15px;
	padding:7px 10px 7px 40px;
	vertical-align:middle;
	font-weight: bold;
}

div#logoutContainer div.successBox div a {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	position: absolute;
	top: 7px;
	right: 10px;
}

/* --------------------------- FEEDBACK Link --------------------*/

a.voice_feedback_button,
a:link.voice_feedback_button,
a:visited.voice_feedback_button,
a:hover.voice_feedback_button,
a:active.voice_feedback_button,
a:focus.voice_feedback_button {
	background:url('../../images/voice/feedback_button.png') no-repeat top right;
	display:block; 
	width:33px; 
	height:117px; 
	position:fixed; 
	top: 250px; 
	left: 0; 
	z-index:10000;
	text-decoration: none;
}

#recaptcha_image img {
	width: 242px;
}
.button {display:inline-block; color:#fff; background:url(../images/button.png) 0 0 repeat-x #131f2b;font-size:14px;text-transform:uppercase;text-decoration:none;font-weight:bold;line-height:1.2em;padding:8px 10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:3px 4px 5px rgba(0,0,0,.2);-moz-box-shadow:3px 4px 5px rgba(0,0,0,.2);-webkit-box-shadow:3px 4px 5px rgba(0,0,0,.2);}
.button:hover {background:url(../images/button-hover.png) 0 0 repeat-x #f6b404;text-decoration:none;}