﻿.title_body
{
	font-family:Verdana;
	font-size:15px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;	
}

.whitetitle_txt
{	
	font-family:verdana;
	font-size:11px;
	color:white;
	text-decoration:none;
}

.borderLeftRight{
	border-left:1px solid #88B7D5;
	border-right:1px solid #88B7D5;	
	}
.Styling
{
	background-color:Black;
	border:1px solid Yellow;
	border-color:Yellow;
	border-width:thin;
	height:50px;
	width:200px
}
.Stylingdrop
{
	background-color:Black;
	border:1px solid Black;
	border-color:Black;
	border-width:thin;	
	height:50px;
	width:200px
}
.Stylingcase
{
	background-color:White;
	border:1px solid DeepSkyBlue;
	border-color:DeepSkyBlue;
	border-width:thin;
	height:25px;
	width:25px
}
.Stylingdropcase
{
	background-color:White;
	border:1px solid White;
	border-color:White;
	border-width:thin;	
	height:25px;
	width:25px
}

.Stylingworksample
{
	background-color:LightSkyBlue;
	border:1px;
	border-style:solid;
	border-color:DeepSkyBlue;
	border-width:thick;
	height:50px;
	width:142px
}
.Stylingdropworksample
{
	background-color:LightSteelBlue;
	border:1px;
	border-style:solid;
	border-color:Navy;
	border-width:thick;
	height:50px;
	width:142px
}
.Stylingworksamplediv
{
	background-color:LightSteelBlue;
	border:1px;
	border-style:solid;
	border-color:DeepSkyBlue;
	border-width:thin;
	height:25px;
	width:150px
}
.Stylingdropworksamplediv
{
	background-color:LightSteelBlue;
	border:1px;
	border-style:solid;
	border-color:Navy;
	border-width:thin;
	height:25px;
	width:150px
}
.border
{
	border:solid 8px;
	border-color:#0190BA;
}

.borderBlue
{
	border:solid 1px;
	border-color:#88B7D5;
}

.whitetitle_body
{	
	font-family:verdana;
	font-size:14px;	
	font-weight:bolder;
	color:white;
	text-decoration:none;
}

.bluetitle_body
{
	font-family:Verdana;
	font-size:13px;
	font-weight:bolder;
	color:#319CEF;
	text-decoration:none;	
}
.bluetitle_bodyWithoutWidth
{
	font-family:Verdana;	
	font-weight:bolder;
	color:#319CEF;
	text-decoration:none;	
}
.preppy
{
color:#FF3399;
font-weight:900;
}
.disable { background-color: #FF7777; font-weight: bold; color: Black; }

.redtitle_body
{
	font-family:Verdana;
	font-size:15px;
	font-weight:bolder;
	color:red;
	text-decoration:none;	
}

.lbl
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;		
	text-decoration:none;	
}

.txtbox
{
	
	FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;width:10px;
}

.lblHeading
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;		
	text-decoration:none;
	font-weight:bolder;	
}

.essentialfields
{
	font-family:  verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: red;
	text-decoration:none;
}

.body_txt
{	
	font-family:verdana;
	font-size:11px;
	color:#252622;
	text-decoration:none;
}

.selText
{	
	font-family:verdana;
	font-size:11px;
	color:#252622;
	text-decoration:none;
}
.txtBox
{	
	font-family:verdana;
	font-size:13px;
	color:#252622;
	text-decoration:none;
	border: 1px;
	border-color:#FFFFFF;	
}
.body_txt_bold
{	
	font-family:verdana;
	font-size:11px;
	color:#252622;
	font-weight:bold;
	text-decoration:none;
}

.bluebody_txt_bold
{	
	font-family:verdana;
	font-size:11px;
	color:Blue;
	font-weight:bold;
	text-decoration:none;
}

.redbody_txt_bold
{	
	font-family:verdana;
	font-size:13px;
	color:Red;
	font-weight:bold;
	text-decoration:none;
}

.whitebody_txt_bold
{	
	font-family:verdana;
	font-size:11px;	
	color:White;
	font-weight:bold;
	text-decoration:none;
}

.body_bluetxt
{	
	font-family:verdana;
	font-size:11px;
	color:#212EC2;
	text-decoration:none;
}

.tblWidth
{
	width:799px;
}

.profile_body
{
	width:18px;
	height:18px;
	vertical-align:bottom;
}

.textbox{
	max-width:150px;
	width:150px;
}




/*Drop down classes*/


.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 142px; /*Width of top level menu link items*/
padding: 08px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 11px Verdana;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

.noramltext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 146px; /*width of sub menu levels*/
font-weight: normal;
padding: 4px 5px;
background: #DDEFF8;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #95CDE9;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
div.dimmer 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;

	background-image:url(honey.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='honey.png');
}


div.dimming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color:#dae5ec ;
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	
	border-style: solid;
	border-color: #999999;
	border-width: 1px;

}

table.floatingHeader
{
	background-color: #146eae;
	color:#ffffff;
}
