/* EntitySpaces ASPX Style Sheet */

/* Global HTML Overrides */
html 
{
	height: 100%;
}


form 
{
	margin: 0px;
	padding: 0px;
}

.checkbox 
{
	border: none;
}

/* The main Div of the form */
.es_page 
{
    /* We give 20px on each side of the form, rather than 100% width */
	padding: 0 20px 0 20px;
	margin-left: 2px;
	margin-right: 2px;
	width:900px;
}

/* Records X of Y */
.es_pager_count 
{
	font-weight: bold;
	margin-left: 3px;
}

/* Content Styles */
.es_title 
{
	font-size: 16px;
	font-weight: bold;
	color:#5974A8;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	vertical-align:middle;
}

.es_float_right 
{
	float: right;
}

.es_clear 
{
	clear: both;
	padding-bottom: 15px;
}

.es_button 
{
	margin-right: 3px;
	margin-top: 10px;
	color:#000; 
	font: 12px lucida sans, trebuchet ms;
	padding: 4px;
	cursor: pointer;
}

.es_requiredfield
{
	background-repeat:repeat-x;
	background-position: 0 2px;
}

/* Error Styles */
.es_error_label 
{
	font-weight: bold;
	color:#dd0000;
	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: #f2ebba;
	width: 100%;
}

.es_grid td, .es_grid th 
{
	padding: 1px 0 0 3px;
	text-align: left;
	border-left: solid 0 #FFFFFF;
	height: 22px;
	font: 10px lucida sans, trebuchet ms;
}

.es_grid th 
{
	background-color: #5974A8;
}

.es_grid a:link
{
	font: 10px lucida sans, trebuchet ms;
	font-weight: bold;
}

/* The Next/Prev Area for scrolling through pages */
.es_grid_pager
{
	background-color: #ECEFF5;
	height: 1%;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

/* The links on the Pager */
.es_grid_pager a 
{
	color:White;
}

.es_grid_odd 
{
	background-color: #ECEFF5;
}

.es_grid_even 
{
	background-color: #ECEFf0;
}

.es_grid_header
{
	background-color:#5974A8;	
	color: #000;
	font-style:normal;	
}

.es_grid_header a,
.es_grid_header a:link,
.es_grid_header a:hover,
.es_grid_header a:visited 
{
	color: White;
	font-size: 1.2em;
}

.es_grid_select_col 
{
	width: 50px;
}

.es_grid_select_btn a 
{
	font-size: 9px;
	background-color: #EBF3FA;
	border: 1px solid #C4DDF4;
	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: #C4DDF4;
}

.es_grid_detail td,
.es_grid_detail th 
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bad6f2;
	padding: 2px 3px 0 3px;
	text-align: left;
	height: 22px;
}

.es_grid_detail th 
{
	padding-right: 10px;
	width: 150px;
	background-color: #ECEFF5;
	vertical-align:top;
	font-size: 1.2em;
	color: black;
	font-weight:normal;
}