﻿/* 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 50px 5px 0;
}

H2
{
    color: #000000;
    font-size: 1.3em;
    text-align: left;
    padding: 15px 50px 5px 0;
}

UL
{
    padding-left: 0px;
    margin-left: 20px;
}

#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;
}

#FooterArea
{
    width: 100%;
    height: 50px;
    background-image: url(Images/FooterBg-Long.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}

.Copyright
{
    font-size: 0.7em;
    color: #002776;
    text-align: left;
}

.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
{
    vertical-align: top;
    color: #00a1de;
    font-weight: bolder;
    width: 105px;
}

/*color: #022272;*/
.Test
{
    color: #00A1DE;
}
