@CHARSET "UTF-8";
/* Basic CSS Document */
body {
	background-image: url(../images/black_bg.gif);
	font-weight: normal;
	margin:0;
}

a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #ab0303;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	font-family: Tahoma, Arial;
	color: #5B727B;
	text-decoration: underline;
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

td {
	font-family: Tahoma;
	font-size: 12px;
	color: #5B727B;
}

.login {
	font-size: 11px;
}

.login input {
	font-size: 11px;
	border: 1px solid #ab0303;
}


#showcomment {
	
	scrollbar-3dlight-color: #f03737;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color:  #cccccc;
	scrollbar-darkshadow-color: #ac0303;
	scrollbar-face-color: #ac0303;
	scrollbar-highlight-color: #ac0303;
	scrollbar-shadow-color: #ac0303;
	word-spacing: 0px;
	
	height:300px;
	overflow:auto;
	z-index:0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* End Basic CSS Document */
/*======================================================================================*/
/* Left form CSS Document */

.leftcontent {
	font-size: 11px;
}

.left_column {
	padding: 5px;
}

.commentbg {
	display:block;
	background:url(../images/bookmark_bg.gif) 0 0 no-repeat;
	width:150px;
	height:22px;
	padding:0 0 0 24px;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	color:#7F0F0F;
	background-color:inherit;
	text-decoration:none;
	cursor: hand;
	margin:0 22px 0 0;
}
/* End Left CSS Document */
/*======================================================================================*/
/* Center form CSS Document */

.catwrap {
	width: 100%;
	height: 100px;
	background: url("../images/line_2.gif") repeat-x;
	background-position: bottom;
	border: 0px #000 solid;
	
}

.catimg {	
	padding-right: 5px;			
	float: left;
	width: 80px;
	height: 80px;
}

.catmenu {
	height: 65px;
	margin-left: 10px;
	color: #ab0303;	
}

.catcontent {
	color: #5B727B;
}

.catview {	
	color: red;
}


/* End Center CSS Document */
/*======================================================================================*/
/* Foot form CSS Document */

.footLastupdate {
	font-size: 11px;
	color: white;
	text-align:center;
	padding: 5px;
}

.footLink {
	font-size: 11px;
	color: white;	
	text-align:center;
	padding: 0px;
}

.footLink a {	
	font-size: 11px;
}

.footLink a:link, .footLink a:active, .footLink a:visited {
	color: white;
	text-decoration: none;
}

.footLink a:hover {
	text-decoration: underline;
}

/* End Foot CSS Document */
/*======================================================================================*/
/* Member form CSS Document */
.member {
	font-family: Tahoma;
	font-size: 14px;
}

.member td {
	font-size: 14px;
	padding: 2px 2px;
}

.member input {
	border: 1px solid #ab0303;
	font-size: 14px;
}

.member select {
	border: 1px solid #ab0303;
	font-size: 12px;
}

.member textarea {
	border: 1px solid #ab0303;
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
}
.member input.imgbutton {
	border: none;
}
.member input.button {
	font-size: 12px;
}




/* End Member form CSS Document */
/*======================================================================================*/
/* Color CSS Document */
.blue {
	color: #1E3E77;
}
.green {
	color: #517901;
}
.px11 {
	font-size: 11px;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #FFAE00;
}
.black {
	color: #000000;
}
.red {
	color: #7F0F0F;
}
.greed {
	color: #495D68;
}

.greentable {
	border: 1px solid #406618;
}
.whitetable {
	border: 1px solid #FFFFFF;
}
.dashedgraytable {
	border: 1px dashed #E0E0E0;
}
.graytable {
	border: 1px solid #999999;
}
.blacktable {
	border: 1px solid #E0E0E0;
}
.redtable {
	border: 1px solid #ab0303;
}

a.bred {
	color: white;
}



/* End Color CSS */
/*======================================================================================*/
/* Validate Form CSS */
* html .threepxfix {
	margin-left: 3px;
}

#validatemsg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(../images/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
}

#msgcontent {
	display:block;
	background:#eee;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
/* End Validate Form CSS */
/*======================================================================================*/
