@charset "utf-8";
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background-color:#88a6cc; font-size:15px; 
font-weight:bold;}
table { border-collapse: collapse; }
td { padding: 0; }
a img { border: 0; }

.menu
{
	width: 159px;
	background-image: url(images/menu_back.png);
	border-right: 1px solid #007AA3;
	vertical-align: top;
	background-color: #EFECD0;
	background-repeat: no-repeat;

	font-weight: bold;
	font-size: 8pt;
}

.main_table
{
	margin:auto;
	margin-top:5px;
	border:solid 1px #000000;
	background-image:url(images/body_background.jpg);
	background-position:0px 150px;
}

.menu_inside
{
	padding-left: 20px;
	height: 350px;
}

.neck
{
	border-bottom: 1px solid #007AA3;
}

.knee
{
	background-color: #EAC4CA;
	border-top: 1px solid #007AA3;
	border-bottom: 1px solid #007AA3;
	height: 8px;
}

/* Calendar */

.CalendarTable { width: 100%; }
.CalendarTable td
{
	width:50px;
	height:50px;
}

.CalendarWeekTitle
{
	background-color:#88a6cc;
	font-weight:bold;
}

.CalendarWeekTitle td
{
	border:solid 1px #000000;
	text-align:center;
}

.CalendarDay { vertical-align: top; border:solid 1px #000000;}

/* Contacts */

.contacts td { padding: 3px; font-size:10px; }
.contacts .even { background-color: #DDD; }

.home_menu_cell
{
	background-image:url(images/home_menu_cell_2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:32px;
}


.menu_table
{
	width:600px;
	border-bottom:1px solid #000000;
}

.menu_item
{
	background-color:#88a6cc;
}

.menu_item td
{
	border-right:solid 1px #6783aa;
	text-align:center;
}

.menu_item a
{
	text-decoration:none;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.menu_item a:hover
{
	color:#ffffff;
}

.sub_head_back
{
	/*background-image:url(images/flower_head.jpg);*/
	background-repeat:no-repeat;
	background-position: -200px top;
	height:110px;
	padding-top: 20px;
	width: 600px;
}

.body_background
{
	/*background-image:url(images/body_background.jpg);
	height:600px;*/
	padding:10px;
}

.footer
{
	width:100%;
	background-color:#88a6cc;
	height:35px;
}

.footer td
{
	font-size:10px;
}

/*admin css*/

.box
{
	background-color:#f6e9f3;
	margin-bottom:20px;
}

.box_body
{
	padding:2px;
}

.box_title
{
	font-size:16px;
	font-weight:bold;
	padding:2px;
	background-color:#84aaf9;
}

.editor_cell
{
	padding:2px;
	font-size:13px;
}

.even td
{
	font-size:13px;
	padding:2px;
}

.odd td
{
	font-size:13px;
	padding:2px;
}
