/* Mambospan Glass Template: Some css codes are based on third party open source codes */
HTML {
	height: 100%;
	margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
	background:#9999CC;
}

a:link, a:visited {
	color: #7A7A7A; 
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #0000FF;	text-decoration: none;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #555555;
}

h3, .componentheading {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #7A7A7A;
	line-height: 18px;
	margin: 5px 0 10px 0;
	padding-bottom: 3px;
}

.contentheading {
  	font-family: Arial, Tahoma, Helvetica, sans-serif;
  	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: normal;
	height: 24px;
	vertical-align: bottom;
	color: #7A7A7A;
	text-align: left;
	width: 100%;
}

table.contenttoc {
	margin: 5px;
	border:solid 1px #7A7A7A none;
	background: url(../images/background.gif);
}

table.contenttoc th {
	font-size: 12px;
	text-align:center;
	font-weight:bold;
	color: #333333;
	background: url(../images/mambospan_button.png);
	padding: 3px;
}

table.contenttoc td {
	font-size: 10px;
	padding: 2px 8px;
}

td.sectiontableheader {
	background: #efefef;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  	padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  	padding: 3px;
}

table.contentpane, table.contentpaneopen {
  	width: 100%;
}

div.moduletable {
  	margin-bottom: 10px;
}

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

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

.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

#page_bg {
	height: 100%; 
	background: #88A2DB;
	padding: 0;
	margin-bottom: 1px;
}

table#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	table-layout:fixed;
}

table#inner {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

td.bottom {
	text-align: middle;
	height: 48px;
	line-height: 25px;
	text-indent: 20px;
	vertical-align:middle;
  	background: url(../images/layout_06.jpg);
}

td.bottom a:link, td.bottom a:visited {
	color:#999999;
	text-decoration:none;
}

div#wrapper {
	background: #ffffff;
	margin: auto;
	min-width: 750px;
	max-width: 1100px;
	width: expression(document.body.clientWidth > 1100? "1100px": "auto" );
}

div#title {
	background: url(../images/layout_02.jpg);
	background-repeat:no-repeat;
	height: 103px;
	color:#787878;
	font-size:36px;
	line-height:60px;
	font-weight:bold;
	text-indent:20px;
	vertical-align:middle;
}
.content_background{
	background: url(../images/layout_05.jpg);
	background-repeat:repeat-y;
	padding-left:62px;
	padding-right:70px;
}
.topmenu_td{
	background: url(../images/layout_05.jpg);
	background-repeat:repeat-y;
	padding-left:40px;
	padding-right:40px;
}
#topmenu {
	position: relative;
	width:auto;	
}

#navi {
	font: 10px/12px verdana, arial, georgia, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 60%;
}


div#pathway {
	height: 20px;
	line-height: 20px;
	text-indent: 7px;
	color:#7A7A7A;
}

.left {
	padding-left: 8px;
	  width: 160px;
}

#footer {
	margin-top: 4px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ADADAD;
	float: right;
	width: 400px;
	text-align: center;
}

a.mainlevel:link, a.sublevel:visited {
	font-size: 11px;
	font-weight: normal;
	color: #7A7A7A;
	text-align: left;
	padding-left: 2px;
	margin-left: 2px;
	line-height: 13px;
}

a.mainlevel:hover {
	color: #0000FF;
	font-weight: normal;
	background: #ffffff;
	text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
	font-size: 10px;
	font-weight: normal;
	color: #7A7A7A;
	text-align: left;
	padding-left: 5px;
	margin-left: 5px;
	line-height: 13px;
}

a.sublevel:hover {
	color: #0000FF;
	font-weight: normal;
	background: #ffffff;
	text-decoration: none;
}

input.button {
	border: 1px solid #999999;
	background: url(../images/mambospan_button.png) repeat-x;
	height: 20px;
	padding: 0px 5px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	background: #fff;
	border: 1px solid #999999;
	text-indent:3px;
}