/* 
    Document   : yuflux
    Created on : Nov 13, 2010, 6:24:34 PM
    Author     : Venh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
BODY
{
    FONT-SIZE: small;
    MARGIN: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    background-color: #7D92A6;
    /*background-image: url("../images/elect01_wall_bg.jpg");*/
    background-repeat: repeat-x;
    text-align: center;
}

A:link {color: #0066ff; text-decoration: none}

A:visited {color: #3A3A3A; text-decoration: none}

A:active {color: #3A3A3A; text-decoration: none}

A:hover {color: #FA6A01; text-decoration: none}

root { 
    display: block;
}

/* ############################## Id ########################### */

/************** Header Id *******************/
#header
{
    height: 319px;
    background-image: url('../images/header_bg_color.png');
    background-repeat: repeat-x;
    /*background-color: #2d5d88;*/
}

#headerContent
{
    height: 315px;
    /*background-color: #2d5d88;*/
    width: 1020px;
}

#headerPadding
{
    height: 36px;
    width: 100%;
    float: left;
    background-image: url('../images/header_top.png');
}

#headerLeft
{
    float: left;
    height: 215px;
    width: 40px;
    background-image: url('../images/header_left.png');
}

#headerRight
{
    float: left;
    height: 215px;
    width: 40px;
    background-image: url('../images/header_right.png');
}

#headerImg1
{
    float: left;
    height: 215px;
    width: 141px;
    /*background-image: url('../images/header_right.png');*/
}

#headerBeforeMenu
{
    float: left;
    width: 100%;
    height: 31px;
    background-image: url(../images/header_bottom_before_menu.png);
}

#menu
{
    height: 30px;
    width: 100%;
}

/************** body Id *******************/

#body
{    
    width: 100%;
    background-image: url(../images/mid_gray_background_gradient.gif);
    background-repeat: repeat-x;
}

#bodyContent
{
    background-color: #d7d8da;
    width: 940px;
    position: relative;
    z-index: 3;
}

#bodyWrapper
{
    width: 1020px;
}

#bodybgcolor
{
    background-color: #d7d8da;
}

#tan
{
    height: 4px;
    width: 100%;
    background-image: url('../images/menu_bottom_tan_line.gif');
    background-repeat: repeat-x;
    font-size:1px;
    line-height:0;
}

#flash
{
    height: 211px;
    width: 100%;
    background-color: black; /* temp black */
}

#shadow
{
    height: 10px;
    width: 100%;
    background-image: url('../images/flash_content_dropshadow.gif');
    background-repeat: repeat-x;
    font-size:1px;
    line-height:0;
}

#bodyshadow
{
    height: 46px;
    width: 100%;
    background-image: url('../images/content_bottom_with_shadow.png');
    font-size:1px;
    line-height:0;
}

#bodycontentdata
{
    background-color: white;
    /*padding-top: 20px;*/
}

#welcomeheader
{
    width: 255px;
    font-size: 14px;
    color: blue;
    text-align: left;
    height: 40px;
    vertical-align: top;
}

#welcomecontent
{
    width: 255px;
    font-size: 12px;
    text-align: left;
}

#projectheader
{
    width: 255px;
    font-size: 14px;
    color: blue;
    text-align: left;
    height: 40px;
    vertical-align: top;
}

#projectcontent
{
    width: 255px;
    font-size: 12px;
    text-align: left;
}

#latestnewsheader
{
    width: 255px;
    font-size: 14px;
    color: blue;
    text-align: left;
    height: 40px;
    vertical-align: top;
}

#latestnews
{
    width: 255px;
    text-align: left;
    font-size: 12px;
}

#bodycontentheader
{
    width: 95%;
    font-size: 14px;
    color: blue;
    text-align: left;
    height: 40px;
    vertical-align: top;
}

#bodycontenttext
{
    width: 95%;
    text-align: left;
    font-size: 12px;
}


/************** Footer Id *******************/

#footer
{
    background-color: #1b4164;
    height: 125px;
    margin-top: -40px;
    z-index: 2;
    position: relative;
}

#footerContent
{
    background-color: #1b4164;
    height: 125px;
    width: 940px;
}

#tableBody
{
    height: 100%;
    width: 1024px;
}

#footerPad
{
    padding-top: 7px;
}

#footerNavigation
{
    height: 33px;
    float: left;
    width: 100%;
    color: blue;
    text-align: center;
    font-size: 90%;
    background-image: url('../images/footer_bar.gif');
    margin-top: 40px;
}

/* ############################# class ######################### */
.center
{
    margin-left: auto;
    margin-right: auto;
}

.floatLeft
{
    float: left;
    font-size: 1px;
}

.zigzag
{
    width: 8px;
    background-image: url('../images/zigzag.png');
    background-repeat: repeat-y;
}

.horizontalspacer
{
    height: 10px;
    width: 100%;
    font-size:1px;
    line-height:0;
}

.indentwrapper
{
    width: 100%;
}

.columnPadding
{
    padding: 25px;
    vertical-align: top;
}

.verticalSpacer
{
    width: 40px;
    height: 100%;
}