 /* STILI: Contenitore di base controlli Forum e Faq*/
 
.FF_Container 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	MARGIN-TOP: 1px;
	MARGIN-LEFT: 8px;
	MARGIN-RIGHT: 8px;
}

.FF_Page_Title 
{ 
	background:#E0E0E0 url('/di/c/ci/Forum/Icons/back_modulo.gif') repeat;
	height: 25px;
	padding-left: 5px;
	padding-top: 2px;	
	color: #2F3662;
	font-weight: bold;
	text-transform: uppercase;
	font-size:13px;
}

.FF_Page_Description
{                       
  font-size:12px;
  margin-bottom:10px;
}

/* STILI: Categorie ed Oggetti*/

.FF_Cat_Table 
{
	width: 100%;
	table-layout:fixed;
	border-collapse:collapse;
	font-size:11px;	
	border:none;
}

.FF_Cat_Name_Text 
{ 	
	color: #2F3662;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;
}

.FF_Cat_Row_Odd 
{
	background-color: white;
	height: 50px;  	
}

.FF_Cat_Row_Even {
	background-color: #F9F9F9;
	height: 50px;    
	  
}

.FF_Cat_Col_Ico
{
	text-align: center;
	vertical-align:middle;
	
	padding:5px;
	width:50px;
	

	
}

.FF_Cat_Col_Name
{
	text-align: left;
	vertical-align:top;
	padding:5px;
}

.FF_Cat_Col_Info
{
	text-align: left;
	vertical-align:top;
	padding:5px; 	

}

/* STILI: FAQ */

.FF_Question_Container	   
{
	margin-bottom:25px;
}

.FF_Answer_Container
{
	
}

.FF_New_Container	
{
	text-align:right;
}

.FF_New_Button
{
	text-align:right;
	font-size: 10px;
	color: #2F3662;
	font-weight: bold; 	
}

.FF_Modify_Container	
{
	text-align:right;
	height:20px;
	margin-bottom:2px;
}

.FF_Modify_Button
{
	font-size: 10px;
	color: #2F3662;
	background:#E0E0E0 url('/di/c/ci/Forum/Icons/edit.gif') no-repeat;
	background-position: 6 3;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight: bold;
	border:1px solid black; 
cursor: hand;	
}


.FF_Question_Link
{
	background-image:  url(/di/c/ci/Forum/Icons/ico_list.gif) ;
	background-repeat:no-repeat;
	background-position: 4px 4px;

	padding-left:18px;
	font-size: 12px;
	height:20px;
	
	text-decoration:underline;
	cursor:hand;
	display:block;
}

.FF_Question_Text
{
	background:#E0E0E0 url('/di/c/ci/Forum/Icons/back_modulo.gif') repeat;
	font-weight: bold;
	font-size: 12px;
	height:20px;
	vertical-align:middle;
	
	padding-left:3px;
	padding-top:3px;

	color: #2F3662;
	display:block;
	
}

.FF_Answer_Text
{
	font-size: 12px;
	
	padding-left:3px;
	padding-top:3px;

}

/* STILI: THREAD */

.FF_Thread_New_Container
{
		text-align:right;
}

.FF_Thread_New_Button
{
		text-align:right;
	font-size: 10px;
	color: #2F3662;
	font-weight: bold; 
}

.FF_Thread_Table
{	
	width: 550px;
	font-size: 10px;
	margin-top: 16px;
	table-layout:fixed;
	border-collapse:collapse;
	border:none;
}

.FF_Thread_Header
{
		background-color: #E0E0E0;
	font-size: 12px;
	color: #2F3662;
	font-weight: bold;
	height: 25px;
}

.FF_Thread_Row_Odd
{
		background-color: white;
	height: 33px;
}

.FF_Thread_Row_Even
{
		background-color: #F9F9F9;
	height: 33px;
}

.FF_Thread_Col_Ico
{
	cursor:hand;
	width:20px;
}

.FF_Thread_Col_Name
{
	background-color: #E0E0E0;
	font-size: 12;
	font-weight: bold;
	color: #2F3662;
	padding: 2px;
	cursor: hand; 
}

.FF_Thread_Col_View
{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
	
	width:40px;
}

.FF_Thread_Col_Reply
{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
	width:60px;
}

.FF_Thread_Col_LastPost
{
	width: 130px;
	text-align: right;
}

.FF_Thread_Col_Author
{
	font-size: 11;
	text-align: right;
	width: 90px;
}

/* STILI: Posts */

.FF_Post_New_Container
{
	text-align:right;
	margin-bottom:10px;
}

.FF_Post_New_Button  
{
	text-align:right;
	font-size: 10px;
	color: #2F3662;
	font-weight: bold; 
	cursor:hand;
	margin-left:5px;
}

.FF_Post_Button_Container	
{
	text-align:right;
	margin-bottom:5px;

}

.FF_Post_Edit_Button  
{
	text-align:right;
	font-size: 10px;
	color: #2F3662;
	font-weight: bold; 
	cursor:hand;
	margin-left:5px;
}

.FF_Post_Reply_Button	 
{
		text-align:right;
	font-size: 10px;
	color: #2F3662;
	font-weight: bold; 
	cursor:hand;
	margin-left:5px;
}

.FF_Post_Container	 
{
		margin-bottom:15px;
}

.FF_Post_Name	
{
	background-color: #E0E0E0;
	font-size: 12;
	font-weight: bold;
	color: #2F3662;
	padding: 2px;	
}

.FF_Post_UserAndDate 
{
	font-size: 11;
	text-align: right;
	margin-top:2px;
	margin-bottom:5px;
}

.FF_Post_Name_Tree	
{
	background-color: #E0E0E0;
	font-size: 12;
	font-weight: bold;
	color: #2F3662;
	padding: 2px;
	cursor:hand;
	width:100%;
	
}

.FF_Post_UserAndDate_Tree	
{
	font-size: 10;
	font-style:italic;	
	padding: 2px;
}

.FF_Post_Text	  
{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.FF_Post_Pager_Container 
{
	font-size: 11;
}

.FF_Post_Pager_Item 
{
	margin-right:2px;
}

.FF_Post_Pager_Item_Selected  
{
	background-color:Red;
}

/* STILI: Posts */

.FF_Details_Question
{
	font-size: 12px;
	color: #2F3662;
	font-weight: bold;
}

.FF_Details_Question_Box
{
	width: 100%;
	border: 1px solid #E0E0E0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	scrollbar-base-color: #E0E0E0;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-darkshadow-color : #E0E0E0;
	scrollbar-highlight-color : #E0E0E0;
	scrollbar-track-color : #E0E0E0;
}

.FF_Details_Answer
{
	font-size: 12px;
	color: #2F3662;
	font-weight: bold;
}



/* ########### Editor ###########*/

.separator {
	width: 1px;
	background-color: #757575;
	margin-bottom: 5px;
	margin-right: 4px;
	height: 21px;
}


.FF_Details_Editor_Toolbar
{
	background-color: #E0E0E0;
	padding-top: 2px;
}

IMG.FF_Detail_ToolBar_Button 
{ 
	behavior:url(/apps/ForumFAQ/Ui/User/UserControls/js/ie_hover_active.htc); 
}

.FF_Detail_ToolBar_Button { 
	border-right: #E0E0E0 1px solid; 
	border-top: #E0E0E0 1px solid; 
	border-left: #E0E0E0 1px solid; 
	border-bottom: #E0E0E0 1px solid;
	text-align: center; 
}

.FF_Detail_ToolBar_Button.hover, img.FF_Detail_ToolBar_Button:hover {
	border-right: #757575 1px solid; 
	border-top: #ECECEC 1px solid; 
	border-left: #ECECEC 1px solid; 
	border-bottom: #757575 1px solid;
	cursor: hand;
	cursor: pointer;
}

.FF_Detail_ToolBar_Button.active, img.FF_Detail_ToolBar_Button:active {
	border-right: #ECECEC 1px solid; 
	border-top: #757575 1px solid; 
	border-left: #757575 1px solid; 
	border-bottom: #ECECEC 1px solid;
	cursor: hand;
	cursor: pointer;
}

.FF_Detail_Editor {
	width: 100%;
	height:300px;
}
	
	
.FF_Details_Button_Container
{
	margin-top: 15px;
	text-align: right;
}

.FF_Details_Button
{							 
	color: #2F3662;
	background-image: url(/di/c/ci/Forum/Icons/ico_submit.gif);
	background-repeat:no-repeat;
	background-color:#E0E0E0;
	
	background-position: 3 4;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight: bold;
	border:1px solid black;
	text-decoration: none; 
}




