body {

}

a {
  text-decoration: none;
  color: #044D97;
}

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

a img {
  border:0px;    
}

#wrapper{
  width: 770px;
  margin: 0 auto;
}

table.main{
  width: 100%;
}

tr#top {
}

tr#top .logo{
  width: 184px;  
}

tr#top .logo img{
  border:none;
}

tr#top .watermark{  
  background:transparent url(/images/client/top_watermark.jpg) no-repeat scroll left top;  
  height: 104px;  
}

tr#top .contactInfo{
  text-align: center;
  font-size:12px;
  margin-top:25px;
  padding-left: 80px;
}

tr#top .contactInfo p{
  padding: 0px;
  margin: 0px;
}

tr#top .banner{
  vertical-align:top;
  background:transparent url(/images/client/top_bg.jpg) repeat-x scroll right top;  
}

tr#top .menus{
  background-color: transparent;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

tr#top .menus a{
  color: #000000;
}

tr#top .menus .separator{
  color: #333333;  
}    

#sidebar{
  background-color: #76af24;
  background-image: url(/images/client/right_menu_bg.jpg);
  background-repeat: repeat-y;
  vertical-align:top;
  padding: 10px;
}

#sidebar .categories ul{
  margin: 0px;
  padding-right: 0px;
}

#sidebar .categories ul li{
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, serif;
  list-style-type: none;
  background:transparent url(/images/client/double_arrow_white.gif) no-repeat scroll right 6px;
  padding-right: 12px;
}

#sidebar .categories ul li a{
  color: #ffffff;  
}

#sidebarBottom{
  background-image: url(/images/client/right_menu_bg.jpg);
  background-repeat: repeat-y;  
  vertical-align: top;        
}

#sidebarBottom div.photo{
  margin: 0px;
  padding: 0px;  
}

#newsletter{
  border-top: 3px solid white;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  vertical-align: bottom;
}

#newsletter h4{
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-top: 0px;
  margin-bottom: 5px;
}

#newsletter .box{
  width: 155px;
}

#newsletter form div.inputrow {
    margin-top:5px;
    margin-bottom:5px;    
    text-align:left;
}

#newsletter form div.inputrow label{
    margin-left:5px;
    width:40px;
    text-align:right;
    float:right;
    font-weight: bold;
    color: #000000;
}

#newsletter form div.inputrow input{
    width: 100px;
}

#newsletter form div.submit{
    text-align: left;
}

#newsletter form div.submit a{
    color: white;
    font-size: 14px;
    font-weight: bold; 
}

#bottom{
    text-align:center;    
    background-color:#F0F0F0;    
}

#bottom .copyright{
    color: #333333;    
    font-size: 10px;
    padding: 5px;
    direction:ltr;
}

#bottom .credits{
    color: #333333;    
    font-size: 10px;
}

#bottom .pages{
    font-size: 11px;
    margin-top:5px;
}

#bottom .pages .separator{
    
}

.main .contents{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    vertical-align:top;
}

.main .contents .system_page{
    
}

.main .contents h1{
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 22px;
}

.category .articles .article {  
  margin-bottom: 15px;
}

div.homepage table.articles{
  width: 100%;
}

div.homepage table.articles td{
  width: 50%;
  vertical-align:top;
}

.articles .article .title a{
  font-size: 16px;
  font-weight: bold;
}

/* this ugly stuff is to horizontally and vertically align the image */
.articles .article .image_container{
  float:right;
  margin-left: 10px;
  border: 1px solid #eeeeee;
  height: 76px;
  width: 100px;  
  position: relative;
}    
.articles .article .image_container .inner_container{
  top: 50%;
  position: absolute;    
  width: 100px;
  text-align:center;  
}
/* end ugly stuff */

.articles .article img{
  
}

.homepage table.articles{
    
}

.homepage .articles .article div.title{
  border-bottom:1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.homepage .articles .article div.thumbnail{
  text-align: center;
}

.main .contents .article div.thumb{
  padding: 5px;
  border: 1px solid #eeeeee;
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.main .contents .article div.info{
  margin: 5px;
}

.main .contents .article div.info span{
  font-size: 10px;
  font-style: italic;
  color: #333333;
}

.main .contents .article div.info span.author{
  margin-left: 20px;
}



.contact_form form div.inputrow {
    margin:5px;
    clear:left;
}

.contact_form form div.inputrow label{
    margin-left:5px;
    text-align:left;
    float:right;
    margin-right:5px;
    width:80px;
}

td.bestviewed{
    font-size: 9px;
    text-align: center;
    direction: ltr;
    height:30px;
    vertical-align: top;
    padding-top: 2px;
}

td.bestviewed a{
    color: #D98B00;
    font-size: 10px;
    font-weight: bold;
}
td.bestviewed a:hover{
    color: black;
}
td.bestviewed a img{
    margin-bottom: -5px;
    margin-left: 3px;
    margin-right: 3px;
}

div.scrollableMessages{
    background-color: #B6D17A;
    padding-top: 5px;
    padding-right: 10px;
    font-size: 11px;
}


div.scrollableMessages div.scroller p{
  margin: 0px;
  display: inline;
}