
/* The main Div of the form */

.es_in_active
{
	color: Red;
	font-weight: bold;
}

.es_page
{
	/* We give 20px on each side of the form, rather than 100% width */ /*padding: 0 20px 0 20px;*/
	margin-left: 10px;
	margin-right: 10px; /* extra pieces from body not used elsewhere */ /*height: 100%;
	width: 100%; */
	padding-top: 0px;
	padding-bottom: 0px; /*padding-left: 20px;*/ /*padding-right: 20px;*/
	margin: 1px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
	background-color: #cfe6cf;
}

/* Records X of Y */
.es_pager_count 
{
	font-weight: bold;
	margin-left: 3px;
}

/* Content Styles */
.es_title 
{
	font-size: 16px;
	font-weight: bold;
	color:#00784c;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	vertical-align:middle;
}

.es_float_right 
{
	float: right;
}

es_float_left
{
	float: left;
}

.es_clear 
{
	clear: both;
	padding-bottom: 15px;
    font-family: Verdana,Tahoma,Arial,sans-serif;	
    font-size: 12px;
}

.es_button
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    background-color: #00784c;
    border: 1px solid #4E4B44;
    margin-right: 3px;
    /*margin-top: 10px;*/
    vertical-align: middle;
    color: White;
    font-weight: bolder;
}

.es_button_disable
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    background-color: Gray;
    border: 1px solid;
    margin-right: 3px;
    margin-top: 10px;
    color: black;
}	

.es_button_float_right
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    background-color: #00784c;
    border: 1px solid #4E4B44;
    margin-right: 3px;
    color: White;
    font-weight: bolder;
    float: right;
    top: -10px;
}

.es_requiredfield
{
	background-image:url(bg_required.gif);
	background-repeat:repeat-x;
	background-position: 0 2px;
}

/* Error Styles */
.es_error_label 
{
	font-weight: bold;
	color:red;
	/*margin-left: 5px;*/
}

.es_error_box 
{
	padding: 5px 20px 5px 5px;
	border: 1px solid #df6400;
	font-weight: bold;
	color:#df6400;
	margin-bottom: 5px;
}

.es_error_box ul 
{
	margin: 0 5px 2px 20px;
	list-style-position: outside;
}

/* Grid Styles - List */
.es_grid
{
	margin: 2px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A543A;
	width: 100%;
	background-color:#00784c;	
}

.es_grid td, .es_grid th 
{
	padding: 1px 0 0 3px;
	text-align: left;
	border-left: solid 0 #FFFFFF;
	height: 22px;
}

.es_grid th 
{
	background-color: #00784c;
}

.es_grid a 
{
	color:#9C2A00;
}

/* special version for the trees in the RA program. */
.es_grid_chk
{
	margin: 2px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F4F4F;
	width: 100%;
}

.es_cbl_hdr
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    background-color: #00784c;
    border: 1px solid #4E4B44;
    margin-right: 3px;
    vertical-align: middle;
    color: White;
    font-weight: bolder;
    padding-top: 5px;
    width: 70%;
}

.es_cbl
{
	vertical-align:middle;
	width: 100%;
}

.es_cbl_state_assoc
{
	padding-left: 10px;
	vertical-align:middle;
}
	

/* The Next/Prev Area for scrolling through pages */
.es_grid_pager
{
    background-color: #CFE6CF;
    height: 1%;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

/* The links on the Pager */
.es_grid_pager a 
{
	color:#00784c;
}

.es_grid_odd 
{
	background-color: #CFE6CF;
}

.es_grid_even 
{
	background-color: #F7F6F3;
}

.es_grid_header
{
	background-color:#00784c;	
	color :White;
	font-style:normal;	
}

.es_grid_header a
{
	background-color:#00784c;	
	color :White;
}

.es_grid_select_col 
{
	width: 50px;
}

.es_grid_select_btn a 
{
	font-size: 9px;
	background-color: #EBF3FA;
	border: 1px solid #2F4F4F;
	text-decoration: none;
	padding: 1px 2px 0px 2px;
	text-transform:uppercase;
	color:#005494;
	display:block;
	text-align: center;
	margin: 0 4px 0 2px;
}

.es_grid_select_btn a:hover 
{
	color:#005494;
	border: 1px solid #005494;
}

/* Grid Styles - Detail */
.es_grid_detail 
{
	margin: 2px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F4F4F;
}

.es_grid_detail td, .es_grid_detail th 
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2F4F4F;
	padding: 2px 3px 0 3px;
	text-align: left;
	height: 22px;
}

.es_grid_detail th 
{
	padding-right: 20px;
}

/* watermark - to make grayer */
.es_watermark
{
    color: #a9a9a9;
    font-family: Verdana,Tahoma,Arial,sans-serif;
}

/* ajax expandable panel */
.collapsePanel {
	width: 100%;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:70%;		
	height:16px;
	color: white;
	background-color: #00784c;
	font-family: Arial, Sans-Serif;
	font-weight:bold;
	left: 0;
	padding-left:5px; 
	cursor: pointer;
	text-decoration: underline;
    /*border: 1px solid #2F4F4F;
    border-bottom: none;*/
	padding-top: 2px;
	padding-bottom: 4px;
}

.cp_gen
{
	width: 100%;
	height:0px;
	background-color:white;
	overflow:hidden;
	margin-bottom: 10px;
	margin-top: 5px;
}

.cp_gen_hdr
{
	height:16px;
	color: white;
	background-color: #00784c;
	font-family: Arial, Sans-Serif;
	font-weight:bold;
	font-size: 14px;
	text-transform:uppercase;
	left: 0;
	padding-left:5px; 
	cursor: pointer;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 4px;
}


/* ajax accordian stuff */ 
.accordionHeader
{
    /*border: 1px solid #2F4F4F;
    color: #00784C;
    background-color: #fff5cd;*/
    color: White;
    background-color: #00784c;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 4px;
    text-decoration:underline;
}

.accordionContent
{
    background-color: #ffffff;
    /*border: 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #00784C;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.SAHdr
{
    border: 1px solid #2F4F4F;
    color: #00784C;
    background-color: #fff5cd;
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
    width: 100%;
}

.SATable
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
    width: 100%;
}

.SATable td
{
	padding-left: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
}

.SATable th
{
	padding-top: 4px;
	font-size: 16px;
	color: Black;
	font-weight: bold;
	text-align: left;
}

ul#sidebar
{
    text-align: left;
    list-style: none;
    margin-left: 4px;
    border: dashed 1px #2F4F4F;
    border-bottom: none;
    padding: 0 0 0 0;
}


ul#sidebar li
{
    border-bottom: dashed 1px #2F4F4F;
    color: #00784C;
    background-color: #fff5cd;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    cursor: pointer;
    width: 100%;
	display: block;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 0;
}

ul#sidebar li a 
{
    display: block;
    color: #00784C;
    text-decoration: none;
    background-color: #fff5cd;
    padding-left: 4px;
}

ul#sidebar li a:hover 
{
    color: #fff5cd;
    text-decoration: none;
    background-color: #00784C;
    display: block;
    padding-left: 4px;
}

.chk
{
	vertical-align:middle;
}

.mainmenu {
    font-family: Verdana,Tahoma,Arial,sans-serif;
    background-color: #00784c;
    border: 1px solid #4E4B44;
    margin-right: 3px;
    /*margin-top: 10px;*/
    vertical-align: middle;
    color: White;
    font-weight: bolder;
    padding: 2px 2px 2px 2px;
}

.mainmenu_sel {
    font-family: Verdana,Tahoma,Arial,sans-serif;
    background-color: white;
    border: 1px solid #4E4B44;
    margin-right: 3px;
    /*margin-top: 10px;*/
    vertical-align: middle;
    color: #00784c;
    font-weight: bolder;
    padding: 2px 2px 2px 2px;
}

.dbi_root
{
	/*this is a label that appears at the beginning of the dnd tree for RA DBI items.*/
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	vertical-align: top;
	text-align: left;
}

.DRMSFooter
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	text-align: center;
	font-weight: normal;
}

.DRMSHeader
{
	font-family: Arial, Sans-Serif;
	font-size: medium;
	text-align: center;
	font-weight: normal;
}


.DRMSLogin
{
	font-family: Arial,sans-serif;	
    font-size: 12px;
    background-color: #d5d0af;
}


/* used for the modal popup panel */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
/* modal popup through here */

/* drms_link - to change links from blue to green */
.drms_link
{
	color: #00784c;
}

/* a way to emphasize required fields in grids. */
.required
{
	color: Red;
	font-weight:bolder;
}

.DetailHeader
{
	margin-top: 2px;
	border: 1px solid #2F4F4F;
    color: #00784C;
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
}

.DetailDiv
{
	border-right: #2F4F4F 1px solid;
	padding-right: 2px;
	border-top: #2F4F4F 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #2F4F4F 1px solid;
	padding-top: 10px;
	border-bottom: #2F4F4F 1px solid;
}

.PrintGrid th
{
	text-align: right;
	width: 10%;
}

.PrintGrid td
{
	text-align: left;
	width: 90%;
}
