@import "layout.css";
@import url('layout.css');
@import "links.css";
@import url('links.css');
@import "forms.css";
@import url('forms.css');

.label {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	color: #05438C;
	white-space: nowrap;
}

.label2 {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	color: #990000;
	white-space: nowrap;
}

.label3 {
	padding-right: 10px;
	text-align: right;
	color: #D8D8D8;
	white-space: nowrap;
}

.label4 {
	padding-left: 10px;
	font-weight: bold;
	color: #CC3300;
	white-space: nowrap;
}

.labeltop{
	padding: 0px 10px 0px 10px;
	text-align: right;
	font-weight: bold;
	color: #05438C;
	white-space: nowrap;
}

.code {
	color: #CC3300;
	border: 1px solid #05438C;
	background-color:#FFFFFF;
	padding:4px;
	width: 100%;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.message {
	margin: 0px 0px 0px 28px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

.blue1 {
	color: #05438C;
}

.blue2 {
	color: #00344C;
}

.title {
	height: 30px;
	font-size: 17px;
	color: #05438C;
	padding: 4px 0 0 0;
	background: #F1F8FD;
}

.title2 {
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 0;
	background: #7AB8EF;
}

.footer {
	height: 30px;
	font-size: 11px;
	color: #333;
	padding: 3px 0 0 0;
	background: #EEEEEE;
}

.small {
	font-size: 10px;
}

.subhead {
	font-size: 13px;
	color: #05438C;
}

.disabled {
	color: #D5F1FF;
}

.infobox {
	padding: 10px;
	background-color: #FFFDED;
}

.buttons {
	padding: 10px;
	margin: 4px 0px;
	background-color: #FFE9F2;
	border: 1px solid #FFD6E6;
}

.hint {
	font-size: 10px;
	color: #999999;
	padding-bottom: 10px;
}

.dotted2 {
	height: 20px;
	background-image: url(../images/dotted2.gif);
}

/* Fading Tooltips */
#dhtmltooltip{
	position: absolute;
	padding: 2px 6px;
	background-color: #fff;
	border: 1px solid #05438C;
	color: #05438C;
	visibility: hidden;
	z-index: 1000;
}