﻿/*---------------------------
 *  HTML, BODY, general setup
 *---------------------------
 */
html, body, form
{
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #E2DFCB;
}
/* General font style */
body
{
    font: 75% Verdana, Arial, "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, sans-serif;
}
body table
{
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
}

a {font-size: 1em; text-decoration: none;}
a:link {color: #6997FF;}
a:visited {color: #6997FF;}
a:hover {color: #f33; text-decoration: underline;}
a:active {color: #6997FF;}
a img {border: none;}


/*---------------------------
 *  HEADER
 *---------------------------
 */
#header
{
    width: 100%;
    z-index: 10;
    height: 80px;
}

#header_logo
{
    float: left;
    position: relative;
    top: 10px;
    left: 24px;
    width: 150px;
    height: 68px;
    background-image: url(Images/Header_Logo_Public.gif);
    background-repeat: no-repeat;
    z-index: 12;
}
#header_message
{
    float: left;
    position: relative;
    top: 14px;
    left: 100px;
    width: 372px;
    height: 40px;
    background-image: url(Images/Header_Message_Public.gif);
    background-repeat: no-repeat;
    z-index: 13;
}


#header_loggedin
{
    float: right;
    margin-top: 11px;
    margin-right: 11px;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #99b;
    text-align: center;
    text-decoration: none;
    z-index: 14;
    
}

a.login_link
{
    height: 20px;
    width: 55px;
    font-weight: 200;
    line-height: 20px;
    float: left;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    background-image: url(Images/Button_Login.gif);
}

#header_loggedin a:link, #header_loggedin a:visited
{
    background-position: 0px 0px;
}
#header_loggedin a:hover
{
    background-position: 0px -20px;
}

.header_tabs_position
{
    margin-left: 100px;
}

a.menu_button, a.menu_select
{
    font-weight: 200;
    line-height: 24px;
    float: left;
    background-repeat: no-repeat;
    margin-left: 2px;
    width: 86px;
    text-decoration: none;
    text-align: center;
    background-image: url(Images/Button_Public_1.gif);
}
a.menu_button:link, a.menu_button:visited
{
    color: White;
    background-position: 0px 0px;
}
a.menu_button:hover
{
    color: White;
    background-position: 0px -24px;
    text-decoration: none;
}
a.menu_select, a.menu_select:link, a.menu_select:visited, a.menu_select:hover, a.menu_select:active
{
    color: Black;
    background-position: 0px -48px;
    text-decoration: none;
}

a.signup_button
{
    line-height: 29px;
    display: block;
    width: 93px;
    height: 29px;
    background-image: url(Images/SignUp_Small.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0px auto;
}
a.signup_button:link, a.signup_button:visited
{
    background-position: 0px 0px;
}
a.signup_button:hover
{
    background-position: 0px -29px;
}



/*---------------------------
 *  CONTENT
 *---------------------------
 */
#content_wrap
{
    background-color: #E2DFCB;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    
}

#content
{
    height: 100%;
}

#table_content
{
    height: 100%;
    width: 100%;
    background-image: url(Images/Background_Public.gif);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center; 
}

#content_center
{
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-image: url(Images/Background_Public_BlueGradient.gif);
    background-repeat: repeat-x;
    background-position: top left;
    border-left: solid 1px black;
    border-right: solid 1px black;
    z-index: 10;
}

#table_center
{
    height: 100%;
    width: 901px;
    background-image: url(Images/Background_Public_Blue.gif);
    background-repeat: repeat;
    background-color: #194D73;
}

#content_outline
{
    padding-left: 14px;
    padding-right: 14px;
    height: 100%;
}
#content_outline_wrapper
{
    height: 100%;
    width: 100%;
    z-index: 20;
}
#content_middle
{
    height: 100%;
    background-color: white;
}

#content_top {height: 33px; width: 100%; background-color: white; background-image: url(Images/Content_Public_Shade_Top5.gif); background-repeat: repeat-x;}
#content_bottom {height: 33px; width: 100%; background-color: white; background-image: url(Images/Content_Public_Shade_Bottom5.gif); background-repeat: repeat-x;}
#content_left {height: 100%; width: 33px; background-color: white; background-image: url(Images/Content_Public_Shade_Left5.gif); background-repeat: repeat-y;}
#content_right {height: 100%; width: 33px; background-color: white; background-image: url(Images/Content_Public_Shade_Right5.gif); background-repeat: repeat-y;}

#content_topleft 
{
    width: 33px;
    height: 33px;
    background-image: url(Images/Content_Public_Corner_TopLeft5.gif);
    background-repeat: no-repeat;
    z-index: 25;
}
#content_topleft div {width: 33px;}
#content_topright
{
    top: 0px;
    right: 0px;
    width: 33px;
    height: 33px;
    background-image: url(Images/Content_Public_Corner_TopRight5.gif);
    background-repeat: no-repeat;
    z-index: 25;
}
#content_topright div {width: 33px;}
#content_bottomleft
{
    width: 33px;
    height: 33px;
    background-image: url(Images/Content_Public_Corner_BottomLeft5.gif);
    background-repeat: no-repeat;
    z-index: 25;
}
#content_bottomright
{
    width: 33px;
    height: 33px;
    background-image: url(Images/Content_Public_Corner_BottomRight5.gif);
    background-repeat: no-repeat;
    z-index: 25;
}


/*---------------------------
 *  FOOTER
 *---------------------------
 */
#footer
{
    padding-top: 5px;
    height: 50px;
    vertical-align: top;
    font-family: Arial;
    font-size: 10px;
    color: #B7C6E5;
    text-align: center;
}

/*---------------------------
 *  Pages
 *---------------------------
 */
.page_title
{
    font-size: 16pt;
    font-weight: 500;
    color: #3B608E;
    font-family: Verdana, Arial;
    margin-bottom: 5px;
}
* html .page_title
{
    margin-bottom: 1px;
}

.page_title_underline
{
    height: 5px;
    background-image: url(Images/Background_Public_HGradient3.gif);
    background-repeat: repeat-y;
}

.page_text
{
    font-family: Verdana, Arial;
    font-weight: normal;
    text-align: left;
    color: #49596F;
    font-size: 8pt;
    line-height: 1.5em;
}

.page_text h3 {color: #3861A6; font-style: italic;}
.page_text ul b {color: #6B2525; }

.page_text p {margin-left: 30px; padding: 0px; margin-top: 7px; margin-bottom: 7px;}

.right_content
{
    height: 100%;
    width: 180px;
    background-image: url(Images/Background_Public_Diagonal2.gif);
    background-repeat: repeat-y;
}

.page_text a {font-size: 1em; text-decoration: none;}
.page_text a:link {color: #00f;}
.page_text a:visited {color: #00f;}
.page_text a:hover {color: #f33; text-decoration: underline;}
.page_text a:active {color: #00f;}
.page_text a img {border: none;}

.right_content_top
{
    height: 19px;
    background-image: url(Images/Background_Public_DiagonalTop2.gif);
    background-repeat: repeat-y;
}
.button_prev
{
    height: 17px;
    width: 57px;
    background-color: white;
    background-image: url(Images/Button_Public_Prev2.gif);
    border: 0px;
}
.button_prev:hover
{
    background-position: 0px -17px;
    cursor: pointer;
}
/* Workaround for IE less than 7 */
* html .button_prev {
    background-color: expression(
        this.onmouseover = new Function("this.className += ' button_hover';"),
        this.onmouseout = new Function("this.className = this.className.replace('button_hover', '');")
    );
}

.button_next
{
    height: 17px;
    width: 57px;
    background-color: white;
    background-image: url(Images/Button_Public_Next2.gif);
    border: 0px;
}
.button_next:hover
{
    background-position: 0px -17px;
    cursor: pointer;
}
/* Workaround for IE less than 7 */
* html .button_next {
    background-color: expression(
        this.onmouseover = new Function("this.className += ' button_hover';"),
        this.onmouseout = new Function("this.className = this.className.replace('button_hover', '');")
    );
}

.button_hover
{
    background-position: 0px -17px;
    cursor: pointer;
}

.button_prev_disabled
{
    height: 17px;
    width: 57px;
    background-color: white;
    background-image: url(Images/Button_Public_Prev2.gif);
    border: 0px;
    background-position: 0px -34px;
}

.button_next_disabled
{
    height: 17px;
    width: 57px;
    background-color: white;
    background-image: url(Images/Button_Public_Next2.gif);
    border: 0px;
    background-position: 0px -34px;
}

.screenshot
{
    width: 800px;
    height: 600px;
}
