/*
// +------------------------------------------------------------------------+
// | SDASINT CMS
// +------------------------------------------------------------------------+
// | SDASINT CMS IS NOT FREE SOFTWARE
// +------------------------------------------------------------------------+
// | Developed by: SDASINT (www.sdasint.ro) 
// | Copyright: (c) SDASINT. All rights reserved.
// +------------------------------------------------------------------------+
*/

html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background:  url(images/bg_header.gif) repeat-x top left;
	background-color:#B5CAD6;
}
.bh2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
}
#menu_header {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu_header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 28px;
	color: #fff;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
#menu_header h1 a {
	color: #fff;
	text-decoration: none;
}
#menu_header h1 a:hover {
	color: #D1E3F2;
	text-decoration: none;
}
#menu {
	padding: 10px 5px;
}
#menu .selectedm, #menu a:hover.selectedm {
	background-color: #D1E3F2;
	color: #333;
	padding: 10px 10px 10px 10px;
	background-image:url(images/menu_button.png)
}

#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	padding: 15px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#menu a {
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	margin: 1px;
}
#menu a:hover {
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}
#sub_menu {
	padding: 7px 0px 7px 25px;
	background-color: #D1E3F2;
	border-bottom: 1px solid #000;
}
#sub_menu ul {
	padding: 0;
	margin: 0;
}
#sub_menu li {
	padding: 0px 5px;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#sub_menu a {
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #3E5F6F;
}
#sub_menu a:hover {
	padding: 2px;
	font-weight: bold;
	text-decoration: underline;
	color: #3E5F6F;

}
#content {
	padding: 25px 25px 25px 25px;
	margin: 10px 10px 0px  10px;
	line-height:30px;

	background: #FFF url(images/bg_content.gif) repeat-x top left;
	display: block;

}

#content_bottom {
	padding: 25px 25px 12px 25px;
	margin: 0px 10px 0px 10px;
	line-height:30px;

	background: #FFF url(images/bg_content_bottom.gif) repeat-x top left;
	display: block;

}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #563D1F;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	letter-spacing: -1px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #5A8BA2;
	padding: 10px 0px;
	margin: 0px;
}
#content h3 a:link{
	color: #5A8BA2;
	text-decoration:none;
}
#content h3 a:visited{
	color: #5A8BA2;
	text-decoration:none;
}
#content input,SELECT,textarea {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:13px;
	border-color:#bdc7d8;
	border-style:solid;
	border-width:1px;
	padding:3px;
}
#content .inputbutton {
	background: url(images/bg_search.gif) repeat-x center center;
	color:#FFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	position: absolute;
}
#content .yt_title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .hot {
	background-color: #EB0000;
	line-height: 20px;
	color: #FFFFFF;
}
#content .table_head {
	background-color: #0067CD;
	color: #FFF;
	font-weight: bold;
	
}
#content .table_row1 {
	background-color: #FFF;
	height: 20px;
}
#content .table_row2 {
	background-color: #F2F2F2;
	height: 20px;
}

#content .table_row1:hover {
	background-color: #DAF2FA;
}
#content .table_row2:hover {
	background-color: #DAF2FA;
}
#content .fieldtitle {
	color: #a2815a;
	font-weight: bold;
}
	
#content .totals {
	background: url(images/bg_totals.gif) no-repeat left;
	height: 25px;
	width: 203px;
	text-align: center;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
#content .info_msg {
	background: url(images/info_msg.gif) repeat-x top left;
	padding: 10px;
	margin: 10px 0px;
	border-top: 5px solid #FFB03B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	display: block;
}
#content .info_msg_err {
	background: url(images/info_msg.gif) repeat-x top left;
	padding: 10px;
	margin: 10px 0px;
	border-top: 5px solid #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	display: block;
}
#content .info_msg_err img {
	background: url(images/warning.gif) no-repeat left center;
	padding: 5px 25px;
	margin: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: block;
	background-color:#FFCCCC;
}
#content .info_msg_err img a {
	color: #000;
	text-decoration: underline;
}
#content .info_msg_err img:hover {
	font-weight: bold;
	background-color:#FFCCCC;
}
#content .info_msg_ok {
	background: url(images/info_msg.gif) repeat-x top left;
	padding: 10px;
	margin: 10px 0px;
	border-top: 5px solid #37A600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00750A;
	display: block;
}
#rel_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid  #C4C4C4;
	padding: 10px;
}
#rel_news ul {
	padding: 0px;
	margin: 0px;
}
#rel_news li {
	padding: 10px 0px;
	margin: 0px;
	list-style-type:none;
}
#rel_news a {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
}
a.b_delete{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
a:hover.b_delete{
	color: #FFF;
	background-color: #CC0000;
	padding: 2px;
	text-decoration: none;
}
a.b_edit{
	font-family: Arial, Helvetica, sans-serif;
	color:  #339900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
a:hover.b_edit{
	color: #FFF;
	background-color: #339900;
	padding: 2px;
	text-decoration: none;
}
a.b_view{
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	padding: 2px;
}
a:hover.b_view{
	color: #FFF;
	background-color: #003399;
	padding: 2px;
	text-decoration: none;
}
a.yt_title_hot, a:hover.yt_title_hot  {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}

#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
line-height:19px;
padding:0px 30px;
text-align: right;
color:#000;
}
#footer a, #footer a:visited  {
color:#000;
text-decoration: none;
}
#footer a:hover {
color:#000;
text-decoration: underline;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* Pagination */
div.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}
div.pagination a {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}
div.pagination a:hover, div.pagination a:active {
	border-color: #003399;
	background-color: #003399;
	color: #FFF;
	text-decoration: none;
}
div.pagination span.current {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #003399;
	background-color: #003399;
	font-size: 0.9em;
}
div.pagination span.disabled {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	border: 1px solid #EEE;
	color: #DDD;
	font-size: 0.9em;
}


/* Clasele editorului (editor.php)*/

.up_pics_style {
border:1px solid;
background-color:#999999;
}


/* Clasele editorului*/





/* Incepe old style css */ 



.edit_notice{
text-align:center;
color:#FF0000;
}

.stergepoza {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
}

.up_pic_edit{
border: 1px solid;
text-align:center;
font-weight:bold;
}
.SubMeniuAddEdit {
float:left;
}

.SubMeniupos {
text-align:center;
width:120px;
}

.inputback {
background: url(images/input_back.png) repeat-x ;

}

.inputbox {
background-color: #0066CC; font-weight: bold; font-size: 12px; color: white;
}

.titletext{
background-image:url(images/titletext.png);
background-repeat:repeat-x;
height:30px;
padding-left:30px;
width:120px;
}

.language_style{
position:absolute;
top:10px;
margin-left:500px;

}



