﻿a
{
    cursor:pointer;
    text-decoration:none;
    color: #7C7C7C;
}
ol, ul {
    list-style: none outside none;
}
/*input
{
    font: 11px tahoma;
}*/
img
{
    border:none;
}
body
{
    background: #52575B url('../image/theme/bg.jpg') repeat-x scroll left top;
    color: #7C7C7C;
    font: 11px/1.6em tahoma;
}
.wrapper
{
    margin: 5px auto 0 auto;
    width: 970px;
    /*overflow: hidden;*/
}
.imageSlider
{
    /*padding-bottom: 20px;
    width: 668px;*/
    display: block;
    float:right;
    /*background: transparent url('../image/theme/bottom_bg.jpg') repeat-x scroll center bottom;*/
}
    display: block;
    float:right;
    /*background: transparent url('../image/theme/bottom_bg.jpg') repeat-x scroll center bottom;*/
}
.portlet {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 0 0 10px;
    padding: 0;
    text-align: right;    
    float:right;
    width:100%;
}
.portlet-topper
{
    background: #FFFFFF url('../image/theme/portlet_title_bg.jpg') no-repeat scroll left top; /*padding-left: 5px;*/
    width: 250px;
    float: right;
    height:235px;
}
.portlet-title {
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px;
}
.portlet-content, .portlet-content-container
{
    padding: 12px 5px 10px 10px;
    width: 100%;
    float: right;
}
.newsLink
{
    height: 25px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #666666; 
}

.portlet-content span
{
    /*color: #FF8040;
    text-align: left;
    font-size: 13px;*/
}
.content_top1
{
    height: 5px;
    line-height: 5px;
    background: transparent url('../image/theme/c-t-l.png') no-repeat left top;
    font-size: 1px;
    width:100%;
     float:right;
}
.content_top2
{
    height: 5px;
    line-height: 5px;
    background: transparent url('../image/theme/c-t-r.png') no-repeat right top;
}
.content_top3
{
    margin:0 5px;background:white;height:5px;line-height:5px;
}
.content_middle
{
    background: none repeat scroll 0 0 white;
    margin: 0;
    float:right;
    width:100%;
}
.content_bot1
{
    height: 5px;
    line-height: 5px;
    background: transparent url('../image/theme/c-b-l.png') no-repeat left bottom;
    font-size: 1px;
     width:100%;
     float:right;
     margin-bottom:5px;
}
.content_bot2
{
    height: 5px;
    line-height: 5px;
    background: transparent url('../image/theme/c-b-r.png') no-repeat right top;
}
.content_bot3
{
    margin:0 5px;background:white;height:5px;line-height:5px;
}
.sections .title
{
    color: #3366CC;
    font-weight: bold;
    font-size: 15px;
    
}
.bottom
{
    border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #336699;
}
.sections .left
{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #336699;
}
/****************Footer***************/
.footer {
    background: none repeat scroll 0 0 #262626;
    border-top: 1px solid #E5E5E5;
    color: #BABABA;
    padding: 12px 0;
    text-align: right;
    vertical-align:bottom;
    bottom:0;
    /*position:fixed;
    margin:0 auto;*/
    width:100%;
    float:right;
}
#footer-left {
    direction: ltr;
    float: left;
    padding-left: 4px;
    text-align: left;
}

/****************Block*****************/
.block-right
{
    background: transparent url('../image/theme/menu_right.png') no-repeat scroll right top;
    height: 33px;
    margin: 0;
    padding: 0;
}
.block-bg
{
    background: transparent url('../image/theme/menu_back.png') repeat-x scroll right top;
    height: 33px;
    margin: 0 10px;
    padding: 5px 0 0 0;
}
.block-left
{
    background: transparent url('../image/theme/menu_left.png') no-repeat scroll left top;
    height: 33px;
    margin: 0;
    padding: 0;
}
/**************Linker***************/
p.linkman {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
/****************RSS***************/
.nextPage
{
    background-position: center bottom;
    background-image: url('../image/page/previous.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-attachment: scroll;
}
.nextPage:hover
{
    background-position: center top;
}
.prevPage
{
    background-position: center bottom;
    background-image: url('../image/page/next.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-attachment: scroll;
}
.prevPage:hover
{
    background-position: center top;
}
/***************Login****************/
#regComplete {
    display: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
}
#loginError {
    display: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
}
.commonBtn2 {
    -moz-border-radius: 4px 4px 4px 4px;
    background-color: #FFCC33;
    border: 1px solid #333333;
    color: black;
    cursor: pointer;
    line-height: 25px;
}
.commonBtn2:hover {
    background-color: #C1C1FF;
}
a.commonBtn2 {
    color: black;
    padding: 4px 6px;
    font-size:14px;
}
