/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}
input, select, textarea {
	margin-bottom: 1px;
	border:1px solid #B6C5CB;
	border-right:2px solid #6F8486;
	border-bottom:2px solid #6F8486;
}


body {
	padding: 0px; 
	margin: 0px;
	background-image:url(img/background.jpg);
}

form {margin: 5px;padding: 0px;}
img {border: none;}
label {width: 140px; padding: 3px 0px 0px 0px;	float: left;}

h1,
h1 a,
h1 a:hover {
	text-align:center;
	font-size: 150%;
	font-weight: bolder;
	text-decoration: none;
	color: black;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	border-top:3px solid #83B294;
	border-right:1px solid #83B294;
	border-left:1px solid #83B294;
	border-bottom:3px solid #83B294;

}
h2,
h2 a,
h1 a:hover {
	font-size: 125%;
	font-weight: bolder;
	color: #666666;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	text-decoration: none;
	
}
h3 {	color: white;
	width: 140px;
	border: 1px solid white;
	background: #398758;
	font-size: 120%; 
	font-weight: bolder;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
}
h4 {font-size: 110%; font-weight: bolder;}
h5 {font-size: 100%; font-weight: bolder;}
h6 {font-size: 100%; 
font-weight: bolder;}

.comment {
	color: gray;
}
.description {
	font-size: 85%;
}
.selected {
	color: gray;
}
.message {
	border:1px solid #B6C5CB;
	border-right:2px solid #6F8486;
	border-bottom:2px solid #6F8486;
	background: #B2E0F8;
	padding: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
}
.error {
	color: red;
}

img .text_right {float: left; padding-right: 5px;}
img .text_left {float: right; padding-left: 5px;}

.item {
	background: #729FCF;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #204A87;
}
.item:hover {background: #3465A4;}

.item a {
	text-decoration: none;
}
hr {
	height: 1px;
	border: 1px solid #39855A;
}
.highlighting {
	background: #83B294;
}

#my-body {
	background: #EFEFEF;
}

/*******************************************************************************/



/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
}

#header {
	background: url(img/header.gif);
/* 	background: #47dc82; */
	width: 900px;
	height: 150px;
	vertical-align: bottom;
}

#header-title {
	color: white;
	font-size: 450%;
	margin: 0px 0px 5px 5px;
}
#header-subtitle {
	color: white;
	font-size: 200%;
	margin: 0px 0px 5px 5px;
}

.header-left {
	background: #398758 url(img/header-left.gif) right repeat-y;
}
.header-right {
	background: #398758 url(img/header-right.gif) repeat-y;
}

.document-left {
	background: #EFEFEF url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #EFEFEF url(img/document-right.gif) repeat-y;
}

#header-breadcrumb {
	background: #17c25b;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	
	background: url(img/footer_bar.gif) repeat-y;
	height: 41px;
	color: white;
	font-size: 10px;
/* 	padding: 0px 0px 0px 0px; */
}

#page_footer {
	vertical-align: top;
	background: url(img/footer_bar.gif) repeat-y;
	width: 932px;
	height: 41px;
	color: white;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}


/*.footer-left {
	background: url(img/footer_left.gif) top right no-repeat;
}
.footer-right {
	background: url(img/footer_right.gif) top left no-repeat;
}*/

#left-column {
/* 	padding: 0px 0px 0px 0px; */
	border: 1px solid #39855A;
	vertical-align: top;
	background: #83b296;
	width: 178px;
}

#document-column {
	vertical-align: top;
	width: 540px;
	text-align: left;
	background: white;
}

#right-column {
	border: 1px solid #39855A;
	vertical-align: top;
	background: #83b296; /*#83b296*/
	width: 178px;
}
/*******************************************************************************/
/**** root-navigation ***/
.root-navigation {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.root-navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.root-navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}
.root-navigation li.current a {
	font-weight: bolder;
	color: gray;
}
.root-navigation li a:hover {
	color: gray;
}

/*******************************************************************************/


/***** navigation *****/
.navigation {
	line-height: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color:black;
}

.navigation.level0 {

	margin-left: 0px;
/* 	font-weight: bolder; */
	padding: 5px 0px 0px 0px;
	margin-left: 10px;

}

.navigation.level1 {
	margin-left: 20px;
}

.navigation.level2 {
	margin-left: 25px;
}
.navigation.level3 {
	margin-left: 30px;
}
.navigation.level4 {
	margin-left: 40px;
}
.navigation a {
background: url(img/cerc2.gif) no-repeat;
	text-decoration: none;
	color: black;
}

.navigation.level1 a {
background: url(img/cerc2.gif) no-repeat;
	line-height: 15px;
	font-size: 100%;
	
}
	
.navigation.level2 a {
	font-size: 100%;
	line-height: 15px;
}
	
.navigation.level3 a {
	font-size: 75%;
	line-height: 15px;
}
	
.navigation.level4 a {
	font-size: 75%;
}

.navigation.current a {
background: url(img/cerc1.gif) no-repeat;	
color: #39855A;
}

.navigation a:hover {
	color: #47dc82;
}


/************************************ Content **********************************/
#content {
	padding: 10px 20px 20px 10px;
	line-height: 16px;
}
#content h1 {
	background: #398758;
	color: white;
	margin-top:5px;
	
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #006139;
}

#content {
	height: 400px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
/* 	background: url(img/header.jpg); */
 	background: white; 
/*  	border : red 3px;  */
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
/* 	background: url(img/portlet_header.gif); */
	color: #006139;
	border: 1px ;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

/* banda cu powered by */
#info {
	vertical-align: top;
	text-align: center;
	color: gray;
	margin-top: 5px;
/* 	margin-bottom: 5px; */
}
#info a {
	text-decoration: none;
	color: white;
}
/*******************************************************************************/
/******************************* Administration panel **************************/
.administration {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 200px;
	padding: 3px;
	background: #DEEEE6;
	border: 1px solid #39855A;
}
.administration h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.administration a {
	text-decoration: none;
}
.administration hr {
	height: 1px; 
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
	color: black
}
/*******************************************************************************/

.main_meniu {
	vertical-align: top;
	text-align:center;
	margin-left: 10px;
	padding: 0px;
	background: transparent;
}


.page_tools {
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 13px;
	background: transparent;
}
.page_tools h1 {
	text-align:center;
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #0099DF;
}
.page_tools a {
	text-align:center;
	text-decoration: none;
	display: block;
}
.page_tools p {
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.search_box {
	text-align:center;
	margin: 6px 0px 0px 0px;
	padding: 13px;
	background: transparent;
	
}
.search_box h1 {
	text-align:center;
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #0099DF;
}
.language_switcher {
	text-align:center;
	margin-left: 13px;
}
.language.current {
	font-weight: bolder;
}
/************************************ Tools ************************************/

/***** Next and previous buttons *****/
.next_previous {
	color: black;
	margin: 5px 0px 0px 0px;
	text-align: right;
	float: left;
	clear: left;
	width: 100%;
}
.next_previous a {
	color: black;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}
