.forumMainTable{
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.forumMainCell{
	padding:14px 9px 14px 9px;
}

.forumHeaderCell{
	border:1px solid #0167CC;
	background-color:#FFFFFF;
	height:43px;
	padding-left:8px;
	color:#666666;
}

.forumFooterCell{
	border:1px solid #0167CC;
	background-color:#FFFFFF;
	height:43px;
	padding-left:8px;
	color:#666666;
}

.forumHeading{
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-align:left;
}

.forumBreadCrumb{
	font-size:10px;
	text-align:left;
}

.forumBreadCrumb a{
	text-decoration:none;
	color:#0000FF;
}

.forumBreadCrumb a:visited{
	text-decoration:none;
	color:#0000FF;
}

.forumBreadCrumb a:hover{
	text-decoration:underline;
	color:#0000FF;
}

.forumHeadings{
	background-color:#FFFFFF;
	border:1px solid #0167CC;
	font-weight:bold;
	font-size:11px;
}

.forumHeadings td{
	text-align:center;
	vertical-align:middle;
	padding:3px;
}

.forumGroupName{
	font-size:11px;
	padding:2px 0px 2px 5px;
	font-weight:bold;
	color:#FFFFFF;
}

.forumNamesOdd{
	background-color:#E0E0E0;
	font-size:10px;
}

.forumNamesEven{
	background-color:#F7F7F7;
	font-size:10px;
}

.forumNamesOdd a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.forumNamesOdd a:visited{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.forumNamesOdd a:hover{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#0000FF;
}

.forumNamesEven a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.forumNamesEven a:visited{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.forumNamesEven a:hover{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#0000FF;
}

.forumTopicsOdd{
	background-color:#E0E0E0;
	font-size:11px;
}

.forumTopicsEven{
	background-color:#F7F7F7;
	font-size:11px;
}

.forumTopicsOdd a{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.forumTopicsOdd a:visited{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.forumTopicsOdd a:hover{
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#0000FF;
}

.forumTopicsEven a{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.forumTopicsEven a:visited{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.forumTopicsEven a:hover{
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#0000FF;
}

.forumAddTopic{
	background-color:#FFFFFF;
	border:1px solid #0167CC;
	font-size:12px;
	font-weight:bold;
	padding:10px;
}

.forumAddPost{
	background-color:#FFFFFF;
	border:1px solid #0167CC;
	font-size:12px;
	font-weight:bold;
	padding:10px;
}

.forumPostsOdd{
	background-color:#E0E0E0;
	font-size:11px;
}

.forumPostsEven{
	background-color:#F7F7F7;
	font-size:11px;
}


.forumPostTitle{
	font-size:12px;
	font-weight:bold;
	color:#336600;
	padding:7px 0px 4px 9px;
}

.forumPostContent{
	font-size:11px;
	padding:0px 0px 10px 9px;
}

.forumPostLink {
	padding:5px;
	font-size:11px;
	color:#666666;
}

.forumPostLink a {
	color:#666666;
	font-size:11px;
	text-decoration:none;
}

.forumPostLink a:visited {
	color:#666666;
	font-size:11px;
	text-decoration:none;
}

.forumPostLink a:hover {
	color:#666666;
	font-size:11px;
	text-decoration:underline;
}
.forumEditLinks{
	font-size:10px;
	padding-right:5px;
}

.forumEditLinks a{
	text-decoration:none;
	color:#0000FF;
}

.forumEditLinks a:visited{
	text-decoration:none;
	color:#0000FF;
}

.forumEditLinks a:hover{
	text-decoration:underline;
	color:#0000FF;
}
.forumHeaderImage{
	background-image:url(/modules/forum/images/TopicHeader.gif);
	background-repeat:no-repeat;
	width:39px;
	height:39px;
}
table.forumEditUserProfile th {
        text-align: right;
}
table.forumEditUserProfile input {
        width: 275px;
}
a img {
        border-style: none;
}
.failedMessage, .successMessage {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}
.failedMessage {
	color:#FF0000;
	text-align:center;
	background-color:#FFFFCC;
	border:1px solid #FF6600;
}
.successMessage {
	color:#000000;
	background-color:#DAF0D9;
	border:1px solid #006600;
}








 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
	display: none;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.3); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}