/*stiluri pentru capul de meniu si randurile de meniu*/
.hpmenu{
	float:left;
	width:200px;
}
.menuheader{
	background-color:#8DBDFF;
	color:#ffffff;
	font-size:15px;
	font-family:arial;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	width:200px;
	padding-left:10px;
	border:1px solid #000000;
	margin-left:5px;
}
.menurow{
	background-color:#f6f2f6;
	color:#000000;
	font-size:13px;
	line-height:20px;
	font-family:arial;
	width:200px;
	padding-left:10px;
	border:1px solid #000000;
	border-top:0px;
	margin-left:5px;
}
.menurow :hover{
	color:#8aae00;
}
.menurow a{
	text-decoration:none;
	color:#588ba0;
	font-weight:bold;
}
/**/
/*stiluri pentru zona din dreapta meniului (printeaza sectiunile,nodurile din tree,pozele din uploads si hpgeneral si formularele)*/
.hplist{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	padding:10px;
	margin-right:5px;
	margin-left:225px;
}
/**/
/*stiluri pentru preview*/
.hppreview{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	padding:5px;
	text-align:center;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	overflow:auto;
}
.hppreview a{
	color:#8bbbd1;
	text-decoration:none;
	font-weight:500;
}
.hppreview a:hover{
	color:#8aae00;
}
.hptree{
	float:left;
	width:310px;
}
.hpimg{
	background-color:#000000;
	text-align:left;
	height:150px;
}
.hpimg img{
	padding:0px;
}
.hpcol1{
	width:292px;
	margin-right:300px;
}
.hpcol2{
	width:292px;
	float:right;
}
.border{
	border:1px solid #8bbbd1;
}
.tbl2{
	width:600px;
	float:right;
	margin-right:60px;
}
img{
	border:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
}
/**/
/*stiluri pentru toate tabelele folosite la afisare*/
.tabele{
	text-align:left;
	width:70%;
	font-size:14px;
	line-height:16px;
	font-family:arial;
}
.tabele th{
	background-color:#8DBDFF;
}
.tabele a{
	color:#ff0000;
}
/**/
/*stiluri pentru tipurile de sectiuni*/
.dhead{
	background-color:#8bbbd1;
	color:#ffffff;
	font-size:15px;
	font-family:arial;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:10px;	
	text-align:left;
	width:292px;
	overflow:hidden;
}
/*stiluri pt sectiuni de tip columns*/
.csrow1{
	background-color:#f1f5f6;
	color:#000000;
	font-size:13px;
	font-family:arial;
	border-bottom:#8bbbd1 1px solid;
	padding:2px;
	width:286px;
	overflow:hidden;
}
.csrow2{
	background-color:#fafafa;
	color:#000000;
	font-size:13px;
	font-family:arial;
	border-bottom:#8bbbd1 1px solid;
	padding:2px;
	width:286px;
	overflow:hidden;
}
.cspic{
	float:left;
	padding-right:2px;
}
.cstext{
	text-align:left;
}
/*stiluri pentru sectiuni de tip text*/
.tsrow{
	background-color:#ffffff;
	color:#000000;
	font-size:13px;
	font-family:arial;
	padding:10px 0px 3px 0px;
	width:288px;
	overflow:hidden;
}
.tstext{
	text-align:justify;
	padding:0px 5px 0px 5px;
}
/*stiluri pentru sectiunea text image*/
.tisrow{
	background-color:#fafafa;
	color:#000000;
	font-size:13px;
	font-family:arial;
	padding:2px;
	width:286px;
	overflow:hidden;
}
.tispic{
	float:right;
	padding-left:2px;
}
.tistext{
	text-align:justify;
	margin-right:87px;
}
.tbl{
	width:100%;
}
/*stiluri pentru sectiunea image text*/
.itsrow{
	background-color:#fafafa;
	color:#000000;
	font-size:13px;
	font-family:arial;
	padding:2px;
	width:286px;
	overflow:hidden;
}
.itspic{
	float:left;
	padding-right:2px;
}
.itstext{
	text-align:justify;
	margin-left:87px;
}
/*stiluri pentru sectiunea image*/
.isrow{
	background-color:#fafafa;
	color:#000000;
	font-size:13px;
	font-family:arial;
	padding:2px;
	width:286px;
	overflow:hidden;
}
.ispic{
	text-align:center;
	padding-bottom:2px;
	padding-top:3px;
}
.istext{
	padding:0px 5px 2px 5px;
	text-align:justify;
}
/**/
/*stiluri pentru pagina helpfile.php*/
.hplist h1{
	font-family:tahoma,sans-serif;
	font-size:18px;
	color:#550000;
}
.hplist h2{
	font-family:tahoma,sans-serif;
	font-size:16px;
	color:#880000;
}
.hplist p{
	font-family:arial,sans-serif;
	font-size:14px;
	line-height:17px;
	background-color:#f9f9f9;
	padding:2px 5px 2px 5px;
}
/**/
