@charset "utf-8";
/* CSS Document */

BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:73%;
	width:auto;
	min-width:800px;
	margin:0;
	padding:0;
	color:#000000;
	background:#ffffff;
	}
IMG { border:none;}
#Header {
	width: 100%;
	margin:0;
	padding:0;
	background:url(../images/bg-top.jpg) top repeat-x;
	height: 86px;
	}	
#Header IMG {
	float:left;
	}
#Header UL {
	margin:0 10px 10px 10px;
	padding:0;
	list-style: none;
	float: right;
	}
#Header UL LI {
	margin-top:15px;
	text-align:right;
	color: #136fc7;
	}	
#Header UL LI FORM {
	}
#Header UL LI FORM INPUT {
	border: #c4e3ff solid 1px;
	width:100px;
	margin:0 0 0 4px;
	font-size:8pt;
	font-weight:bold;
	}
#Header UL LI.GlobalNav {
	color: #132363;
	margin-bottom:5px;
	}	
#Header UL LI.GlobalNav A {
	color: #132363;
	font-size:9pt;
	font-weight:bold;
	margin: 0 3px 0 3px;
	}	
#Subheader {
	background: #5b9ede;
	height:23px;
	margin:0;
	padding:10px;
	color: #ffffff;
	}
#Subheader H2 {
	float:left;
	margin:0;
	padding:0;
	font-size:14pt;
	font-weight:bold;
	color: #ffffff;
	}	
#Subheader FORM {
	float:right;
	margin:0;
	height:0;
	}
#Subheader FORM SELECT {
	border: #c4e3ff solid 1px;
	width:200px;
	margin:0 0 0 4px;
	font-size:8pt;
	font-weight:bold;
	}
#Wrapper {
	background:url(../images/bg-shadow-repeat.jpg) top left repeat-x;
	width: 100%;
	padding:0;
	margin:auto;
	text-align:center;
	}	
#Content {
	background:url(../images/bg-main-content.jpg) top center no-repeat;
	width: 1071px;
	padding:40px 12px 0 12px;
	margin:auto;
	text-align:left;
	}	
#Content UL.Header{
	width:100%;
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
	height:25px;
	border-bottom: #eaeaea solid 8px;
	}
#Content UL.Header LI.Title{
	background-color:#FFFFFF;
	width:300px;
	float:left;
	}
#Content UL.Header LI.Title A.Open {
	display:block;
	background:url(../images/bug-open.jpg) left no-repeat;
	text-indent:25px;
	line-height:25px;
	font-size:13pt;
	font-weight:bold;
	color: #192e6c;
	text-decoration:none;
	}
#Content UL.Header LI.Title A.Closed {
	display:block;
	background:url(../images/bug-closed.jpg) left no-repeat;
	text-indent:25px;
	line-height:25px;
	font-size:13pt;
	font-weight:bold;
	color: #192e6c;
	text-decoration:none;
	}
#Content UL.Header LI.Tabs{
	float:right;
	}
#Content UL.Header LI.Tabs A{
	display:block;
	float:left;
	font-size:9pt;
	font-weight: normal;
	margin:0  0 0 2px;
	height:25px;
	line-height:25px;
	padding:0 10px 0 10px;
	background-color: #f6f6f6;
	color:#525252;
	}
#Content UL.Header LI.Tabs A.Active{
	font-weight:bold;
	background-color: #eaeaea;
	}

#Content .Panel{
	margin-bottom:10px;
	}
#Content .Panel UL.Header{
	background-color: #ffffff;
	list-style: none;
	margin:0;
	padding: 0;
	height:25px;
	border-bottom: none;
	}
#Content .Panel UL.Header LI{
	float:left;
	font-size:11pt;
	font-weight:bold;
	color: #192e6c;
	margin:0 10px 0 0;
	}
#Content .Panel UL.Header LI IMG{
	margin-top:3px;
	}

#Content .Panel .Cell {
	background:url(../images/bg-panels.jpg) left top repeat-x;
	min-height:100px;
	border-bottom: #c4e3ff solid 1px;
	}
#Functions {	
	list-style: none;
	margin:0;
	padding: 0;
	height:25px;
	clear:both;
	}
#Functions LI.Title {
	background:url(../images/bg-functions.jpg) left top repeat-x;
	margin: 0 4px 0 0;
	float:left;
	height:28px;
	width: 788px;
	}
#Functions LI.Title A.Open {
	display:block;
	background:url(../images/bug-open-2.jpg) left no-repeat;
	text-indent:25px;
	line-height:25px;
	margin:3px 0 0 10px;
	font-size:13pt;
	font-weight:bold;
	color: #192e6c;
	text-decoration:none;
	}
#Functions LI.Title A.Closed {
	display:block;
	background:url(../images/bug-closed-2.jpg) left no-repeat;
	text-indent:25px;
	line-height:25px;
	margin-left:10px;
	font-size:13pt;
	font-weight:bold;
	color: #192e6c;
	text-decoration:none;
	}
#Functions LI FORM INPUT {
	background:url(../images/bg-btn-orange.jpg) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11pt;
	width:278px;
	height:28px;
	border: none;
}
