body {
	margin: 0px;
}

#bodyDiv {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
	font-family: Arial, verdana, Helvetica, sans-serif;
}

#bodyTable {
	border-bottom: 1px solid #134679;
	background-color: #ffffff;
	font-weight: normal;
	padding: 0px 0px;
}

#leftNavTable {
	background-color: #FFCC99;
	font-weight: normal;
	padding: 0px 0px;
	width: 150px;
}

#content {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
}

#page_header_para {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 13pt;
	font-family: Times, serif;
	/*Comic Sans, Comic Sans MS, cursive*/
}
#contentTable {
	border: 0px solid #3333ff;
	background-color: #ffffff;
	font-weight: normal;
	padding: 0px 0px;
	height: 500px;
}

#copyright {
	background-color: #fff;
	font-size: 9px;
	font-family: Arial, verdana, Helvetica, sans-serif;
}

/***************************************************/
/***   TOP HORIZONTAL NAVIGATION MENU STYLES     ***/
/***************************************************/
#topnav {
	margin: 0;
	background-color: #C11B17;
	padding: 0px 0px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
}

#topnav a {
	display: block;
	padding: 5px 10px;
	color: #fff;	
	background-color: #C11B17;
	text-decoration: none;
	text-align: left;		
}

#topnav a:hover {
	display: block;
	padding: 5px 10px;
	color: #000;
	background-color: #F88017;
	text-decoration: none;
}

/* Selected Top Nav Item */
.topnavdown {
	padding: 5px 10px;
	color: #000;
	background-color: #F87431;
}

/***************************************************/
/***    LEFT VERTICAL NAVIGATION MENU STYLES     ***/
/***************************************************/
#leftnav {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
	
#leftnav a {
	display: block;
	padding: 4px 10px;
	color: #fff;
	background-color: #C11B17;
	text-align: left;	
	text-decoration: none;
}

#leftnav a:hover {
	padding: 4px 10px;
	color: #000;
	background-color: #F88017;
	text-decoration: none;
}

/* Selected Left Nav Item */
.leftnavdown {
	padding: 4px 10px;
	color: #000;
	background-color: #F87431;
}

/***************************************************/
/***           FORM/DATA TABLE STYLES            ***/
/***************************************************/
.button {
	padding: .2em;
	font-size: 14px;
	font-weight: bold;
}

input,select {
	border: 1px solid #888888;
	font-size: 12px;
	background-color: #ffffff;
}


/* Error Messages */
.error {
	font-size: 10px;
	color: #ff0000;
}

/* Informational Messages */
.message {
	font-size: 10px;
	color: #0000FF;
}

/* Entry Field Label */
.fieldLabel {
	color: #000055;
	font-size: 12px;
	font-weight: bold;
}

.fieldNote {
	color: #000033;
	font-size: 9px;
	font-weight: normal;
}

#requiredField {
	color: #990000;
	font-weight: bold;
}

/* Field Value */
.fieldValue {
	color: #000000;
	font-size: 12px;
}

/* Any Data Table */
.dataTable {
	border: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	font-weight: normal;
}

/*============================= Action Buttons =============================*/
.actionButton {
	font-size: 16px;
	font-weight: bold;
	font-family:Tahoma,sans-serif;
	color:#000000;
	background-color:#eeeeee;
	border-top-style:solid;
	border-top-color:#134679;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#134679;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#134679;
	
	border-right-style:solid;
	border-right-color:#134679;
	border-right-width:1px;
}

.actionImage {
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family:Tahoma,sans-serif;
	color:#000000;
}

.sectionHeader {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.SectionHead {
	font: bold 0.9em sans-serif;
	color: #333;
	background-color: #648cb4;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-left: 18px;
}

/*============================= Breadcrumbs and Title =============================*/
#crumbsDiv {
	margin-left: 5px;
	margin-top: .2em;
	margin-bottom: .5em;
	padding-bottom: 5px;
	font-size: 9px;
	font-weight: normal;
	color: #3366FF;
}
#crumbsDiv a, a:link, a:visited {
	text-decoration: none;
}
#crumbsDiv a:hover {
	text-decoration: underline;
}

#pageTitleDiv {
	font-size: 24px;
	font-weight: bold;
	margin-left: 5px;
	padding-bottom: 5px;
}

/*============================= Data List Tables =============================*/
.dataTableNew {
	border: 0px solid #CC3333;
	border-collapse: collapse;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}

.dataTableNew thead { 
	/*BACKGROUND: url(../images/bg_datatable.gif) repeat;*/
	background: #b6c6d5;  
	font-weight: bold;
	font-size: 14px;
}

.dataTableNew thead th { 
	padding: .2em; 
	padding-right: 10px; 
	border-top: 1px #ccc solid; 
	border-left: 1px #ccc solid; 
}

.dataTableNew td { 
	padding: .2em; 
	border-top: 1px #ccc solid; 
}

.dataTableNew tfoot { 
	background: #b6c6d5; 
	font-weight: bold;
	font-size: 14px;
}

.dataTableNew tfoot th { 
	padding: .2em; 
	padding-right: 10px; 
	border-top: 1px #ccc solid; 
	border-bottom: 1px #ccc solid; 
}

.tableRowEven {
	background-color: #F3F2F1;
}
.tableRowOdd {
	background-color: #FFFFFF;
}

/* table with in table supress border */
.dataTableInner td,th {
	border: 0px; 
}

.tableColumnNoLinks { 
	font-size: 9pt; 
	font-weight: bold;
	color: #212150;
}

a.tableColumnLinks { 
	text-decoration: none;
/*	background-color: #547ca4; */
	font-size: 9pt; 
	font-weight: bold;
}

a.tableColumnLinks:link, a.tableColumnLinks:visited {
	color: #212150;
}

a.tableColumnLinks:hover {
	color: #000000;
	text-decoration: underline;
}

/*============================= Data Filter Table =============================*/
.dataTableFilter {
	border: 0px solid #ccc;
	border-collapse: collapse;
	background-color: #fefefe;
	color: #000
	font-weight: normal;
	font-size: 12px;
}

.dataTableFilter thead { 
	background: #b6c6d5; 
	font-weight: bold;
	font-size: 14px;
}

.dataTableFilter thead th { 
	padding: .4em; 
}

.dataTableFilter td { 
	padding: .2em; 
}

.dataTableFilter tfoot { 
	background: #b6c6d5; 
}


.dataTableView {
	border: 0px solid #ccc;
	border-collapse: collapse;
	background-color: #fefefe;
	color: #000
	font-weight: normal;
	font-size: 12px;
}

.dataTableView thead { 
	background: #b6c6d5; 
	font-weight: bold;
	font-size: 14px;
}

.dataTableView thead th { 
	padding: .4em; 
}

.dataTableView td { 
	padding: .2em; 
}

.dataTableView tfoot { 
	/* background: #b6c6d5; */
}
/*===============================================================================*/
.dataTableHeader {
	background-color: #b6c6d5;
	color: #000;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
}



.tableDash {
	background: url(../images/img_dash.gif) repeat-x;
	height: 1px;
	margin: 0;
	padding: 0;
}
.tableSolid {
	background: #bfae73;
	height: 1px;
	margin: 0;
	padding: 0;
}
.tableBaseline {
	background: #3e647e;
	height: 1px;
	margin: 0;
	padding: 0;
}
.tableBaselineWhite {
	background: #ffffff;
	height: 1px;
	margin: 0;
	padding: 0;
}

td.primary-BL1 {
	background: #beccd7;
	color: #000;
	padding: 2px 3px 2px 5px;
}
td.primary-BL2 {
	background: #e7ebef;
	color: #000;
	padding: 2px 3px 2px 5px;
}
td.secondary-GR1 {
	background: #d0d1b3;
	color: #000;
	padding: 2px 3px 2px 5px;
	text-align: center;
}

.paginator {
	font-size: 8pt;
	color: #000000;
}

.bodylinks { 
	font-size: 9pt; 
	font-weight: bold;
}

a.bodylinks { 
	font-size: 9pt; 
	font-weight: bold;
}

a.bodylinks:link, a.bodylinks:visited {
	color: #02225F;
	text-decoration: none;
}

a.bodylinks:hover {
	color: #976448;
	text-decoration: none; /* underlinezzz */
}


