/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#ddf2ff; 
}


form {
	padding: 0;
	margin: 0;
	border: 0;
}

.warning {
	color: #660000;
	font-weight: bold;
}

table#wrapper {
	background:transparent url("/images/footer-repeat.jpg") repeat-x bottom left; 
}
p, div, td, select, input, th, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.padding{
	margin: 0;
	padding: 10px;
}
h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #00386B;
	color: #00386B;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #2D76B9;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #2D76B9;
}
.topMenu {
	background:#00386B url("/images/design/arbrux_r1_c1.jpg") no-repeat bottom center; 
	text-align: right;
}
.pTagline {
	color: #00386B;
	font-style:italic; 
	padding-left: 15px;
}
div.leftPadding {
	margin: 0;
	border: 0;
	padding: 0 0 0 15px;
}
ul.newLeftMenu {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.newLeftMenu li {
	text-align: center;
	font-size: 14px;
	margin: 6px 0;
	padding: 0;
	font-weight: bold;
}
.newLeftMenu a, .newLeftMenu a:visited, .newLeftMenu a:active{
	color: #00386B;
	text-decoration: none;
	
}
.newLeftMenu a:hover{
	color: #FFFFFF;
}
.topMenu ul {

	display: inline;
	list-style: none;
	} 

.topMenu ul li {
	padding-left: 15px;
	margin-left: 0;
	
	display: inline;
	}

.topMenu a, .topMenu a:visited, .topMenu a:active {
	color: #FFFFFF;
	text-decoration:none;	
}
.topMenu a:hover {
	color: #CCCCCC;
	text-decoration:none;
}

.secondMenu {
	background:#00386B url("/images/design/arbrux_r3_c1.jpg") no-repeat top center; 
}

.secondMenu ul {
	margin:0;
	padding:0;
	display: inline;
	list-style: none;
	} 

.secondMenu ul li {
	padding-left: 15px;
	margin-left: 0;
	
	display: inline;
	}

.secondMenu a, .secondMenu a:visited, .secondMenu a:active {
	color: #FFFFFF;
	text-decoration:none;	
}
.secondMenu a:hover {
	color: #CCCCCC;
	text-decoration:none;
}

.leftCol {
	background-color: #9FC5E8;
}

.leftColHeading {
	margin-bottom:0;
	padding-bottom:0;
	color: #2D76B9;
	text-align: left;
}
div.leftBox {
	border: 1px solid #2D76B9;
	padding: 10px;
	margin: 1px;
	margin-top:0;
	color: #666666;
}
.center {
	text-align: center;
}
.leftCol a, .leftCol a:active, .leftCol a:visited {
	color: #666666;
	text-decoration: none;
}

.leftCol a:hover {
	color: #000000;
}

.rightCol {

}

.footer td, .footer p{
	color: #FFFFFF;

}
.footer, .footer a, .footer a:active, .footer a:visited, .footer a:hover {
	color: #FFFFFF;
}
.copy, .copy a, .copy a:active, .copy a:visited, .copy a:hover {
	
	color: #FFFFFF;
	font-size: 9px;
}

.question {
	font-weight: bold;
	margin-left: 20px;
}
div.response {
	margin: 10px;
	margin-left: 40px;
}

a, a:active, a:visited {
	color: #00386B;
}

a:hover {
	color: #999999;
}
.dataName {
	font-weight: bold;
	text-align: right;
}

.disclaimer {
	font-size: 9px;
	color: #666666;	
}
td.resources {
	background:#A0C6E9 url("/images/resources/resources_r2_c2.jpg") no-repeat bottom right; 
	height: 201px;
	text-align: center;
}
.price {

   font-weight: normal;
   color: #000000;
   border-style: none;
   text-align: right;
  }
div.overlay {
	background:url(/images/lightbox-blank.gif) no-repeat;
	padding: 0px;	
	width:  734px; 
	height: 200px;
	display:none;
	border: 0px none;
}

div.overlay div.close {
	background:url(/img/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player {	
	display:block;
	width:350px;
	height:300px;	
	background:url(/images/splash.png) no-repeat;

	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
	

/* playlist style */
#playlist {
	width:312px;
	height:350px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:4px 10px 12px 10px;
	background-color:#efefef;

}

/* playlist entry */
#playlist a {
	display:block;
	width:100%;
	height:90px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#ffc;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#ffc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:blue;		
	padding-bottom:5px;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(/img/demos/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}