/* ~~~ ©2004 Rm; implementation by Vady ~~~
	vady[at]i.com.ua

	{var}
	cross-browser = false;
	static-values = true;
	unique-colors = true;
	media = screen;
*/

/* ~~~ [includes] ~~~ */
@import url("menu.css");


/* ~~~ [regular classes/selectors definitions] ~~~ */
BODY, PRE, TD, LI, UL, OL, DL, P, FORM, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
BODY {
	padding: 0;
	margin: 0;
	font-size: 100.01%; /* [Play nice with EMs in Opera 6 and IE Win.] */
	background-color: #EEEEEE;
}
IMG {
	border-color:#666666;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
/*	border-bottom: 1px solid #6A778E;*/
	margin: 6px 12px 2px;
	padding: 1px 33px;
	height: 22px;
	background: url(../images/h1-a.gif) no-repeat left top;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #6A778E;
	margin: 6px 12px 2px;
	padding: 1px 28px;
/*	background: url(../images/h2-a.gif) no-repeat left top;*/
	width: 100%;
	display: table;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 12px 0px 2px;
	text-align: center;
	height: 15px;
	background: url(../images/h3.gif) no-repeat center top;
	letter-spacing: -0.1ex;
/*	letter-spacing: 0.01ex; word-spacing: 2ex;*/
}

/* ~~~ [pseudo classes] ~~~ */
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #666666;
	text-decoration: none;
}

/* ~~~ [colors] ~~~ */
.color1 {
	background-color: #459832;
}
.color2 {
	background-color: #FF9900;
}

/* ~~~ [table layout] ~~~ */
td.header {
	height: 70px;
	background: url(../images/topbg-b.jpg) repeat-x left;
	white-space: nowrap;
}
td.leftpart {
	width: 150px;
	background: #EEEEEE url(../images/menu-bg3.jpg) repeat-y left top;
/*/*/
	border-color: #333333;
	border-style: solid;
	border-width: 0px 1px;
/*buzz*/
}
td.rightpart {
	width: 150px;
	background-color: #EEEEEE;
/*/*/
	border-color: #333333;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
/*buzz*/
}
td.content {
	width: auto; /*100%*/
	background-color: white;
/*/*/
	border-color: #333333;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
/*buzz*/
}

/* ~~~ [text feat] ~~~ */
#gradline {
	width: 100%;
	background: url(../images/sub-bg.gif) repeat-x top;
	white-space: nowrap;
	border-color: #484848 #333333 #2C2C2C;
	border-style: solid;
	height: 20px !important;
	border-width: 0px !important;
}
#gradline .gll {
	background: url(../images/line-l.gif) no-repeat left top;
}
#gradline .glr {
	background: url(../images/line-r.gif) no-repeat right top;
}
td.content p {
	margin: 0px;
	padding: 6px 12px;
}
td.rightpart p {
	margin: 0px;
	padding: 6px;
}
p.path {
	margin: 0px;
	padding: 4px 10px;
}
p.path, p.path a, td.rightpart p, td.rightpart p a {
	font-size: 10px;
}
p.copyright {
	text-align: center;
	margin-top: 20px !important;
}
td.rightpart p a {
	text-decoration: none;
}
td.rightpart p a:hover {
	text-decoration: underline;
}

/* ~~~ [forms] ~~~ */
.fields {
	width: 266px;
	font-size: 11px;
	height: 16px;
	color: #666666;
	background-color: #F8F8F8;
	vertical-align: middle;
/*/*/
	border: 1px solid #D4D0C8;
	padding: 0 10px;
/*buzz*/
}
.txtarea {
	font-size: 11px;
	width: 266px;
	height: 80px;
	color: #666666;
	background-color: #F8F8F8;
	vertical-align: middle;
/*/*/
	border: 1px solid #D4D0C8;
/*buzz*/
}
.buttons {
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	color: #ffffff;
	background-color: #FF9900;
	vertical-align: middle;
	text-transform: uppercase;
/*/*/
	padding: 1px 5px;
	border-color: #cecece #928A81 #928A81 #cecece;
	border-style: solid;
	border-width: 1px;
/*buzz*/
}
.errormsg {
	color: #ff0000;
	font-weight: bold;
}

td.content li {
	padding-right: 12px;
}

