/* Start of CMSMS style sheet 'chrn :: members pages' */
/*forum styling */

#forum .forum_title { font-weight:bold; }
#forum .forum_link { font-size:.9em; }
#forum a.forum_link { text-decoration:none; }
#forum form textarea { border:1px inset #eee; font-size:0.9em; background-color:#ddd; }

#forum table.forum_pagetable { width:720px; margin:0; padding:0; border:0; background-color: #f5f5f5;}
table.forum_pagetable th,td { padding:1px; border-bottom: 1px dotted #bbbbbb;}
 
 .forum_head_table { background-color:#aaa; color: #ffffff; } 

.forum_head_icon { 
width:22px; 
height: 22px; 
background-image: url('modules/Forum/images/forum.png'); 
background-repeat: no-repeat; 
background-position: 13px 0;
}


.forum_head_name { width:82%; text-align:left; }
.forum_head_count { width:10%; text-align:center; }
.forum_head_subject { width:47%; text-align:left; }
.forum_head_views { width:14%; text-align:center; }
.forum_head_info { width:26%; text-align:center; }
.forum_head_topic { font-weight:bold; }
.forum_head_reply { text-align:right; background-color:#E7EBF4;}
.forum_alternate1 {background-color:#eee;}

.forum_icon { vertical-align:top; }
.forum_name { vertical-align:top; }
.forum_count { text-align:center; vertical-align:top; }
.forum_subject { vertical-align:top; }
.forum_views {text-align:center; vertical-align:top; }
.forum_info { width:21%; font-weight:bold; color:#222; font-size:.8em; text-align:left; vertical-align:top; }
.forum_content { width:66%; vertical-align:top; }
.forum_edit { width:13%; text-align:center; vertical-align:top; }
.forum_bodypost { width:79%; vertical-align:top; }

.forum_pagetable td blockquote { padding:1px 3px; background-color:#ddd; }
#forum a.reply_link { font-size:.8em; text-decoration:none; }
#forum span.reply_link { font-size:.8em; }

#forum img{border:0;}

/*logout form*/
#membersLogout form{
	font-size:0.8em;
	border:0px solid #ccc;
	margin-bottom:0px;
	padding:3px;
        padding-bottom: 0px;
}





/*uploads form */

#chrnUploads input, textarea, file{
border:1px solid #ccc;
}

#chrnUploads textarea{
width:300px;
height:200px;
font-family:arial, helvetica, sans serif;
}

#chrnUploads label{
font-weight:bold;
}


div.chrnDownloadEntry{
border-bottom:1px dotted #000099;
padding-bottom:10px; 
margin-bottom:10px;
}

div.orgListLabel{
font-weight:bold;
width:150px;
float:left;
clear:left;
}

div.orgList{
border: 1px dotted #000099;
background-color:#F1F5FF;
padding:8px;
}


/* news */

#NewsPostDetailDate{font-size:0.8em;}
#NewsPostDetailContent{padding-top:10px;padding-bottom:10px;}
/* End of 'chrn :: members pages' */

