body{
background-image:url(../images/bg_main.gif);
background-position:top;
background-repeat:no-repeat;
height:auto;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:11px; 
text-align:left;

}

html{
margin:0;
background-image:url(../images/bg.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#FFD100;
height:100%;
}

.img-brd{
border:1px solid #004F0B;
}

.img-brd2{
border:1px solid #00670F;
}

.main-bg{
background-image:url(../images/table_bg.gif);
background-repeat:repeat-x;
background-position:top;
background-color: #306738;
}

.bot-rnd{
background-color: #306738; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px;  -webkit-border-bottom-right-radius: 5px;
}

a.bt-watch{
background-image:url(../images/bt_watch.gif);
background-position:top;
background-repeat:no-repeat;
width: 98px;
height:18px;
display:block;
margin: 4px 0;
}

a:hover.bt-watch{
background-position: bottom;
}

.txt-links-white a{
color:#FFD900;
font-size:12px;
text-align:left;
text-decoration:none;
}

.txt-links-white a:hover{
text-decoration: underline
}

.txt-links-yellow a{ 
color: #FFD900;
font-size:11px;
text-decoration:none;
}

a.txt-links-yellow13 { 
color: #FFD900;
font-size:13px;
font-weight:bold;
text-decoration:none;
}

.txt-links-green a { 
color: #FFD900;
font-size:11px;
font-weight: normal;
text-decoration:none;
}


.txt-links-green13 a { 
color: #00A115;
font-size:13px;
font-weight: normal;
text-decoration:none;
}


a.txt-links-yellow14 { 
color: #FFD900;
font-size:16px;
font-weight:bold;
text-decoration:none;
}


.txt-links-white a:hover, .txt-links-yellow a:hover, a:hover.txt-links-yellow13, .txt-links-green a:hover, a:hover.txt-links-yellow14, .txt-links-green13 a:hover   { 
text-decoration: underline
color:#000;
}

.news-td{
padding: 6px 0;
border-bottom:1px dashed #000;
line-height:15px;
}

/* pagination */
.pages {

width:100%;
}
.page-main{
width:225px; float:right; padding-bottom:5px; padding-top:10px;
}

.pages a, .pages span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#003C08 none repeat scroll 0 0;
border:1px solid #FFFFFF;
display:block;
float:left;
margin-right:2px;
padding:2px 6px;

}
.pages span.current {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#306738 none repeat scroll 0 0;
border:1px solid #FFD900;
color:#FFD900;
font-weight:bold;
margin-right:2px;
padding:2px 6px;

}
.pages a {
border:1px solid #306738;
text-decoration:none;
color:#fff;

}
.pages a:hover {
border-color:#FFD900;
}
.pages a.nextprev {
font-weight:bold;
color:#fff;
}
.pages span.nextprev {
font-weight:bold;
color:#666666;
}
.pages span.nextprev {
border:1px solid #999;
color:#999999;
}
.pages .nextprev-next {
float:right;
}

