/* Top Elements */

body {
	background: #fcf0c8;
/*	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;*/ 
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 80%;
	color: #333; 
  overflow: -moz-scrollbars-vertical;
	background-repeat: repeat-x;  
/*	background-image: url(/images/layout/main-bg.gif); */
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #bf1414; 
}
a:hover {
/*	color: #cb4f4f;*/
	color: #3d5f8f;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #3d5f8f;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
/*	color: #3d5f8f;*/	
}

li {
	padding: 0 0 10px 0;;
}

ul span, ol span {
	color: #666666;
}

.date {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	text-align:right;
	vertical-align:top;
	color: #555555;
  padding-right:25px;
}



.topmenu-off, .topmenu-on {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
		font-weight: bold;
		color: #000000;
		vertical-align: center;
    padding: 0 12px 0 10px;
		margin: 0 0;
}

.topmenu-off A:link {color: #000000; text-decoration:none;}
.topmenu-off A:visited {color: #000000; text-decoration:none;}
.topmenu-off A:active {color: #000000; text-decoration:none;}
.topmenu-off A:hover {color: #ffffff; text-decoration:underline;}

.topmenu-on A:link {color: #ffffff; text-decoration:underline;}
.topmenu-on A:visited {color: #ffffff; text-decoration:underline;}
.topmenu-on A:active {color: #ffffff; text-decoration:underline;}
.topmenu-on A:hover {color: #ffffff; text-decoration:underline;}

/* Footer */	
#footer, #COMMbitsfooter {
/*
background: #CCC url(images/footer.jpg) no-repeat center top; 
	width: 820px;
	height: 55px; 
*/
	clear: both;
	font: 11px Verdana, Tahoma, arial, sans-serif;
	text-align: left;	
	color: #000000;
}
#footer a, #COMMbitsfooter a { text-decoration: none; color: #000000; }
#footer a:hover, , #COMMbitsfooter a:hover { text-decoration: underline;}



.cooltable {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}

.cooltable td, .cooltable p {
  padding: 4px;
}

.cooltable tr.title {
	font-style: normal;
	font-weight: bold;
	color: #000000;
  background-color: #DADADA;
  padding: 3px;
}

.cooltable tr.datarow1 {
    background-color: #FAFAFA;
}

.cooltable tr.datarow2 {
    background-color: #F0F0F0;
}

.cooltable .errorMsg UL {
	 color: red;
}

.cooltable input, .cooltable textarea, .cooltable select, .cooltable option {
	color: #333333;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	
	font-size: 12px;
}

.cooltable .separator {
	background-color: #bf311a;
	color: white;
	text-align: center;
	font-weight: bold;
}

