@CHARSET "UTF-8";

body {
	font-family: Verdana, sans-serif;
	margin: auto;
	padding-top: 2em;
	width: 950px;
}

#mainmenu img {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	display: inline;
}

#menudescription {
	float: right;
	font-size: 120%;
	font-weight: bold;
	padding: 25px 10px 0px 0px;
	color: #003368;
}

#userInfo {
	text-align: right;
	clear: both;
	padding: 1em 0em 0.5em 0em;
}

/*Стили для формы нового события*/

.formBlock, .eventBlock {
	background-image: url("images/lt_border.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 0;
}

.event form {
	background-image: none;
}

form {
	clear: both;
	margin: 0 0 0 0;
	padding: 1em 1em 1em 1em;
	background-image: url("images/rb_border.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

fieldset {
	border: none;
}

.event {
	clear: both;
	margin: 1em 0em 1em 1em;
	padding: 1em 1em 1em 1em;
	background-image: url("images/rb_border.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

legend {
	font-weight: bold;
}

.navigation {
	text-align: center;
	font-size: 80%;
}

.navigation a {
	text-decoration: none;
}

.navigation a:hover {
	color: #ff0000;
}

/* Стили для события */

.event div {
	margin: 0.2em 0em 0.2em 0em;
	font-size: 90%;
}

.eventTitle {
	font-weight: bold;
}

.eventDescription {
	font-weight: bold;
}

.eventDate {
	font-weight: bold;
}

.eventPeriodicity {
	font-weight: bold;
}

.changeLink input {
}

.removeLink input {
	color: #ff0000;
}

.value {
	font-weight: normal;
}

/* Стили для формы изменения события */

.event p {
	margin: 0.2em 0.2em 0.2em 0.2em;
	padding: 0;
	font-size: 90%;
}

label {
	float: left;
	width: 20%;
}

/* Стили для страницы настроек */

.configFormBlock {
	background-image: url("images/lt_border.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 2em 0em 0em 0em;
}

.configFormBlock label {
	float: none;
}

/* Стили для сообщений об ошибках */

#showEventsErr, #eventsPPErr, #saveEmailErr {
	font-size: 70%;
	color: #ff0000;
}

.error {
	font-size: 90%;
	color: #ff0000;
}

#loginErr {
	clear: both;
	font-size: 90%;
	color: #ff0000;
}

/* Стили для хвостовика */

#footer {
	font-size: 80%;
	text-align: right;
	border-top: solid 1px #c3d3e3;
	margin-top: 2em;
	margin-bottom: 2em;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
}

/* Стили для регистрационной формы */

#newUser {
	background-image: url("images/lt_border.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 80px 0em 0em 0em;
	font-size: 90%;
}

#newUser label {
	width: 30%;
}

/* Стили для главной страницы */

#loginBlock {
	background-image: url("images/lt_border.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 80px 0em 0em 0em;
	font-size: 120%;
}

#mainInfoBlock p {
	margin: 1em 1em 1em 1em;
}

#about {
	clear: both;
	font-size: 90%;
	text-align: justify;
	margin: 0px 0px 0px 10px;
}

#info {
	clear: both;
	font-size: 90%;
	text-align: justify;
	margin: 0px 0px 0px 10px;
}

#mainTextBlock {
	font-size: 90%;
	text-align: justify;
	margin: 30px 0px 0px 10px;
}

#holidayslist {
	list-style: none;
	height: 200px;
	border: 1px solid #d9dde9;
	margin: 10px 20px 10px 40px;
	padding: 0;
	overflow: auto;
}

#holidayslist li {
	border-bottom: 1px solid #d9dde9;
	margin: 4px 40px 2px 20px;
}