/***** columns *****/

#header {
	width: 760px;
	height: 81px;
	border-bottom: 4px solid #002070;
}

/* IE only */
* html #header {
	height: 80px;
}

#logo {
	position: absolute;
	top: 20px;
	padding-left: 20px;
}

#headright {
	position: absolute;
	top: 20px;
	left: 400px;
	width: 350px;
	text-align: right;
/*	position: relative;*/
}

#slogan {
	position: absolute;
	vertical-align: middle;
	font-family: "Georgia Ref", Georgia, "Times New Roman", Times, serif; 
	font-size: 9.5pt;
	top: 22px;
	right: 83px;
}

#topnav {
	width: 750px;
	padding: 3px 5px 20px 5px;
/*	margin-bottom: 18px;*/
}

#left {
	left: 10px;
	top: 118px;
	position: absolute;
	width: 127px;
	text-align: left;
}

#right {
	left: 578px;
	top: 132px;
	position: absolute;
/*	margin-left: auto;
	margin-right: auto;
	overflow: visible;*/
	width: 190px;
/*	padding: 10px;*/
}

#center {
/*	margin-left: 141px;*/
/*	left: 141px;*/
/*	top: 140px;*/
	width: 553px;
	/*margin: 0px 0px 5px 5px;*/
/*	padding: 5px 0px 5px 3px;*/
	padding-bottom: 5px;
}

#footer {
	border-top: 4px solid #002070;
	width: 550px;
	padding: 2px;
	padding-top: 3px;
	margin-top: 10px;
	text-align: center;
}

#rightad {
	left: 800px;
	top: 125px;
	position: absolute;
	width: 130px;
	text-align: right;
	border-left: 1px solid #002070;
}

/***** block styles *****/

/*
.block {
	
}
*/

td.label, td.prompt {
	font-weight: normal;
	padding-right: 15px;
	text-align: right;
	width: 150px;
	padding-top: 3px;
}

.full-title {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; 
	background-color: #002070;
}

div.full-title {
	background-color: #002070;
}

#left .full-title,
#right .full-title,
#center .full-title {
	padding: 4px 6px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
/*	-moz-border-radius-topright: .9em;*/
}

#right .full-title {
/*	border-bottom: 1px solid #ccc;*/
}

.full-title a:link, .full-title a:visited {
	/*color: #333333;*/
}

.full-content {
	margin: 10px;
	margin-top: 12px;
}

.full-sub-title {
	margin-bottom: 5px;
	padding-bottom: 2px;
/*	padding-left: 8px;*/
/*	border: 1px dotted silver;*/
/*	border-bottom: 1px solid #ccc;*/
/*	border-right: 1px solid #ccc;*/
/*	background-color: #eee; #FAFAFA;*/
/*	border-left: 2px solid #FFB848;*/
/*	border-top: 1px dashed gray;*/
/*	-moz-border-radius: .4em;*/
}

.full-sub-content {
	padding-left: 20px;
	margin-bottom: 25px;
}

.sub-block {
	clear: both;
}

.subcol-left {
	/*border: 1px dashed #999;*/
}

/***** basic styles *****/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003088;
	color: white;
	font-size: 76%;
	margin: 10px;
	padding: 0px;
}

a:link, a:visited {
	color: #fc0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}

/***** required styles *****/

h1, h2, h3, h4 {
	margin: 8px 0px;
}
.smallest { 
	font-size: 75%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
.smaller { 
/*	font-size: 80%;*/
	font-size: 92%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
.small {
	font-size: 92%;
/*	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.normal, h4 {
	font-size: 100%;
}
.serif {
	font-size: 104%;
	font-family: "Georgia Ref", Georgia, "Times New Roman", Times, serif;
}
.large, h3 {
	font-size: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	margin: 15px 0px;*/
}
.larger, h2 { 
	font-size: 119%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.largest, h1 {
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.disabled {
	color: gray; #ccc;
}

.first { 
	margin-top: 0;		/* starts first header flush to top */
}

/*
mid blue: #002582
*/

/* makes footer div clear the columns */
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

#footer div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

p {
	/*margin: 0;*/
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
}

td {
	padding: 0px;
	padding-bottom: 4px;
}

ul, li, blockquote {
	line-height: 1.4;
}

ul.menu {
	margin: 0 0 0 15px;
	padding: 0px;
	list-style-type: square;
	font-size: 100%;
	line-height: normal;
}

ul.menu li {
	line-height: normal;
}

ul.expand {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-image: url(/templates/custo/images/bullet_triangle.gif);
	font-size: 100%;
}

ul.small2 {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-image: url(/templates/custo/images/bullet_triangle_small.gif);
	font-size: 100%;
}

ul.ul-small {
	margin: 0px 0px 0px 7px;
	padding: 0px;
	list-style-type: square;
	/*list-style-image: url(/templates/custo/images/bullet_square.gif);*/
	font-size: 100%;
	line-height: normal;
}

ul.ul-small li {
	line-height: normal;
}

li {
	margin: 0px;	/* for Opera */
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

acronym {
	cursor: help;
/*	border: 0px;*/
	border-bottom: 1px dashed silver;
}

code {
	font-size: 119%;
}

.input {
/*	border: 1px solid #999;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font: normal 100% Arial, Helvetica, sans-serif;*/
	padding-left: 3px;
	margin: 0px;
/*	background-color: #fff;*/
	font-size: 100%;
}

#right .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
}

.check {
	margin: 0px 3px 0px 0px;
}

.radio {
	margin: 0px 3px 0px 0px;
}

/*
.input[type="text"]:hover, .input[type="password"]:hover, .textarea:hover {
	border-color: #ffb848; #666;
}
*/
/*
.input[type="text"]:focus, .input[type="password"]:focus, .textarea:focus {
	border-color: #ffb848;
}
*/
.textarea {
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	padding: 3px;
	font-size: 100%;
	width: 98%;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;*/
	font-size: 100%;
}

#right .select, #left .select {
	font-size: 92%;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	padding: 0px;
/*	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;*/
}

#right .button {
	font-size: 92%;
}

.indent {
	margin-left: 10px; 
	margin-top: 2px; 
	margin-bottom: 8px;
}

.space-before {
	margin-top: 10px;
}

.space-after {
	margin-bottom: 10px;
}

/* testing - online status indictors */

.online {
/*	border-bottom: 1px dashed #3c0;*/
}

.idle {
/*	border-bottom: 1px dashed #ee9c00;*/
}

.offline {
/*	border-bottom: 1px dashed red;*/
}

.inactive {
/*	border-bottom: 1px dashed gray;*/
}

a.online:hover, a.idle:hover, a.inactive:hover {
	border: 0px;
}