﻿#resourcesLi dt
{
	background-image: url('/images/navlink_active.gif'); 
	background-repeat: repeat-x; 
}

strong
{
	font-size: 100%;
	font-weight: bold;
}
.player
{
	clear:both;
	margin: 5px 0px 0px 0px;
}
.callInfo
{
	font-size: 100%;
	float: left;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
	display:inline;
}

.clear
{
	clear: both;
}
.fileDownload
{
	color: White;
	font-size: 75%;
}
.downloadLink
{
	font-size: 80%;
	clear:both;
}
.downloadLink a
{
	font-size: 120%;
}
h3
{
	font-weight:bold; 
	color:#20345a; 
	margin: 20px 0 10px 0; 
	font-size:16px;
}
.toggler  
{ 
	cursor:pointer; 
	font-weight:bold; 
	color:#20345a; 
	margin: 0; 
	font-size:14px; 
	padding: 3px 3px 3px 5px;
	text-decoration: underline;
	
}  
.toggler:hover   
{ 
	background:#20345a;
	color: #ff9f00; 
}  
.toggleractive
{
		background:#ddd;
	color: #ff9f00; 
}
.element    
{ 
	padding: 0px 10px 20px 10px;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: white;
} 

#bottomAction
{
	cursor: pointer;
}

.joinLbl
{
	
	font-size: 85%;

	margin: 2px 0px 10px 140px;
}
.joinBx
{
	width: 300px;
	float: left;
	margin: 2px 3px 0px 140px;
	border: solid 2px gray;
	padding: 2px;
}
.joinBtn
{	

	float: left;
	height: 20px;
	width: 40px;
	border: none;
	background: url('/images/joinBtn.png') no-repeat top left;
	cursor: pointer;
	margin: 4px 0px 0px 0px;
}
.joinBtn:hover
{
	 background-position: left -20px;
}

.confirmation
{
	font-size: 120%;
	color: #20345a;
	width: 400px;
	margin: 5px 0px 0px 115px;
	text-align: center;
}

#options {width:600px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {width:600px; list-style:none; color:#033;}
#acc h4 {width:600px;font-weight:bold; margin-top:5px; cursor:pointer;}
#acc h4:hover {background-color:#20345a;color:#9ac1c9}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:550px; padding:15px;}

#nested {width:550px; list-style:none; color:#033; margin-bottom:15px}
#nested h4 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#nested h4:hover {background:url(images/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:525px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(images/header_over.gif)}