/* @override 
	http://localhost:8000/static/css/base.css
	http://kpao.ru/static/css/base.css
*/

h1, h2, h3, ul.menu li.menu-item-container .menu-item, .date {
	font-family: Georgia;
	font-style: italic;
}

h1 {
	font-size: 200%;
	line-height: 1.3em;
}

h2 {
	font-size: 250%;

}

h3 {
	font-size: 150%;
}

li {
	line-height: 1.3;
	margin-top: .5em;
}

ul.menu {
	list-style: none;
	margin-left: 0;
	margin-top: 1em;
}

ul.menu li .menu-item {
	font-size: 130%;
}

ul.menu li.menu-item-container li.active {
}

a {
	color: #003373;
}

ul.menu li.menu-item-container {
	padding: 1em .6em 1em 1.5em;
	margin-bottom: .8em;
	margin-left: -1.5em;
	margin-top: 0;
}

ul.menu li.profess, ul.menu li.events {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

ul.menu li.profess {
	background-color: #f1f1f1;
	width: 750px;
}

ul.menu li.events {
	border: 1px solid #dadada;
	width: 510px;
}

#profess-menu {
	float: right;
	background-color: #f1f1f1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-right: -.6em;
	margin-top: -.6em;
}

#events-menu {
	float: right;
	border: 1px solid #dadada;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-right: -.68em;
	margin-top: -1.1em;
}

#events-menu .header {
	background-color: white;
	height: 3.8em;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	margin-left: -1px;
	text-align: center;
}

form.calendar_selector {
	padding-top: .6em;
}

.calendar {
	border-top: 3px solid black;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../img/bg-calendar.png) repeat-x;
}

.calendar2 {
	background: url(../img/bg-calendar.png) repeat-x;	
	border-top: 3px solid black;
}

ul.calendar_featured {
	margin-bottom: 2em;
	list-style: none;
}

ul.list {
	margin-left: 0em;
}

ul.list li {
	list-style: none;
	margin-left: 1.7em;
	text-indent: -1.4em;
}

ul.list li:before {
	/*content: "\2014   ";*/
	float: left;
	width: 1.7em;
}

#footer {
	border-top: 3px solid black;
	margin-top: 3em;
	padding-top: 1.5em;
	margin-bottom: 4em;
}

#footer .logo_2 {
	float: right;
}

p.phone {
	font-family: Georgia;
	font-style: italic;
}

p.phone .digits {
	font-size: 200%;
}

a.link-mail {
	font: italic 120% Georgia;
	background: url(../img/ico-mail.png) no-repeat right top;
	padding-top: 6px;
	padding-right: 14px;
}

/*calendar*/

table.month {
	border: 1px solid #dadada;
	border-left-width: 0;
	border-top-width: 0;
	table-layout: fixed;
}

table.month td, table.month th {
	text-align: right;
	vertical-align: top;
	padding: 0 .5em .8em .4em;
}

table.month td {
	border: 1px solid #dadada;
	border-right-width: 0;
	border-bottom-width: 0;
	vertical-align: bottom;
}

table.month td.filled {
	font-weight: bold;
	cursor: pointer;
	background-color: #ee2e24; /* red  */
	color: white;
}

/*table.month td.filled a.event {
	display: block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	background-color: red;
	border: 0;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
	margin-top: .8em;
	margin-bottom: -.5em;
}*/

table.month th.month {
	display: none;
}

td.filled div.event {
	display: none;
}

button.search {
	border: 0;
	padding: 0;
	background-color: white;
	position: relative;
	top: 10px;
	margin: 0;
}

input#search {
	height: 22px;
	border: 2px solid #dadada;
	width: 200px;
}

#header {
	margin-top: 4em;
	margin-bottom: 2em;
}

#header .box-search {
	padding-top: 2em;
}

#header .box-inpsycho {
	padding-top: 1.5em;
}

.box-profess {
	padding: 1.5em .5em 2em .5em;
}

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	/*padding-left: 64px;*/
	text-shadow: #ca271e 0 1px 0;
}

.tooltip .meat {
	background-color: #ee2e24; /* red  */
	cursor: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 2em;
	color: white;
	width: 240px;
	text-align: left;
	font-weight: normal;
}

.tooltip .meat a {
	color: white;
}

ul.errorlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.errorlist li {
	display: inline;
	color: red;
}

dt, dd {
	margin: 4px 0;
}

dt {
	width: 20%;
	float: left;
	clear: left;
	text-align: right;
	margin-top: 9px;
}

dd {
	width: 70%;
	float: left;
	margin-left: 16px;
}

input#date {width:80px;}
input#time {
	width: 40px;
}

.quiet {
	font-size: 80%;
}

.plate {
	border: 1px solid #dadada;
	padding: 1em;
	padding-bottom: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

img.img_left { float: left; margin-right: 10px; margin-bottom: 20px; }
img.img_right { float: right; margin-left: 10px; margin-bottom: 20px; }

/*      pager       */

ol.pages {
	text-align: center;
}

ol.pages li {
	display: inline;
	text-align: center;
	line-height: 2em;
	font-size: .9em;
}

ol.pages li a {
	width: 24px;
	height: 24px;
	text-decoration: none;
	background: url(../img/badge_GRY.gif) no-repeat center center;
	display: inline-block;
	color: black;
}

ol.pages li.active a {
	background-image: url(../img/badge_BLK.gif);
	color: white;
}

.pager a.prev {
	float: left;
	padding-left: 17px;
	background: url(../img/bullet_arrow_prev.gif) no-repeat left 6px;
}

.pager a.next {
	float: right;
	padding-right: 17px;
	background: url(../img/bullet_arrow.gif) no-repeat right 6px;
}



