﻿@import url("layout.css");
body {
	
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*background-attachment: scroll;*/
	background-color: #90b7f1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 99%;
	margin-top: 57px;
	border-bottom: 3px solid #358;
	background-color: #fff;
	border-top: 3px solid #358;
	
}
#masthead {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
#navigation {
	width: 100%;
	margin-right: auto;
	margin-left: 10px;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 99%;
	margin-right: auto;
	margin-left: 10px;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 7px;
	text-align: left;
	padding-right:auto;

}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-top: 50px;
	text-align: left;
	
	
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
	font-size: 23px;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#navigation li {
	float: left;
	list-style-type: none;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #e8e8e8;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}

body#currentPage a#currentPage{
    text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}



/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #b22222;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	
	margin-top: 10px;
	margin-bottom: -15px;
	margin-left: -5px;
	
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.menu
{
    top: 15px;
    left: 10px;
    width: 300px;
    position: absolute;
    font-size: 9pt;
    font-weight:bold;
}


/*current Page */
.currentPage
 
{
    font-weight: bold;
    color: Navy;
 }
    
.uploadStatusSuccess
  {
  color: Green;
 }
.uploadStatusFail
{
color: Red;
}

/*Associates Training Section*/

.hideField
{
display: none;
}

/*admin Member Manager section*/
.memberManagerGridView
{
font-size: 11pt;
}

.navBox_smallFont
{
font-size: .8em;
list-style-type: none;
padding-left: 2px;
margin-left: 0;
}

/*create User Wizard for MEMBERS (Manage Users*/

.createUserButton
{
    float: left;
}

.infoManagerGridView
{
font-size:0.9em;
}

.infoSectionGridView
{
font-size: 0.9em;
}

.navBox_regularFont
{
font-size: .9em;
list-style-type: none;
padding-left: 2px;
margin-left: 0;
}

.showHideLinkButton
{
font-size: .8em;
}

.footerText
{
font-size: .8em;
}

.devListGridView
{
font-size: .8em;
}

.changePasswordBox
{
text-align:left;
}

.helpButton
{
margin-left: 130px;
}

.gridViewSmallText
{
font-size: 0.8em;
}

.gridViewColumnTextAlignCenter
{
text-align: center;
}


.listDefaultLeft
{
margin-left: 10px;
padding-left: 0;

}

.hideThis
{
display: none;
}

.hideThisViaWhite
{
color: White;
}

.gridViewMargin
{
font-size: .7em;
}

.questionGrid
{
    font-size: .85em
}

.collectionHomePageFeaturedItem_On
{
    font-size: .75em;
    color: Red;   
    
}
.collectionHomePageFeaturedItem_Off
{    
    display: none;
    
}



/*Ad Manager*/
.AdList
{
    font-size: .8em;
}
