body
{
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
}

.defaultLabel
{
	font-size: 11px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#252525, strength=2, direction=135);*/
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	height: 1px;
}

.linkLabel
{
	font-size: 10px;
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	height: 1px;
}

.titleLabel
{
	color: black; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	height: 1px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#252525, strength=3, direction=135);*/
}

.warning
{
	color: purple; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 1px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#252525, strength=2, direction=135);*/
}

.normalFont
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
}

.boldFont
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: bold;
}

.invalidInput
{
	color: Purple;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
}

.tableHeader
{
	background-color: navy;
	color: white; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: bold;
}

.groupHeader
{
	background-color: lightblue;
	color: Navy; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: bold;
}

.oddRow
{
	background-color: #E7E7E7;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	height: 22px;
}
.evenRow
{
	background-color: #F3F3F3;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	height: 22px;
}

.font14
{
	font-size: 14px;
}

.datePicker
{
	background-color:#ffffe7;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
    border-right-style: solid;
    border-right-width:thin;
    border-left-style: solid;
    border-left-width:thin;
    border-top-style: solid;
    border-top-width:thin;
    border-bottom-style: solid;
    border-bottom-width:thin;
    border-color:Black;
}


/** css styles for tool bar start */
.clsToolbar 
{
	background-color: #D4D0C8;
	border-color: buttonshadow;
	cursor: default;
}
.clsButtonDown {
	border: 2px; border-color: white; border-style: inset;
	PADDING: 4px 4px 4px 4px;
	FONT-SIZE: 9pt;
	WHITE-SPACE: nowrap
}
.clsButtonOut {
	border: 2px; border-color: white; border-style: outset;
	PADDING: 4px 4px 4px 4px;
	FONT-SIZE: 9pt;
	WHITE-SPACE: nowrap
}
.clsButtonOver {
	border: 2px; border-color: white; border-style: outset;
	PADDING: 4px 4px 4px 4px;
	FONT-SIZE: 9pt;
	WHITE-SPACE: nowrap
}

.popupWindow
{
	position:absolute;
    width:260px;
    border: solid 5px SkyBlue;
    /*margin: 5px 5px 5px 5px;*/
    /*margin: 0px 0px 0px 20px;*/
    background-color:white;
   
    /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#2557ad);*/ 
}
/** css styles for tool bar end */

