body {
    background:url("faminta_body1.gif");
    color: #1F5555;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}



.top_side, .left_side, .right_side, .bottom_side, .button, .linkbutton {
    background: none repeat scroll 0 0 #99ff99;
    margin-top: 3px;
    border: 1px solid #CCCCCC;    
}

.top_side, .left_side, .right_side, .bottom_side, .center_side {
    margin-top: 3px;
    background:url("faminta.jpg");
    border-radius: 5px 5px 5px 5px;
}

.top_side, .bottom_side, .main{
    width: 1220px;
}

.button, .linkbutton {
    font-size: 12px;
    font-weight: bold;
    margin-left: -3px;
    margin-top: 2px;    
    padding:2px;
    cursor:pointer;
    background: url("bginv.gif") repeat-x scroll left top white;
    border-radius: 5px 5px 5px 5px;
}

.linkbutton:hover {
    text-decoration: none;
    background: url("bg.gif") repeat-x scroll left top white;
    color:#EFEFEF;    
}

.button:hover {
    text-decoration: none;
    background: url("bg.gif") repeat-x scroll left top white;
    color:#EFEFEF;
}

.left_side,.center_side,.right_side,.bottom_side {
    float: left;  
}

.center_side,.right_side{
    margin-left: 3px;      
}

.main {
    margin: 0 auto;
}

.top_side {
    float: none;
}

.left_side {
    /*background:url("faminta.jpg");*/
    width: 200px;
}


.center_side {
    width: 845px;
}

.right_side {
    width: 165px;
    /*background: url("faminta.jpg");*/
}

.bottom_side {
  /*background:url("faminta.jpg");*/
}

.top_side_label,.mg_content_label,.left_side_label,.right_side_label,.mg_sub_content_label,.bottom_side_label {
    background: url("bginv.gif") repeat-x scroll left top white;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 0 0;  
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    cursor:default;
    color: #1F5555;
}

.mg_sub_content_label {
    font-size: 14px;
}

.top_side_label,.bottom_side_label{
  border-radius: 5px 5px 5px 5px;  
}

.mg_content_label {
    color: #1F5555;  
    width: 840px;
    border-bottom: none;
}



.left_menu {
    border: 0 solid;
    margin-top: -11px;
}

.left_content,.right_content,.left_content_menu,.mg_content {
    float: left; 
    margin: 2px;    
    padding: 1px;    
}

.top_side_content {
    border-radius: 0 0 5px 5px;
    padding: 2px;
}

.top_side{
  /*background: url("faminta.jpg");*/
  
}

.left_content {
    width: 140px;
}

.left_content_menu {
    width: 195px;  
}

.mg_content {
    background: url("faminta.jpg");  
    border: 1px solid #CCCCCC;    
    border-radius: 0 0 5px 5px;
    margin-left: 1px;
    margin-top:0px;
    padding-left:3px;
    width: 839px;   
    border-top: none;
}

.mg_sub_content,.left_side_content,.right_side_content{
    background: none repeat scroll 0 0 #FCFFD7;
    border: 1px solid #CCCCCC;  
    float: left;
    padding: 2px;    
}

.mg_sub_content {
    border-radius: 5px 5px 5px 5px;    
    width: 830px;
    margin-bottom:3px;
}

.left_side_content {

    border-radius: 0 5px 5px 5px;
    width: 190px;      
}

.right_side_content {
    border-radius: 0 5px 5px 5px;
    width: 155px;      
}

.bottom_content {
    margin-left: 4px;
    margin-top: 5px;
    padding: 2px;
}


.search_input {
    float: left;
    padding: 2px;
    width: 100%;
}

div.row {
    float: none;
    margin-top: 5px;
}

td.redd {
    background: none repeat scroll 0 0 #F78181;
}

a:link {
    text-decoration: none;
    color:#1F5555;    
}
a:visited {
    text-decoration: none;
    color:#1F5555;    
}
a:hover {
    text-decoration: underline;
    color:#1F5555;
}
a:active {
    text-decoration: none;
    font-weight: bold;
    color:#1F5555;    
}

