/* system */
#page404 {
	min-height: 250px;
}
#fck {
	padding: 0 10px;
	background-color: white;
}

.sizeBB	{font-size: 14px}
.sizeB	{font-size: 13px}
.sizeD	{font-size: 12px}
.sizeS	{font-size: 11px}
.sizeSS	{font-size: 10px}

.colorG {color: gray}
.colorS {color: silver}
.colorW {color: white}
.colorB {color: black}
.colorDG {color: rgb(102, 102, 102)}

/* site color */
.brdTop_1 {border-top: 1px solid rgb(121, 179, 43)}
.brdTop_2 {border-top: 1px solid rgb(0, 149, 179)}
.brdTop_3 {border-top: 1px solid rgb(225, 167, 0)}
.brdTop_4 {border-top: 1px solid rgb(225, 57, 0)}
.brdTop_5 {border-top: 1px solid rgb(235, 119, 0)}
.brdTop_6 {border-top: 1px solid rgb(140, 100, 195)}
.brdTop_7 {border-top: 1px solid rgb(235, 18, 174)}
.brdTop_8 {border-top: 1px solid rgb(179, 132, 0)}
.brdTop_9 {border-top: 1px solid rgb(0, 109, 179)}

.bgColor_1 {background-color: rgb(155, 211, 41)}
.bgColor_2 {background-color: rgb(8, 171, 201)}
.bgColor_3 {background-color: rgb(241, 190, 28)}
.bgColor_4 {background-color: rgb(241, 83, 1)}
.bgColor_5 {background-color: rgb(255, 143, 31)}
.bgColor_6 {background-color: rgb(144, 104, 226)}
.bgColor_7 {background-color: rgb(255, 38, 194)}
.bgColor_8 {background-color: rgb(199, 152, 0)}
.bgColor_9 {background-color: rgb(0, 129, 199)}

/* main */
body {
	margin: 10px 0;
	background-color: rgb(102, 102, 102);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#mainbody {
	width: 970px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 100%;
	background-color: white;
}

/* top */
#top {
	float: left;
	width: 100%;
	height: 100px;
	background-image: url('/img/bg/zebra_bg.gif');
	background-repeat: repeat-x;
}
#topLeft {
	float: left;
	width: 17px;
	background-image: url('/img/corner/body_tl.gif');
	background-repeat: no-repeat;
}
#topCenter {
	float: left;
	width: 936px;
}
#topRight {
	float: right;
	width: 17px;
	background-image: url('/img/corner/body_tr.gif');
	background-repeat: no-repeat;
}
#topName {
	float: left;
	margin: 18px 5px;
	width: 360px;
	text-align: center;
}
#topName span {
	font-weight: bold;
	font-size: 16px;
	color: gray;
	padding-right: 5px;
}
#topNameLink {
	font: bold 40px Garamond;
	color: rgb(102, 204, 51);
	text-decoration: none;
}
#topIcons {
	float: right;
	padding: 14px;
}

/* line */
#line {
	float: left;
	height: 136px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 100px 90px;
}
/* lineMenu */
#lineMenu {
	float: left;
	height: 136px;
	padding-left: 3px;
	min-width: 300px;
	background-color: white;
}
#menuTR {
	height: 43px;
}
.menuTD_last {
	width: 17px;
}
.menuTD_side {
	width: 18px;
	background-repeat: no-repeat;
}
.menuTD_center {
	height: 43px;
	background-repeat: repeat-x;
	background-color: gray;
	color: black;
}
#menuTR_sub {
	height: 19px;
	background-repeat: repeat-x;
}

#lineVolan {
	float: left;
	position: relative;
	top: -70px;
	background-image: url('/img/bg/volan_bg.png');
	background-repeat: no-repeat;
	background-position: 0 155px;
}
#lineRight {
	float: right;
	height: 136px;
	padding-right: 30px;
	font-size: 20px;
	color: gray;
}
#lineRight div {
	padding-top: 5px;
	font-size: 15px;
}

#footInfo {
	float: left;
	width: 100%;
}
#footInfoL {
	float: left;
	width: 45%;
	padding-left: 20px;
}
#footInfoR {
	float: right;
	width: 45%;
	padding-right: 20px;
	text-align: right;
}

/* foot */
#foot {
	float: left;
	width: 100%;
}
#footLeft {
	float: left;
	width: 17px;
	background-image: url('/img/corner/body_bl.gif');
	background-repeat: no-repeat;
}
#footRight {
	float: right;
	width: 17px;
	background-image: url('/img/corner/body_br.gif');
	background-repeat: no-repeat;
}

#end {
	float: left;
	width: 100%;
	height: 10px;
	background-color: rgb(102, 102, 102);
}

#doc {
	float: left;
	width: 100%;
}
#docInfo {
	float: left;
	width: 690px;
	padding: 0 5px 10px 15px;
	text-align: justify;
}
#docInfoPath {
	float: left;
	width: 650px;
	padding: 0 20px 10px;
}
.docInfoB {
 	float: left;
 	width: 100%;
	background-color: rgb(242, 243, 237);
}
.docInfoBLeft {
	float: left;
	width: 20px;
}
.docInfoBRight {
	float: right;
	width: 20px;
}
#docInfoBody {
 	float: left;
 	width: 650px;
 	padding: 0 20px;
 	min-height: 400px;
	background-color: rgb(242, 243, 237);
}
#docCol{
	float: right;
	position: relative;
	top: -38px;
	width: 240px;
	padding: 0 15px 0 5px;
}

/* column */
.docColBlock {
	width: 240px;
}
.docColBlockDiv {
	float: left;
	height: 21px;
}
.docColBlockDivL {
	float: left;
	width: 23px;
}
.docColBlockDivC {
	float: left;
	width: 194px;
}
.docColBlockDivCT {
	height: 100%;
	background-image: url('/img/submenu/sm_topline.png');
	background-repeat: repeat-x;
}
.docColBlockDivCTbg {
	height: 14px;
	border-top: 7px solid rgb(230, 230, 218);
}
.docColBlockDivCB {
	height: 13px;
	border-bottom: 8px solid rgb(230, 230, 218);
}
.docColBlockDivR {
	float: right;
	width: 23px;
}
.docColBlockBg {
	float: left;
	background-repeat: repeat-x;
	height: 100%;
}
.docColBlockBody {
	padding: 5px 10px;
	min-height: 50px;
	background-repeat: repeat-x;
	border-left: 8px solid rgb(230, 230, 218);
	border-right: 8px solid rgb(230, 230, 218);
}

/* shop */
#shopList {
	font-size: 14px;
}

/* bottom line menu */
#bottomLineMenuTbl {
	position: relative;
	left: 17px;
}
.bottomLineMenuTd {
	background-image: url('/img/menu/m03.gif');
	font-weight: bold
}
#bottomLineMenuCourts {
	padding: 10px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

/* submenu */
.subMenuDiv {
	padding: 3px 0;
	font-size: 13px;
}
.subMenuDiv2 {
	font-size: 12px;
	margin: 2px 0;
}

/* news column */
#newsColumn .newsColumnDiv {
	margin-bottom: 5px;
}
.newsLink {
	margin: 5px 0 15px 0;
	text-align: center;
}
.newsList {
	margin-bottom: 5px;
}

/* banner */
#docBann {
	float: right;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	clear: both;
}

/* siteMap */
#siteMap {
	margin: 0 0 20px 20px;
}
.siteMapTop {
	margin: 10px 0 2px 0;
	font-weight: bold;
}
.siteMapSub {
	margin-left: 20px;
}

/* title */
.titleBlock {
	width: 650px;
}
.titleHeadLeft {
	float: left;
	width: 320px;
}
.titleHeadRight {
	float: right;
	width: 320px;
}
.titleHeadSide {
	float: left;
	width: 18px;
	height: 30px;
}
.titleHeadName {
	float: left;
	width: 280px;
	height: 22px;
	padding: 8px 0 0 4px;
	font-weight: bold;
}
.titleBody {
	width: 294px;
	padding: 5px 10px;
	text-align: left;
	background-color: white;
}
.titleBodyLeft {
	float: left;
}
.titleBodyRight {
	float: right;
}

/* links */
a {
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}

a:link		{color: black;}
a:visited	{color: black;}
a:hover		{color: black;}
a:active	{color: black;}

a.colorG:link		{color: gray;}
a.colorG:visited	{color: gray;}
a.colorG:hover		{color: gray;}
a.colorG:active		{color: gray;}

a.colorDG:link		{color: rgb(102, 102, 102);}
a.colorDG:visited	{color: rgb(102, 102, 102);}
a.colorDG:hover		{color: rgb(102, 102, 102);}
a.colorDG:active	{color: rgb(102, 102, 102);}

a.colorSG:link		{color: rgb(39, 39, 39);}
a.colorSG:visited	{color: rgb(39, 39, 39);}
a.colorSG:hover		{color: rgb(39, 39, 39);}
a.colorSG:active	{color: rgb(39, 39, 39);}

a.colorW:link		{color: white;}
a.colorW:visited	{color: white;}
a.colorW:hover		{color: white;}
a.colorW:active		{color: white;}

a.none:link		{text-decoration: none;}
a.none:visited	{text-decoration: none;}
a.none:hover	{text-decoration: underline;}
a.none:active	{text-decoration: underline;}

/* text */
p {
	margin: 8px 0;
}
h1 {
	margin: 0 0 15px 0;
	font: bold 18px Arial;
	color: rgb(102, 102, 102);
	text-align: left;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: black;
}
h3 {
	font-size: 12px;
}
h3.news {
	font-size: 11px;
}

img.v_align {
	vertical-align: -1px ;
}

/* info */
.error		{color: red}
.success	{color: green}

/* forms */
input.form, select.form, textarea.form {
	width: 99%;
	padding: 1px;
}
input.submit {
	padding: 1px 3px;
	font-size: 11px;
}
fieldset.form {
	padding: 5px 0;
	border: 1px solid #eaeaea;
	background-color: rgb(250, 250, 250);
}

/* forum */
.f_head  {
	background-color: rgb(182, 183, 177);
	color: black;
}
.f_body  {
	text-align: left;
	background-color: rgb(230, 231, 225);
}
.f_num {
	text-align: center;
}

#f_user {
	margin: 0 5px 3px 0;
	text-align: right;
}
#f_exit {
	padding-left: 20px;
}
#f_tree {
	margin-bottom: 10px;
	text-align: left;
}
#f_tree img {
	vertical-align: -3px;
}
#f_part {
	margin-bottom: 5px;
	font-size: 14px;
	color: gray;
}
#f_part strong {
	color: black;
}
#f_tema {
	margin: 0 0 5px 20px;
	max-width: 560px;
	text-align: left;
	font-size: 14px;
	color: gray;
}
#f_tema strong {
	color: black;
}
#f_citat {
	margin: 0 0 5px 35px;
	max-width: 580px;
	text-align: left;
	font-size: 12px;
	color: gray;
}
#f_citat span {
	color: black;
	font-style: oblique;
}
#f_tblmess {
	margin-top: 10px;
}
#f_count {
	margin: 10px 0;
	text-align: right;
}
.f_link {
	margin: 5px 0;
	text-align: right;
}
.f_link span {
	padding: 1px 4px;
	font-weight: bold;
	background-color: rgb(204, 204, 204);
}
.f_link a.page {
	padding: 0 3px;
	border: 1px solid silver;
}
#f_sublink {
	margin: 10px 10px 0 0;
	text-align: right;
	color: gray;
}
#f_auth {
	margin: 30px 0 10px 0;
	text-align: center;
}
#f_fadd {
	margin: 20px 0 10px 0;
}

/* gbook */
.gb_link {
	text-align: right;
}
.gb_link span {
	padding: 1px 4px;
	font-weight: bold;
	background-color: rgb(204, 204, 204);
}
.gb_link a.page {
	padding: 0 3px;
	border: 1px solid silver;
}