﻿body {
}
.pStyle
{
	language: en-US; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in;
    text-align: left; direction: ltr; unicode-bidi: embed; mso-line-break-override: none;
    word-break: normal; punctuation-wrap: hanging;
}
.GradientOverview
{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='lightblue', EndColorStr='lightblue');
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-transform:none;
    color:#41627E;
}
.RegistrationTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: none;
	float: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	padding: 1px 1px;
	line-height: normal;
	border: 1px solid darkblue;
	color: #000000;
}
.button
{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#3399FF', EndColorStr='#3399FF');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	clear: none;
	float: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	padding: 1px 1px;
	line-height: normal;
	border: 1px solid darkblue;
	color: #ffffff;
	text-align:center;
	
}
.TableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	white-space: normal;
	color:Black;
	font-weight:bold;
	border:0px #D0D0D0;
}
.TableContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	letter-spacing: normal;
	text-align:left;
	white-space: normal;
	color:Black;
	font-weight:normal;
	border-right:1px solid #989898 ;
	padding-left:1px;
}

.sfmenu ul						/*Makes the Menu Ul Above position Absolute*/
{
	position:absolute;
	top:-999em;
}

.sfmenu li					/*Makes The TOP UL Horizontal Align*/
{
	float:left;
	position:relative;
}

.sfmenu li:hover ul			/*Show the Submenu On UL MouseOver--MAIN CSS THAT SHOW THE SUB MENU*/
{
	left:0;
	top:30px; 	
	background-color:#c3c097;
}

.sfmenu li:hover a 
{
	height:30px;
	
}

.sfmenu a			/* Makes the Sub Menu Disply Block on the hover of Top UL*/
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:		block;
	position:		relative;
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		7px 10px;
	text-decoration:none;
	color:#3578bd;
	font-size:11px;
	
}

#ucHeader_MenuBar 
{								/*Main Manu UL Color and Style*/
	/*background:		#d9f0b7;*/
	height:50px;
	position:relative;
	background: #fcfcfc url(../Images/grd_alt.png) repeat-x top; 
	z-index:1;
	width:80%;
	
}

#ucHeader_MenuBar li				/*Makes the BkgrdColor of the Top UL Green */
{
	/*background:	#32ae43;557D4F*/
	position:relative;
	cursor:hand;	
}


#ucHeader_MenuBar a				/*Make the Border None Of Menu*/
{
	border:none;
	font-size:13px;
	
}

#ucHeader_MenuBar a:hover
{
	color:White;		/* Set the color of the Submenu of the Ul MoverOver*/
	background: #fcfcfc url(../Images/grd_head.png) repeat-x top; 

} 



#ucHeader_MenuBar li li			/*Properties of the SubMenu on UL Hover*/
{
	/*background-color:#d9f0b7;*/
	background-color:#c3c097;
	width:100%;
}

.TableBorderOuter
{
	border:solid 4px gray;
}

.TableBorderInner
{
	border:solid 1px Gray;
}

.tdPadding
{
	padding-top:2px;
	padding-bottom:2px;
}
/*CSS FOR ERROR*/
.RedTextform
{
	vertical-align:top;
	color: #900;
	font-size: 10px;
	background: url(../Images/bullet_invalid.gif) left no-repeat;
	text-transform:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:12px;
}

.RedTextformWithoutImg
{
	vertical-align:top;
	color: #900;
	font-size: 10px;
	text-transform:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:12px;
}

.RedTextform_TextBox
{
	vertical-align:top;
	color: #900;
	font-size: 10px;
	background: url(../Images/bullet_invalid.gif) left no-repeat;
	text-transform:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:12px;
	width:200px;	
}

.RedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#900;
	text-decoration: none;
	background-color:#fee;
	height: 17px;
	border:solid 1px #900;
	width : 105px;	
}

.chkRedText {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	clear: none;
	vertical-align:middle;
	text-transform: none;
	float: none;
	letter-spacing: normal;
	text-align: left;
	margin: 1px auto;
	word-spacing: normal;
	white-space: normal;		
	border: 1px solid #adabac;
	color:#900;
	border:solid 1px #900;
	background-color:#fee;
}
/*CSS FOR ENDS HERE */

.TextBoxControl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	border: 1px solid #6691be;
	margin: 1px auto;
	color: Black;
	width:200px;	
}

.LabelText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:DarkBlue;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
}
.SubLabelText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:DarkBlue;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
}
.HeaderRowTbl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:White;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	background-image:url(../Images/Blue_band.jpg);
}

.DropDownExtender
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	border: 1px solid #6691be;
	color: Black;
	width:110px;
	text-decoration:none;
	background-color:White;	
}

.DropDownExtenderLink	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	color: Black;
	text-decoration:none;
	background-color:White;	
	padding:2px;
}

/*Theme Start For MODAL DIALOG*/
/* Overlay */
#modalOverlay 
{
	background-color:#000; cursor:wait;
}

/* Container */
#modalContainer
{
	height:500px;
	width:700px;
	left:50%;
	top:15%;
	margin-left:-300px;
	background-color:#fff;
	border:3px solid #ccc;
}
#modalContainer a.modalCloseImg
{
	background:url(../Images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#modalContainer #basicModalContent 
{
	padding:8px;
}
/*Theme Ends For MODAL DIALOG*/




/*CSS FROM NOKIA */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.radioblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1144DD;
	text-decoration: none;
}

.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1743D7;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #64655F;
	text-decoration: none;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #ebf3f6;
	height: 17px;
	border: 1px solid #64655F;
	width : 105px;
}

/*
.CssEmailAutoFill
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin : 0px!important;
	text-align:left;
	cursor:auto;
	border:solid 1px gray; 
	background-color:White;
}*/


.dropdownbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #64655F;
	width : 100px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.bodycopy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.textboxmm {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color:  #ffffff;
	height:20px;	
	width:70px;
	border: 1px solid #3c7799;
	vertical-align:middle;
	}
.textboxdd {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color:  #ffffff;
	height:20px;	
	width:70px;
	border: 1px solid #3c7799;
	vertical-align:middle;
	}
.textboxyy {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color:  #ffffff;
	height:20px;	
	width:70px;
	border: 1px solid #3c7799;
	vertical-align:middle;
	}
.textboxhh{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color:  #ffffff;
	height:20px;	
	width:70px;
	border: 1px solid #3c7799;
	vertical-align:middle;
	}
.textboxminute {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color:  #ffffff;
	height:20px;	
	width:70px;
	border: 1px solid #3c7799;
	vertical-align:middle;
	}
	.textboxstatus {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color:  #ffffff;
	height:20px;	
	width:150px;
	border: 1px solid #3c7799;
	vertical-align:middle;
	}
.textboxuid
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 14px;
	border: 1px solid #64655F;
	width : 100px;
}
.textboxpwd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 14px;
	border: 1px solid #64655F;
	width : 100px;
}
.copydisplayh 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.copydisplayhc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #DB865F;
	text-decoration: none;
}
.copyupdateh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #517AD2;
	text-decoration: none;
}

.ddmodel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #64655F;
	width : 200px;
}
.textboxarea {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 34px;
	border: 1px solid #64655F;
	width : 130px;
}


.AutoExCompletionList
{
	height:100px;
	overflow:auto;
	overflow-x:hidden;
	width : 105px;
	margin : 0px!important;
	text-align:left;
	cursor:auto;
	border:solid 1px gray; 
	background-color:White;
}

.Test
{
	background-color:Red;
	display:none;
}

/*PreOrder CSS STARTS HERE*/
.titleContainer
{
	padding: 0px 9px 15px 9px;
}

#topBar
{
	background-image:url(../Images/Blue_band_Lead.jpg);
	background-repeat: repeat-x;
	height: 21px;
}

.TextboxInput
{
	border:1px solid #5c605c; 
	background-color: #ebf3f6; 
	height: 15px;
	font-size:11px;
	width: 135px;
}

.PreOrderDropDown
{
	border:1px solid #5c605c; 
	background-color: #ebf3f6; 
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 140px;
}

.PreOrderRedText 
{
	font-family:Arial, Helvetica, sans-serif;
	height: 15px;
	font-size:11px;
	color:#900;
	text-decoration: none;
	background-color:#fee;
	border:solid 1px #900;
	width : 135px;	
}

.PreOrderRedDropDown {
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#900;
	text-decoration: none;
	background-color:#fee;
	border:solid 1px #900;
	width : 140px;	
}


#formContainer
{
float: left;
width: 275px;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
font-size: 16px;	
color: #525b5c;	
padding-left: 15px;
}

/*PreOrder CSS ENDS HERE*/

fieldset {
margin : 0px;
padding : 1em;
border : 1px solid #ccc;
}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 0.5em;
}

/*--CSS for Shade Tabs. Remove if not using --*/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font-weight:bold;
font-size: 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-family:Arial, Helvetica, sans-serif;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 30px;
margin-right:3px;
/*border: 1px solid #ccc;*/
color: #2d2b2b;
background:#fff url(../Images/down_arrow.gif) no-repeat right center;
}

.shadetabs li a:visited{
color: #2d2b2b;
border:none;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
border:none;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#fff url(../Images/down_arrow.gif) no-repeat right center;
border: 1px solid #ccc;
border-bottom-color: white;
color:#0099CC;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}


.SiteMap_SubValues {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: Black;
	text-align: left;
	cursor:auto;
	text-decoration:none;	
}
.SiteMap_Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #125eaa;
	text-align: left;
	text-decoration:none;	
	text-transform:uppercase;
}
.SiteMap_Image
{
	cursor:hand;
}

.ButtonSelect
{
	background-image:url(../Images/select.gif);
	border:none;
	width:70px;
	height:25px;
}