a:link { color: #003399; text-decoration: none; }
a:visited {	color: #003399;	text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #003366; text-decoration: none; }
body { BORDER-BOTTOM: none; BORDER-LEFT: none; BORDER-RIGHT: none; BORDER-TOP: none; 
MARGIN: 0px; }
body,td,th,input {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color:#333333;
/*	letter-spacing: 1px; */
}
h3,h4,h5,h6 {
	display:inline;
}
#txtColorLnk a:hover,a:link,a:active,a:visited {
	color:#00FF00;
}
form { margin: 0px; }

#contentTable a {
	color:#00459A;
}
#contentTable ul {
	list-style-type:square;
	list-style-position:inside;
	padding:0;
	margin:0;
}

.tbl_loading_bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(fatal_logo_ms.gif);
}
.text_menu_pad { padding-left:22px; padding-right:22px; }

.input_login {
	background-color: #EAEAEA;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	width: 68px;
	padding-left:2px;
	padding-right:2px;
}
.input_login:hover {
		background-color: #F4F4F4;
}
.main_menu_text td {
	font-weight: bold;
	letter-spacing: 0px;
	color: #5E5E5E;
}
.main_menu_text :hover,a:link,a:active,a:visited {
	color: #5E5E5E;
}
.main_menu_td td {
	border-right: 1px solid #CECECE;
	border-left: 1px solid white;
}
.main_menu_text input {
	font-weight:normal;
}


/* Curriculum
************************************************************************************************/

.dlCad {
	background-color: #FAFBFF;
	padding:12px 10px 0px 10px;
	margin:0px;
/*	border-bottom:8px solid #EEEEEE; */
}

.dlCad dt { width:30%; clear:left; border-bottom:1px dashed #AFAFAF; }
.dlCad dd {
	margin:0px;
	clear:none;
	width:67.5%;  
	padding:4px 4px 2px 4px;
	position:relative;
	left:31%;
	top:-22px;
}

.dlCad p {
	font-size:12px;
	margin:8px 4px 4px 1px;
	line-height: 16px; 
	word-spacing: 1px;
}

.dlCad select {
	font-size: 12px;
	width:60%;	
/*	width:expression("35%"); 
	min-width:30%; */
/*	padding:1px 0 1px 1px; */
	padding:1px;
}

.dlCad select.shortSelect { width: auto; padding:0px; }
.dlCad .file {
	/* border: 1px solid white; */
	width: auto;
	font-size:13px;
}

.dlCad input { height: expression("22px"); }

.dlCad input,.dlCad textarea {
	width:99%;
	border:1px solid #DFDFDF;
	border-top-color:#888888;
	border-left-color:#888888;	
	color:#003300;
	color:#124000;
/*	color:#CC3300; */
/*	color:#993300; */
color: #4B8400;
color: #666666;
	
}

.dlCad textarea.big {
	height: 120px;
}


.dlCad dd.radio input {
	vertical-align:text-top;
	margin-left:24px;
	width:auto;
	border:0px;

}
.dlCad dd.radio input.first { margin-left:0px; }
.dlCad input.checkbox {
	width:auto;
	vertical-align: text-top;
	border: 0px;
}

.dlCad dd p.warning {
	color:red;
	display: block;
	clear:none;
}

input.submit {
	color:white;
	background-color:6E93BC;
	font-weight:bold;
	font-size:10px;
	border:2px solid #E7E7E7;
	padding:2px;
	cursor:hand;
}
input.submit.wide {
	width: 100%;
	margin: auto;
}

.dlCad input.required:hover,textarea:hover { border:1px solid red !important; }
.dlCad input:hover,textarea:hover { border:1px solid #77A7D1 !important; }
.required {
	border: 1px solid red !important;
}
.required:hover {
	border: 1px solid red !important;	
}