/* CSS Document */
html {
	/*overflow:scroll;*/
}
/* TEXT styles */
.simple_text {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:gray;

}
.simply_red {
	color:red;
}

.highlight {
	color:red;
	font-weight:bold;
}

.header {
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#0080C0;
}
.header_regular {
	color:#0080C0; 
	font-weight:bold;
}
/* END text styles*/

.left_menu {
	padding-left:10px;
	text-align:center;
}
.left_menu A{
	display:block;
	margin-bottom:20px;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#0080C0;
	width:95%;
}

.left_menu A.selected{
	color:gray;
}

A {
	text-decoration:none;
}

td {
	vertical-align:top;
}

h1 {
	margin:0px;
}
.right_menu {
	padding-left:0px;
	text-align:center;
}
.right_menu A{
	display:block;
	margin-bottom:20px;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#0080C0;
	width:95%;
}

.right_menu A.selected{
	color:gray;
}

A {
	text-decoration:none;
}

td {
	vertical-align:top;
}

h1 {
	margin:0px;
}
.top_menu IMG {
	border:0px;
}

html, body, #main_table {
/*	height:100%;*/
}
/*
#main_table #first_row TD{
	height: 150px;
}
#main_table #second_row TD{
	height: 60%;
}
#main_table #third_row TD{
}
*/
.toggler {
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#0080C0;
	cursor:pointer;
}
.simple_text {
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:gray;

}
.for_toggling {
	display:none;
}
#footer_cell {
	padding-top:30px;
	font-style:italic;
	color:#0080C0;
}

DIV.admin_feedback_error {
	border:1px solid red;
	font-weight:bold;
	color:red;
	margin:10px;
	padding:10px;	
}

DIV.admin_feedback {
	border:1px solid black;
	font-weight:bold;
	margin:10px;
	padding:10px;
}
.prices_price {
	color:black;
	text-align:right;
}
.prices_per {
	color:black;
}
.prices_table {
	font-size:14px;
}    
.prices_table A:hover{
	color:black;
	text-decoration:underline;
}
.prices_table A:link{
	color:black;
	text-decoration:none;
}
.prices_table A:visited{
	color:black;
	text-decoration:none;
}

table.button{
	width:301px;
	height:45px;
	text-align:center;
	vertical-align:middle;
}
table.button TD{
	width:301px;
	height:45px;
	text-align:center;
	vertical-align:middle;
	background-image:url(/yoga/img/common/button.jpg);
	background-repeat:no-repeat;
}
.odd_row {
	background-color:#DDDDDD;
}

.data_row {
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
}
.classes_right {
	text-align:center;
	font-size:18px;	
}
.timeplan_week_number {
	text-align:center;
	font-size:48px;
	font-weight: bold;
	color: #CCCCCC;
}
.timeplan_week_ahead {
	text-align:center;
}
.link_menu {
	padding-left:0px;
}
.link_menu A{
	display:block;
	margin-bottom:0px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#0080C0;
	width:95%;
}

.link_menu A.selected{
	color:gray;
}

A {
	text-decoration:none;
}
