html {
	height: 100%;	
}

body {
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Sans Serif;
	color: #333;
	font-size: 8pt;	
	background-image: url('../images/line-tile.png');
}


/************* HEADINGS **************/

/* Heading of dynamic content (news) */
.contentheading
{
	height: 20px;
	/*color: #c64934;*/
	font-weight: bold;
	font-size: 14px;
	
}

/* Heading of components (static  content )*/
.componentheading, td.componentheader h3, h1
{
	height: 17px;
	padding: 0px;
	margin: 0px;
	color: #c64934;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 15px;
	/*text-transform: uppercase;*/
}

/* In-content headings */
h2{
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	
}


.clr {
	clear: both;
}



/* Pathway is not used */
#pathway_text 
{
	display: none;
}

.outline 
{
  	border: 2px solid #EEEEEE;
	background: #F5F5F5;
  	padding: 0px;
  	margin: 0px;
}

#header {
	text-align: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px;
	float: left;
	width: 800px;
	height: 125px;
	background: url(../images/header.jpg) no-repeat;	
}

#left {
	text-align: left;
  	float: left;
  	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-left: 5px;
	width: 150px;
}

#right {
  	float: left;
  	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-right: 5px;
	width: 125px;
	
}

.clr
{
	clear: both;
}

/* Module headers in the left sidebar */
#left div.moduletable h3
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 23px;
	width: 147px;
	padding-top: 2px;
	color: #FFFFFF;
	background: url(../images/sidebarmodule_header.png) no-repeat;
	font-size: 12px;
}

.sectionheader
{
	text-align: left;
	padding: 0px;
	padding-left: 15px;
	font-weight: bold;
	margin: 0px;
	height: 18px;
	width: 98%;
	padding-top: 2px;
	color: #FFFFFF;
	background: url(../images/moduleheader-wide.png) no-repeat;
	/*background-color: #C64934;*/
}

#content {
	display: block;
	padding: 0px;
	margin-top: 2px;
	margin-left: 10px;
	float: left;
	width: 625px;
	font-size: 11px;
         text-align:left;
}

/********* Links ********/
a:link, a:visited 
{
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

/*********** Latest News Module ***********/
ul.latestnews
{
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	list-style-type: square;
	list-style-position: outside;	
}

ul.latestnews li 
{
	padding: 0px;		
	margin: 0px;
	padding-bottom: 3px;	
}


ul.latestnews A:link, ul.latestnews A:visited
{	
	color: #333;
	font-size: 8pt;	
	font-weight: normal;
}


ul.latestnews A:hover
{
	color: #D00;
}

div.moduletable 
{
	padding-top: 5px;
	padding-bottom: 10px;
}

table.moduletable th, #content div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

div.timeicon{
	background: url(../images/time_10.png) no-repeat;
	display: block;
	width: 13px;
	height: 10px;
	float: left;
}

.createdate {
	vertical-align: middle;
	height: 11px;
	padding-bottom: 4px;
	padding-top: 0px;
	color: #999999;
	font-size: 9px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menubackground.png) no-repeat;
	padding: 0px;
	padding-left: 20px;
         padding-top: 8px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #6D6D6D;
	text-align: left;
	
	height: 30px !important;
	width: 130px;
	text-decoration: none;
	text-transform: uppercase;
}

div.menucontent
{
	margin: 0px;
	padding-top: 10px;
}

a.mainlevel:hover {
	background: url(../images/menubackground_highlight.png) no-repeat;
}

a.mainlevel#active_menu {
	background: url(../images/menubackground_highlight.png) no-repeat;
	color:#D00;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	/*color: #c64934;*/
	color: #C69134;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
	text-decoration: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}