﻿.pp
{
	font-size: 11px;

	}
}a:link
{
    color: #527E38;
}
a:visited
{
    color: #527E38;
}
a:hover
{
    text-decoration: none;
    color: #527E38;
}
a:active
{
	text-decoration: none;
	color: #527E38;
}

.thread {
	padding-top: 5px;
	width: 180px;
	color: #808080;
	font-size: 11px;
}
.thread h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 3px 1px 3px 1px;
	display: block;
		color:#006600;
}
.newscrumbs 
{
    font-weight: bold;
    padding-right: 2px;
		font-size: 13px;
}


.msgbodybottom {
	background: #006600 url('images/forum/comment_author_bottom.gif') no-repeat 0
100%;
	color: #FFFFFF;
		max-width: 260px;
	width: 260px;

}
.msgbodytop {
	background: #006600 url('images/forum/comment_author_top.gif') no-repeat;
	color: #FFFFFF;
		max-width: 260px;
	width: 260px;

}

.forumrow {
	background: #ECEADB;
	font-size: 14px;

}
.sectionrow td {
	border-bottom: solid 1px #feed9e;
	padding-top: 10px;
	font-size: 110%;

}
.forumrow .forumleftcell {
	border-left: solid 1px #feed9e;

}
/* the cells where edit\reply\quote are */
.threadcontrols {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;

}
.topicdesc {
	margin: 2px 2px 6px 2px;
}
.msgbody {
	max-width: 560px;
	width: 560px;
	overflow: auto;
	padding: 10px;
	border: solid 1px #DDDDDD;
	margin-top: 5px;
	background-color: #FFFFFF ;
 
		font-size: 13px;

}
.threadlistitem {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma;

}
.threadlistitemcenter {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma;
	text-align: center;
	font-weight: bold;
}


.threadlistlink {
	font-size: 105%;
	font-weight: bold;

}
.stickygrid caption {
	color: Teal;
	padding: 4px;
	font-weight: bold;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #808080;
	text-align: left;
	margin-bottom: 2px;
}
.forumuser h3 {
	font-weight: bold;
	font-size: 12px;
}
/* the rest is just to try to make Firefox and IE look similar 

	color: #666666;
	
	*/
.normalgrid, .stickygrid {
	/*border-width: 1px 1px 1px 1px;*/
	border-spacing: 0px; /*border-style:  solid solid solid solid;
	border-color: white gray gray white;*/;
	border-collapse: collapse;
}
.normalgrid th, .stickygrid th {
	/*border-width: 1px 1px 1px 1px;*/
	padding: 2px 2px 2px 3px;
/*border-style: solid solid solid solid;
	border-color: white white white white;*/	-moz-border-radius: 0px 0px 0px 0px;
}
.normalgrid td, .stickygrid td {
	/*border-width: 1px 1px 1px 1px;*/
	padding: 2px 2px 2px 3px;
/*border-style: solid solid solid solid;
	border-color: white white white white;*/	-moz-border-radius: 0px 0px 0px 0px;
}
.quote {
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
	padding: 1px 1px 1px 10px;
	margin: 3px;
}

#ForumsCrumb {
	font-size: small;
}
