/* EntitySpaces ASCX Style Sheet */

/* Global HTML Overrides 
html 
{
	height: 100%;
}
*/
body 
{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF; 
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF; 
	height: 100%;
	padding-right: -10px;
	padding-left: -10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:White;
}

TH 
{
   font-size:9pt;
   
}
TD 
{
   font-size:9pt;
   
}
a:link, a:visited
{
	color:#9C2A00;
}

a:hover 
{
	text-decoration: none;
}

form 
{
	margin: 0px;
	padding: 0px;
}

.checkbox 
{
	border: none;
}

input, select, textarea
{
/*	border: 1px solid #003366;*/
	font-size: 9pt;
	padding: 1px 0 1px 2px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

 
/* The main Div of the form */

.es_page 
{
    /* We give 20px on each side of the form, rather than 100% width */
	width: 90%;
}
/* Records X of Y */
.es_pager_count 
{
	font-weight: bold;
	margin-left: 3px;
}

/* Content Styles */
.es_title 
{
	font-size: 12pt;
	font-weight: bold;
	color:#3A4754;
/*	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 
{
/*	background-color: #3A4754;  */
	background-image: url(/Portals/_default/Skins/DNN-Blue/gradient_ltBlue.jpg); 
    font-family: Tahoma,Arial,Helvetica; 
    font-size: 9pt; 
    font-weight: bold; 
    font-style: normal; 
    text-decoration: none;
    
	border: 1px solid #4F6072;
	margin-right: 3px;
	margin-top: 10px;
	color:#9C2A00; 
}

.es_buttonRight 
{
/*	background-color: #3A4754;  */
	background-image: url(/Portals/_default/Skins/DNN-Blue/gradient_ltBlue.jpg); 
    font-family: Tahoma,Arial,Helvetica; 
    font-size: 9pt; 
    font-weight: bold; 
    font-style: normal; 
    text-decoration: none;
    float: right;
	border: 1px solid #4F6072;
	margin-right: 3px;
	margin-top: 10px;
	color:#9C2A00; 
}
.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:#df6400;
	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:#3A4754;	 
}

.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: #3A4754; 
}

.es_grid a:link, .es_grid a:visited
{
	color:#9C2A00;
}

/* The Next/Prev Area for scrolling through pages */
.es_grid_pager
{
	background-image: url(gradient_LtBlue.jpg);
	background-color: #dfe5f2;
	height: 1%;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

/* The links on the Pager */
.es_grid_pager a:link, .es_grid_pager a:visited
{
	/*color: #FFFFFF;*/
}

.es_grid_odd 
{
	background-color: #B5CCE3;
}

.es_grid_even 
{
	background-color: #EDF2F8;
}

.es_grid_header
{
	background-image: url(gradient_LtBlue.jpg);
	background-color: #dfe5f2;
	/*color: #FFFFFF;*/
	font-style:normal;	
}

.es_grid_header a:link, .es_grid_header a:visited
{
	background-image: url(gradient_LtBlue.jpg);
	background-color: #dfe5f2;
	/*color: #FFFFFF;*/
}

.es_grid_select_col 
{
	font-size: 9pt;
	width: 50px;
	color:#B62A2B;
}

.es_grid_select_btn a:link, .es_grid_select_btn a:visited
{
	font-size: 9pt;
	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;
}

/* Edit Grid Styles - Detail */
.es_grid_detail 
{
	margin: 2px 0 0 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C4DDF4;
	color:#000000;
}

.es_grid_detail td, .es_grid_detail th 
{
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #bad6f2;
	padding: 2px 3px 0 3px;
	text-align: left;
	height: 22px;
	color:#000000;
}

.es_grid_detail th 
{
	padding-right: 10px;
	color:#000000;
	text-align: right;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #bad6f2;
	padding: 2px 3px 0 3px;
}

.grid_detail 
{
	margin: 2px 0 0 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C4DDF4;
	color:#000000;
}

.grid_detail td
{
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #bad6f2;
	padding: 2px 3px 0 3px;
	text-align: left;
	height: 22px;
	color:#000000;
}

.grid_detail th 
{
    vertical-align:top;
	text-align: right;
	padding-right: 10px;
	color:#000000;
}


.edit_detail 
{
	margin: 2px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4DDF4;
	color:#000000;
}

.edit_detail td
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bad6f2;
	padding: 2px 3px 0 3px;
	text-align: left;
	height: 22px;
	color:#000000;
}

.edit_detail th 
{
    vertical-align:middle;
	text-align: right;
	padding-right: 40px;
	color:#000000;
}
/* JLS ADDED */
.es_float_left
{
	float: left;
}
.jls_inner_grid 
{
	border-width: 1px;
	border-style: solid;
	border-color: #7994cb;
	text-align:center;
}
.th_style
{
 vertical-align: baseline;

    font-family: Tahoma, Arial, Helvetica;

    font-size:  12px;

    font-weight:    bold;

    color: #003366;
}

.jls_UserModule 
{
	border-width: 1px;
	border-style: solid;
	border-color: #7994cb;
	text-align:left;
	vertical-align:top;
	
}
.jls_UserModule_title 
{
	font-size: 10pt;
	font-weight: bold;
	color:#357CC4;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*Modal Popup*/
.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;
	position:absolute;
	left:50px;
	top:50px;
	
}
