﻿.forumUserPic
{
    width:100%;
}
.forumListTable
{
    width:98%;
    border:solid 1px #336699;
}

.forumListTableRowNormalColor
{
    color:#336699;
    background-color:White;
    border-bottom:solid 1px #336699;
    
}
.forumListTableRowAltColor
{
    color:White;
    background-color:#336699;
}
.modalPopup {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:#336699;
	padding:3px;
	width:800px;
}
.modalBackground {
	/*background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;*/
}
