/* CSS Document */

input, textarea, .stylebutton,select
{
	background-color: #F5F5F5;
	border:1px solid #666666;
}
input, textarea,select { padding:1px;  }
input:hover {  }
.stylebutton { padding:2px; }
.stylebutton a { font-size:12px ; }



.divpopup {
	position:absolute;
	display:none;
	width:200px;
	height:250px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:4px;
	margin-top:5px;
}


.calcontrol_select
{
	width:90px;
}
.calcontrol_combobox
{
	width:90px;
}
.calcontrol_combobox_year
{
	width:60px;
}
.calcontrol_combobox_month
{
	width:60px;
}
.calcontrol_combobox_project
{
	width:160px;
}


.tree_listitem,.tree_listitem_main
{
	border:1px solid #A9A9A9;
	background-color:#ECECEC;
	margin:1px;
	padding:2px;
	
}
.tree_listitem_main
{
	width:200px;
}
.tree_listitem_main .tree_listitem, .tree_listitem .tree_listitem
{
	margin-left:18px;
	margin-right:0px;
	border:none;
	padding:0px;
}
.tree_item
{
	margin:0px;
	margin-bottom:2px;
	padding:0px;
	background-color:#DAEEDA;
	border:1px solid #A9CAA9;
}
#tree_item_active
{
	font-weight:bold;
}
.tree_handle
{
	float:left;
	background-color:#EEDADA;
	border:1px solid #CAA9A9;
	width:16px;
	height:16px;
	text-align:center;
	margin-right:2px;
}
.tree_handle:hover, .tree_item:hover
{
	cursor:pointer;
	
}

.tree_loading
{
	background-color:#FF3333;
	color:#FFFFFF;
}




.filelist_dirname
{
	font-size:14px; font-weight:bold;
	background-color:#EAEAEA;
	border:1px solid #C9C9C9;
	margin-bottom:5px;
	padding:2px;
}

.filelist
{
	margin:2px;
	padding:0px;
}
.filelist_item_list
{
	width:200px;
	margin:2px;
	display:inline;
	padding:4px;
	background-color:#FAFAFA;
}


.topmenuon
{

}



.mod_settingsmenuitem
{
	border:1px solid #EAEAFC;
	margin-bottom:1px;
}

.mod_header
{
	width:95%;
	padding:0px;
}

.mod_largeblock
{
	width:700px;
}

.mod_content
{
	width:100%;
	display:block;
}

.mod_block
{
	width:500px;
}

.mod_box { width:210px;}




.box_handle { float:left; margin:2px; margin-left:4px; width:10px; height:10px; border:1px solid #EAEAEA; background-color:#FCFCFC;}
.box_handle:hover { cursor:move;}



.mod_outbox { margin:2px; margin-bottom:5px;}

.mod_frame {
	background-color:#ACBDDE;
}

.mod_title { background-color: #BDDEAC; margin:4px; text-align:center;}

.mod_inbox
{
	border:0px solid #EAEAEA;
}

.mod_textcontent ul { padding-left:20px;}

.mod_textcontent { padding:5px; text-align:left;}
.mod_textcontent ul, .mod_textcontent li { background-color:transparent;}

.mod_inbox .framestyle {width:100%; }
.mod_inbox .framestyleH {width:100%; }
.mod_inbox .framestyleHH {width:100%; }

/* Styles for module RSS displayed usually on front page */
.rss_title { }
.rss_titleimage { }
.rss_liststyle { }
.rss_itemstyle { }
.rss_itemname { }
.rss_itemdesc { }
