/*COMMENTS
*------------------------------------*/

.postedby {
        padding: 0 0 0 18px;
        
        }
        
h3.formtitle {
		color:#49a5fb;
        margin : 0px 0px 0px 0px;
        border-bottom: none;
        padding-bottom: 8px;
		
        }

.commentbody {
        border-top: 1px solid white;
		padding:5px 30px;
		/*font-size:11px;*/
        }
.shade{background-color:#f0f6ff;}
.light{background-color:white;}        

.submitcomment, #submitcomment, #currentcomments, #rating, .textad {
        background-color: #d5d5d5;
        
        margin: 20px 0px 10px 0px;
		
        }
.submitcomment2, #submitcomment2{background-color:white;border-top:1px solid #49a5fb;margin-top:0;}

.topform{color:#49a5fb;margin:10px;padding-top:10px;}
.topform a:link,.topform a:visited, .topform a:hover{color:#49a5fb;}


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

.form {
        background-color: #FAFAFA;
        border: solid 1px #C6C6C6;
        padding: 2px;
        }

.formtext {
        background-color: #FAFAFA;
        border: solid 1px #C6C6C6;
        padding: 2px;
        border-bottom: 1px dotted #ccc
        }

.form:hover, .formtext:hover {
        background: white;
        }
        
.form:focus, .formtext:focus {
        background: white;
        border: solid 1px #696491;
        }
        
.submit {
        background-color: #49a5fb;
        border: solid 1px #C6C6C6;
        border-right:  solid 1px #9A9A9A;
        border-bottom:  solid 1px #9A9A9A;
		color:white;
        }
        
.submit:hover, .submit:focus {
        background: #49a5fb;
        }
       


.commentNotes{font-size:11px;}







.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 {
        background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
        background-color: #FFFFFF;
    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;
}
