/*------------------------------------------------------------------------------------


/*-- ================= BODY STYLES ================= --*/
body
{
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: "Myriad Pro" , "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #515151;
}

p
{
	font-size: 11pt;
	padding: 0 0 20px 0px;
	margin: 0;
}

.homesubtitle_bg
{
	background-image: url(../images/home_ctbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70) !important;
	opacity: 0.7;
	top: 0px !important;
	left: 0px !important;
	position: absolute !important;
	z-index: 1 !important;
}
.modelPopUp2
{
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	background-color: #e4e4e4;
	padding: 0px 3px;
	z-index: 10001;
}

.wrapper
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.autowrapper
{
	margin: 0 auto;
	padding: 0;
}

.centerWrapper{
    position: relative;
    width:980px;
    text-align:left;
}

.page-header{
    margin:20px 0px 10px 0px; 
    width:900px;
    text-align:left;
}

.page-content{
    margin:10px 0px 10px 0px;
    padding:0px;
    width:565px;
}
.textbox
{
	background: #d1d1d1;
}

.nonEditField
{
	background: #c1e8ff;
	padding: 3px 0 3px 5px;
}

.lblVaraible
{
	background: white;
	font-size: 12px;
	height: 35;
	vertical-align: bottom;
}

.lblVariableValue
{
	background: #c1e8ff;
	font-size: 12px;
}
.lblVariableValue2
{
	font-size: 12px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}


/*-- ================= TOP HEADER ================= --*/

#header
{
	width: 100%;
	background: #fff;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0;
}

#header h1
{
	font-size: 24pt;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}

#header h1 img
{
	width: 800px;
	height: 55px;
}

#header a
{
	text-decoration: none;
	color: #fff;
}

#header a:hover
{
	text-decoration: none;
	color: #000;
}

#header a.user
{
	color: #fff;
}

.redblock
{
	background-color: #b00000;
	width: 100%;
	height: 27px;
	height: auto;
	padding: 3px 0;
}

#Login
{
	margin-right: 3px;
}

/*-- ================= MAIN MENU ================= --*/

#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}

#nav a
{
	display: block;
	width: 10em;
	color: #fff;
	padding: 0px 5px;
}

#nav a:hover
{
	color: #d1d1d1;
}

#nav li
{
	float: left;
	width: 5em;
	padding: 5px 5px;
}

#nav li ul
{
	position: absolute;
	width: 130px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
	background: #717171;
	width: 130px;
}

#nav li ul ul
{
	margin: -1em 0 0 9.55em;
	padding: 0 5px;
}

#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 110%;
}

#nav li:hover ul ul, #nav li.sfhover ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
	left: auto;
}

/*-- ================= CONTENT ================= --*/

#page h1
{
	font-size: 18pt;
	margin: 10px 0;
	padding: 0;
}

#content
{
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	clear: left;
}

#LoginView
{
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}

.loginbox
{
	margin: 100px auto;
	padding: 0;
	border: 1px solid #a7a7a7;
	font-size: 11pt;
	text-align: center;
	color: #515151;
}

.logintitle
{
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	padding: 3px 10px;
	background: #b00000;
	color: #fff;
	width: 200px;
}

.logintextbox
{
	font-size: 9pt;
	color: #000;
	margin: 0 10px;
	padding: 0;
	float: left;
	width: 200px;
}

.input_txt
{
	width: 250px;
	height: 17px;
	border: 1px solid #D3D3D3;
	margin: 4px 0 9px;
	padding: 5px 9px 5px;
	min-width: 230px;
	font-family: "Arial";
}

.input_txt:hover
{
	border-color: #545454;
}

.input_txt:focus
{
	border-color: #545454;
}
.Pushbutton
{
    border-style: none;
    color: #fff;
    font-weight: bold;
    font-size: 9pt;
    width:2.5cm;
    padding-top:4px;
    padding-bottom:4px;
    margin:10px 5px 10px 0px;
}

/*.Pushbutton
{
	background-color: #545454;
    border: 1px solid #515151;
    color: #fff;
    font-weight: bold;
    font-size: 9pt;
    margin: 0 0 5px 5px;
    height: 30px;
}*/

.Pushbutton:focus
{
	border-color: #FFFFFF;	
}

.lbl_style1
{
	font-family: "Arial";
	font-size: 13px;
	color: #323334;
}

.navigation_link
{
	font-family: "Arial";
	font-size: 14px;
	color: #0C7AC7;
}

.navigation_link:hover
{
	color: Red;
	text-decoration: underline;
}

.lblHeader
{
	font-family: "Arial";
	color: #0C7AC7;
	font-weight: bold;
	font-size: 48px;
}

.logincheckbox
{
	margin: 0;
	padding: 5px;
	text-align: left;
}

.loginLabel
{
	text-align: left;
	padding: 0 10px;
}

.btn
{
	background-color: #545454;
    /*border: 1px solid #515151;*/
	border-style: none;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	margin: 0 0 5px 5px;
	padding: 3px 3px;
}

.btn:hover
{
	/*border-color: #FFFFFF;*/
	/*background-color: #545454;*/
	cursor: pointer;	
}

input[type=submit][disabled=disabled]
{
	/* padding: 0px 6px 0px 6px;*/
	border: 2px outset ButtonFace;
	color: GrayText;
	cursor: inherit;
}

.btn1
{
	background-color: #0C7AC7;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	margin: 0 0 5px 5px;
	padding: 3px 3px;
}

.btn2
{
	background-color: #0C7AC7;
	border: 1px solid;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	padding: 3px 3px 3px 3px;
}

.content
{
	font-weight: normal;
	font-size: 12px;
	color: #0C7AC7;
	font-family: verdana;
	line-height: 25px;
	text-decoration: none;
}
.contentbold
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	line-height: 13pt;
	text-decoration: none;
	text-align: right;
}

.PagerStyleGridView
{
	font-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.txtbox
{
	border-right: #0C7AC7 1px solid;
	border-top: #0C7AC7 1px solid;
	font-size: 8pt;
	border-left: #0C7AC7 1px solid;
	border-bottom: #0C7AC7 1px solid;
	font-family: verdana;
	height: 16px;
}

.dropdown
{
	border-right: #0C7AC7 1px solid;
	border-top: #0C7AC7 1px solid;
	border-left: #0C7AC7 1px solid;
	border-bottom: #0C7AC7 1px solid;
	font-family: verdana;
	height: 20px;
}

.trwithBC
{
	background-color: #AED1F7;
	background: #AED1F7;
}

.trwithBCNew
{
	color: #00045B;
}

.table
{
	border-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #0C7AC7;
	border-style: solid;
	background-color: #ffffff;
}

.labelcontentView1
{
	border-color: #0C7AC7;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
}

.labelcontentView
{
	border-color: #0C7AC7;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	width: 154px;
}

.labelcontent2
{
	border-color: #0C7AC7;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	font-family: Arial;
	font-size: 14px;
}

.NormalRed
{
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: 200;
	color: Red;
}

.labelcontent1
{
	border-color: #0C7AC7;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	width: 154px;
}

.labelCustomer
{
	background: #c1e8ff;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
}

.labelcontent
{
	border-color: #0C7AC7;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
}
.labelcontentGAP /*added 3/12/2012* kcrouse*/
{
	padding-bottom: 3px;
	padding-top: 3px;
	float: left;
	text-align: left;
	border-color: #0C7AC7;
	font-family: Arial;
	font-size: 14px;
}
.labelcontentNoPad
{
	border-color: #0C7AC7;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
}
.labelcontentWithBC
{
	border-color: #545454;
	background-color: #545454;
	color:White;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.labelcontentSmall
{
	border-color: #0C7AC7;
	padding-right: 3px;
	text-align: left !important;
	font-family: Arial;
	font-size: 10px;
}
.radiobtn
{
	margin: 0;
	padding: 0;
}

.pro_title
{
	text-align: left;
	font-weight: normal;
	font-size: 11pt;
	color: #515151;
	background: #c1e8ff;
	padding: 3px 10px;
	margin: 20px 0;
	width: 530px;
}

#TopColumn
{
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.box
{
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #a7a7a7;
	list-style: none;
	float: left;
}

ul.box li h2
{
	background: #b00000;
	color: #fff;
	padding: 3px 10px;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
}

ul.box li.input
{
	padding: 5px 5px 10px 5px;
	color: #515151;
	float: left;
}

.checkbox
{
	background: #b00000;
	color: #fff;
	padding: 2px 10px;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	text-align: right;
	float: right;
	width: 100px;
}
.NormalTableRow {
    background-color: #FFFFFF;
    padding: 5px 8px;
}

.AlternateTableRow {
    background-color: #EEEEEE;
    padding: 5px 8px;
}
.Alpha-list
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-INDENT: 0pt;
    FONT-FAMILY: Verdana, Arial;
    TEXT-ALIGN: left;
}

/*-- ================= LEFT COLUMN ================= --*/

.box5
{
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	border: 4px solid #000000;
	list-style: none;
	float: left;
}


.box6
{
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 3px 12px;
	border: 1px solid #a7a7a7;
	list-style: none;
	float: left;
}

#LeftColumn
{
	width: 530px;
	padding: 10px 0;
	margin: 0;
}

ul.box1
{
	width: 528px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #a7a7a7;
	list-style: none;
}

ul.box1 li h2
{
	background: #b00000;
	padding: 3px 10px;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	color: #fff;
}

ul.box1 li.input2
{
	padding: 5px 5px 10px 10px;
	color: #515151;
	float: left;
}

#LeftColumn h2
{
	background: #b00000;
	color: #fff;
	padding: 3px 10px;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	border: 1px solid #a7a7a7;
}

li.form
{
	padding: 0 10px;
}

#range
{
	padding: 0;
	margin: 0 0 10px 0;
}

#from, #to
{
	float: right;
	margin: 0 0 0 10px;
}

#ctl00_cphMain_grvClientList, #ctl00_cphMain_grvUsersList
{
	border: 1px solid #a7a7a7;
}

#ctl00_cphMain_grvClientList td a, #ctl00_cphMain_grvUsersList td a
{
	color: #b00000;
	text-decoration: none;
	font-weight: bold;
}

#ctl00_cphMain_grvClientList td a:hover, #ctl00_cphMain_grvUsersList td a:hover
{
	color: #515151;
}

th
{
	font-weight: normal;
	background-color: #a7a7a7;
	color: #fff;
	border: none;
}

td
{
	border: none;
	text-align: center;
}

.alternateRow
{
	background-color: #d1d1d1;
	margin: 0;
	text-indent: none;
}

/*-- ================= STATES FORMAT ================= --*/

li.usa
{
	width: 375px;
	height: 230px;
	padding: 10px;
	float: right;
}

.state
{
	color: #515151;
	padding: 10px 0;
}

.editstate
{
	text-decoration: none;
	color: #ff8b3d;
	font-size: 9pt;
	font-weight: bold;
}

.feedgrid
{
	border: none;
	color: #fff;
}

.feed
{
	color: #ff8b3d;
	padding: 0px;
	font-size: 11pt;
	font-weight: bold;
	float: left;
	text-decoration: none;
	border: none;
}

/*-- ================= BLOG FORMAT ================= --*/

ul.blogpost
{
	width: 530px;
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

li.date
{
	background: #c1e8ff;
	padding: 3px 10px;
	margin: 0;
}

li.header
{
	color: #a7a7a7;
	font-size: 18pt;
	padding: 3px 0 0 10px;
}

li.meta
{
	color: #a7a7a7;
	font-size: 9pt;
	padding: 0 10px;
}

li.meta a
{
	text-decoration: underline;
	color: #515151;
}

li.meta a:hover
{
	text-decoration: none;
	color: #515151;
}

li.post
{
	font-size: 10pt;
	padding: 10px;
}

li.comments
{
	font-size: 9pt;
	padding: 0 10px;
	color: #a7a7a7;
}

/*-- ================= RIGHT COLUMN ================= --*/

#RightColumn
{
	width: 210px;
	padding: 10px 0;
	margin: 0;
	float: right;
}

ul.box2
{
	width: 215px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border: 1px solid #a7a7a7;
	list-style: none;
}

ul.box2 li.input
{
	padding: 5px 10px;
	color: #a7a7a7;
}

ul.box2 li.input2
{
	padding: 5px 5px 10px 5px;
	color: #a7a7a7;
	float: left;
}

ul.box2 li h2
{
	background: #b00000;
	padding: 3px 10px;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	color: #fff;
}


#widget
{
	width: 210px;
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#widget header
{
	background: #c;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	font-size: 11pt;
	color: #515151;
}

ul.widget li a
{
	text-decoration: none;
	color: #ff8b3d;
	padding: 0 10px;
}

ul.widget li a:hover
{
	text-decoration: none;
	color: #515151;
}

/*-- ================= bottom ================= --*/

#bottom
{
	width: 100%;
	clear: left;
}

.bottomTex
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1;
	font-weight: bold;
}

ul.box3
{
	width: 250px;
	height: auto;
	margin: 0 10px 10px 0px;
	padding: 0;
	border: 1px solid #a7a7a7;
	list-style: none;
	float: left;
}

ul.box3 li h2
{
	background: #b00000;
	padding: 3px 10px;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	color: #fff;
}

ul.box3 li.input
{
	padding: 5px 10px;
	color: #515151;
}


ul.box4
{
	height: auto;
	margin: 0 10px 10px 0px;
	padding: 0;
	border: 1px solid #a7a7a7;
	list-style: none;
	float: left;
}

ul.box4 li h2
{
	background: #b00000;
	padding: 3px 10px;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	color: #fff;
}

ul.box4 li.input
{
	padding: 5px 5px;
	color: #515151;
	float: left;
}
/*-- ================= FOOTER ================= --*/

#footer
{
	margin: 20px auto;
	padding: 3px 0;
	font-size: 9pt;
	clear: both;
	background: #b00000;
	width: 800px;
	height: auto;
}

#footer a
{
	text-decoration: none;
	color: #fff;
}

#footer a:hover
{
	color: #fff;
	text-decoration: none;
}

.lbl
{
	color: #515151;
	font-size: 11pt;
	font-weight: normal;
}

.gridHead
{
	text-align: left;
	color: #515151;
	font-weight: normal;
}

.gridRow
{
	height: 12px;
}

.gridItem
{
	text-align: left; /*background-color:White;*/
}

.groupHeader
{
	background: #b00000;
	color: #fff;
	padding: 3px 10px;
	margin: 0;
	font-size: 12pt;
	font-weight: normal; /* Height:20px; BorderColor="#B0BCCC" BorderWidth="1px"*/
}

.zipCodeText
{
	font-weight: bold;
	font-size: medium;
	color: Red;
}

.zipCodeTextMedium
{
	font-weight: bold;
	font-size: small;
}
.zipCodeTextSmall
{
	font-weight: bold;
	font-size: x-small;
}
.clear
{
	clear: both;
}

.clrleft
{
	clear: left;
}

.hidden
{
	display: none;
}

.hiddenChecBox
{
	display: none;
}
#editor
{
	position: relative;
	width: 100%;
	height: 760px;
}
.block
{
	position: absolute;
	padding: 0px;
	border-collapse: collapse;
}
.handle, .resize
{
	display: block;
	width: 20px;
	height: 20px;
	cursor: move;
}
.handle
{
	background-image: url(   '../../Images/Icons/move.png' );
}
.resize
{
	background-image: url(   '../../Images/Icons/resize.png' );
	position: absolute;
	right: 0;
	bottom: 0;
}
.TablePostCard
{
	border-right: #bbbbbb 1px solid;
	padding-right: 5px;
	background-position: 50% top;
	border-top: transparent 0px solid;
	padding-left: 5px;
	background-image: url(/Images/box_BG_repeater.jpg);
	padding-bottom: 5px;
	margin: 5px 5px 5px;
	border-left: #bbbbbb 1px solid;
	padding-top: 5px;
	border-bottom: #bbbbbb 1px solid;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.TablePostCardNoBC
{
	border-right: #bbbbbb 1px solid;
	padding-right: 5px;
	background-position: 50% top;
	border-top: #bbbbbb 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px 5px 5px;
	border-left: #bbbbbb 1px solid;
	padding-top: 5px;
	border-bottom: #bbbbbb 1px solid;
	background-color: #ffffff;
}
.TablePostCard2
{
	padding-right: 15px;
	background-position: 50% top;
	padding-left: 15px;
	background-image: url(/Images/box_BG_repeater_noborder.jpg);
	padding-bottom: 10px;
	margin: 5px 5px 10px;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.GridHeader
{
	padding-right: 15px;
	background-position: 50% top;
	padding-left: 15px;
	background-image: url(/Images/box_BG_repeater_noborder.jpg);
	padding-bottom: 10px;
	margin: 5px 5px 10px;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.ContentBG
{
	background-position: 50% top;
	background-image: url(/Images/campaign_background_tile.gif);
	background-repeat: repeat-x;
}
.BG
{
	background-position: 50% top;
	background-image: url(/Images/form_bg.gif);
	background-repeat: repeat-x;
}
.TablePostCard
{
	border-right: #bbbbbb 1px solid;
	background-position: 50% top;
	border-top: transparent 0px solid;
	background-image: url(/Images/box_BG_repeater.jpg);
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.section-header
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Verdana;
	background-color: #cfd1e2;
	text-align: left;
}
.section-header-table
{
	border-right: medium none;
	padding-right: 0px;
	border-top: medium none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: medium none;
	width: 565px;
	padding-top: 0px;
	border-bottom: medium none;
	font-family: Arial, Verdana;
}

.ModalProgressContainer
{
	z-index: 10005;
	position: fixed;
	cursor: wait;
	top: 0%;
	background-color: #ffffff;
	filter: alpha(opacity=70) !important;
	opacity: 0.7;
	-moz-opacity: .5;
	height: 100%;
	width: 100%;
	text-align: left;
}
.ModalProgressContent
{
	padding: 10px;
	border: solid 0px #000040;
	font-weight: bold;
	background-color: #ffffff;
	margin-top: 300px;
	text-align: left;
}
.first
{
	border-right: 3px solid #FFFFFF;
}
.table_header
{
	padding-right: 6px;
	padding-left: 6px;
	font-size: small;
	font-weight: bold;
	border: solid 2px #ffffff;
	background-color: #C3C3C3;
	padding-bottom: 6px;
	color: #2d2d2d;
	padding-top: 6px;
}
.trEngineWithBC
{
	background-color: #C8C8C8;
	background: #C8C8C8;
}
.fbBlue
{
	border-bottom: #e5eaf1 1px solid;
	padding-bottom: 4px;
	background-color: #edeff4;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.subband
{
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background: none transparent scroll repeat 0% 0%;
	color: #2d2d2d;
	background-color: #E5E5E5;
	font-size: small;
	font-weight: bold;
	padding-top: 6px;
	text-align: left;
}
.RadioButtonList
{
	border-color: #0C7AC7;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
}
.RadioButtonList td
{
	text-align: left !important;
}
.modalBackground1
{
	background-color: Transparent;
	filter: alpha(opacity=60);
	opacity: 0.60;
}
.updateProgress1
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 130px;
	height: 50px;
}
.updateProgressMessage1
{
	margin: 3px;
	font-family: Trebuchet MS;
	font-size: small;
	vertical-align: middle;
	text-align: center;
}
.buttonAspLook
{
	font-family: Tahoma,Arial, 'Arial Narrow' , 'MS Sans Serif';
	font-size: 8pt;
}

/********** Menu View    **************/
.staticMenuItemStyle
{
	text-align: left;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0;
}

.staticMenuItemSelectedStyle
{
	border: solid 1px #000000;
}

.staticHoverStyle
{
	background-color: #545454;
}

.menuItem
{
	display: block;
	z-index:100;
}

.dynamicMenuItemStyle
{
	border: solid 1px #000;
	background-color: #FFFFFF;
	color: #545454;
	z-index: 250;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	border-spacing:6px;
	height:30px;
	padding-left: 1px;
	padding-right: 1px;
}

.background
{
	border: solid 1px #000;
	background-color: #545454;
}

.NavigationMenu
{
	font-family: Verdana;
	font-size: 10pt;
	color: #FFF;
	font-weight: 600;
	z-index: 101;
	background-color: #545454;
	margin: 0 auto 0 auto;
}

#h
{
	background: #CCCFFF;
	padding: 5px 0 6px 10px;
}

#e
{
	border: solid 1px #919191;
	background-image: url(../Images/sub.gif);
	padding: 0 0 1px;
}

.menuItemMouseOver, .menuItemSelected
{
	border: solid 1px #545454;
	background-color: #545454;
	color: #FFFFFF;
}

.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active
{
	text-decoration: none;
	color: #FFF;
	display: block;
}

.currentNodeStyle, .nodeStyle, .rootNodeStyle, a.siteMapPath
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

.GridViewWrapper
{
	padding: 2px;
	
}
.textalignleft
{
	text-align:left;
}
.blueblock
{
	background-color: #0C7AC7;
	font-family: Arial;
	font-weight:bold;
	color:#fff;
	width: 100%;
	height: 27px;
	height: auto;
	padding: 3px 0;
}

.EmptyData
{
	color:#545454;
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	Border-Width:0;
	Border-Style:None;
	Border-Color:White;
	background-color:White;	
}


.section-title{
    padding-top:5.5px;
    padding-bottom:5.5px;
    padding-left:5px;
    FONT-WEIGHT:bold;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Arial;
    text-align:left;
    margin:0px 0px 0px 0px;
}

td.titleImg{
    width:92%; 
    text-align:left; 
}

td.printImg{
    width:8%;
    align:right;
}

/*change all background color styles here*/
.Pushbutton, .labelcontentWithBC, .btn, .GridViewEmptyData, .section-title
{
	background-color:#545454;
}


/*Menu color*/
.staticHoverStyle, .background, .NavigationMenu, .menuItemMouseOver, .menuItemSelected, .dynamicMenuItemStyle
{	
	/* Black backgrounds with white text*/
	/*
	background-color:#231F20;
	color: #ffffff;
	*/
	
	/* White backgrounds with red text */
	/*
	background-color: #ffffff;
	color: #c91515;
	*/
	
	/* Grey background with White text*/
	/*
	background-color:#545454;
	color: #ffffff;
	*/
	
	/* White background with Grey text */
	background-color: #ffffff;
	color: #545454;
	/*text-transform: uppercase;*/
	
	/* White background with black text */
	/*
	background-color: #ffffff;
	color: #000000;
	text-transform: uppercase;
	*/
}

.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active
{

	/* White links */
/*
	text-decoration: none;
	color: #ffffff;
	display: block;
*/
	/* Grey links */
/*
	text-decoration: none;
	color: #646464;
	display: block;
*/
	/* Black links */
/*
	text-decoration: none;
	color: #000000;
	display: block;
*/	
    /* Grey links */
	text-decoration: none;
	color: #545454;
	display: block;

}

#lblDUProfileSetup,#lblDUProfileMaintenance,#lblForgotPassword, #MessageTitle,#lblUpdateProfile, #lblChangePassword
{
  color: #545454;
}

.menuItemMouseOver, .menuItemSelected
{
	border: solid 1px #545454;
	background-color: #545454;
	color: #FFFFFF;
	
	border: solid 1px #545454;
	background-color: #ffffff;
	color: #F26522;
}

.loginback1
{
    background-color:#545454;
    width:950px;
    margin-bottom:10px;
    vertical-align:middle;
    height:50px;
}

.menuBackground
{
	background-color:#ffffff;
}

.windowWrapper
{
	width: 980px;
	margin: 0px auto;
}

form {
    margin:0px;
    padding:0px;
}

table{
	margin:0px;
	padding:0px;
}
#menubar1
{
    background-color:transparent;
}

.ErrorControl
{
    background-color: Yellow;
    border: solid 1px Red;
}
.custom-search-button {
	background: transparent !important;
	color: #545454 !important;
}