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;
}

.radio {
	border: 0px solid #888888;
}

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 */
}

/****** BUTTONS STYLING BEGIN *************/
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/****** BUTTONS STYLING END *************/


