/* CSS Document */

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 8pt;
	color: #333333;
	background: #D6D7D6;
}


p {
	padding: 0px;
}


ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}

a:link, a:visited {
	color: #00A2D6; 
	text-decoration: underline;
	font-weight:
}

img {
 border: none;
}

a:hover {
	color: #900;
	text-decoration: none;

}

table.contentpaneopen {
	padding: 0px;
	margin: 10px;
	}
	
table.contentpane {
	padding: 0px;
	margin: 10px;
	}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

table.moduletable {
	padding: 0px;
	margin: 10px;
	}

td {
	text-align: left;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #007091;
	text-decoration: none;
}

.contentheading {
	height: 30px;
	color: #00A1D2;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.componentheading {
	height: 30px;
	color: #00A1D2;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
