﻿.user_body
{
    background-color: #222222;
    list-style-type: circle;
    text-align:left;
}

.main_table 
{
    background-color: #333333;
    border: thin groove #000000;
    padding: 2px;
    margin: 2px;
    width: 800px;
    list-style-type: circle;
    overflow:hidden;
    margin:10px auto;
}

.left_table 
{
    background-color: #333;
    border-width:thin;
    border-color:#222222;
    border-style:groove;
    padding: 2px;
    margin: 2px;
    width: 596px;
    float:right;
    
    
}
.top_table 
{
    background-color: #333;
    padding: 0px;
    margin: 0px;
    width: 800px;
    height: 60px; 
}
.right_table
{
    background-color: #333;
    border-width:thin;
    border-color:#222222;
    border-style:groove;
    margin: 2px;
    width: 175px;
    height: 500px; 
    padding-top:60px;
    float:left;
}
.right_table ul
{
    list-style:none;
    width:175px;
    margin-top:2px;
    text-align:left ;
}
.right_table ul li
{
    display:block;
    margin-bottom:2px;
    background:url('images/right_menu_background.gif') repeat-x;
}
.right_table ul li a:link, .right_table ul li a:visited, .right_table ul li a:active
{
    display:block;
    width:165px;
    height:20px;
    line-height:20px;
    border:solid #000;
    border-width:1px 0;
    padding:5px;
}
.right_table ul li a:hover
{
    background-color:Maroon;
}

.time_left
{
   background-color: #333331;
   font-size:16px;
   padding-left:auto;
   padding-top:45px;
   padding-right:15px;
   border-style:groove;
   border-width:thin ;
   border-color:#222222;
    width: 148px;
    height: 85px;
    display: block;
    list-style-type: circle;
    table-layout: auto; 
    margin-top :10px;
    margin-right:5px;
    text-decoration:none !important
}
.messages
{
    background-color: #333331;
    font-size:14px;
    padding:auto 10px auto auto;
    height:50px;
    width:580px;
    margin:10px auto  auto auto;
       border-style:groove;
   border-width:thin ;
   border-color:#222222;
    
}

.messages h2
{
    margin:auto auto  auto auto;
    font-size:14px;
    padding:auto auto auto auto;
    height:20px;
    width:300px;
    
}
.myButtonInternal
{
    width:200px;
    height:20px;
    line-height:20px;
    background-color:#222 !important;
    border:solid 1px #333;
    cursor:pointer;

}
.insideUserFooter
{
    width:804px;
    height:170px;
    background:#333;
    border: thin groove #000000;
    float:left;
    margin-left:235px;
    
}
   


  