/* Start.crimea.ua Main Style */
/* ---------------  //Begin COMMON ----------------- */
body{
	font-family: "Trebuchet MS",Arial,Geneva CY,Sans-Serif;
	font-size: 75%;
}
form{
	margin: 0;
}
td{
	font-size: 75%;
}
h1{
	margin: 0px;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0px;
}
h2{
	margin: 0px;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
}
h3{
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
}
h4{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
}
h5{
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
}
hr{
	margin-top: 2px;
	margin-bottom: 2px;
	color: #C4C4C4;
	height: 2px;
}
.error{
	color: #FF0000;
	text-align: left;
}
.date{
	color: #808080;
}
.time{
	color: #808080;
}
.note{
	border: 1px dotted #808080;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFE0;
}
.date_s {
	margin-bottom: 2px;
	margin-top: 2px;
	color: #808080;
	font-size: 20px;
}
.time_s {
	margin-bottom: 2px;
	margin-top: 2px;
	color: #808080;
	font-size: 26px;
}
a:link,a:visited{
	color: #336699;
	text-decoration: underline;
}
a:hover,a:active{
	color: #CC0000;
	text-decoration: none;
}
a.cat:link,a.cat:visited{
	padding: 0 20px 0 0;
	border-left: 5px solid;
	padding-left: 5px;
	font-size: 150%;
	text-decoration: underline;
}
a.cat:hover,a.cat:active{
	color: #CC0000;
	font-size: 150%;
	text-decoration: none;
}
a.subcat:link,a.subcat:visited{
	padding-left: 5px;
	margin-left: 5px;
	color: #808080;
	font-size: 100%;
	text-decoration: underline;
}
a.subcat:hover,a.subcat:active{
	color: #CC0000;
	font-size: 100%;
	text-decoration: none;
}
a.link_black:link,a.link_black:visited{
	color: #000000;
	text-decoration: underline;
}
a.link_black:hover,a.link_black:active{
	color: #000000;
	text-decoration: none;
}
a.link_white:link,a.link_white:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
a.link_white:hover,a.link_white:active{
	color: #FFFFFF;
	text-decoration: none;
}
a.link_gray:link,a.link_gray:visited{
	color: #808080;
	text-decoration: underline;
}
a.link_gray:hover,a.link_gray:active{
	color: #808080;
	text-decoration: none;
}
a.link_ex:link,a.link_ex:visited{
	border-bottom: 1px dashed #000000;
	color: #000000;
	text-decoration: none;
}
a.link_ex:hover,a.link_ex:active{
	border-bottom: 1px dashed #000000;
	color: #000000;
	text-decoration: none;
}
/* ---------------  //End COMMON ----------------- */
/* ------------------ //Begin LoginForm ------------ */
#login-form			{
	width: 95%;
	display: none;
	font-size: 100%;
	position: absolute;
	top: 30px;
	z-index: 66;
}
td.loginForm		{
	border: 1px solid #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	font-size: 70%;
}
#login-form	form table				{
	border: 15px solid #FFFFFF;
}
td.loginForm td		{
	font-size: 70%;
}
td.loginForm div	{
	margin-bottom: 0.5em;
}
td.loginForm a		{
	color: #666666;
}
/* ------------------ //End LoginForm ------------ */
/* -------------- //Begin MainMENU --------------------*/
.AllServices {
	margin: 0 0 .5em 0;
	padding: .1em .5em;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
.AllServices ul {
	margin: 0 0 .5em 0;
	padding: .1em .5em;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
.AllServices li {
	float: left;
	padding: 0 1em .4em 0;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
.AllServices a, .AllServices a:visited {
	color: #000000;
}
.AllServices li.current {
	font-weight: bold;
}
.AllServices li a img {
	width: 16px;
	padding-right: 2px;
	border-top-width: 0pt;
	border-bottom-width: 0pt;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 0pt;
	border-left-width: 0pt;
	border-right-style: none;
	border-left-style: none;
	margin-right: 2px;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	background-color: #FFFFFF;
	vertical-align: middle;
	height: 16px;
	white-space: nowrap;
}
/* -------------- //End MainMENU --------------------*/
/* -------------- //Begin FOOTER --------------------*/
.footer_text{
	color: #666666;
	font-size: 11px;
}
.footer_text_small{
	color: #666666;
	font-size: 9px;
}
a.footer_link:link,a.footer_link:visited{
	font-size: 11px;
	text-decoration: underline;
}
a.footer_link:hover,a.footer_link:active{
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
}
a.footer_link_small:link,a.footer_link_small:visited{
	font-size: 9px;
	text-decoration: underline;
}
a.footer_link_small:hover,a.footer_link_small:active{
	color: #CC0000;
	font-size: 9px;
	text-decoration: none;
}
/* -------------- //End FOOTER --------------------*/
