@charset "UTF-8";
/* CSS Document */


body {
    padding:0;
    margin:0;
    font-family:Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#FFF;
}



body, html {height:100%; color:#333;}

img {
    border-style:none;
}


#topbarnav {
    background-color:#FFFFFF;
    padding-left:10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding:6px 0 6px 10px;
}

#topbarnav ul {
    display:inline;
    padding:0;
    margin:0;
}

#topbarnav ul li {
    display:inline;
    list-style-type:none;
    margin:0 6px 0 0;
    padding:0 6px 0 0;
    border-right: 1px solid #333;
}

#topbarnav ul li.topbarend {
    display:inline;
    list-style-type:none;
    margin:0 6px 0 0;
    padding:0 6px 0 0;
    border-right:none;
}

#topbarnav ul li.current a {
    color:#0077b7;
    text-decoration:underline;
}

#topbarnav ul li a {
    color:#333;
    text-decoration:none;
}

#topbarnav ul li a:hover {
    color:#0077b7;
    text-decoration:underline;
}


a:link {
    color:#333;
    text-decoration:none;
}

a:visited {
    color:#333;
    text-decoration:none;
}

a:hover {
    color:#0077b7;
    text-decoration:underline;
}



#logo {
    height:86px;
    padding-left:16px;
    margin-top;
}


/* begin css tabs */

ul#tabnav { /* general settings */
            text-align: left; /* set to left, right or center */
            margin-top: 5px; /* set margins as desired */
            height:20px;
            list-style-type: none;
            padding: 3px 0 0 15px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
               display: inline;
               float:left;
               margin-right:5px;
}



ul#tabnav li a  { 
    background:url(../../../assets/imagesv2/mobile_tabs.png) no-repeat;
    display:block;
    width:72px;
    height:17px;
    padding: 3px 0 0 0;
    text-align:center;
}

ul#tabnav li.off a {
    background-position: 0 -20px;
}





#tabdivide {
    height:4px;
    border-bottom: 1px solid #333;
}

form fieldset {
    border: 0;
}
form fieldset legend {
    padding:12px 10px 12px 5px;
    font-weight:bold;
    position:relative;
    top:-8px;
}

#formhold {
    padding:0 0 5px 0;
}

#titleblocktwo {
    padding:12px 10px 12px 10px;
    color:#333;
    font-weight:bold;
    position:relative;
    top:-1px;
    clear:both;
}

#titleblock {
    padding:12px 15px;
    color:#333;
    font-weight:bold;
    position:relative;
    top:-1px;
    clear:both;
}

.resultblock {
    border: 1px solid #333;
    padding:10px;
    margin:10px;
}

#footer {
    height:16px;
    border-top: 1px solid #333;
}


.resultblock a {
    text-decoration:underline;
    color:#333333;
}
.resultblock a:visited {
    text-decoration:underline;
    color:#333333;
}

.resultblock a:hover {
    text-decoration:none;
    color:#0077b7;
}

#logonavhold {
    background-color:#000;
    padding: 5px 0 0 0;
}


.newsblock {
    padding:10px;
    margin:10px 10px 10px 0;
    background-color:#D2CFC8;
}

.newsblock a{
    color:#333;
    font-weight:bold;
}

.newsblock a:hover {
    color:#000;
    text-decoration:underline;
}
.clear {
    clear:both;
}

.bodytext {
    line-height:14px;
}

.padtopfive {
    padding-top:5px;
}

.newswrap {
    padding-left:10px;
}

.margintop {
    margin-top:5px;
}
.marginbot {
    margin-bottom:5px;
}

.marginleft {
    margin-left:7px;
}

#mobreset, #mobsearch, #moblogin, #mobnext, #mobprevious {
    background:url(../../../assets/imagesv2/en/mobile_buttons.png);
    height:20px;
    border:0px;
}

#mobreset {
    width:53px;
}

#mobsearch {
    background-position:-54px 0;
    width:53px;
}

#moblogin {
    background-position: -108px 0;
    width:53px;
}	

#mobnext {
    background-position: -226px 0;
    width:53px;
}	

#mobprevious {
    background-position: -160px 0;
    width:64px;
}
.greenbutton {
    margin-right:5px;
    padding:7px;
    background-color:#D7DF23;
    color:#000;
    text-decoration:none;
    border: none;
    font-weight: bold
}
