
/* class_template.php */

/* Область 1 */
.table_main_area {
border-style:none;
width: 100%;
font-size: 10pt;
}

/* Колонка 1: левая область */
.table_left_area {
border-style:none;
vertical-align:top;
padding:5px;
width: 250;
border-width:1px;
border-color:red;
font-size: 10pt;
background-color:;
}


.table_logo_avatar {
border-style:none;
width: 100%;
font-size: 10pt;
background-color:;
}

.table_login_registration {
border-style:none;
width: 100%;
font-size: 10pt;
background-color:;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}


.table_registration_favorites {
border-style:none;
width: 100%;
font-size: 10pt;
background-color:;
}


.table_avatars {
border-style:none;
width: 100%;
font-size: 10pt;
background-color:;
text-align: center;
margin: 0px auto;
}



/* Колонка 2: центральная область */
.td_center_top_area {
border-style:none;
vertical-align:top;
width: 100%;
background-color:;
}

.td_center_content_area {
border-style:none;
font-size: 10pt;
vertical-align:top;
width: 100%;
background-color:;
}


.table_menu_switch {
margin-left: auto;
margin-right: auto;
border-style: none;
border-color:;
position: relative;
border-spacing:5px;
padding:0px;
width: 100%;
font-size: 10pt;
background-color:#ADD8E6;   /* светло-голубой */
text-align: left;
}

.td_center_bottom_area {
border-style:none;
vertical-align:bottom;
padding:10px;
width: 100%;
background-color:;
}



/* Колонка 3: правая область */
.td_right_banner_area {
border-style:none;
vertical-align:top;
width: 250;
background-color:;
text-align: center;
margin: 0px auto;               /* этот метод не действует для IE */
padding:3px;
}

.table_settings {
border-style:none;
width: 100%;
font-size: 10pt;
background-color:;
padding:5px;
}


/* Область 2 */
.table_footer_area {
margin-left: auto;
margin-right: auto;
border-style: none;
border-color:;
position: relative;
border-spacing:5px;
padding:5px;
width: 75%;
font-size: 10pt;
background-color:;
text-align: left;
}

/* Область 3 */
.table_technical_area {
border-style:none;
border-spacing:5px;
width: 100%;
font-size: 10pt;
padding:5px;
background-color:;                /* синий цвет #00BFFF */
text-align: left;
}
/* ------------------ */


/* CONTENT TABLES */


.content_table {
border-style:none;
border-spacing:1px;
width: 100%;
font-size: 10pt;
background-color:;
padding:5px;
text-align: left;
}

.td_border_radius {
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
}

#td_totals {
   text-align:center;
   background-color:#FFFF00;
   
   border-radius:5px; 
   -moz-border-radius:5px; 
   -webkit-border-radius:5px;
   }


.forum_table {
border-style:none;
border-spacing:1px;
width: 100%;
font-size: 10pt;
background-color:;
padding:15px;
text-align: left;
border:0px; 
}

.user_data_table {
border-style:none;
border-spacing:10px;
width: 100%;
font-size: 10pt;
background-color:;
padding:5px;
text-align: left;
}

.user_ratings {
border-style:none;
border-spacing:1px;
width: 45%;
font-size: 10pt;
background-color:;
padding:5px;
text-align: left;
}

.selector_table {
border-style:none;
width: 240;
font-size: 10pt;
background-color:;
}

/* ------------------ */


/* main.php */
.statistics_table {
position: relative;
left: 0%;
border-style:none;
border-spacing:5px;
width: 100%;
font-size: 10pt;
background-color:;
}
/* ------------------ */






