/* RxHope Styles */
@import url("main.css");

html, body {
	background-color: #d8d8d4;	
	font-family:  Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	margin: 1px 0px 0px 0px;
	padding: 0;
	text-align: center;
}

.TrasmissionPanelCssE
{
border-style:solid;
border-width:medium;
border-color:#003399;
}
.TrasmissionPanel
{
    margin:10px 10px 10px 20px;
}
.cbTransmission, .cbTransmission:hover
{
 position:absolute;
 right:0px;
 color:White;
 font-weight:bold;
}
.cbTrasmissionNo
{
width:400px;
height:200px;    
}

#container {
	width: 950px;	
	margin: 0 auto;
	text-align: left;	
	}	
		
#header {
	width: 950px;
	height:69px;
	background-color: #fff;
	}
	
#header .topLeft{	
	width: 210px;
	float: left;
	text-align:center;
	}

#header .topRight {
	width: 740px;
	float: right;
	font-size: 10px;
	}
	
#header .topRight .header-link {
	background-color: #5990b1;
	color:#FFFFFF;
	width: 730px;
	margin-top: 5px;
	padding-right: 10px;
	text-align: right;
	float: right;	
	}

#header .topRight .header-link ul.navigation {	
	list-style-type:none;
	padding: 0px 0px 0px 0px;	
	}
	
#header .topRight .header-link ul.navigation li {	
	padding: 0px 0px 0px 5px;
	display: inline;
	border-right: 1px solid #fff;
	}
	
#header .topRight .header-link ul.navigation li.last {	
	display: inline;
	padding:0px 5px 0px 5px;
	border-right: none;
	}	
	
#header .topRight .header-link ul.navigation li  a {
	text-decoration: none;
	color:#FFFFFF;
	}
	
#header .topRight .header-link ul.navigation li a:hover {
	color: #000000;
}

#header .topRight .header-link ul.navigation li a.selected {
	color: #000000;
}	

#header .topRight .contentdata {		
	color: #fff;
	text-align: right;
	padding: 2px 5px 5px 0px;
	}	


#mainBody {
	background-color:#ffffff;
	color:#000000;
	}

#mainBody .mainBodyNavigation {
	background-color:#ffffff;	
	width: 210px;
	min-height:581px;
	height:100%;
	font-size: 11px;
	position:absolute;
	float: left;
	border-right: 1px solid #A3A3A3;
	}


#mainBody .mainBodyNavigation a {
   color: #003bbe;
   text-decoration: none;
}

#mainBody .mainBodyNavigation a:hover {
   color: #505050;
   text-decoration: underline;
}

#mainBody .mainBodyNavigation a:active {
   color: #f00;
   text-decoration: none;
}

#mainBody .mainBodyContent {	
	background-color:#ffffff;
	width: 740px;
	min-height:581px;
	font-size:12px;
	float:	right;
	padding-left:10px;
    overflow: auto
	}
	
#mainBody .mainBodyContent .banner{
	margin-left:10px;
	}
	
#mainBody .mainBodyContentNoLogin {	
	background-color:#ffffff;
	width: 940px;
	min-height:581px;
	font-size:12px;
	float:	right;
	padding-left:10px;
	}
	
#footer{
	width: 950px;	
	height:15px;
	margin:2px 2px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:right;
	clear:both;
	}

#footer a {
	font-size: 10px;
	color:#2A2A2A;
	text-decoration : none;
	}

#footer a:hover{
	font-size: 10px;
	color: #505050;
	text-decoration : underline;
	}
	
#footer a:active{
	color:#FF3300;
	}
	
td {
	font-size: 11px; 
	color: #333; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}	
	
a {
	font-size: 11px;
	color: #003bbe; 
	text-decoration: none
}

a:hover {
	font-size: 11px;
	color: #f00; 
	text-decoration: underline
}

a:active {
	font-size: 11px;
	color: #f00; 
	text-decoration: none
}

a.topnav {
	font-size: 9px; 
	color: #fff; 
	text-decoration: none
}

a.topnav:hover {
	font-size: 9px; 
	color: #fff; 
	text-decoration: underline
}

a.topnav:active {
	font-size: 9px; 
	color: #fff; 
	text-decoration: none
}	
.Errorpanel
{
padding: 20px 20px 20px 20px;
font-weight:bold;
border-style:solid;
border-width:thin;    
}