.CSBodySmallTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}
.CSImgText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #999999;
	font-weight: bold;
}
.CSImgHeadText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8888dd;
}
.CSBodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #666666;
}
.FormSmallTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
a.CSBodySmallTitle
{
    border-bottom:none;
}
a
{
    color:				#3366cc;
    text-decoration:	none;
}
a:hover
{
    color:				blue;
   	text-decoration:	underline;
	border-bottom:		1px;
}

a.helpLink {
	text-decoration:	none;
	color:				Black;
}

a.helpLink:hover {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
}
.help-tooltip {
	position:	absolute;
	width:		300px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		Alpha(Opacity=0),progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}
.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}
.cPopText 
{  
   	position:	absolute;
	width:		300px;
	border:		1px Solid WindowFrame;
    color:      InfoText; 
	background:	Infobackground;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	z-index:	10000;
    filter: Alpha(Opacity=0),progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
}


.h3 {
	FONT-WEIGHT: bold; FONT-SIZE: 135%; COLOR: #666666; MARGIN: 18px 0px 0px; LINE-HEIGHT: 1.1em; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.h3a {
	FONT-WEIGHT: bold; FONT-SIZE: 135%; COLOR: #666666; MARGIN: 0px; LINE-HEIGHT: 1.1em; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.invisiableText
{
    font-size:2;
    font-family: arial,helvetica,swiss;
    color:White ;
}
.move {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #D0D0D0;
	font-weight: bold;
	
}
.AlertText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bolder ; 
	padding-left:20px;
	color: red;
}
.AlertText a {color: red;}
.AlertText a.visited {color: red;}

.FormTable {
	width:100%;
	background-color:#fafafa; 
}
.FormTb {
	vertical-align:text-top; 
	background-color:#ffffff;
	font-family:arial,helvetica,swiss;
	font-size:13px;
}
.FormTbAlert {
	vertical-align:text-top; 
	background-color:#ffffff;
	font-family:arial,helvetica,swiss;
	font-size:13px;
	color: red;
}
.Uppercase {
	 text-transform: uppercase ; 
}

div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}
