/** 
 * File Info
 * ----------------------------------
 * @filename     styles.css
 * @created      xx.xx.xxxx
 * @author       unknown
 * @description  
 *
 * History
 * ---------------------------------
 * Date         Name      Note
 * xx.xx.xxxx      
 * 02.01.2009   smurphy   Added styles for the audio player
 * 02.09.2009   smurphy   new style for HRules
 * 
 */


BODY {
	background-color: #CEE3F3;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.tornPageAdj {
	height: 223px;
	background-color: white;
	vertical-align: top;	
	
	
}

HR {
	color: #C9E8ED;
	background-color: #C9E8ED;	
	border-bottom: 1px solid #CCCCCC;	
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #006ebe;
	margin-top: 7px;
	margin-bottom: 7px;
}

.pageContent, .pageContent TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.featureContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
}

.featureTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 9px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
}

a:link, a:active, a:visited, a.pageContent:link, a.pageContent:active, a.pageContent:visited  
{

	color: #ed2c35;

	text-decoration: none;

}

a:hover, a.pageContent:hover {

	color: #ed2c35;

	text-decoration: underline;

}

.topnav {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
}

a.topnav:link, a.topnav:active, a.topnav:visited {
	color: #333333;
	text-decoration: none;

}

a.topnav:hover {
	color: #006ebe;
	text-decoration: none;

}

.nameDiv {
	display: none;
}

.shareDiv {
	display: none;
	position: absolute;
	font-family: verdana;
	font-size: 10px;
	width: 200px;
	height: 100px;
	background-color: white;
	border: 1px solid #666666;
	padding: 5 5 5 5;
	z-index: 0;
}

.shareDiv textarea {
	font-family: verdana;
	font-size: 9px;
	width: 200px;
	height: 50px;
}