@charset "utf-8";
/* CSS Document */

.forms {
	background-color: #EBEBEB;
	font: normal 12px arial,verdana;
	padding: 3px;
	border: 1px solid #EBEBEB;
	color: #000;
}

.myaccount {
background-color: #E4F8FA;
font: normal 12px arial,verdana;
padding: 2px 5px;
border: 1px solid #CAE4FF;
}

.main {
font: normal 12px arial,verdana;
background-color:#FFF;
}
 
.titlehdr {
font: normal 22px arial, verdana;
color: #c00;
border-bottom: 1px solid #c00;
margin-bottom: 0;
}
 
.grptitle {
font: 100% Arial, Verdana, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color: #434343;
margin-bottom: 10px;
}
 
.msg {
padding: 5px;
width: 95%;
color: #c00;
border: 1px solid #c00;
background-color: #FEF1ED;
font: bold 13px  verdana;
margin-right: auto;
margin-left: auto;
margin-bottom: 2px;
} 
 
.error {
font: normal 11px arial, verdana;
color: #c00;
border: 1px solid #c00;
padding: 2px;
margin: 5px;
float: left;
background-color: #FEF1ED;
}
 
.example {
font: normal 10px arial;
color: red;
}

.approved {
font: normal 10px arial;
color: green;
}

.loginform {
background-color: #D5D5D5;
border: 1px solid #000;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;
/*margin-top: 30px;*/
}

.loginform #txtbox {
font: bold 14px arial;
color: #2A3FAA;
}

/* end of original login styles - begin new styles */

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	background: #dfdfdf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
} 
.header {
	background: #e5ecf9;
	border: 1px;
	padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainContent {
	width:100%;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.footer { 
	padding: 0 px 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footercopy {
	color: #FFF;
	font-size: 10px;
	text-align: right;
	padding-right:20px;
}

a:link {
color: #000;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #000;
}

a:hover {
text-decoration: none;
color: #F8941D;
}

a:active {
text-decoration: none;
text-align: left;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #000;
background-color: black;
color: white;
}
/*End CSS Tab Menu */

