body {
	background: #ffffff;
	color: #756d62;
	font-size: 13px;
	font-family: arial;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}
ieFix {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

a,a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active,a:hover {
	color: #221d16;
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
#header .hleft {
	background: url('images/head.bg.gif') repeat-x;
	width: 100%;
	height: 154px;
	text-align: right;
}
#hmenu {
	width: 100%;
	background: url('images/menu.bg.gif') repeat-x;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

a.menu, a.menu:visited {
	color: #c9c8c6;
	display: inline;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'trebuchet ms';
}
a.menu:active,a.menu:hover {
	color: #feffff;
	display: inline;
	text-decoration: none;
	background: #8193a1 url('images/link.left.gif') no-repeat;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'trebuchet ms';
}


#fmenu {
	width: 100%;
	background: url('images/menu.bg.gif') repeat-x;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

#footer {
	width: 100%;
	background: url('images/footer.bg.gif') repeat-x;
}
#footer .copyrights {
	width: 7%;
	font-size: 11px;
	padding: 20px;
	color: #d1eefb;
	font-weight: bold;
}
#footer .adv {
	width: 93%;
	padding: 10px;
	text-align: center;
}

#content {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 35px;
}
#content .left {
	width: 15%;
}
#content .text{ 
	width: 85%;
}
#content .right {
	width: 20%;
}


h1 {
	font-size: 16pt;
	color: #003366;
	margin: 0;
	margin-bottom: 12px;
}

h2 {
	font-size: 14pt;
	color: #003366;
	margin: 0;
	margin-bottom: 12px;
}

#auth {
	display: block;
	padding-left: 25px;
	padding-right: 38px;
}

.leftBlock {
	background: #00abf1 url('images/left.block.bg.gif') repeat-x;
	color: #fefdff;
	border: 1px solid #2fbbf6;
	display: block;
	padding: 15px;
	margin-left: 18px;
	margin-right: 14px;
}
.leftBlockFoot {
	background: url('images/left.block.foot.gif') no-repeat;
	display: block;
	padding: 15px;
	margin-left: 18px;
	margin-right: 14px;
}

.textBlock {
	display: block;
	padding-left: 25px;
	padding-right: 35px;
}

.rightBlock {
	display: block;
	padding-left: 20px;
	padding-right: 30px;
}

h3 {
	font-size: 16pt;
	color: #fefdff;
	margin: 0;
	margin-bottom: 12px;
}

a.reg, a.reg:visited {
	color: #003366;
	font-size: 12px;
	text-decoration: underline;
	line-height: 13px;
}
a.reg:active,a.reg:hover {
	color: #003366;
	font-size: 12px;
	text-decoration: underline;
	line-height: 13px;
}

#logInButt {
	width: 58px;
	height: 24px;
	background: url('images/login.butt.gif') no-repeat;
	padding:0;
	margin: 0;
	border: 0;
	cursor: pointer;
}

#authTable {
	margin-top: 3px;
	width: 100%;
}


#tooltip {
	border-right: 1px solid #666;
	padding-right: 5px;
	border-top: 1px solid #666;
	padding-left: 5px;
	background: #fff;
	visibility: hidden;
	padding-bottom: 3px;
	margin: 0;
	font: 12px tahoma;
	border-left: 1px solid #666;
	color: #222;
	padding-top: 3px;
	border-bottom: 1px solid #666;
	position: absolute;
}

/* tags cloud */
#tagsBox {
	width: 220px;
	text-align: center;
}

  a.word, a.word:visited {
  	margin: 2px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
	color: #177fa4;
  }
  a.word:hover, a.word:active {
	text-decoration: none;
	background: #f4f0d7;
  }

  a.size1 {
  	font-size: 28px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size2 {
  	font-size: 26px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size3 {
  	font-size: 24px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size4 {
  	font-size: 22px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size5 {
  	font-size: 20px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size6 {
  	font-size: 18px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size7 {
  	font-size: 15px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size8 {
  	font-size: 11px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size0 {
  	font-size: 8px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }


#ajaxLoading {
	width:20%;
	height:20%;
	text-align:center;
	z-index:500;
	display:none;
	position: absolute;
	top:45%;
	left:40%;
	background:#eaeaea;
	padding: 30px;
	font-size: 15pt;
}

#busyLayer {
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 1240px; 
	background-color: #000000; 
	filter:alpha(opacity:60);
	KHTMLOpacity:0.6;
	MozOpacity:0.6;
	opacity:0.6;
}



.quote {
	border: 1px #000000 dashed;
	color: #000;
	margin-left: 15px;
	margin-top: 2px;
	padding: 3px;
}
.quotes {
	border: 0;
	background: #ccc;
	color: #666;
	display: block;
	padding: 5px;
}


#forum {
	width: 98%;
	border: 0;
	padding: 0;
	margin: 0;
}
#forum .root {
	background: url('images/forum.main.gif') repeat-x;
	padding: 5px;
	color: #b7c0c5;
	font-weight: bold;
	border: 1px solid #b7c0c5;
}
#forum .inf {
	background: url('images/forum.child.gif') repeat-x;
	padding: 4px;
	color: #000;
	font-size: 11px;
	text-align: center;
	border: 1px solid #b7c0c5;
	border-top: 0;
}

#forum .child {
	background: #eaeaea;
	padding: 5px;
	width: 69%;
	border: 1px solid #b7c0c5;
	text-align: left;
	border-top: 0;
}
#forum .child2 {
	background: #eee;
	padding: 5px;
	width: 30%;
	font-size: 11px;
	text-align: center;
	border: 0;
	border-bottom: 1px solid #b7c0c5;
	border-right: 1px solid #b7c0c5;
}

#forum .child3 {
	background: #eaeaea;
	width: 1%;	
	border-left: 1px solid #b7c0c5;
	border-bottom: 1px solid #b7c0c5;
}

#forum .child4 {
	background: #eaeaea;
	border: 1px solid #b7c0c5;
	text-align: left;
	border-top: 0;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#forum .child5 {
	background: #ddd;
	padding: 5px;
	border: 1px solid #b7c0c5;
	text-align: left;
	border-top: 0;
}


	a.std,a.std:visited {
		font-size: 13px;
		color: #666;
		text-decoration: none;
		border: 1px solid #f4efd9;
		border-bottom: 0;
		padding: 5px;
	}
	a.std:hover,a.std:active {
		font-size: 13px;
		text-decoration: none;
		background: #f4efd9;
		border: 1px solid #f4efd9;
		border-bottom: 0;
		color: #666;
	}

	a.std2,a.std2:visited,a.std2:hover,a.std2:active {
		font-size: 13px;
		padding: 5px;
		text-decoration: none;
		background: #f4efd9;
		border: 1px solid #f4efd9;
		border-bottom: 0;
		color: #666;
	}

a.tagButt,a.tagButt:visited {
	color: #000;
	background: #ccc;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 4px;
	text-decoration: none;
	border: 1px solid #666;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	cursor: pointer;
}
a.tagButt:active,a.tagButt:hover {
	color: #000;
	background: #eaeaea;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 4px;
	text-decoration: none;
	border: 1px solid #666;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	cursor: pointer;
}

a.pagez,a.pagez:visited {
	color: #006699;
	background: #fff;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 4px;
	text-decoration: none;
	border: 1px solid #006699;
	cursor: pointer;
}
a.pagez:active,a.pagez:hover {
	color: #f00;
	background: #fff;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 4px;
	text-decoration: none;
	border: 1px solid #f00;
	cursor: pointer;
}
