﻿*, html, body, ul
{
    padding: 0;
    margin: 0;
}
body
{
    color: #717171;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
    background: #f1ede4 url(img/bg.gif) repeat-x top;
    padding-bottom: 30px;
    padding-top: 30px;
}
.hidden
{
    display: none;
}
ul
{
    list-style: none;
}
.required
{
    color: Red;
}
.scLogo, .flashPlayer
{
    behavior: url("iepngfix.htc");
}
a
{
    text-decoration: none;
    color: #717171;
}
a:hover
{
    text-decoration: underline;
    color: #233f7a;
}

a img
{
    border: none;
}

/* gridview pager */
.pager span
{
    padding: 2px 6px;
    border: #ccc 1px solid;
    background: #eee;
    font-weight: bold;
}
.pager td table td
{
    padding: 3px;
    border: none;
}
.pager td a
{
    border: #ccc 1px solid;
    padding: 2px 6px;
    text-decoration: none;
}
.pager td a:hover
{
    background: #eee;
}
.acp-pager
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.acp-pager li
{
    float: left;
    display: inline;
}
.acp-pager li a, .acp-pager li span
{
    display: block;
    text-align: center;
    width: 21px;
    height: 18px;
    margin-right: 3px;
    padding-top: 3px;
    border: #ccc 1px solid;
}
.acp-pager
{
    margin-top: 3px;
}
.acp-pager li a
{
    border: #ccc 1px solid;
    text-decoration: none;
}
.acp-pager li a:hover, .acp-pager li span.current
{
    background: #eee;
}

.button
{
    background: url(img/buttonbg.gif) repeat-x;
    border: #ccc 1px solid;
    color: #666;
    padding: 4px 4px 0;
}
input.textbox
{
    border: #ccc 1px solid;
    padding: 2px;
}
textarea
{
    border: #ccc 1px solid;
    padding: 2px;
    overflow: auto;
}

.state-error
{
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}
.state-info
{
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #090;
    color: #090;
}

.op-state-success
{
    padding: 8px;
    margin: 3px 0;
    border: #090 1px dashed;
    color: #090;
    font-weight: bold;
    display: block;
}
.op-state-failed
{
    display: block;
    padding: 8px;
    margin: 3px 0;
    font-weight: bold;
    border: 1px dashed #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

a img
{
    border: none;
}

.clear
{
    clear: both;
}

.block .blockHeader h1
{
    padding-left: 18px;
    font-size: 12px;
}
.block .blockHeader h1 a
{
    font-size: 14px;
    color: #11649c;
    text-decoration: none;
}
.block .blockHeader .more
{
    float: right;
    display: block;
    margin-top: 8px;
}
.block .blockContent .newsList
{
    margin-top: 12px;
    margin-left: 3px;
}
.block .blockContent .newsList li
{
    margin: 9px 0 8px;
}

#container
{
    width: 988px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #f1ede4 url(img/bg.gif) repeat-x top;
}
#top
{
    height: 87px;
    position: relative;
    margin-right:25px;
}
#top .scLogo
{
    display: block;
    position: absolute;
    left: 5px;
    top: 25px;
    width: 178px;
    height: 42px;
    text-indent: -5000px;
    background: url(img/sc_logo.png) no-repeat left top;
}
#top .smLogo
{
    display: block;
    position: absolute;
    left: 200px;
    top: 35px;
    width: 128px;
    height: 38px;
    text-indent: -5000px;
    background: url(img/sm_logo.gif) no-repeat left top;
}
#top .quickLinks
{
    position: absolute;
    top: 32px;
    right: 2px;
    color: #233f7a;
}
#top .quickLinks a
{
    color: #233f7a;
}
#top .quickLinks .contactInfo, #top .quickLinks .loginLinks
{
    display: block;
    text-align: right;
}
#top .quickLinks .loginLinks
{
    margin-top: 4px;
}

#main #mainTop
{
    height: 3px;
    overflow: hidden;
}
#main #mainMiddle
{
    padding: 1px 0;
    margin-right: 20px;
}

.navBar
{
    margin: 2px 6px;
}
* html .navBar
{
    height: 25px;
}
.navBar .nav
{
    float: left;
    display: inline;
}
.navBar .nav li
{
    float: left;
    display: inline;
}
.navBar .nav li a
{
    display: block;
    width: 103px;
    height: 41px;
    line-height: 41px;
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(img/bg_nav.jpg) no-repeat left top;
}
.navBar .nav li a:hover
{
    color: #D1D6E0;
    text-decoration: none;
}
.navBar .navSearch
{
    float: left;
    display: inline;
    background: url(img/bg_nav.jpg) no-repeat left top;
    padding-top: 9px;
    height: 32px;
    width: 235px;
}
.navBar .navSearch .textbox
{
    width: 118px;
    height: 15px;
    padding: 2px 1px 0 1px;
    font-size: 11px;
    border: #1d3f75 1px solid;
    background: #fff url(img/bg_textbox.gif) repeat-y left;
}
.navBar .navSearch .button
{
    font-size: 11px;
    width: 70px;
    height: 19px;
    border: none;
    background: url(img/btn_search.gif) no-repeat left top;
}

.flashPlayer
{
    width: 963px;
    padding: 1px;
    text-align: center;
    background: url(img/bg_flash.png) no-repeat top center;
}
.flashPlayer object
{
    width: 953px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.mainBottomBlock
{
    width: 946px;
    height: 590px;
    margin-left: 3px;
    margin-top: 10px;
    padding: 0;
    background: url(img/bg_main_bottom_blocks.gif) no-repeat center top;
}
.mainBottomBlock .newsBlocks
{
    height: 450px;
}
.mainBottomBlock .block
{
    float: left;
    display: inline;
    margin-top: 12px;
}
*+html .mainBottomBlock .block
{
    margin-top: 14px;
}
.mainBottomBlock .leftNewsBlock
{
    margin-left: 40px;
    width: 245px;
}
.mainBottomBlock .leftNewsBlock .more
{
    margin-right: 23px;
}
.mainBottomBlock .centerNewsBlock
{
    margin-left: 33px;
    width: 329px;
}
.mainBottomBlock .centerNewsBlock .blockHeader h1 a
{
    color: White;
}
.mainBottomBlock .centerNewsBlock .more
{
    margin-right: 10px;
}
.mainBottomBlock .centerNewsBlock .newsList
{
    float: left;
    width: 200px;
    margin-top: 5px;
}
.mainBottomBlock .centerNewsBlock .picNews
{
    float: left;
    display: inline;
    margin-top: 17px;
}
.mainBottomBlock .centerNewsBlock .picNews img
{
    width: 103px;
    border: #c3c3c3 2px solid;
}
.mainBottomBlock .centerNewsBlock .picNews h2
{
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.mainBottomBlock .rightNewsBlock
{
    margin-left: 48px;
    width: 225px;
}
.index-news-block-2
{
    padding-top: 14px;
}
*+html .index-news-block-2
{
    padding-top: 9px;
}
.mainBottomBlock .friendLinks
{
    margin-top: 37px;
    margin-left: 110px;
    width: 840px;
}
.mainBottomBlock .friendLinks a
{
    text-decoration: none;
}
.mainBottomBlock .friendLinks img
{
    width: 120px;
    height: 45px;
    border: #ccc 1px solid;
    margin-right: 5px;
}

#footer
{
    text-align: center;
    line-height: 27px;
}

#main #mainBottom
{
    height: 20px;
}
* html #main #mainBottom
{
    height: 11px;
    padding-top: 9px;
}

/* User Center */
#userCenterMain
{
    margin-left: 5px;
    margin-top: 10px;
    padding-top: 1px;
    background: #fff url(img/bg_ucenter.gif) repeat-y left;
}
#userNav
{
    float: left;
    display: inline;
    width: 175px;
    margin-left: 5px;
    margin-right: 10px;
}
#userNav ul li
{
    margin: 5px 0;
}
#userNav ul li a
{
    display: block;
    font-size: 14px;
    padding: 6px 20px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
#userNav ul li a:hover, #userNav ul li a:active
{
    color: #333;
    background: #eee;
}
#userFrameContainer
{
    float: left;
    display: inline;
    width: 770px;
}
.userCenterContentHeader
{
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
    color: #4c81ad;
    border-bottom: #4c81ad 1px dashed;
}

/* Data Table */
.datatable
{
    border: #ccc 1px dotted;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
.datatable td, .datatable th
{
    border: none;
    border-bottom: #ccc 1px dotted;
    border-right: #ccc 1px dotted;
    padding: 4px;
}
.datatable th
{
    background: #f7f6f2;
    padding: 6px 4px;
}

.onlineTestTopNBlock table
{
    width: 240px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.onlineTestTopNBlock table th
{
    border: none;
    border-bottom: #ccc 1px solid;
    font-weight: normal;
}
.onlineTestTopNBlock table td
{
    padding: 3px;
    border: none;
    border-bottom: #ccc 1px dotted;
}

.affiche
{
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin-top: 5px;
    margin-left: 4px;
    margin-right: 35px;
    border: #fff 1px solid;
}