/*margin and padding on body element
can introduce errors in determining
element position and are not recommended;
we turn them off as a foundation for YUI
CSS treatments. */
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}
#toggle
{
    text-align: center;
    padding: 1em;
}
#toggle a
{
    padding: 0 5px;
    border-left: 1px solid black;
}
#tRight
{
    border-left: none !important;
}



/* HTML Element Styles */
html, body
{
	height: 100%;
}

body
{
    font-size: 7pt;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Verdana, Helvetica, sans-serif;
}

td 
{
    font-size: 8pt;
}

hr 
{
	color: #003399;
}

h1
{
	font-family: Verdana;
	font-style:italic;
	color: #003399;
	font-size: 14pt;
}
img
{
	cursor: pointer;
	cursor: hand;
}
input, select
{
    font-size: 7pt;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    font-family: Verdana, Helvetica, sans-serif;    
}

ul
{
	list-style-position:inside;
    padding:0px;
    margin-left:10px;
    margin-top:10px;
}

TextArea
{
    font-size: 7pt;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    font-family: Verdana, Helvetica, sans-serif;         
} 

a:link 
{
	text-decoration: none;
	color: Blue;
	font-family: Verdana, Helvetica, sans-serif;   
}

a:visited
{
	text-decoration: none;
	color: Blue;
	font-family: Verdana, Helvetica, sans-serif;   
}

a:active 
{
	text-decoration: underline;
	color: Red;
	font-family: Verdana, Helvetica, sans-serif;   
}     

a:hover 
{
	text-decoration: underline;
	color: Blue;
	font-family: Verdana, Helvetica, sans-serif;   
}     


/* Class Styles */

.btnBack
{
	position:relative;
	top:4px;
}

.backButtonDiv
{
  Height:34px;
  Width:30px;
  vertical-align:bottom;
  text-align:center;
  border:1px solid transparent;
  margin-right:5px;
}

.ReportToolbar1
{
	background-image: url(../../images/BlueExplorerBigger.gif);		
	background-repeat:repeat-x;
	border:none; 
	margin-top:5px; 
	background-color:#EAF5F9;
	height:36px;
}

.reportToolbarPanel
{
	background-image: url(../../images/BlueExplorerBigger.gif);
	background-repeat:repeat-x;
	background-color:#EAF5F9;
	text-align:Right;
	vertical-align:middle;
	min-width:950px;
	height:36px;
}

.mainReportDIV
{	
	margin-bottom:2px;
	vertical-align:middle;	
	padding:5px 0px 0px 2px;
	overflow:auto;	
	background-color:#EAF5F9;
	border: solid 1px #cccccc;
	height:93%;
}

.toolbar
{
	background-image: url("../../images/slice-gray.gif");
}

.inputhand
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 8pt;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffd700;
	cursor: pointer;
	cursor: hand;
}

.input
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 8pt;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
}

.text
{
	color: #003399;
}

.title
{
	font-family: Verdana;
	font-size: 30px;
	color: #DADADA;
	font-weight: bold;
}

h1.subtitle
{
	font-family: Verdana;
	font-size: 15px;
	color: #003399;
	font-weight: bold;
	font-style: normal;
}

.SectionPanel
{
	text-align:left;
	min-width:950px;
}

.EntitiesTable
{
	width:100%;
    border-collapse:collapse;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	margin-top:5px;
}

.EntitiesCell
{
    border-right: 2px solid #DDDDDD;
    border-top : 2px solid #DDDDDD;
    border-bottom : 2px solid #DDDDDD;
    border-left : 2px solid #DDDDDD;
	vertical-align:top;
	background-color:#F0F7FF;
	width:33%;
}

.EntitiesCellNoLocation
{
    border-right: 2px solid #DDDDDD;
    border-top : 2px solid #DDDDDD;
    border-bottom : 2px solid #DDDDDD;
    border-left : 2px solid #DDDDDD;
	vertical-align:top;
	background-color:#F0F7FF;
	width:50%;
}

.EntityTable
{
	width:100%;
    border-collapse:collapse;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.EntityFieldLabelCell
{
	padding-left:7px;
	padding-right:5px;
	padding-top:3px;
	vertical-align:top;
}

.EntitySpacerCell
{
	width:5px;
}

.GroupTable
{
	width:100%;
	margin-top:5px;
	background-color:#F0F7FF;
    border-right: 2px solid #DDDDDD;
    border-top : 2px solid #DDDDDD;
    border-bottom : 2px solid #DDDDDD;
    border-left : 2px solid #DDDDDD;
}

.GroupTitleCell
{
	background-image: url(../../images/BlueExplorer.gif); 
    border-right: 1px solid #aaa;
    border-top : 1px solid #aaa;
    border-bottom : 1px solid #aaa;
    border-left : 1px solid #aaa;
    padding: 1px 3px;
	font-weight:bold;
    font-size: 10pt;
	width:100%;
}

.GroupTopSpacerRow
{
	height:2px; 
}

.GroupBottomSpacerRow
{
	height:1px;
}

.FieldTable
{
    border-collapse:collapse;
}

.GroupFieldLabelCell
{
	padding-left:2px;
	padding-right:5px;
	padding-top:3px;
	vertical-align:top;
}

.GroupFieldLabelPanel
{
	width:112px;
}

.GroupFieldValueCell
{
	width:2000px;
	height:0px;
}

.GridHeaderPanel
{
	border-left:silver 1px solid;
    margin-right:18px;
    position:relative;
}

.Button
{
	background-image: url(../../images/BlueExplorer.gif); 
	cursor: hand;
	cursor: pointer;
}

.ToolbarPanel
{
	background-image: url(../../images/toolbar.jpg);	
	background-position: 10px 5px;
	background-repeat:no-repeat;
	border:solid 1px #CCCCCC; 
	margin-top:5px; 
	background-color:#EAF5F9;
	text-align:left;
	min-width:950px;
}

.Validation_Summary
{
	background-image: url(../../images/warning.gif); 
	background-position: 10px 5px;
	background-repeat:no-repeat;
	background-color:#FFFFCC;
	border:solid 1px #CCCCCC;
	margin-top:5px;
	padding-top:15px;
	padding-bottom:10px;
	text-indent:60px;
}

.Validation_Summary_Header
{
	font-size:12px;
	font-weight:bold;
}

.parentDisable 
{
	DISPLAY: none; 
	Z-INDEX: 1001; 
	FILTER: alpha(opacity=50); 
	LEFT: 0px; WIDTH: 100%; 
	COLOR: #aaa; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: #ccc; 
	opacity: .5
}

.DivHeadBlue
{
	font-weight: bold;
	font-size: 8pt;
	background-image: url(../../images/BlueExplorer.gif);
	color: black;
	background-repeat: repeat-x;
	height: 23px;
	text-align: left;
	text-indent: 5px;
	vertical-align: bottom;
}

div.ajax__calendar_container
{
   z-index:1000;
}  
	
/* ID Styles */
#wrapper
{
	margin: 0;
	width: 996px;
}

#RowSelectDiv
{
	/* set the margin-left and margin-top to half the height and width of the div */
	left: 37%;
	top: 50%;
	display: none;
	z-index: 1003;
	position: absolute;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

#AlertDiv
{
	/* set the margin-left and margin-top to half the height and width of the div */
	left: 37%;
	top: 50%;
	display: none;
	z-index: 1003;
	position: absolute;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

#ExtendedFilters
{
	/* set the margin-left and margin-top to half the height and width of the div */
	left: 37%;
	top: 50%;
	display: none;
	z-index: 1003;
	position: absolute;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

#SortDIV
{
	/* set the margin-left and margin-top to half the height and width of the div */
	left: 37%;
	top: 50%;
	display: none;
	z-index: 1003;
	position: absolute;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

#LockedImage
{
	background-image: url(../../images/lock.gif);
	color: black;
	background-repeat: no-repeat;
	background-position:center;
}

.LookupButton
{
	/* ToDo: Set a image for the search button */
	background-image: url(../../images/search.gif);
	height:15px;
	width:15px;
}

.chkbox INPUT
{
 COLOR: black;
 border-style: none;
 font-family: Tahoma;
 font-size: 11px;
 margin-left: 15px;
 
}

