@import url('menu.css');
@import url('jquery.css');

.errortext
{
    color: Maroon;
    font-size: 9pt;
    margin-bottom: 5px;
}
div.errortext
{
    border: solid 1px Maroon;
    background-color: #ffffcc;
    padding: 5px;
}
.errortext div
{
    margin-left: 5px;
}
.pagemessage
{
    background-color: Yellow;
    color: Maroon;
    font-size: xx-small;
}

/**************/
/** Defaults **/
/**************/
a
{
    outline: 0;
}
img
{
    border-style: none;
}
ul, ol
{
    margin: 0px 0px 18px 0px;
}
ul
{
    padding: 0px 0px 0px 35px;
}
ol
{
    padding: 0px 0px 0px 40px;
}
ul li, ol li
{
    margin: 0px;
    padding: 0px;
}
ul li
{
    list-style-type: disc;
}
ol li
{
    list-style-type: decimal;
}
p
{
    margin: 0px 0px 18px 0px;
    padding: 0px;
}

/************/
/** Common **/
/************/
.clear
{
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.center
{
    margin-left: auto;
    margin-right: auto;
}

/*************/
/** Headers **/
/*************/
h1, h2, h3, h4, h5, h6
{
    font-family: Arial,Helvetica,Sans-Serif;
    color: Black;
    font-weight: bold;
    margin: 0px 0px 14px 0px;
    padding: 0px;
    line-height: normal;
}
h1
{
    font-size: 24px;
}
h2
{
    font-size: 22px;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: 18px;
}
h5
{
    font-size: 16px;
}
h6
{
    font-size: 14px;
}

/************/
/** Layout **/
/************/
body
{
    margin: 0px;
    padding: 0px;
    background-color: White;
}
.wrapper
{
    margin: 0px auto;
    width: 900px;
}
.content
{
    margin: 12px 0px;
}

/************/
/** Header **/
/************/
.header
{
    background-image: url(../images/bg-header.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 90px;
    position: relative;
    z-index: 5;
}
.header a.logo
{
    display: block;
    position: absolute;
    width: 241px;
    height: 52px;
    left: 25px;
    top: 17px;
    background-image: url(../images/logo.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

/**********/
/** Menu **/
/**********/
.menu_container
{
    height: 44px;
    background-image: url(../images/bg-menu.gif);
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: -5px;
    position: relative;
    z-index: 10;
}

/*************/
/** Sidebar **/
/*************/
.sidebar_container
{
    width: 242px;
}
.sidebar_item
{
    border: solid 1px #314F64;
    margin-top: 12px;
}
.sidebar_item_no_border
{
    border-style: none;
}
.sidebar_item:first-child
{
    margin-top: 0px;
}
.custom_html_widget
{
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    line-height: 17px;
    color: Black;
}
.sidebar_item_title
{
    background-image: url(../images/bg-sidebar-item-title.gif);
    background-position: left center;
    background-repeat: repeat-x;
    padding: 5px 9px;
    overflow: hidden;
    font-weight: bold;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    color: Black;
}
.sidebar_item_title_empty
{
    display: none;
}
.sidebar_item_body
{
    background-image: url(../images/bg-sidebar-item-body.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: White;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    line-height: 17px;
    color: Black;
    padding: 10px;
}
.sidebar_item_body a, .custom_html_widget a
{
    color: #4A5375;
    text-decoration: underline;
}
.sidebar_item_body a:hover, .custom_html_widget a:hover
{
    color: #4A5375;
    text-decoration: underline;
}

/*************/
/** Marquee **/
/*************/
.banner
{
    width: 640px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 12px;
}

/******************/
/** Main Content **/
/******************/
.main_content_margin
{
    width: 18px;
    height: 1px;
}
.main_content
{
    width: 640px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    line-height: 17px;
    color: Black;
}
.main_content a
{
    color: #4A5375;
    text-decoration: underline;
}
.main_content a:hover
{
    color: #4A5375;
    text-decoration: underline;
}

/************/
/** Footer **/
/************/
.footer
{
    border-top: 2px solid #365169;
    padding: 18px 0px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    line-height: 17px;
    color: Black;
}
.footer a
{
    color: #4A5375;
    text-decoration: underline;
}
.footer a:hover
{
    color: #4A5375;
    text-decoration: underline;
}

/************************************************/
/** News Sidebar / News.aspx / NewsDetail.aspx **/
/************************************************/
.sidebar_news_container .sidebar_news_item, .news_container .news_item
{
    padding-bottom: 15px;
    border-bottom: 2px dotted #314F64;
    margin-bottom: 14px;
}
.sidebar_news_container tr:last-child .sidebar_news_item, .news_container tr:last-child .news_item
{
    padding-bottom: 0px;
    border-bottom-style: none;
    margin-bottom: 0px;
}
.sidebar_news_item_header, .news_item_header
{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.sidebar_news_item_header img, .news_item_header img
{
    margin-bottom: -3px;
}
.sidebar_news_item_date, .news_item_date
{
    font-size: 11px;
    color: Gray;
}
.news_paging_container
{
    border-top: 2px dotted #314F64;
    border-bottom: 2px dotted #314F64;
    padding: 15px 0px;
    margin: 5px 0px;
}

