/* Web Administration CSS Document */


/* [ Wrapper ] */

#wrapper {
	width: 750px;
	margin:0 auto;
	position: relative;
}


/* [ Navigation Menu ] */

a.navSectionEnd {
	border-bottom: 1px dashed #FFFFFF;
}
/* [ Login ] */

#login {
	text-align: center;
}

#login p {
	text-align: center;
}

#login li {
	list-style: none;
}

#login label {
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	display: block;
}



#bodyTopBlock {
	clear: both;
	position: relative;
	background: #E6E6EC;
	text-align: center;
	padding: 10px;
	z-index: 1;
}

#leftColumn {
	position: relative;
	float: left;
	width: 340px;
}

#rightColumn {
	position: relative;
	float: right;
	width: 340px;
}

#contentContainer {
	clear: both;
	display:block;
	margin: 5px auto 5px auto;
	position: relative;	
}

#contentWrapper {	
	position: relative;
	padding: 10px;

}

/* [ Body Container ] */

#siteBodyContainer {
	clear: both;
	background-color:#000000;
}

/* [ Data Forms ] */

#dataFormContainer ul {
	width:auto; position:relative;
}

#dataFormContainer ul li {
	clear: both;
	list-style: none;
	margin: 10px 0px;
	position:relative;
	z-index:1;
}

#dataFormContainer label {
	font-weight: bold;
	margin: 0px 10px 0px 0px;
}

#dataFormContainer span {
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

#dataFormContainer ul li span.LV_invalid {font-weight:bold; margin:0; position:absolute; right:24px; top:7px; width:104px; height:13px; padding:3px; background:url('../img/required.png') no-repeat; display:block; text-align:center; line-height:12px; z-index:10000; color:#FFFFFF;}


#dataFormContainer h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
}


/* [ Messages ] */

.message {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
}

.message p {
	padding: 4px 4px;
	text-transform: capitalize;
	color:#fff
}

.alertMessage {
	margin: 20px 0px;
	border: 1px dashed #000000;
	padding: 5px 10px;
	color: #000000;
	background: url(../images/icon_Alert.jpg) 15px no-repeat #FFFF00;
}

.newsMessage {
	border: 1px dashed #000000;
	padding: 10px;
	color: #000000;
	background: url(../images/icon_News.jpg) 15px no-repeat #FFFFFF;
}

.urgentMessage {
	border: 1px dashed #000000;
	padding: 10px;
	color: #FFFFFF;
	background: url(../images/icon_Urgent.jpg) 15px no-repeat #FF0000;
}

/* [ Data Tables ] */

#dataTable th a, #dataTable th {text-decoration:none; color:#FFFFFF;}
#dataTable th a span {color:#FFFFFF;}
#dataTable th a:hover {text-decoration:none;}
#dataTable td {color:#000;}
#dataTable td a {color:#CC3333; text-decoration:none;}
#dataTable td a:hover {text-decoration:underline;}

#dataTable th {
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
	vertical-align: middle;
	background: url('../img/bar-bg.jpg') 50% 50%;
	border-bottom: 1px solid #CCCCCC;
	height:12px;
	line-height:12px;
}

#dataTable td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	vertical-align: top;
}

#dataManagement h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
}

#dataViewTable {
	border-top: 1px solid #CCCCCC;
	margin: 10px 0px 10px 0px;
}

#dataViewTable .td1 {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding: 3px 10px 3px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#dataViewTable .td2 {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#dataActionTable {
	border: 1px solid #000000;
	background: #FFFFCC;
}

.actionContainer {
	float: left;
	width: 667px;
	padding: 4px 10px 4px 10px;
	margin: 5px 0px 10px 0px;
	border: 1px solid #000000;
	background: #FFFFCC;
}

#dataActionTable .td1 {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding: 3px 10px 3px 10px;
	border-right: 1px solid #000000;
}

#dataActionTable .td2 {
	padding: 3px 10px 3px 10px;
}

/* [ Form Styles ] */

.textareaDescr {
	width: 100%;
}

/* [ Action Buttons ] */

.cancelButton {
	width: 150px;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 5px;
}

.goButton {
	width: 150px;
	color: #339900;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 5px;
}

/* [ Search Records ] */

#searchRecords {
	margin: 15px 0px;
}

#searchRecords label {
	font-weight: bold;
	margin: 0px 10px 0px 0px;
}

#searchRecords .searchBox {
	width: 200px;
	margin: 0px 10px 0px 0px;
}

#searchRecords .submitButton {
	width: 200px;
}

/* [ Pagination Container ] */

.pagination a {float:left; text-decoration:none; padding:3px 7px}
.pagination {
	font-weight: bold;
	text-align: left;
	margin: 15px 0px;
	
}

a.pageLink {
	border:none;
	background: url('../img/pagination-off.png') no-repeat;
	padding: 3px 0 0 0;
	margin: 0px 2px;
	color: #FFFFFF;
	display:block;
	width:20px;
	height:17px;
	float:left;
	text-align: center;
	text-decoration:none;
}

.pageLink:hover {
	background-image: url('../img/pagination-hover.png');
	text-decoration: none;
}

.pageLinkActive {
	border:none;
	background: url('../img/pagination-on.png') no-repeat;
	padding: 3px 0 0 0;
	margin: 0px 2px;
	color: #FFFFFF;
	cursor: pointer;
	display:block;
	width:20px;
	height:17px;
	float:left;
	text-align: center;
}
/*SEO AREA*/

.seo {
	width:100%;
	text-align:center;
	color: #c0c0c0;
	font-size:7.5px;
}
.seo h1 {
	font-size:7.5px;
	color: #c0c0c0;
}

