/* общие настройки */
body,table,td,div,span,hr,h1,h2,h3,h4,form,p,button,select,input,textarea
{
	margin: 0;
	padding: 0;
}

table td
{
	vertical-align: top;
}

img
{
	border:none;
}

div
{
	clear:none;
	float:left;
}

body
{
	background:white;
	font:12px Helvetica, Tahoma, Arial;
	width:100%;
	height:100%;
}

/* Шапка */
#header
{
	clear:both;
	width:100%;
	height:100px;
	background: #ffff00;
}

#logo
{
	width: 100px;
	height: 50px;
}

#title
{
	margin-left:10px;
	text-align: center;
}

#auth
{
	margin-left:10px;
	width:300px;
	float:right;
}

#auth_login
{
	padding:0 0 5px 0;
}

#auth_pwd
{
	padding:0 0 5px 0;
}

#txt_login
{
	width:70px;
}

#txt_pwd
{
	width:70px;
}

#txt_reg
{
	padding:0 0 0 10px;
}

#auth_submit
{
	clear:both;
}

#auth_btn
{
	width:50px;
	height:20px;
	background: url('/images/enter.jpg') no-repeat;
	cursor: pointer;
	border: none;
}

/* Конец шапки */


#main
{
	width:100%;
	clear:both;
}

#center
{
	height:100%;
	width:100%;
	background: #ff00ff;
}

#left
{
	width: 150px;
}

#content
{
	text-align: center;
}

#right
{
	width: 250px;
}

#calendar
{
	clear:both;
	margin-top:20px;
	border-color:#000;
	border-width: 1px;
	border-style: solid;
}

#calendar tr td
{
	text-align: center;
}

.week
{
	width:30px;
	font-size:14px;
	font-weight: bold;
}

.week1
{
	width:30px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color:#cc0000;
}

.day a
{
	color:#000000;
	text-decoration: none;
}

.day1 a
{
	color:#cc0000;
	text-decoration: none;
}

.day_now
{
	border-color:#ff0000;
	border-width: 2px;
	border-style: solid;
}

.cal_header
{
	font-size:14px;
	font-weight:bold;
	border-bottom-color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding:5px 0 5px 0;
}

.cal_dark
{
	background: #dddddd;
}

.cal_foot
{
	border-top-color:#000;
	border-top-width: 1px;
	border-top-style: solid;
	padding:5px 0 5px 0;
}

#footer
{
	width:100%;
	height:50px;
	background: #00ffff;
	text-align: center;
}
