.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.sized {
	text-size:
}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.codebody {
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
	border: 1px solid #BFBFBF;
}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}

.postedby {
	font-size:10px;
	}
	
h3.formtitle {
	margin : 0px 0px 0px 0px;
	padding-bottom: 8px;
	}

.commentbody {
	border-top: 1px solid #ccc;
    font-family: Tahoma;
	font-size:12px;
	padding:10px;
	}
	
/*gray box*/
#currentcomments, #rating, .textad {
	border: 1px solid #ccc;
	padding: 5px;
	padding: 5px;
	margin: 20px 0px 0px 0px;
	-moz-border-radius: 10px;
	width:95%;
	margin-left:20px;
	background-color:#FFFFFF;
}

.submitcomment, #submitcomment{
	width:50%;
	margin-left:250px;
	margin-top:15px;
}

/*FORMS
*------------------------------------*/

.form {
	font-size: 70%;
	border: solid 1px #C6C6C6;
	padding: 2px;
	}

.formtext {
	padding: 5px;
	font-family: Tahoma;
	font-size:12px;
	border: solid 1px #999999;
	width:296px;
	}

.formtext:focus {
background-color:#FFFF99;
	}
	
.form:focus, .formtext:focus {
	border: solid 1px  #FF9900;
	}
	
.submit {
	border: solid 1px #C6C6C6;
	border-right:  solid 1px #9A9A9A;
	border-bottom:  solid 1px #9A9A9A;
	}
	
.submit:hover, .submit:focus {
	background-color: #FF6600;
	cursor:pointer;
	border:solid 1px #666666;
	}
	
.forminput {
	padding: 3px;
	font-family: Tahoma;
	font-size:12px;
	border: solid 1px #999999;
	width:300px;
	margin-bottom:4px;
}
.form:focus, .forminput:focus {
	border: solid 1px  #FF9900;
	}

.forminput:focus{
background-color:#FFFF99;
}

.forminput_sm {
	padding: 3px;
	font-family: Tahoma;
	font-size:10px;
	border: solid 1px #999999;
	width:250px;
	margin-bottom:4px;
}
.form:focus, .forminput_sm:focus {
	border: solid 1px  #FF9900;
	}

.forminput_sm:focus{
background-color:#FFFF99;

}

.comments_outer{
	width: 100%;
	background-color: #1F3157;
	background-image:url(../images/fixed/footer_rep.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.comments_inner {
	margin: 0 auto;
	margin-top: 0px;
	width: 950px;
	position:relative;
	padding-top:40px; 
}

.white {
color:#FFFFFF;
}