/* ********************************** forum's stylesheet ****************************************/

div.forum h1, div.forum h2, div.forum h3, div.forum h4, div.forum h5, div.forum h6{
	color: #8CACBB;
}

div.forum .groupTitle{
	text-align: center;
	/*width: 100%;*/
}

div.forum .forumTitle{
	text-align: center;
	/*width: 100%;*/
}

div.forum a.groupMenu{
	
}

div.forum .ac_label{
	text-align: right;
	font-weight: bold;
	padding: 2px;
	width: 55px;
}

div.forum .message{
	margin: 10px;
}

div.forum table.post{
	width: 99%;
	margin-top:2px;
}

div.forum table.post td.label{
	width: 50px;
}

div.forum table.post td.button{
	width: 150px;
	padding: 0 5px 0 0;
	text-align: right;
}

div.forum table.post td.button input{
	padding: 0px;
	width: 150px;
}

div.forum div.readContent{
	margin: 0 50px 0 60px;
}

div.forum .titleValue{
	width: 100%;	
}

div.forum .contentValue{
	width: 100%;
	height: 200px;
}

div.forum table.forumBottom{
	width: 100%;
}

div.forum table.forumBottom td{
	width: 33%;
}

div.forum table.forumHeader{
	width: 99%;
}

div.forum table.forumHeader td{
	padding: 1px 0px;
	vertical-align: middle;
}

div.forum table.forumHeader .naviguate{
	text-align: right;
/*width: 25%;*/
}

div.forum table.forumHeader .search{
	text-align: center;
	/*width: 50%;*/
}

div.forum div#show_tree{
	height: 200px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: auto;
}

div.forum div#show_tree table{
	width:100%; 
}



/* would be great to use this for a better display but IE goes mad with this 

div.forum div#show_tree tbody{
	height: 200px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}
*/
div.forum div#show_tree input{
	margin:0px;
	padding:0px;
	height: 15px;
}

div.forum img{
	margin: 0px;
	padding: 0px;
}

div.forum form{
	margin: 0px;
	padding: 0px;
}

div.forum div#show_tree table{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.forum div#show_tree th{
	font-weight: bold;
	text-align: center;
	background-color: #DDDDDD;
}

div.forum div#show_tree td{
	text-align: center;
	/*border: dashed black 1px;*/	
}

div.forum div#show_tree tr:hover{
	text-align: center;
	background-color: #EEEEEE;
	/*border: dashed black 1px;*/	
}

div.forum div#show_tree td.title{
	text-align: left;
	white-space: nowrap;
	min-width: 30%;
		
}

div.forum div#show_tree tr.selected td{
	font-weight: bold;	
}

div.forum div#show_tree td.selected{
	font-weight: bold;	
}

div.forum div#show_tree td.title div.icon{
	width: 16px;
	height: 16px;
	margin-top: 2px;
	float: left;
}

div.forum div#show_tree td.title div.new_message{
	background: url(/.AC/images/forum/new_message.gif) center 2px no-repeat;
}

div.forum div#show_tree td.title div.new_response{
	background: url(/.AC/images/forum/new_response.gif) center 2px no-repeat;
}

div.forum div#show_tree td.title a.icon div.new_message{
	background: url(/.AC/images/forum/new_message.gif) right 5px no-repeat;
}

div.forum div#show_tree td.title a.icon div.new_response{
	background: url(/.AC/images/forum/new_response.gif) right 5px no-repeat;
}

div.forum div#show_tree td.title div.dir{
	background: url(/.AC/images/forum/dir.gif) no-repeat;	
}

div.forum div#show_tree td.title div.opendir{
	background: url(/.AC/images/forum/dir_open.gif) no-repeat;
}

div.forum div#show_tree td.title div.nextChild{
	background: url(/.AC/images/forum/trait_d.gif) no-repeat;	
}

div.forum div#show_tree td.title div.lastChild{
	background: url(/.AC/images/forum/trait_e.gif) no-repeat;	
}

div.forum div#show_tree td.title div.vertical{
	background: url(/.AC/images/forum/trait_c.gif) no-repeat;	
}

div.forum div#show_tree td.title div.search{
	background: url(/.AC/images/forum/filefind.gif) no-repeat;	
}

/*div.forum div#show_tree td input{
	background: url(/.AC/images/forum/filefind.gif) no-repeat;	
}*/

div.forum table.tree_options{
	width: 100%;
}

div.forum table.tree_options td.mark_as_read{
	/*padding-left: 15px;*/
}


div.forum table.tree_options td.mark_as_read a {
	white-space:nowrap;
	text-decoration: none;
	color:#8CACBB;
}

div.forum table.tree_options td.mark_as_read a:hover {
	color:#333366;
	text-decoration:none;
	color: #333366;
}

div.forum table.tree_options td.delete_button{
	text-align: right;
	padding-right: 15px;
}

td.configForum{
	border-top:solid black 1px;
}

div.forumCommands a {
	padding:0px 2px;
	margin:0px 2px;
	white-space:nowrap;
	text-decoration: none;
	background-color: #DEE7EF;
	color:#8CACBB;
	border:solid 1px #8CACBB;
	/*font-weight: bold;*/
}

div.forumCommands a:hover {
	color:#333366;
	text-decoration:none;
	background-color: #B3D5D5;
	color: #333366;
}

div.forum a.no_browse{
	visibility: hidden;
}

div.forum a.pack{
	margin-right: 15px;
}

div.forum a.rss_link, div.forum a.rss_link:hover{
	margin:0 10px 0 0;
	padding: 0;
	border-width: 0;
	background-color: transparent;
}

div.forum a.rss_link img{
	border: 0px;
	vertical-align: -3px;
}

div.forum img.popup{
	border: 0px;
	vertical-align: -3px;
}

div.forum .ac_captcha{
	text-align: center;
}

