﻿#messageBoards
{
    width:560px;
    height:360px;
    border:solid 0px red;
    margin-left:50px;
}
#rotate ul{ list-style-image:none !important;}



 #tabs ul
{
    margin:0;
    padding:0;
    list-style-image:none !important;
    margin-left:310px;
    width:300px;
    background:url(../images/common/messageBoardUnderline.png) no-repeat !important; 
    /*position:relative;
    top:-51px;
    left:170px;*/
}

#messageBoards ul li
{
    float:left;
}

#messagesTable
{
    position:relative;
    top:-56px;
    height:55px;
}  

#messagesTable #messages 
{
    width:540px; 
    height:162px; 
    overflow:auto;
}  


.overRow
{
    background-color:#f2f382;
    cursor:pointer;
    font-family:Arial;
    font-size:14px;
    color:#085885 !important;
}

.overRow td
{
 padding:5px 7px;   
}

.evenRow
{
   background-color:#e5fca6;
   font-family:Arial;
   font-size:14px !important;
   color:#085885 !important;
   
}
.evenRow td
{
 padding:5px 7px;   
}

.oddRow
{
  background-color:#cee69a;
  font-family:Arial;
  font-size:14px !important;
  color:#085885;
}

.oddRow td
{
 padding:5px 7px;   
}

#divbox
{
    width:590px; height:300px; overflow:hidden;
}

#rotate
{
    background:url(../images/common/message_boards_title.png) no-repeat; height:55px; margin-left:-20px;
}


#myposts{
    display:block;
}

#allposts{
    display:block;
}

a
{
    color:#085885;
    border:0;
    font-size:14px;
    line-height:14px !important;
    
}

a:link{border:0 !important}
a:visited{border:0 !important}
a:hover{border:0 !important}
a:active{border:0 !important}


.loginMessage
{
   background-color:#e5fca6;
   font-family:Arial;
   font-size:14px;
   color:#085885;
   padding:5px 7px;
   margin-top:30px
}

