body {
	background: #fff;
	font-family: tahoma;
	font-size: 13px;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}



#mainMenu {
	width: 100%;
	text-align: right;
}

#content {
	width: 1000px;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 1;
}
#content .cl {
	width: 350px;
	text-align: left;
}
#content .cr {
	width: 650px;
	text-align: left;
}




a.menu2, a.menu2:visited {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
}
a.menu2:hover, a.menu2:active {
	color: #f00;
	text-decoration: underline;
	font-size: 13px;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #ba0001;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font-family: georgia;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #7b7b7b;
	padding: 0;
	margin: 0;
}

.blocks {
	padding: 15px;
	background: #eaeaea;
	margin-bottom: 15px;
}

a,a:visited {
	color: #177fa4;
	text-decoration: underline;
}
a:hover,a:active {
	color: #bd0100;
	text-decoration: underline;
}

a.auth,a.auth:visited {
	color: #177fa4;
	text-decoration: none;
	border-bottom: 1px dashed #177fa4;
	padding-bottom: -2px;
}
a.auth:hover,a.auth:active {
	color: #bd0100;
	text-decoration: none;
	border-bottom: 1px dashed #bd0100;
	padding-bottom: -2px;
}

.textField {
	border: 1px solid #1681a5;
	font-size: 14pt;
	padding: 4px;
	padding-top: 5px;
	color: #7a7a7a;
	margin-bottom: 5px;
	margin-right: 7px;
}
.loginButt {
	background: url('images/login.butt.gif') no-repeat;
	width: 24px;
	height: 24px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin-top: -5px;
}
#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 #eaeaea;
		border-bottom: 0;
		padding: 5px;
	}
	a.std:hover,a.std:active {
		font-size: 13px;
		text-decoration: none;
		background: #666;
		border: 1px solid #666;
		border-bottom: 0;
		color: #fff;
	}

	a.std2,a.std2:visited,a.std2:hover,a.std2:active {
		font-size: 13px;
		padding: 5px;
		text-decoration: none;
		background: #666;
		border: 1px solid #666;
		border-bottom: 0;
		color: #fff;
	}

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;
}