﻿/* NOTE: Please keep this list alphabetized */

/***** CLASSES ***********************************************************************************/

*
{
	font-family: Arial, Helvetica, Sans-Serif;
}

html, body
{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
}

a:link
{ 
	color:  #76B023;
	text-decoration: none;
}

a:visited 
{ 
	color: #869E0E;
	text-decoration: none;
}

a:hover 
{ 
	color: #568101;
}

#bodyContainer
{
    background-color: #FFFFFF;
    width: 960px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.bestPracticesCell
{
	border: solid 1px #CCCCCC;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	width: 150px;
}

.Dropdowns
{
	font-size: 11px;
}

.Error
{
    font-weight: bold;
    color: #f02020;
}

.floatright {
	float: right;
	margin: 5px 20px 5px 10px;
	width: 150px;
}

.floatright img {
	border: 1px solid #CCCCCC;
	margin: 0px;
}

a.FooterLink
{
    color:#999999;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial;
}

a.FooterLink:hover 
{ 
    color:#999999;
	text-decoration:underline; 
}

a.FooterLinkCurrent
{
    color:#333333;
    font-size: 12px;
    text-decoration: none;   
}

.FooterSmallText
{
	font-size: 11px;
	color: #999999;
}

a.FooterLinkCurrent:hover { text-decoration:underline; }

h1
{
    font-size: 24px; 
	color: #8DC53E; 
	font-weight: normal; 
}
h2
{
    font-size:16px;
	color: #666666; 
	font-weight: normal; 
	margin-bottom: 10px;
}

h3
{
	font-size: 14px; 
	color: #8DC53E; 
	font-weight: bold; 
}

h4 
{ 
	font-size: 12px; 
	color: #333333; 
	font-weight: bold;
}

img.pdf {
	border: none;
}

.InnerContainer 
{ 
	background-color: White; 
	padding: 10px; 
}

a.LoginLink
{
    display:block;
    background-color:#999999;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    font-family:Arial Narrow, Arial, Helvetica, Sans-Serif;
    /*margin-top: 5px;*/
    padding:2px 5px 2px 5px;
    text-align: center;
    text-decoration:none;
    float: right;
    letter-spacing:1px;
}

a.LoginLink:hover 
{ 
	color:#FFFFFF; /* need this here for IE6 to override general link styles*/
}

a.LoginLink:visited
{ 
	color:#FFFFFF; /* need this here for IE6 to override general link styles */
}

.MainMenuActiveSpan
{
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
    padding: 0px;
    font-family:Arial Narrow, Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    height:100%;
}

a.MainMenuActiveSpan:hover
{
	color: #000000;
	text-decoration: none;
	font-family:Arial Narrow,Arial, Helvetica, Sans-Serif;
    font-weight:bold;
}

.MainMenuActiveTab
{
	background-color: #8DC53E; 
	font-family:Arial Narrow, Arial, Helvetica, Sans-Serif;
    padding: 4px 8px 2px 10px;
    font-weight: bold;
    text-decoration: none; 
    font-size: 14px; 
    text-transform: uppercase;
    cursor: default;
    height:100%;
}

.MainMenuInactiveSpan
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
    color: #8DC53E;
    padding: 0px;
    font-family:Arial Narrow, Arial, Helvetica, Sans-Serif;
}

.MainMenuInactiveSpan:hover
{
	color: #9DE70A;
	font-weight: bold;
	text-decoration: none;
}

a.MainMenuInactiveTab
{
	background-color: White;
    padding: 4px 8px 2px 10px;
    font-weight: normal;
    text-decoration: none; 
    font-size: 14px; 
    color: #8DC53E; 
    text-transform: uppercase;
}

a.PublicSubMenu { color: #666666; }

.resourceTopicContainer
{
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.resourceTopicContainer img
{
	float: left;
	margin: 4px 20px 15px 0px;
}

.resourceTopicContainer h1
{
	font-size: 18px;
	color: #76B023;
	margin:0px 0px 5px 0px;
}

.resourceTopicContainer a
{
	color: #76B023;
}

.Right
{
    float:right;
    border:solid 1px #CCCCCC;
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 90%;
	width: 150px;
	vertical-align: top;
	padding: 0 0 2px 0;
	text-align: left;
}

.Right h2 {
	color: #FFFFFF;
	display: block;
	background-color: #999999;
	font-size: 12px;
	padding: 4px 5px 5px 10px;
	vertical-align: top;
	margin: 0;
	margin-bottom: 2px;
	text-transform:none;
}

.Right hr
{
    text-align: left;
}

.Right p
{
    padding: 2px 5px 2px 10px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 3px;
}

.SubMenuActive
{
	margin-top:20px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;	
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.SubMenuInactive
{
	margin-top:20px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	font-size: 12px;
	color: #76B023;
}

.TabContainer
{
	width: 1000px;
	height: 700px;
}

.TableBorder
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.tablelist {
	border: 1px solid #CCCCCC;
	margin: 5px 0 5px 0;
	
}

.tablelist td {
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}

td.NumberGridItemView
{
	text-align: right;
}

td.CenteredGridItemView
{
	text-align: center;
}

td.TextGridItemView
{
	text-align: left;
}

/***** ID SPECIFIC *******************************************************************************/

#mainMenuContainer
{

	padding-top: 5px;	/* Helps determine height of navigation tabs */
	padding-bottom: 2px;
	margin-top: 1px;
	min-width:1000px;
	border-bottom: solid 3px #8DC53E;
	text-align:right;
	margin-left:-250px;
}

#resourcesBanner
{
	height:60px;
	width: 780px;
	background: #FFFFFF url("Images/header_resources.jpg") no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 40px;
}

#partnersBanner
{
	height:60px;
	width: 780px;
	background: #FFFFFF url("Images/header_partners.jpg") no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 40px;
}


#sectionContent
{
	vertical-align: top;
}

#sectionHeader
{
	position:relative;
	margin: 15px 0 5px 0;
	height: 120px;
	vertical-align: middle;
	overflow: hidden;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sectionFooter
{
	background-color: white;
	vertical-align: top;
	overflow: hidden;
	padding-bottom: 40px;
	margin-top:60px;
}

#sectionNavigation
{
    margin: 20px 0 10px 0;
	vertical-align: top;
	overflow: hidden;
}

#subMenuContainer
{
	margin: 20px 0px 10px 0px;
	min-width:550px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

#subsectionUserInfo
{
    float: right;
    display: inline-block;
    text-align: right;
    width: 50%;
    height: 100%;
    font-size:12px;
}
