* { margin: 0; padding: 0; }

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: verdana;
	font-size: 12px;
}
#main {
	width: 100%;
	height: 100%;
}
#clear {
	height: 0px;
	clear: both;
	font-size: 0px;
}
div.menu {
	padding: 0px 0px 20px 20px;
	text-align: left;
}
div.menu:hover {
	padding: 0px 0px 20px 20px;
	background: url(../design/menu/menu_1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.menu_active {
	padding: 0px 0px 20px 20px;
	background: url(../design/menu/menu_1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.submenu {
	clear: both;
	padding: 10px 0px 0px 10px;
	text-align: left;
}
div.team {
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	color: #200040
}
div.text {
	padding: 10px 10px;
	width: 720px;
}
table.table {
	width: 100%;
}
table.calendar {
	margin: 5px;
	width: 740px;
	height: 330px;
	background-color: #BECCD7;
	border: #95B3DE 1px solid;
}
td.contacts_text {
	font-size: 11px;
	width: 250px;
	color: #A0845D;
}
td.contacts_title {
	padding: 0px 4px;
	font-size: 11px;
	width: 120px;
	height: 20px;
	color: #A0845D;
}
td.day {
	width: 105px;
	height: 51px;
	font-size: 10px;
	color: #333333;
	text-align: right;
	background: #fff;
}
td.day_current {
	width: 105px;
	height: 51px;
	font-size: 10px;
	color: #333333;
	text-align: right;
	background: #fff;
	border: #000 1px solid;
}
td.day_empty {
	width: 105px;
	height: 51px;
	font-size: 10px;
	text-align: right;
	background: #BECCD7;
}
td.bcalendar {

}
td.tcalendar {
	padding: 2px;
	width: 105px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	background: #BECCD7;
	color: #333333;
	text-align: center;
}
td.tcalendar_middle {
	width: 105px;
	height: 12px;
	font-size: 12px;
	font-weight: bold;
	background: #BECCD7;
	color: #333333;
	text-align: center;
}
td.wday {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: #95B3DE;
	text-align: center;
}
input.contacts {
	width: 100px;
	font-size: 11px;
	border: #A0845D 1px solid;
}
input.contacts_submit {
	margin-bottom: 2px;
	margin-left: 36px;
	padding-bottom: 2px;
	width: 50px;
	height: 20px;
	font-size: 11px;
	border: 0px;
	background: none;
	color: #A0845D;
	background: url('/design/contacts/submit.jpg');
}
textarea.contacts {
	width: 250px;
	height: 53px;
	border: #A0845D 1px solid;
    resize: none;
}
img.arrowLeft {
	margin-right: 10px;
	border: 0px;
}
img.arrowRight {
	margin-left: 10px;
	border: 0px;
}
img.block {
	vertical-align: middle;
}
img.link {
	border: 0px;
}
img.menu2 {
	margin-right: 10px;
}
img.block_link{
	vertical-align: middle;
	border: 0px;
}
p.msg {
	margin-left: 200px;
}
ul {
	list-style-position: inside;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.menu1 {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu1:hover {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
a.submenu1 {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
a.submenu1:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
a.calendar_1 {
	color: #009900;
	text-decoration: none;
}
a.calendar_1:hover {
	color: #009900;
	text-decoration: none;
}
a.calendar_2 {
	color: #ff0000;
	text-decoration: none;
}
a.calendar_2:hover {
	color: #ff0000;
	text-decoration: none;
}
a.calendar_3 {
	color: #cc00cc;
	text-decoration: none;
}
a.calendar_3:hover {
	color: #cc00cc;
	text-decoration: none;
}
a.calendar_4 {
	color: #0000ff;
	text-decoration: none;
}
a.calendar_4:hover {
	color: #0000ff;
	text-decoration: none;
}
a.calendar_5 {
	color: #000000;
	text-decoration: none;
}
a.calendar_5:hover {
	color: #000000;
	text-decoration: none;
}
