/* ---------------------------Import common CMS styles--------------------------- */

@import url(../admin/Common.css);

/* ---------------------------Site layout styles begin--------------------------- */
/* Site specific css definitions */

@media screen
{
    html
    {
        height: 100%;
    }

    body
    {
        margin: 0;
        background-image: url(../../img/body_gradient_3.jpg);
        height: 100%;
        font: normal normal normal 1em Arial, Verdana, Sans-serif;
    }

    #aspnetForm
    {
        height: 100%;
    }

    img
    {
        border: none;
    }
    a
    {
        text-decoration: none;
        color: #b00;
    }
    a:hover
    {
        text-decoration: underline;
    }

    #outer
    {
        background-image: url(../../img/body_gradient_12.jpg);
        background-repeat: repeat-x;
        height: 100%;
    }

    #site
    {
        width: 1064px;
        margin: 0 auto;
        min-height: 100%;
        background-image: url(../../img/site_gradient_2.png);
    }

    #header
    {
        width: 1003px;
        margin: 0 auto;
        position: relative;
        left: 0;
        top: 0;
        height: 250px;
        background-image: url(../../img/site_gradient_1.png);
        background-repeat: repeat-x;
        padding: 0 30px;
    }

    #claim
    {
        position: relative;
        left: 0;
        top: 0;
    }
    #claim > div
    {
        position: absolute;
        top: 25px;
        left: 400px;
    }
    #meta
    {
        text-align: right;
    }
    #meta > div
    {
        padding: 10px;
        font-size: 0.8em;
    }
    #meta > div > div
    {
        float: right;
        margin: 0;
        font-weight: bold;
    }
    #meta a
    {
        color: #fff;
        font-weight: bolder;
    }

    #topics { padding-top: 10px }
    #topics ul
    {
        list-style-type: none;
        margin: 0 0 0 15px;
        padding: 0;
    }
    #topics ul li.button160
    {
        margin: 0;
        float: left;
        width: 160px;
        height: 35px;
        background-image: url(../../img/gelbutton.png);
    }
    #topics ul li.button160:hover
    {
        background-image: url(../../img/gelbutton_hover.png);
    }
    #topics ul li.button100
    {
        margin: 0;
        float: left;
        width: 110px;
        height: 35px;
        background-image: url(../../img/gelbutton2.png);
    }
    #topics ul li.button100:hover
    {
        background-image: url(../../img/gelbutton_sm.png);
    }
    #topics ul li a
    {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        display: block;
        height: 100%;
        text-align: center;
        padding-top: 10px;
    }
    #topics ul li a.NaviButtonSelected
    {
        color: #a00;
    }
    #topics ul li a:hover
    {
        color: #a00;
    }

    #login
    {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../img/trans_70.png);
        font-size: 0.8em;
    }

    #login > div
    {
        width: 400px;
        background-color: #fff;
        color: #000;
        padding: 20px;
        margin: 300px auto;
    }

    #navigation
    {
        margin-left: 50px;
        float: left;
        width: 200px;
        margin-right: 20px;
        font-size: 0.9em;
    }
    
    #navigation ul { list-style-type: none; margin: 10px; padding: 0 }
    #navigation ul ul { margin: 5px 0 5px 25px; list-style-image: url(../../img/pfeil.gif) }
    #navigation ul li { margin-bottom: 5px }
    #navigation ul li a.BackCss { color: #562c9a; text-decoration: none }
    #navigation ul li a.SubNavi { color: #562c9a; text-decoration: none }
    #navigation ul li a.SubNavi:hover { color: #a00 }
    #navigation ul li a.SubNaviSelected  { color: #562c9a; text-decoration: underline }

    #content
    {
        padding: 0 10px;
        margin-left: 260px;
        width: 710px;
    }

    #contentFullWidth
    {
        padding: 0 60px;
    }

    #ctl00_pnlSearch
    {
        margin: 2px 0 10px 10px;
    }
    #ctl00_pnlSearch .searchText
    {
        width: 160px;
    }
    #ctl00_pnlSearch .searchButton
    {
        width: 15px;
        height: 13px;
    }

    #breadcrumb
    {
        width: 100%;
        padding: 4px 0 10px 0;
        font-size: 0.8em;
    }
    #breadcrumb .breadCrumbLabel
    {
        color: #000;
        padding-right: 10px;
    }
    #breadcrumb .breadCrumbText
    {
        color: #000;
    }
    #breadcrumb .breadCrumbSeparator
    {
        color: #000;
    }

    .welcomeContainerDiv
    {
        /*Cross-browser inline-block css hack*/
        display: -moz-inline-stack;
        zoom: 1;
        font-size: 1.0em;
        float: left;
        width: 450px;
        min-height: 200px;
        margin-right: 20px;
    }

    .containerDiv { padding: 0 0 15px 0; font-size: 0.8em; font-weight: normal }
    .containerDiv h2 { margin: 0 0 10px 0; font-size: 1.3em; color: #562c9a }
    .containerDiv p { margin-top: 0 }

    .breaker
    {
        clear: both;
        font-size: 0;
        margin: 0;
        padding: 0;
    }

    .teaserDiv
    {
        padding: 0 0 15px 0;
        font-size: 0.8em;
    }

    .teaserDiv h3
    {
        margin: 0 0 15px 0;
        color: #562c9a;
        font-size: 1.3em;
    }

    .overlay
    {
        left: 0;
        top: 0;
        color: #000;
        position: absolute;
        background-image: url(../../img/trans74.png);
        font-size: 13px;
        display: none;
        width: 159px;
        border: solid 1px #000;
        padding: 5px;
    }

    .overlay h3
    {
        margin: 0 0 5px 0;
        font-size: 1.0em;
        font-weight: normal;
        text-decoration: none;
        color: #800;
    }

    .overlay p
    {
        color: #000;
        font: normal normal normal 11px Verdana;
        margin: 0 10px 0 0;
    }
    #sitemap ul
    {
        list-style-image: url(../../img/list.gif);
    }

    /*---------------------- START: by Rakesh on 2009/09/18 ----------------------*/
    .lnkblack{
        font-family: Arial, Verdana;
        color:#000000;
    }
    .jcNavigation
    {
        float: none;
        width: 400px;
        text-align: center;
        vertical-align: middle;
    }
    .jcNavigationBG
    {
        background-image: url(/img/ContentNaviBG.png);
    }
    .jcNavigationtbl
    {
        overflow: hidden;
        background-image: url(/img/buHoNavigationBG3.gif);
        height: 20px;
    }
    /*---------------------- END: by Rakesh on 2009/09/18 ----------------------*/

}

/* ---------------------------Site layout styles end--------------------------- */

/* ---------------------------Site text styles begin--------------------------- */
/* Text styles for use with smart text editor and user controls */

.TextNormal
{
    font: normal normal 1.0em Arial, Verdana;
}

.TextNormal_01
{
    font: normal normal 1.0em Arial, Verdana;
    color:#5a5a5a;
}

.TextNormal_02
{
    font: normal normal 1.0em Arial, Verdana;
    color:#000;
}

.TextNormal_03
{
    font: normal normal 1.0em Arial, Verdana;
    color:Blue;
    font-weight:bold;
}

.TextNormalBold
{
    font: normal bold 1.0em Arial, Verdana;
}

.TextNormalBold_01
{
    font: normal bold 1.0em Arial, Verdana;
    color:#5a5a5a;
}

.TextNormalBold_02
{
    font: normal bold 1.0em Arial, Verdana;
    color:#aa0000;
}


.TextNormalRed
{
    font: normal normal 1.0em Arial, Verdana;
    color: #f00;
}
.TextNormalSmall
{
    font: normal normal 0.8em Arial, Verdana;
}


.TextNormalSmallRed
{
    font: normal normal 0.8em Arial, Verdana;
    color: #f00;
}
.TextNormalGray
{
    font: normal normal 1.0em Arial, Verdana;
    color: #888;
}

/* ---------------------------Site text stlyes end--------------------------- */

/* ---------------------------Image position start -------------------------- */
.alignRight
{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.alignLeft
{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

/* ---------------------------Image position end -------------------------- */
/* -------------------------- Forum Classes Start ------------------------------------- */

.forumButton
{
    border: solid 1px #fff;
    color: #fff;
    background-color: #aab;
    height: 22px;
    font-weight: bold;
}

.forumButton:hover
{
    border: solid 2px #286ea0;
    color: #fff;
    background-color: #19598f;
    height: 22px;
    cursor: hand;
    font-weight: bold;
}

.buttonBackground
{
    background-color: #ccc;
    padding: 5px;
}

.headerBackgroud
{
    background-color: #ddd;
    padding: 5px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.headerBackgroud_01
{
    background-color: #ffed6a;
    padding: 5px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.headerBackgroud_02
{
    background-color: #83d831;
    padding: 5px;
    font-weight: bold;
    color: #e7e7e7;
    margin-bottom: 5px;
}

.templateHeaderStyle
{
    text-align: left;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
}

.templateHeaderStyle_01
{
    text-align: left;
    vertical-align: middle;
    color: #5a5a5a;/*06.10.09:#000*/
    font-weight: bold;
}



.templateItemStyle
{
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.titleLinkClass
{
    font-weight: bold;
    color: #e42f01;
    text-decoration: underline;
}

.titleLinkClass_01
{
    font-weight: bold;
    color: #aa0000;
    text-decoration: underline;
}

.historyLinkClass
{
    text-decoration: underline;
    font-size: 1em;
    font-weight: bold;
    color: Aqua;
}

.BreadCrumbCss
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: .9em;
    color: #5a5a5a;
}

/* -------------------------- Forum Classes End ------------------------------------- */
/* -------------------------- GridView Style Start ------------------------------------- */

.gridPager td
{
    color: #fff;
    background-color: #9ac1e6; /*#a2c6f1; in Css*/
    font-weight: bold;
    text-align: right;
}

.gridPager a
{
    color: #19598f;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
    float: right;
    width: 100%;
}

.gridHeader
{
    background-color: #ddd;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.gridHeader_01
{
    background-color: #ffed6a;/*06.10.09:#ddd*/
    color: #000;
    font-weight: bold;
    text-align: left;
}

.gridHeader_02
{
    background-color: #c9f53a;/*06.10.09:#ddd*/
    color: #000;
    font-weight: bold;
    text-align: left;
}

.gridHeader_03
{
    background-color: #fdf7bd;/*06.10.09:#ddd*/
    color: #5a5a5a;
    text-align: left;
    padding-left:10px;
}

.gridHeader_03 th
{
 
    padding-left:10px;
}

.gridRow
{
    background-color: #f7f6f3;
    color: #333;
}

.gridAlternatingRow
{
    background-color: #fff;
    color: #284775;
}

.gridEmptyDataRow
{
    background-color: #9ac1e6;
    color: #f00;
    font-weight: bold;
}

.gridFooter
{
    background-color: #5d7b9d;
    color: #fff;
    font-weight: bold;
}

.gridEditRow
{
    background-color: #999;
}

.gridSelectedRow
{
    background-color: #e2ded6;
    color: #333;
    font-weight: bold;
}
/* -------------------------- GridView Style End ------------------------------------- */
