@CHARSET "ISO-8859-1";
body{
	margin: 0;
	background-color: #fff;
	font-size: 11px;
	font-family: Verdana, Georgia, Arial, Helvetica;
	line-height: 140%;
	color: #000;
}
A:link {color: #144e79; text-decoration:none}
A:visited {color: #144e79; text-decoration:none}
A:active {color: #144e79; text-decoration:underline}
A:hover {color: #144e79; text-decoration:underline}
h1{
	margin: 3px 0;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
hr{
	border: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
}
#container{
	width: 950px;
	margin: 10px auto;
}
#header{
	width: 100%;
	padding: 0 0 0 5px;
}
#main-menu{
	height: 33px;
	background: #ccc url("/images/top-bg.gif") top no-repeat;
}
#sub-menu{
	color: #fff;
	padding: 5px 0 5px 45px;
	background-color: #1e5985;
}
#sub-menu A:link {color: #fff; text-decoration:none}
#sub-menu A:visited {color: #fff; text-decoration:none}
#sub-menu A:active {color: #fff; text-decoration:underline}
#sub-menu A:hover {color: #fff; text-decoration:underline}
#change-language{
	float: right;
	margin: 10px 20px 0;
	font-weight: normal;
	font-size: 11px;
}
#content{
	padding: 10px 0px 10px 0px;
}
/*- Left Box and Menu --------------------------- */
#left-column{
	float: left;
	width: 150px;
	background-color: #fff;
}
#left-box-title{
	background: #666 url("/images/menu-top-bg.gif") top no-repeat;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left-menu-title{
	background-image: url("/images/menu-bg.gif");
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}
#left-box-title span{
	margin: 10px;
	font-size: 12px;
}
#left-menu-title span{
	margin: 10px;
	font-size: 12px;
}
#left-box-content{
	border: 1px solid #666;
	padding: 10px;
	background-color: #fff;
}
#left-menu-box{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#left-menu-box ul{
	margin: 0;
	padding: 0;
}
#left-menu-box ul li{
	list-style: none;
	margin: 0;
	padding: 3px 10px 3px 10px;
	border-top: 1px dashed #ccc
}
#left-column-content{
	border-bottom: 1px dashed #ccc;
	padding: 10px;
}
/*- Main Content --------------------------- */
#main-center{
	margin-left: 160px;
	width: 540px;
	border-right: 1px dashed #ccc;
	padding: 0 10px 10px 10px;
}
#main{
	margin-left: 160px;
	width: 770px;
	padding: 10px 10px 10px 10px;
	min-height: 300px;
	background-color: #eee;
}
#main-panel{
	margin-left: 160px;
	width: 780px;
	padding: 0px 0px 10px 10px;
	min-height: 350px;
	background-color: #fff;
}
#main-column{
	margin-left: 160px;
	width: 770px;
	padding: 0px 10px 10px 10px;
	min-height: 350px;
	background-color: #fff;
}
/*- Right Box and Feature List --------------------------- */
#right-column{
	float: right;
	width: 200px;
	padding: 0 10px 10px 10px;
}
#right-column ul{
	margin: 0 0 0 10px;
	padding-left: 10px;
}
#right-column ul li{
	list-style: none;
	list-style-image: url("/images/li-feature.gif");
	margin: 0;
	padding: 0;
}
#footer{
	border-top: 1px solid #144e79;
	padding: 10px;
	text-align: center;
	color: #666;
}
/*- Menu Tabs --------------------------- */

#tabs {
	font-size:12px;
	font-weight: bold;
	line-height:normal;
}
#tabs ul {
	margin: 0;
	list-style: none;
	padding-left: 15px;
	padding-top: 10px;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabs span {
	float:left;
	background:url("/images/tableft.gif") no-repeat left top;
	background-position:0% -42px;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("/images/tabright.gif") no-repeat right top;
	padding:5px 25px 4px 16px;
	color:#144e79;
}
#tabs span span {
	float:left;
	display:block;
	background:url("/images/tabright.gif") no-repeat right top;
	background-position:100% -42px;
	padding:5px 25px 4px 16px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color: #000;
	text-decoration: underline;
}
/*- Menu Tabs End--------------------------- */
form {
	/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
}

form fieldset {
	border: 1px solid #1e5985;
	padding: 0 10px 10px 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}

form fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size: 11px;
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;				/* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;	/* set margin on left of form elements rather than right of
							label aligns textarea better in IE */
    font-size: 11px;
	font-family: Verdana, Georgia, Arial, Helvetica;
}

input, textarea, select{
    font-size: 11px;
	font-family: Verdana, Georgia, Arial, Helvetica;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form input.disabled, form textarea.disabled {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;				/* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;	/* set margin on left of form elements rather than right of
							label aligns textarea better in IE */
    font-size: 11px;
	font-family: Verdana, Georgia, Arial, Helvetica;
	border: 1px solid #fff;
	background-color: #fff;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 210px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 10px;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.formBlock{
	border-top: 1px dashed #ccc;
}
#error{
	font-weight: bold;
	color: #f00;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 10px;
}
#listTable{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#listTable .titleTD{
	background-image: url("/images/list-top-bg.gif");
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
#listTable .contentTD{
	border-top: 1px dashed #ccc;
	padding: 5px;
}
#listTable .itemTD{
	padding: 3px 3px 3px 8px;
	font-size: 10px;
}
#listTable .secondTD{
	padding: 5px;
}
#listTable input, #listTable textarea, #listTable select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;				/* set width of form elements to auto-size, otherwise watch for wrap on resize */
    font-size: 11px;
	font-family: Verdana, Georgia, Arial, Helvetica;
}
ul.features{
	margin: 0 0 0 10px;
	padding-left: 10px;
}
ul.features li{
	list-style: none;
	list-style-image: url("/images/li-feature.gif");
	margin: 0;
	padding: 0;
}
