.forumList ul {
    margin:0px;
    padding:0px;
    margin-left:10px;
    margin-right:10px;
}
.forumList li {
    list-style:none;
    padding:0px;
    
}
.forumList li a {
    color:#193D71;
    text-decoration:none;
    display:block;
    padding-top:3px;
    padding-bottom:3px;
    background:url(../images/dot.gif) repeat-x bottom;
}
.forumList li a:hover {
    background:#396cac url(../images/dot.gif) repeat-x bottom;
	color:#fff;
}
fieldset.fields {
    border:none;
}
fieldset.fields label {
    float:left;
    width:150px;
}
fieldset.fields input {
    width:410px;
    background:#4F7EBA none repeat scroll 0 0;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    margin-bottom:10px;    
}
fieldset.fields textarea {
    width:410px;
    background:#4F7EBA none repeat scroll 0 0;
    border:1px solid #FFFFFF;
    color:#FFFFFF;    
    height:100px;
}
fieldset.submit {
    border:none;
}
fieldset.submit input {
    float:right;
    padding:3px;
    color:#fff;
    text-decoration:none;
    background:#54a616;
    border:none;
    cursor:pointer;
}
.topicdescription {
    font-style:italic;
    font-weight:bolder;
    clear:both;
    margin-left:10px;
}
.forumStartDate {
    float:right;
    margin-top:5px;
    margin-right:10px;
}
.forumpost .date {
    float:right;
    margin-right:10px;
}
.forumpost .author {
    float:left;
    margin-left:10px;
}
.forumpost .text {
    clear:both;
    margin-left:10px;
    margin-right:10px;
    border-top:1px solid #fff;
    margin-top:2px;
    padding-top:5px;
}
/*
 * COMMENT
 */

#TopicsReplyText {
    width:610px;
    background:#4f7eba;
    color:#fff;
    border:1px solid #fff;    
}
.ForumCategoryRead h1 span {
    font-size:15px;
}
.ForumCategoryRead #SessionRegistrationCaptcha {
	width: 100px;
}

