/*
 * maint.css
 * CMC Maintenance Style Sheet
 */
 
/*
 * Specific elements and styles
 */
a:hover {
    color: #FF0000;
}
a:link {
    color: #336699;
    text-decoration: none;
}
a:visited {
    color: #336699;
    text-decoration: none;
}
body {
    background-color: #D7CBB3;
    background-image: url("images/bg.gif");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-left: 1%;
    margin-right: 1%;
}
span.name {
	font-weight: bold;
	text-align: right;
}
table.form td {
    vertical-align: middle;
}
table.form td.text_field {
    text-align: left;
}
table.form td.label {
    text-align: right;
}
table.form td.required_label {
    color: #1054A0;
    font-weight: bold;
    text-align: right;
}
table.layout td.content {
	padding-left: 10px;
}
table.layout td.logo {
  	background-color: #dddddd;
	padding-left: 4px;
	padding-right: 4px;
  	width: 200px;
}
table.layout td.nav {
	padding-right: 10px;
}
table.maint {
  	border: 1px solid #555555;
}
table.maint td {
  	border: 1px solid #999999;
}
table.maint th {
  	border: 1px solid #999999;
}
table.nav {
  	border: 0;
  	width: 128px;
}
td {
  	vertical-align: top;
}
th {
	font-weight: bold;
  	vertical-align: top;
}
ul {
	font-size: 14px;
	margin-top: 0;
}
/*
 * Generic styles
 */
.brand {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}
.hd1 {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
.hd2 {
    font-size: 9px;
}
.name {
    font-weight: bold;
}
.portrait {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.txtcsm {
    font-size: 11px;
    color: #336699;  
}
.txthd {
    font-size: 16px;
    font-weight: bold;
    color: #336699;
}
.txthd2 {
    font-size: 16px;
    font-weight: bold;
}
.txtmn {
    font-size: 14px;
    font-weight: bold;  
    font-style: italic;
}
.txtsm {
    font-size: 11px;
}
/*
 * Global IDs
 */
#navlink {
	background-color: #DDDDDD;
  	background-image: url("images/bu.gif");
	color: #336699;
  	font-size: 11px;
  	font-weight: bold;
  	height: 18px;
  	text-align: center;
  	text-decoration: none;
}
#navlink:hover {
	background-image: url("images/bd.gif");
	color: #FF0000;
}
#notice {
    color: #1054A0;
    font-style: italic;
    font-weight: bold;
}
#text_centered {
	text-align: center;
}
#text_left {
	text-align: left;
}
#text_right {
	text-align: right;
}
