/* template_css */
html, body{ 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
text-align: justify;
background: url(../images/bg.jpg) left top;
background-repeat: repeat-x;
margin:0; 
padding:0; 
text-align:center; 
background-color: #31566E;

} 

table.moduletable th {
 background: url(../images/moduletitle.png) left top no-repeat;
  margin-left: -8px;
	margin-right: -7px;
	/*border: 0px solid #f00;*/
	margin-bottom: 5px;
	height: 29px;
	width: 180px;
	line-height: 29px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 8px;
	color: #57616E;
}
 
table.moduletable td {
  background: url(../images/modulebg.png) left top;
  background-repeat: no-repeat;
  font-size: 11px;
  padding-left: 5px;  
  font-weight: normal;
}

ul
{
margin: 0;
padding: 0;
list-style: none;

}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
 background: transparent url(../images/arrow.png)no-repeat left;


}


table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 0px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	}
	
	

table.contentpane td.sectionentry2{
  width: 200px;
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}


.componentheading {

	color: #B70000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 1px;
	
	}
	
	.contentheading {
  
  margin-left: 3px;
  padding-left: 3px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7492AB;
  
  text-align: left;
  text-indent: 4px;
  line-height: 50px;
  background: url(../images/contentheading.png) left  no-repeat;

  

  
}
a:link, a:visited {
	color: #BD4B37; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #742E21;	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
  margin-left: -10px;
	margin-right: -10px;;
  display: block;
	background: transparent url(../images/menubg.png);
	font-size: 10px;
	font-weight: bold;
	color: #535657;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	width: 180px;
}

a.mainlevel:hover {
  margin-left: -10px;
	margin-right: -10px;;
  display: block;
	background: transparent url(../images/menubg.png);
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	width: 180px;
}


 table.pollstableborder {
  padding: 0;
  margin: 0;
  background: none;
  text-align: left;
}
table.pollstableborder td.sectiontableentry2 {
  padding: 5px 2px 0 0;
background: none;
}

table.pollstableborder td.sectiontableentry1 {
  padding: 5px 2px 0 0;
background: none;
}

.poll{
color: #7492AB;
font-size: 10px;
background: none;
}
