/* CSS Document */

ul, li {
	margin:0;
	padding:0;
}

td img {
	display: inline;
}

label {
	color:#333333;
	font-size:13px;
}

#divLogOut {
	position:absolute;
	z-index:100;
	margin:10px 0 0 850px;
}

#contentAdmin {
	padding:25px;
}

#divAdminTitle {
	float: left;
	margin: 20px 0 10px 125px;
}

#divErrors, #divSuccess {
	margin:0 0 1em 0;
	font-size:0.8em;
	font-weight:bold;
	padding:0.4em;
}
#divErrors {
	background-color:#fee8e2;
	border:1px solid #F43F11;
}
#divSuccess {
	background-color:#eaf4c9;
	border:1px solid #3f6d29;
}
#divErrors ul, #divSuccess ul {
	text-align:center;
	list-style:none;
}
#divErrors ul {
	color:#F43F11;
}
#divSuccess ul {
	color:#3f6d29;
}
#divNavigation {
	border-bottom:1px solid #006600;
	margin-bottom:25px;
}

ul.ulNavigation {
	list-style-type:none;
}
ul.ulNavigation li {
	padding-left: 16px;
	background: url(../images/nav-icon.gif) no-repeat;
	background-position:0 50%;
	font-weight:bold;
}

.frmTextField {
	padding:0.3em;
	border:1px solid #999999;
}

.frmError {
	border-color:#F43F11;
}

option {
	padding:0.2em;
}

textarea {
	padding:0.3em;
	font-size:0.8em;
	font-family:inherit;
}

.required {
	font-weight:bold;
	color:#F43F11;
}

.frmGrouping {
	padding:1em;
	background-color:#eaf4c9;
	margin-bottom: 1em;
	
}

.frmReduced {
	font-size:13px;
}
.frmReduced label {
	font-size:13px;
}

.tblAdmin {
	font-size:13px;
}
.tblAdmin, #frmNewBusiness {
	margin:0 auto 0 auto;
}
.tblAdmin, .tblAdmin th, .tblAdmin td {
	border:1px solid #666666;
}
.tblAdmin th, .tblAdmin td, #frmNewBusiness td {
	 white-space:nowrap;
	 vertical-align:top;
}
.tblAdmin th {
	text-align:center;
}
.tblAdmin td, #frmNewBusiness td {
	text-align:left;
}
