html, body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

body {
    background-color: #092d57;
    background: #092d57 url("img/tbg.png") repeat-x;
}

img {
    border: 0;
}

p {
    line-height: 140%;
    margin: 5px 0;
}

a {
    color: #33ccff;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    line-height: 20px;
    padding: 10px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #ffb42b;
}

h2 {
    color: #ffb42b;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 3px 0;
    margin: 15px 0 0 0;
    border-top: 1px dotted #33ccff;
    border-bottom: 1px dotted #33ccff;
}

h3 {
/*color: #dc1e37;
    color: #33ccff;*/
    color: #ffb42b;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 0 0;
    padding-top: 10px;
}

h4 {
    color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 0 0;
    padding-top: 10px;
    border-bottom: 1px solid #666666;
}

hr {
    border: 1px dotted #33ccff;
    border: 0;
    height: 1px;
    /*background-color: #cccccc;*/
    border-bottom: 1px dotted #33ccff;
}

#htop {
    list-style: none;
    margin: 0;
    padding: 0
}

#container {
    width: 888px;
    margin: 0 auto;
    color: white;
}

#container table td {
    vertical-align: top;
}

#middle {
    padding: 0 25px;
}

/* ---foot*/
#foot {
    padding-top: 30px;
    /*padding-right: 10px;
    padding-right: 235px;
    text-align: right; */
}

#tableFooter{
    width:885px;
}

#access a {
    color: white;
    text-decoration: none;
    font-size: 10px;
    padding-right:15px;
}

td#label_foot{
    font-size: 10px;
    color:#ffffff;
    padding-left:28px;
    width:620px;
}


#access, #wai{
    display: inline;
}


/* ---news*/

.aNew {
    font-size: 12px;
    line-height: 150%;
}

.newsList .aNew {
    font-size: 10px;
    border-bottom: 1px dotted #33ccff;
    padding: 5px 0;
    cursor: pointer;
}
.newsList .aNew .date{
    color:#33ccff;
}

.path{
    font-size:12px;
    border-bottom: 1px dotted #33ccff;
    line-height:12px;
    padding:5px 0;
}
.path a{
    font-weight:normal;
}

/* ---rightMenu*/
#rightMenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#q {
    border: none;
    border-right: none;
    height: 21px;
    color: #092d57;
    font-size: 12px;
    font-family: "Lucida Sans", sans-serif;
    width: 176px;
    background-color: #33ccff;
    margin: 0 0 0 0;
    padding: 2px;
    vertical-align: bottom;
}

#btq {
    border: none;
    border-left: none;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

#rightMenu form {
    margin: 14px 0;
}

/* ---pageMenu*/
#pageMenu a {
    color: white;
}
#pageMenu a:hover {
    color: #33ccff;
}

#pageMenu {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 14px;
}

#pageMenu li {
    padding: 3px 0;
    margin: 0;
}

#pageMenu ul {
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0;
}

#pageMenu ul li {
    background: url("/img/seta.png") no-repeat 0 5px;
    padding: 5px 0 5px 22px;
    border-top: 1px dotted #33ccff;
    font-size: 12px;
    line-height: 12px;
}

#pageMenu ul a {
    font-weight: normal;
}


#langBar{
    position:absolute;
    top:10px;
    width:888px;
    margin:0 auto;
    text-align:right;
    font-size:11px;
}