/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* header */
.forum-header {
	background: #F7F7F7 url(images/sgreen/bg_logo.gif) top left repeat-x;
	padding: 0;
}
.forumline .row-header {
	font-weight:bold;
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	border-width: 1px 1px 0px 1px;
	padding: 1px;
	text-align: left;
	vertical-align: top;
	height: 20px;

}
.forumline .row-header span {
	padding-left: 6px;
	color: #ffffff;
	display: block;
	padding-top: 2px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
}

.forumline td { 
font-family: Tahoma;
}

.row1 {
	background-color: #F8F8F8;
	border: solid 1px #D6D6D6;
    border-width: 1px 1px 1px 1px;
	margin-left: 7px;
	text-align: left;
	font-family: Tahoma;
	font-size: 14px;
	padding: 6px; 
	
}

.row2 {
	background-color: #F8F8F8;
	border: solid 1px #D6D6D6;
    border-width: 1px 1px 1px 1px;
	margin-left: 7px;
	text-align: right;
	font-family: Tahoma;
	font-size: 14px;
	
}
.row3 {
	background-color: #F8F8F8;
	border: solid 1px #D6D6D6;
    border-width: 1px 1px 1px 1px;
	text-align: center;
	font-family: Tahoma;
	font-size: 14px;
	
}
