* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blue {
	color: #003399;
	font-weight: bold;
}

.orange {
	color: #FF6600;
	font-weight: bold;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.heightfix {
	height /**/:100%;
}

p {
	margin-left: 42px;
	margin-right: 22px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
}

li {
	margin-left: 42px;
	margin-right: 22px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
}

table {
	background: #FFFFFF;
	padding: 0px;
}

td {
/*	padding: 0px;*/
}

.corp {
	padding: 10px;
}

.leftcol p {
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.leftcol td {
	padding: 10px;
}

.footer {
	background-color: #E6EDF5;
}

.footer td {
	border-top: 1px solid #DEDEDE;
}

.date {
	font-size: 10px;
	font-weight: normal;
	color: #8BA8D1;
}

.frontcopyright {
	font-size: 9px;
	font-weight: bold;
	color: #8BA8D1;
}

.copyright {

	font-size: 9px;
	font-weight: bold;
	color: #5E7DAA;
}

.lightorange {
	color: #FD8410;
}
.blueborder {
	border: 1px solid #A7B7CE;
}


.smallspace {
	background-image: url(/images/app_smallspace.gif);
	background-repeat: repeat-x;
}
.formfont {
	font-size: 12px;
	font-weight: bold;
	color: #003399;

}
.forgot {
	font-size: 10px;
	font-weight: bold;
	color: #B7C8E2;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #B6C7E1;
	font-weight: normal;
	font-size: 11px;
	background-color: #f7f7f7;
	padding: 2px;
}

.textfield:focus {
	background-color: #fff !important;
	border-color: #FFD1B2;
}

.textfielderr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #FF8F8F;
	font-weight: normal;
	font-size: 11px;
	background-color: #f7f7f7;
	padding: 2px;
}

.textfielderr:focus {
	background-color: #fff !important;
	border-color: #FF0000;
}
h2 {
	display: block;
	background-image: url(/images/h2.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 4px;
	margin: 0;
	padding-bottom: 8px;
	text-indent: 40px;
	color: #000000;
}

.black {
	color: #000000;
	font-weight: normal;
}

.red {
	color: #FF0000;
}

.button {
	color: #555;
	font-size: 10px;
	font-weight: normal;
	background-color: #DEE4EC;
	border: 1px solid #8CA8CF;
/*	border-top: 1px solid #ccc; */
/*	border-right: 1px solid #999; */
/*	border-bottom: 1px solid #999; */
/*	border-left: 1px solid #ccc; */
	text-decoration:none;
	height: 20px;
	padding-bottom /**/: 3px; 
	vertical-align: middle;
	cursor: pointer;
}

.button:active {
	color: #000 !important;
}

.button[disabled] {
	color: #999;
	border: 1px solid #999;
}

.detailstd {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	height: 20px;
}

.detailstd *{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.error {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 22px;
	padding-right: 22px;
}

.errorrow {
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center left;
}

select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	padding : 0px;
	border: 5px solid #ff0000;
}

label {
	cursor: pointer;
	cursor: hand;
}

img {
	border-color: #B7C8E2;
}

div.nicetitle {
	visibility: hidden;
	position: absolute;
}

#system_notif {
	color: red;
	font-size: 1.2em;
}

#nav-ovr ul {
	list-style: none;
}

#nav-ovr li {
	padding: 0 0 0 6px;
	margin: 0 0 0 10px;
	background:url("../images/corp_left.gif") no-repeat left bottom;
}

#nav-ovr a {
	background:url("../images/corp_right.gif") no-repeat right bottom;
	padding:4px 25px 5px 20px;
	font-size: 0.7em;
	font-weight: 700;
	margin: 0;
}

#nav-ovr a:hover {
	color: #FF7C00;
}

#nav-ovr #current {
	background-image:url("../images/msda/left_on.gif");
}

#nav-ovr #current a {
	background-image:url("../images/msda/right_on.gif");
	color: #7Ea190;
	padding-bottom: 4px;
}
