@import url(http://maksoft.net/css/standart_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/text_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/link_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/image_classes.css);
	/* predefine here*/



@import url(http://maksoft.net/css/block_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/form_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/menu_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/extra_classes.css);
	/* predefine here*/
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f0f0f0;
}

.main_content {
	text-align: justify;
	overflow: auto;
	background: #FFF;	
}

.left_column {
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.center_column {
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;

}

.top_menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: bold;
	line-height: 15px;
	font-weight: bold;
	color: #e0e0e0;
	}

.top_menu a{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #e0e0e0;
	text-decoration: none;
	}

.top_menu a:hover{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #e0e0e0;
	background-color: #f48585;
	text-decoration: none;
	}

.top_menu a:link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #e0e0e0;
	text-decoration: none;
	}

.top_menu a:visited{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #e0e0e0;
	text-decoration: none;
	}

.down_links {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #e0e0e0;
	}

.down_links A {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #e0e0e0;
	}
	
.down_links A:Hover {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #600606;
	text-decoration: underline;
	background-color: e0e0e0;
	}

.down_links A:Link {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	}
.down_links A:Visited {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	}

font, P, TR, TD
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #606060;
}


B, strong
{
	font-style: normal;
	font-weight: bold;
	color: #555555;
}

TD.first {
	background-color: #C651A9;
	color: #000000;
	font-weight: bold;
}

TD.beginner1 {
	background-color: #9999FF;
	color: #000000;
	font-weight: bold;
	}
	
TD.beginner2 {
	background-color: #33CC99;
	color: #000000;
	font-weight: bold;
	}
	
TD.newgroup {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
	}
	
TD.master {
	background-color: #FF8C8C;
	color: #000000;
	font-weight: bold;
	}
	
TD.middle {
	background-color:#339900;
	color: #000000;
	font-weight: bold;
	}
	
TD.advanced {
	background-color: #FFFF66;
	color: #000000;
	font-weight: bold;
	}
	
TD.la {
	background-color:#00CCFF;
	color: #000000;
	font-weight: bold;
	}
	
TD.la_beg {
	background-color:#66FFCC;
	color: #000000;
	font-weight: bold;
	}

TD.social {
	background-color:#9184CC;
	color: #000000;
	font-weight: bold;
	}

TD.ladies {
	background-color:#FFCCCC;
	color: #000000;
	font-weight: bold;
	}

TD.ladies_beg {
	background-color:#FF3333;
	color: #000000;
	font-weight: bold;
	}	

TD.child {
	background-color:#FFCC00;
	color: #000000;
	font-weight: bold;
	}
	

H1
{
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #444444;
}
H2
{
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #600606;
}

H3
{
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #802D6B;
}
A {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #666666;
	border: 0px none;
}

A:Hover {
	text-decoration: underline;
	color: #600606;
	border: 0px none;
}

A:Link {
	text-decoration: none;
	color: #000000;
	border: 0px none;
}

A:visited {
	text-decoration: none;
	color: #666666;
	border: 0px none;
}


TD.days {
	font-size: 10px;
	color: #000000;
}

.timetable	{background: #FFF; border: 1px solid #bcbec0; color: #000; font-family: inherit; font-size:10px;}
.timetable th {background: #8f0e10; text-align: center; color: #FFF; font-size: 12px;}
.timetable tr {background: #f0f0f0; border-bottom: solid 0px #A0AAAE;}
.timetable td {border-bottom:0px solid #fff;  border-left: 0px solid #A0AAAE; border-right: 0px solid #A0AAAE; border-top: 0px solid #A0AAAE; text-align: center;}
.timetable tfoot td{background: #dbdbdb; border: none;}

.timetable tr.red td{background: #af251b; color: #FFF;}
.timetable tr.blue td{background: #76c5f0; color: #000;}
.timetable tr.yellow td{background: #fff500; color: #000;}
.timetable tr.green td{background: #00923f; color: #FFF;}
.timetable tr.white td{background: #e9e9e9; color: #000;}
.timetable tr.turquoise td{background: #3bb3c3; color: #000;}
.timetable tr.purple td{background: #f09ba0; color: #000;}
.timetable tr.beige td{background: #fbe0d5; color: #000;}
.timetable tr.violet td{background: #6c609e; color: #000;}

.left_info_box {
	padding: 4px;	
}
.left_info_box P
{
	font-size: 11px;
	color: #600606;
	line-height: 13px;
}

.left_info_box_title {
	font-weight: bold;
	color: #e0e0e0;
}

UL
{
	list-style-position: inside;
	list-style-type: square;
}

.left_info_box OL
{
	color: #600606;
	font-size: 10px;
	list-style-type: decimal;
	list-style-position: inherit;
	text-indent: 0pt;
}

/* link image, hover: aplpha filter, invert filter s.o */
.link_image {border: 1px solid #ebebea; padding: 2px; filter:alpha(opacity=100);}
	.link_image:hover {filter:alpha(opacity=50);}
	
@import url(http://maksoft.net/css/table_classes.css);
	/* predefine here*/
/* border table: border, bgcolor, border-style, */

#border_table	{color: #000000; font-family: inherit; font-size:10px; padding: 0px; margin: 5px; width: 100%;}
#border_table caption {background: #b4c6d9;}
#border_table tr 		{background: transparent;}
#border_table td	 	{ padding: 5px; border: 1px solid #000000; color: #000000;}
#border_table td b {color: #000000;}

/* border table: border, bgcolor, border-style, */
.border_table	{background: transparent; border: 1px solid #A0AAAE; color: inherit; font-family: inherit; font-size:10px;}
.border_table th {background: #8f0e10; text-align: center; color: #FFF; font-size: 12px;}
.border_table tr {background: #f0f0f0; border-bottom: solid 0px #A0AAAE;}
.border_table td {border-bottom:1px solid #dfdfdf;  border-left: 0px solid #A0AAAE; border-right: 0px solid #A0AAAE; border-top: 0px solid #A0AAAE; }
.border_table tfoot td{background: #bcbec0; border: none;}