div#community
{
	background-color: #fafafa;
}

div#community table.post
{
	width: 700px;
}

div#community table.post td.left
{
	text-align: right;
	padding-right: 5px;
	width: 100px;		
}

div#community table.post td.right
{
	width: 600px;
}

div#community table.post textarea, input.text
{
	border: solid 1px #d8d8d8;
	width: 600px;
}

div#community table.post textarea
{
	height: 100px;
}

div#community a.link
{
	font-size: 11px;
}

div#community table.blog
{
	width: 100%;
	margin: 10px 0 10px 0; 
	color: #666666;
}

div#community table.blog td
{
	font-size: 11px;
}

div#community .community_icon
{
	width: 61px;
	height: 62px;
	background: url(images/community_icon.gif) no-repeat;
}

.community_button
{
	width: 86px;
	height: 19px;
	background: url(images/community_button.gif) no-repeat bottom;
	border: none;
	cursor: pointer;
	font-size: 9px;
	font-family: Tahoma;
}

div#community_note
{
	font-size: 11px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}

div.special_text
{
	margin: 10px 0 10px 0;
	color: #565656;
	font-weight: bold;
}

div.accentcolor
{
	width: 300px;
}

div#community2
{
    font-family:Sans-Serif;
    font-size:11px;
	text-align: left;
}
div#community2 .comment
{
	padding-bottom: 3px;	
    border-bottom:dotted 2px #994A00;
}

div#community2 strong
{		
	background: Transparent url(../../images/dots.png) no-repeat fixed left top;
	padding-left:16px;
	padding-top:2px;	
    font-size:15px;
    font-weight:bold;
    color:#994A00;
}
div#community2 a
{
    color:#994A00;    
}
div#community2 li
{
	margin-left: 16px;	
	list-style-position:outside;	
	list-style-image: url(../../images/commLT.png);
}
div#community2 .title
{
	font-size: 11px;	
	font-weight:bold;	
}
div#community2 .submittedBy
{
	font-size: 9px;
	margin:4px 0 4px 0;
}
div#community2 .ctext
{
	font-size: 9px;
}
div#community2 .uName
{
	font-size: 10px;	
	font-weight:bold;	
	text-decoration:underline;
}

