body
{ background-color: #FFFFFF; border: 0px; margin: 0px; font-family: Arial; font-weight: normal; font-size: 12px; font-style: normal; color:#333333; text-decoration: none; }
  
.main_body
{ background-image: url(../images/left_bottom_tile.jpg); background-repeat: repeat-y; }

img
{ border: 0px; }

.top_banner
{ background-image: url(../images/top_bkg.jpg); background-repeat: repeat-x; width: 100%; }

.top_bottom_border
{ background-image: url(../images/top_bottom_border.jpg); background-repeat: repeat-x; width: 100%; }

.left_menu
{ width: 160px; position: absolute; left: 0px; top: 30px; }

#adminContentArea
{ left: 180px; top: 40px; position: absolute; width: 800px; }

#adminContentArea a
{ text-decoration: none; }

#adminContentArea a:link 
{ color: #660000; text-decoration: none; }

#adminContentArea a:visited 
{ color: #993300; }

#adminContentArea a:hover
{ color: #660000; text-decoration: underline; }

#adminContentArea a:active 
{ color: #660000; }

#pageListLayer a
{ text-decoration: none; }

#pageListLayer a:link 
{ color: #660000; text-decoration: none; }

#pageListLayer a:visited 
{ color: #993300; }

#pageListLayer a:hover
{ color: #660000; text-decoration: underline; }

#pageListLayer a:active 
{ color: #660000; }

h2
{ font-size: 18px; }

input
{ font-size: 12px; font-family: Arial; color: #333333; }

select
{ font-size: 12px; font-family: Arial; color: #333333; }

#leftMenu a
{ color: #333333; font-size: 11px; font-weight: bold; text-decoration: none; }

#leftMenu a:hover
{ color: #660000; }

#leftMenu a:link
{ color: #333333; }

#leftMenu a:active
{ color: #993300; }

.data_label
{ font-weight: bold; }

.error_text
{ font-size: 10px; color: #FF0000; }

#form_area
{ position:relative; display:block; }

#form_area br 
{ clear: left; }

.form_label
{ width:200px; font-weight:bold; font-size:11px; float:left; text-align:right; }

.form_label_fck
{ font-weight:bold; font-size:11px; float:left; text-align:right; }

.form_textbox
{ width:320px; font-weight:normal; font-size:11px; float:left; margin:0px 0px 10px 10px; }

.form_dropdownlist
{ font-weight:normal; font-size:11px; float:left; margin:0px 0px 10px 10px; }

.form_plaintextbox
{ width:790px; height:300px; font-weight:normal; font-size:11px; float:left; margin:0px 0px 10px 0px; }

.form_checkbox
{ font-weight:normal; font-size:11px; float:left; margin:0px 0px 10px 10px; cursor: pointer; }

.form_required
{ font-weight:bold; font-size:11px; float:left; text-align:left; }

.required
{
	color: #FF0000;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
	clear: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
	height: 21px;
	margin-top: 1px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

table.display thead th {
	padding: 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.jpg') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.jpg') no-repeat center right;
}

div.dataTables_info {
	width: 40%;
}

.dataTables_paginate {
	width: 400px;
}

div.dataTables_paginate span.paginate_button,
 	div.dataTables_paginate span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	top: 2px;
	position: relative;
}

div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}

div.dataTables_paginate span.paginate_button:hover {
	background-color: #ccc;
}

div.dataTables_paginate span.paginate_active {
	background-color: #99B3FF;
}
.odd{
  background-color: #ffffff;
}
.even{
  background-color: #eeeeee;
}

/** Login/Logout Screens **/
.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
}
.wrap0 {
  float:left;
  background:url(../../images/Shadow.gif) right bottom no-repeat;
}
.wrap1 {
  background:url(../../images/Shadow180.gif) no-repeat;
}
.wrap2 {
  background:url(../../images/Corner_bl.gif) -18px 100% no-repeat;
}
.wrap3 {
  padding:10px 14px 14px 10px;
  background:url(../../images/Corner_tr.gif) 100% -18px no-repeat;
}
/**************************/

/*** Forms Input Layout ***/
/* FORM LAYOUT */
#fancy_form { font-family: arial; font-weight: normal; font-size: 11px; font-style: normal; color: #293E4A; text-decoration: none; }
#fancy_form .section { color: #0041a9; font-size: 13px; font-weight: bold; margin: 0px 10px 4px 10px; border-bottom: 2px solid #AAAAAA; }
#fancy_form label,#fancy_form select,#fancy_form input,#fancy_form textarea { font-size:11px; margin-bottom: 10px; display: block; float: left; }
#fancy_form label { font-weight:bold; }
#fancy_form .text_box { width: 200px; }
#fancy_form .submitBtn {cursor: hand; cursor: pointer; width:100px;}
#fancy_form .disabledSubmitBtn {width:100px;}
#fancy_form .submitBtnLarge {cursor: hand; cursor: pointer; width:200px;}
#fancy_form .frm_label { text-align: right; width: 150px; padding-right: 10px; margin-bottom: 10px; }
#fancy_form .frm_label2 { text-align: left; width: 300px; margin-bottom: 10px; }
#fancy_form br { clear: left; }
#fancy_form .required { color:#FF0000; }
#fancy_form .section_heading { font-weight:bold; font-size:12px; padding-bottom:0px; }
/* END FORM LAYOUT */
/**************************/

/******* List Table *******/
.list_table 
{ font-family: Verdana; font-weight: normal; font-size: 12px; font-style: normal; text-align:left; padding:2px; }
.list_table th
{ background-color:#EEEEEE; font-family: Verdana; font-weight: bold; font-size: 12px; font-style: normal; text-align:left; border-right:solid 2px white; padding:2px; }
/**************************/

