@charset "utf-8";
/* CSS Document */

#forums
{
	border-bottom: dashed 1px #888888
}
#forums table
{
	width:100%;
}
#forums a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0066CC;
	font-size:18px;
}
#forums a:visited
{
	color:#006699
}
#forums a:hover
{
	color:#ccc;
}
#forums th
{
	color:#777777;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#forums td
{
	border-top:dashed 2px #333333;
	padding-bottom: 6px;
}
#forums .other
{	
	width: 14%;
	text-align:center;
}

#navigator /* forum navigator */
{
	padding:2px;
	font-size:78%;
	color:#555555;
	font-family:"Courier New", Courier, monospace;
	border-bottom:dashed 1px #666666
}
#navigator a,#navigator a:visited
{
	font-size:16px;
	color:#0000FF;
	font-family:Arial, Helvetica, sans-serif;
}
#navigator a:hover
{
	color:#FF0000;
}
#navigator .current
{
	color:#666666;
}
#topMenu
{
	text-align:right;
}
#topMenu a, #topMenu a:visited
{
	color:#003399;	
	border: solid 2px #003399;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	margin: 3px;
}
#EditDiv
{
	border:double 3px #333333;
	background:#666666
}
.urgent
{
	color:#FF0000;
}
.post
{
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0;
	border: solid 1px #666666;
}
.post .body
{
	padding: 5px;
}
.post .title
{
	background:#333;
	position:relative;
	color:#999999;
	padding:3px;
}
.post .header
{
	padding:3px;
	position:relative;
	background:#151515;
	color:#777;
}
.post .footer
{
	color:#777;
	background:#131313;
	margin-top:10px;
	padding:3px;
	border-top:solid 1px #1c1c1c;
}
.pager
{
	text-align:center;
	background:#242424;
	color:#999999;
}
.pager .current
{
	font-family: arial;
	margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
	background: #333333;
}
.pager a, .pager a:visited
{
	padding-left: 5px;
	padding-right: 5px;
}
.commands
{
	border:double 3px #ccc;
	padding:2px;
}
.commands a, .commands a:visited
{
	margin-right: 15px;
	padding-left: 19px;
	background: url(../../images/gear.gif);
	background-repeat:no-repeat;
	background-position:left;
}
