﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, dl, dt, dd, td, form, fieldset, a, img, button{
     margin: 0;
     padding: 0;
     border: 0;
}

html,body
{
	height:100%;
	background-color:#1860a7;	
}

body
{
	font-family:     Verdana, Geneva, Arial, Helvetica, sans-serif;   
	font-size:0.8em;
}

#header
{
	height: 100px;
	background-color:#ACC6DF;
	border-bottom: 2px solid #1860a7;
}

#logoHeader
{
	width:737px;
	float:left;
}

#companyLogo
{
	padding-top:10px;
	padding-right:10px;
}

#OtherHeader
{ 
	float:right;
	background-color:#ACC6DF;
	text-align:left;
}



#mainNavContainer
{
	height:5%;
	position: relative;
	
}

#TopMenu
{
	background-color:#1860a7;
	border-bottom:5px solid #FF7E1C;
}


#outerContainer
{
	background-image:url(images/MasterPage/LightBlueBack.gif);
	background-repeat:repeat;
}

#leftColumn
{
	 margin-bottom:1%;
	 margin-top: 1%;
	width:22%;
	float:left;
	background-color: Transparent;
	display:inline;
	
	/* border-style:solid;
	  border-right-width:1px;
	  border-bottom-width:1px;
	  border-color:  Gray; */
	
}


#LeftMenu
{
	text-align:left;
}

#MidColumn
{
	
	float:left;
	width:73%;
	/*height:1%;*/
	/*min-height:600px;*/
	 /*margin-right:1%;*/
	 margin-bottom:1%;
	 margin-top: 1%;
	background-image:url(images/MasterPage/WhiteBack.gif);
	background-repeat:repeat;
	
	
	padding-left:2%;


}

/*Internal page elements */
#pnlMainPic
{
	display:inline-block;
	height: 700px;
	
	  
}

#clear 
{
	clear:left;
}



#BlueLine
{
	clear:both;
	background-color:#1860a7;
	height:10px;
}

#footer 
{
	clear:both;
	/*
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
*/
	background-color:#ceddec;
	font-size:0.8em;
	text-align: center;
	height: 20px;
}

/*Now onto font stuff */


h1, h2, h3, h4, h5, h6 {color: Navy; /*#6796C5;*/}



h1 
{

	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
	font-family:     Helvetica,
                    Arial,
                    sans-serif;
}
h2 
{
	margin: 3px 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-family:    Helvetica,
                    Arial,
                    sans-serif;
}
h3 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	font-family:    Helvetica,
                    Arial,
                    sans-serif;
}
h4 {
	margin: 0.5em 0;
	font-size: .8em;
	font-weight: bold;
	font-family:    Helvetica,
                    Arial,
                    sans-serif;
}
h5 {
	margin: 0.5em 0;
	font-size: .6em;
	font-weight: bold;
	font-family:    Helvetica,
                    Arial,
                    sans-serif;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.4em;
	font-weight: bold;
	font-family:    Helvetica,
                    Arial,
                    sans-serif;
}

p  {margin: 1em 0;}

/* Don't allow visited links in top menu to be weird*/



/*Menu stuff */
#LeftMenu A
{
	color:black;
	text-decoration:none;

}

            
/*Menu stuff */
#TopMenu A
{
	color:white;
	text-decoration: none;

}

#topOtherHeader A
{
	color:Navy;
	text-decoration:none;
}

/*so featureList of product isn't annoying*/
#FeaturesList A:Visited
{
	color:Navy;
	text-decoration:none;
}

LoginStatus1 A:Visited 
{
	color:Navy;
	text-decoration:none;
}

A:Visited
{
	color:blue;
	text-decoration:underline;

}


#mainNavContainer .selected, #leftColumn .selected
{
	color: black;
}


.IE8Fix
{
	z-index : 100;
}

.PlainContainer
{
	clear:both;
	width: 90%;
	background-color: white;
	margin: bottom 20px;
}

.InfoContainer
{
	clear:both;
	width: 90%;
	background-color:#ffffcc;
	border: 1px groove black;
	/*margin: 20px;*/
	margin-top:20px;
	margin-bottom:20px;
}


#clearPoint
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Gridview and DetailView stuff */
/*Note that most are defined in the skin file with parts
  defined here */
.ReferenceSkinCells td, .ReferenceSkinCells th
{
	padding: .4em .9em;
}

/* Forum stuff */
.StartingThreadHeader
{
	padding: 3px 10px;
	background-color: #1860A7; 
	color:white;
	font-size:smaller;
	font-weight:normal;
}

.StartingThreadBody
{
	margin: 0px;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px; 
	border-color: #DADADA;
	color:#696969;
	font-size:small;
}

.ReplyThreadHeader
{
	padding: 5px 10px;
	background-color:#DADADA; 
	color: #696969;
	font-size:smaller;
	font-weight:normal;
}

.ReplyThreadBody
{
	margin-bottom: 10px;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px; 
	border-color: #DADADA; 
	color:#696969;
	font-size:small;
}

.primaryMenu
{
	padding: 0px 5px 0px 5px;
}

.dynamicItem
{
	padding: 0px 5px 0px 5px;
	
}

.PadHorizontal 
{
	padding-left: 10px;
	padding-right: 10px;
}


