@IMPORT url("../admin/style/calendar-blue.css");

body {
	margin: 0px;
	color:000000;
	font-family: Verdana, Arial;
	font-size:11px;
}

p {color:#3C3C3C; font-family: Verdana, Arial;}
td {color:#3C3C3C; font-family: Verdana, Arial;font-size:11px;}

h1{
	padding: 4px;
	padding-top: 8px;
	font-size: 10pt;
	font-family: Verdana, Arial;
	text-align: left;
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #3C3C3C;
	border-bottom: 2px dotted #3C3C3C;
}

a:link, a:visited, a:active {
	font-size:11px;
	font-family: Verdana, Arial;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-size:11px;
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #666666;
}

a.subsubtop:hover {
	text-decoration: underline !important;
}

a:link.menu, a:visited.menu, a:active.menu {
	color: white;
	text-decoration: none;
	font-size:12px;
	font-family:Verdana,Arial;
	text-transform: lowercase;
}
a:hover.menu {
	text-decoration: none;
	color: red;
	font-size:12px;
	font-family:Verdana,Arial;
	text-transform: lowercase;
}
img {border:0px;}


input
{
	border: 1px solid black;
	height: 20px;
	font-size : 12px;
	vertical-align: middle;
	padding-left: 5px;
}
textarea { border: 1px outset; border-color:black}

.ajax_window {
	/* устанавливаем верхний левый угол слоя посередине окна */
	position: absolute;
	visibility: hidden;
	left: 200px;
	top: 100px;
	width: 300px;
	/* остальное рюшечки */
	z-index: 1;
	text-align: center;
	border: 1px solid #2D4C9B;
	vertical-align: middle;
	background-color: #F0F0F0;
}

.ajax_window_header {
	background-color: #F0F0F0;
	cursor: move;
}

.ajax_window_data {
	border-top: 1px solid #2D4C9B;
}

form {
	margin: 0;
}

div.px1, span.px1 {
	background-color: #339A99;
	visibility: hidden;
	position: absolute;
}

div.px1 table tr td, span.px1 table tr td {
	background-color: white;
}

.mn {
	position: absolute;
	visibility: hidden;
}

table.tpx1 {
	border-collapse: collapse;
	border-width: 0px;
}
table.tpx1 tr td {
	border: 1px solid #B5CDE5;
	padding: 2px;
}

.pool {
	border: 1px solid gray;
	margin-left: 7px;
	margin-bottom: 7px;
	position: relative;
	z-index: 20;
	background-color: white;	
}

.content {
	position: relative;
	z-index: 1;
}

/* IE 6 hacks*/
* html .pool {
	float: right;
}

* html .content {
	float: left;
}

* html .pool_foot {
	clear: both;
}


/* IE 7 hacks */

*+html .pool {
	float: right;
}

*+html .content {
	float: left;
}

*+html .pool_foot {
	clear: both;
}