.mobilebrand {
    background: url("images/mobilelogo.png") no-repeat scroll center center transparent;
    height: 100px;
    margin: 0 auto;
}
/*
#header-main { 

	background-color: #58a5ab; 
	background: #2D6763 url('images/logo3.png')  repeat-x fixed !important;
}
*/
.signin_body_background
{
	background: #2D6763 url('images/page.png')  repeat-x fixed !important;
	background: linear-gradient(top, rgba(52, 119, 114, 0.09) 0, rgba(52, 119, 114, 0.09) 320px, rgba(1, 2, 2, 0.08) 800px) no-repeat, url('images/page.png') repeat-x, linear-gradient(top, #2C6360 0, #2C6360 320px, #091514 800px) no-repeat;
   background: -webkit-linear-gradient(top, rgba(52, 119, 114, 0.09) 0, rgba(52, 119, 114, 0.09) 320px, rgba(1, 2, 2, 0.08) 800px) no-repeat, url('images/page.png') repeat-x, -webkit-linear-gradient(top, #2C6360 0, #2C6360 320px, #091514 800px) no-repeat;
   background: -moz-linear-gradient(top, rgba(52, 119, 114, 0.09) 0, rgba(52, 119, 114, 0.09) 320px, rgba(1, 2, 2, 0.08) 800px) no-repeat, url('images/page.png') repeat-x, -moz-linear-gradient(top, #2C6360 0, #2C6360 320px, #091514 800px) no-repeat;
   background: -o-linear-gradient(top, rgba(52, 119, 114, 0.09) 0, rgba(52, 119, 114, 0.09) 320px, rgba(1, 2, 2, 0.08) 800px) no-repeat, url('images/page.png') repeat-x, -o-linear-gradient(top, #2C6360 0, #2C6360 320px, #091514 800px) no-repeat;
   background: -ms-linear-gradient(top, rgba(52, 119, 114, 0.09) 0, rgba(52, 119, 114, 0.09) 320px, rgba(1, 2, 2, 0.08) 800px) no-repeat, url('images/page.png') repeat-x, -ms-linear-gradient(top, #2C6360 0, #2C6360 320px, #091514 800px) no-repeat;
   background: linear-gradient(top, rgba(52, 119, 114, 0.09) 0, rgba(52, 119, 114, 0.09) 320px, rgba(1, 2, 2, 0.08) 800px) no-repeat, url('images/page.png') repeat-x, linear-gradient(top, #2C6360 0, #2C6360 320px, #091514 800px) no-repeat;
   -svg-background: linear-gradient(top, rgba(52, 119, 114, 0.09) 0, rgba(52, 119, 114, 0.09) 320px, rgba(1, 2, 2, 0.08) 800px) no-repeat, url('images/page.png') repeat-x, linear-gradient(top, #2C6360 0, #2C6360 320px, #091514 800px) no-repeat;
   background-attachment: fixed, fixed, fixed !important;
	background-attachment: fixed, fixed, fixed, fixed, scroll !important;
   margin:0 auto;
   position: relative;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}

/*
body  {
	font-family:  Geneva, Arial, Helvetica,  sans-serif;
}

fieldset {
	border: 1px solid #B0C4DE;
	background-image: url(images/fieldsetGrad.jpg);
	
}
body#framedBody
{
	background: White url(images/shadowline.png) repeat-x fixed;
}

legend {
	border: 1px solid #B0C4DE;
	background-color: #F5F5F5;
	color: #425D73;
}

div#searchbar {
	color: White;
}

#signedin {
	padding:0px;
}

div#sideContainer {
	border: 1px solid #B0C4DE;
	background-color: #F8F8FF;
	border-top-width: 4px;
	border-bottom-width: 4px;
}

div.subnavigation {
	border: none;
}

div.subnavigation a, div.subnavigation a:visited {
	border-bottom: 1px dotted #B0C4DE;
	color: black;
	text-decoration:none;
}

div.subnavigation a:hover  {
	background-color: #B0C4DE;
	color: white;
}

div#minisignin {
	border:none;
	color: #000000;
}

div#minisignin h2 {
	border: 1px solid #89A8CF;
	background-color: #B0C4DE;
	color: #FFFFFF;
	background-image:none;
}

#footer {
	border-top: 1px dotted #425D73;
	color: Gray;
	background-color: #E6E6FA;
}

.informationbox {
	background-color: #F5F5F5;
	border: 1px solid #C0C0C0;
}
*/
div#topbranding {
	background-color: #425D73;
	background-image: url(images/logo.png);
	background-repeat: repeat-x;
	height:122px; 
	padding-bottom:0px;
	color:white;
	padding-top:0px;
}

div#companybranding
{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height:120px; 
	
}
/*navigation*/
div#navcontainer {
	background-image: none;
	background-position: left 0px;
	background-repeat: no-repeat;
	padding-left:0px;
}
div#navcontainer{
height: 0px; width:0px;
	
}
div#navlayer
{
border: 3px solid green;
height: 30px 
}

div#nav{

}
ul#nav
{
 	border: 1px solid silver;
 	padding: 3px;
  	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    3px 3px 3px rgba(50, 50, 50, 0.4);
	box-shadow:         3px 3px 3px rgba(50, 50, 50, 0.4);*/
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

/* this controls the font and spacing between the menu items*/
/*ul#nav li
{	
	display: inline;
	font-size: 130%;
}

#nav a
{
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	padding-right: 10px;
}

#nav a:hover
{
	color: #224CA0;
	text-decoration: underline;
}











ul#nav  {
	background-color: none;
	border:none;	
	background-image: none;
	margin-bottom:1px;
	padding-top:0px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	 border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	 box-shadow:0;	
	
}

ul#nav li
{
	display: inline;
	font-size: 110%;
	white-space: nowrap;
}

#nav a
{
	font-weight: bold;
	color: #20b2aa;
	text-decoration: none;
}

#nav a:hover
{
	color: #00fa9a;
	text-decoration: underline;
}	
	


	/*
input#txtGeneralSearch {
 background: #FAFAD2;
 margin-left: 190px;
 font-weight: bolder;
}	
	
.contentSection {
	background-color: #FBFBFB;
}
.prodlistingsmall {
	border: 1px solid #B0C4DE;
}

.clientproduct .heading {
		background: url(images/headerGrad.gif) repeat-x;
		color:black;
		border-color: Silver;
}

div.tabcontainer, div.minitabbox {
	border: 1px solid #425D73;
	border-top: 5px solid #425D73;
	background: White;
}


ul.tabs li a, ul.tabs li a:visited{
	background-color: #B0C4DE;
	color: White;
	-moz-border-radius: 0px;
}

ul.tabs li a:hover{
	background-color: #425D73;
	color:white;
}

ul.tabs li a.selectedTab, ul.tabs li a:visited.selectedTab{
	background-color: #425D73;
	color: White;

}

div.lookupHeading {
	background-color: #191970;
	color: White;
}

div.clientQuickLookupResults {
	background-color: #F8F8FF;
	border: 1px solid #00008B;
}

div.clientLookup {
	background-color: #B0C4DE;
	border: 1px solid #B0C4DE;
	background-image: url(images/headerGrad.gif);
	-moz-border-radius: 0px;
	font-weight:normal;
	color: black;
	font-size:90%;
}

h1.sectionheading{
	border: 1px solid #E6E6FA;
	background-color: #F8F8FF;
}

table.datatable {
	background-color: white;
	color: black;
	border: 1px solid #B0C4DE;	
}

table.datatable th {
	background-color: #E6E6FA;
	color: Black;
	border: 1px solid #B0C4DE;	

}
.datatable td{
	border: 1px solid #E6E6FA;	
}
.alternate {
	background-color: #F8F8FF;
}

.searchCriteria {
	background-color: #F5F5F5;
	border: 1px solid #B0C4DE;
}

.dataWizard {
	background-color: #F5F5F5;
	border: 1px solid #B0C4DE;
}

.dataWizardSidebar {
	border: 1px solid #B0C4DE;
	background-color: #E6E6FA;
}

.dataWizardContent {
	background-color: White;
}

.dataWizardStepSelected{	
	background-color: #B0C4DE;
	border: 1px solid #B0C4DE;	
}

.dataWizardStepNotSelected{	
	border: 1px solid #B0C4DE;
}

.dataWizardStepNotSelected a,.dataWizardStepNotSelected a:visited, .dataWizardStepNotSelected a:hover{
	color: #B0C4DE;
}

.dataWizardStepSelected a,.dataWizardStepSelected a:visited, .dataWizardStepSelected a:hover{
	color: #191970;
}

.dataWizardFooter {
	background-color: #F5F5F5;
	border-top-color: #E6E6FA;
}

div#wizardStepHeader {
	background-color: #E6E6FA;
	border: 1px solid #B0C4DE;
}


.floatingContentItem {
	border: 1px solid #B0C4DE;
	background-color: #F5F5F5;
}

.floatingContentTitle{
	background-color: #B0C4DE;
	color: #191970;
}

