﻿/* Tags */
Body
{
    background: #FFFFFF;
    font-family: "Century Gothic" , Arial, sans-serif;
    font-size: 0.9em;
}

H1
{
    color: #00a1de;
    font-size: 1.5em;
    text-align: left;
    padding: 15px 20px 5px 0;
}

H2
{
    color: #000000;
    font-size: 1.3em;
    text-align: left;
    padding: 15px 50px 5px 0;
}

UL
{
    padding-left: 0px;
    margin-left: 20px;
}
LI{
	padding-bottom: 7px;
}

#PageArea
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

/* Default Areas */
#HeaderArea
{
    width: 100%;
    height: 135px;
    background: url(Images/HeaderBg-Long.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}

#MainArea
{
    width: 100%;
    min-height: 500px;
}

.footer_area
{
    width: 100%;
    height: 50px;
    background-image: url(Images/FooterBg-Long.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}

.footer_left
{
    width:530px;
	font-size: 0.85em;
    color: #002776;
    text-align: left;
    padding: 10px 0 0 20px;
    float: left;
}
.footer_right
{
    width: 350px;
	font-size: 0.85em;
    color: #002776;
    float: right;
}
.footer_right_content1{
	padding: 25px 0 0 0;
	float: left;
	width:250px;
	text-align:right;
}

.footer_right_content2{
	padding: 10px 20px 0 0;
	float: right;
}

.footer_right_content2 a{
	padding: 0 0 0 6px;
	border:0;
}
.footer_right_content2 img{
	border:0;
}

.MenuButton
{
    float: left;    
    width: 350px;
    height: 54px;
    color: #FFFFFF;
    background-image: url(Images/MenuButtonBg.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}
.MenuButton:Hover
{
    text-decoration: underline;
}
.MenuButtonAlt
{
    float: left;
    width: 350px;
    height: 54px;
    color: Gray;
    background-image: url(Images/MenuButtonBgAlt.png);
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 12px;
    margin-bottom: 10px;
    cursor: default;
}
.MenuButtonAlt:Hover
{
    cursor: default;
}

.Button
{
    display: inline-block;
    width: 159px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    background-image: url(Images/ButtonBg.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding-top: 15px;
    text-decoration: none;
    font-weight: bold;
    border: 0px;
}
.Button:Hover
{
    text-decoration: underline;
}

.SmallButton
{
    display: inline-block;
    width: 77px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    background-image: url(Images/SmallButtonBg.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding-top: 7px;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
}
.SmallButton:Hover
{
    text-decoration: underline;
}

.MultilineTextBox
{
    display: block;
    width: 99%;
    height: 100px;
    text-align: left;
    font-family: "Century Gothic" , Arial, sans-serif;
    border: 1px solid #CCCCCC;
}

.TextBox
{
    display: block;
    width: 400px;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    font-family: "Century Gothic" , Arial, sans-serif;
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin: 2px;
}

.ErrorLabel
{
    color: Red;
    text-decoration: blink;
}

A.IdeaMenuItem
{
    color: #002776;
    font-weight: bolder;
    text-decoration: none;
}

A.IdeaMenuItem:Hover
{
    text-decoration: underline;
}

A.IdeaMenuItem:Visited
{
    color: #002776;
}

.TaskforceMemberName
{
    color: #00a1de;
    font-weight: bolder;
    width: 250px;
}
.TaskforceMemberName2
{
    font-weight: bolder;
    width: 500px;
}
.TaskforceMemberName2 a
{
    color: #444444;
    text-decoration: none
}
.TaskforceMemberName2 a:hover
{
    color: #000000;
    text-decoration: underline;
}
/*color: #022272;*/
.Test
{
    color: #00A1DE;
}

/* Navbar added May 2011 */
#navcontainer ul{
  padding: 7px 0;
  margin:0;
}

#navcontainer li a
{
  color:#ffffff;
  text-decoration:none;
}

#navcontainer li a:hover
{
  color:#f7e466;
}

#navbar1{
  width: 900px;
  height: 30px;
  background-color:#3667cc;
}

#navbar1 li
{
  font-family: "Century Gothic" , Arial, sans-serif;
  display: inline;
  list-style-type: none;
  padding: 0 20px;
  color:#ffffff;
}

/* new home page css */
.home_container{
	width:900px;
    margin:0 auto;
    line-height: 1.15em;
    background-color: #eeeeee;
    border: 0;
}


.home_top_left{
float: left;
padding-top: 20px;
}

.home_top_right{
width: 400px;
float: right;
padding: 0 20px; 
}

.home_top_right ul{
margin-bottom: 0; 
}

.home_top_right .bottom_li{
padding-bottom: 0; 
}
.home_bottom{
padding: 0 20px 20px 20px; 
}

/*clear the above float*/
.home_top .clr {
	clear:both;
    }
    
.home_right_temp{
width: 250px;
float: right;  
}


/* - signon button  */
.signon_button_container{
height: 50px;
width: 350px;
background: url('/Shared/Images/buttonFrontBlue.png') no-repeat;
}
.signon_button{
padding: 16px;
text-align: center;
}
.signon_button a{
color: #ffffff;
}

/* Tools and Resources page */
#tools_resources{
 padding: 10px 40px 0 40px;
line-height: 140%;
}
#tools_resources li a{
  color:#3ca1de;  
}

