body {
	margin: 1px; 
	padding: 0px;
	
	font: normal small tahoma,arial,verdana,sans-serif;
	font-family:tahoma,arial,verdana,sans-serif;
	color:#333333;
	background: #FFFFFF;
	
	height:100%;	
}

h1 {
	padding:0px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom:2px;
	line-height:25px;
}

h1.sdup_title {
	padding-left:0px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:14px;
}
h1.sdup_subtitle {
	padding-left:0px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:12px;
}

.form_submenu_line { background:#8db2e3; height:3px; }

td.required_field {
	font-weight:bold;
}

a#link { 
display:block; 
width:100%; 
height:100%; 
font-family:tahoma,arial,verdana,sans-serif;
text-decoration:none; 
} 
a#link:hover { 
background-color:#5a7af1; 
} 


.suggest
{
	VERTICAL-ALIGN: top;
	text-align: left;
	COLOR: #000000;
	VERTICAL-ALIGN: middle;
	BACKGROUND-COLOR: #ececec;
	WIDTH:350px; height:300;
	border: 1px solid;
}


/* the styles for the table menu links */
#table_menu_links { 
border:0px; 
font-size:10px;
font-weight:bold;
color:#FFFF00;
} 
#table_menu_links td { 
background-color:#2C5F93; 
border:1px solid #000; 
} 
#table_menu_links td.selected { 
background-color:#CC0000; 
/*border:1px solid #000; */
} 
a#cell_link { 
display:block; 
width:100%; 
height:100%; 
font-family:tahoma,arial,verdana,sans-serif; 
font-size:10px; 
color:#FFFFFF; 
text-decoration:none; 
text-align:center;
} 
a#cell_link:hover { 
background-color:#5286BB; 
color:#EEEEEE; 
} 

a#cell_link_left { 
display:block; 
width:100%; 
height:100%; 
font-family:tahoma,arial,verdana,sans-serif; 
font-size:10px; 
color:#FFFFFF; 
text-decoration:none; 
text-align:center;
background-color:#0099CC; 
} 
a#cell_link_left:hover { 
background-color:#66CCFF; 
color:#EEEEEE; 
} 


.menu_href
{
	background-color:#2C5F93; 
	border:1px solid #000; 
	padding: 5px;
	width: 100px;
	color:#FFFFFF; 
	font-family:tahoma,arial,verdana,sans-serif; 
	font-size:10px;
	font-weight:bold;
	text-align: center;
}
.menu_href a
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:tahoma,arial,verdana,sans-serif; 
	font-size:10px;	
	font-weight:bold;
	
}

.menu_add
{
	padding: 5px;
	width: 200px;
	font-family:tahoma,arial,verdana,sans-serif; 
	font-size:10px;
	font-weight:bold;
	text-align: center;
	color: #000000;
}
.menu_add a
{
	text-decoration:none;
	font-family:tahoma,arial,verdana,sans-serif; 
	font-size:10px;	
	font-weight:bold;
	color: #000000;
}

.div_add
{
	text-align: center;
	padding-top: 300px;
	padding-bottom: 300px;
	padding-left: 40px;
	border:1px solid #000; 
}



table.map_search_filter_table td input {
	font-size:11px;
}
table.map_search_filter_table td select {
	font-size:11px;
}


a.button_link:link, a.button_link:visited {
	font-size: 12px; font-weight: bold; padding: 5px; color: #15428b; text-decoration:none;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #7999c3;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, #FFFFFF),
		color-stop(1, #DEECFD)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #DEECFD 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #DEECFD 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #DEECFD 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #DEECFD 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 10%, #DEECFD 100%);
}
a.button_link:hover {
	text-decoration:none;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, #DEECFD),
		color-stop(1, #98c5f5)
	);
	background-image: -o-linear-gradient(bottom, #DEECFD 10%, #98c5f5 100%);
	background-image: -moz-linear-gradient(bottom, #DEECFD 10%, #98c5f5 100%);
	background-image: -webkit-linear-gradient(bottom, #DEECFD 10%, #98c5f5 100%);
	background-image: -ms-linear-gradient(bottom, #DEECFD 10%, #98c5f5 100%);
	background-image: linear-gradient(to bottom, #DEECFD 10%, #98c5f5 100%);
}
a.button_link_small:link, a.button_link_small:visited {
	font-size: 11px;
	padding: 3px;
}

button.formbutton {
	font-size: 14px; font-weight: bold; padding: 5px; color: #15428b; text-decoration:none;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #7999c3;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, #FFFFFF),
		color-stop(1, #DEECFD)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #DEECFD 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #DEECFD 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #DEECFD 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #DEECFD 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 10%, #DEECFD 100%);
}
button.formbutton:hover {
	text-decoration:none;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, #DEECFD),
		color-stop(1, #98c5f5)
	);
	background-image: -o-linear-gradient(bottom, #DEECFD 10%, #98c5f5 100%);
	background-image: -moz-linear-gradient(bottom, #DEECFD 10%, #98c5f5 100%);
	background-image: -webkit-linear-gradient(bottom, #DEECFD 10%, #98c5f5 100%);
	background-image: -ms-linear-gradient(bottom, #DEECFD 10%, #98c5f5 100%);
	background-image: linear-gradient(to bottom, #DEECFD 10%, #98c5f5 100%);
}


/* ================== the tabs menu ================== */
.tabs_menu { padding: 0; margin: auto; list-style: none; display: block; }
.tabs_menu li { list-style: none; float: left; display: block; margin-left: 5px; border: 1px solid #000; color: #fff; background-color: #2C5F93; }
.tabs_menu li:hover { background-color:#5286BB; color:#EEEEEE; }
.tabs_menu li.selected { background-color:#CC0000; }
.tabs_menu li.selected:hover { background-color:#5286BB; color:#EEEEEE; }

.tabs_menu a { text-decoration: none; font-size: 10px; font-weight: bold;  display: block; padding: 5px; color: #fff; }


.popover_modal_div_class {
	z-index:10001;
	text-align:center;
	position:fixed;
 	top:0px;
 	left:0px;
 	background-color:#EEE;
 	border:1px solid #BBB;
 	padding:0px;
 	margin:0px;
 	width:100%;
	height:100%;
	overflow:auto;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

.search_results_tbl {
	border:1px solid #006699;
}
.search_results_tbl_header_row {
	font-weight:bold;
	background:#006699;
	color:#FFFFFF;
}

/* =============================================== button ============================================== */
.button {
	padding: 5px 10px;
	background: #DEECFD;
	font-family: tahoma,arial,verdana,sans-serif;
	font-weight:bold;
	color: #15428b;
	text-align: center;
	/*display: block;*/
	cursor: pointer;
	}
.button {
	border: 1px solid #7999c3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
	}
.button {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DEECFD));
	background: -moz-linear-gradient(top, #ffffff, #DEECFD);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DEECFD')
	}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#DEECFD), to(#98c5f5));
	background: -moz-linear-gradient(top, #DEECFD, #98c5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEECFD', endColorstr='#98c5f5')
	}

/* ================================================= TABLES =====================================================*/


.bordered {
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
	
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}  

.bordered tr:hover {
    background: #f0f6fd;
	cursor:pointer;
}  
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* table .bordered2, without header */
.bordered2 {
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
	
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}  

.bordered2 tr:hover {
    background: #f0f6fd;
}  
    
.bordered2 td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}


.bordered2 td:first-child, .bordered2 th:first-child {
    border-left: none;
}

.bordered2 tr:first-child td:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered2 tr:first-child td:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered2 tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered2 tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


/* css for the business plan */
.txtarea {
	border: 1px solid #DDDDDD;
	padding: 5px;
}
.section_title {
	padding:7px; margin-bottom:10px; margin-top:20px; background-color: #DDDDDD; font-size:15px; font-weight:bold; clear:both;
}
.section_subtitle {
	padding:7px; margin-bottom:5px; margin-left:50px; margin-top:10px; background-color: #EEEEEE; font-weight:bold; clear:both;
}
.section_content {
	margin-left:100px; margin-bottom:10px; clear:both;
}
.section_content_half {
	width:50%; float:left;
}
.sc_left {
	float:left; width:25%; text-align:right; padding:2px;
}
.sc_right {
	float:left; width:65%;  padding:2px;
}

.header_eval_text {
	background:#CCCCCC;
	padding:5px;
}
.header_eval_value {
	background: orange;
	padding:5px;
	font-weight:bold;
}

.filters_div {
	border:2px solid #DDDDDD;
	padding:10px;
}
.filter_element_div {
	float:left;
	border:1px dotted #DDDDDD;
	padding:7px;
	margin-right:10px;
}
.filter_submit_div {
	clear:both;
	text-align:center;
}

.plan_submit_btn {
	height:30px;
	position:fixed;
	left:1px;
	top:34px;
	z-index:8000;
	border:0px;
	border-right: 1px solid #648ba6;
	background-color: transparent;
	background: #396b8c; 
	color: #b9dbea; text-decoration: none;
	padding: 7px 10px 7px;
	font-size:12px; font-weight:bold;
	cursor:pointer;
}
.plan_submit_btn:hover {
    background: #399cc7;
	border-right: 1px solid #6cb3d5;
	color: #ffffff;
}
.plan_submit_btn_save {
    background-image: url(images/mm_save.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.plan_submit_btn_cancel {
	background-image: url(images/mm_cancel.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.plan_textarea {
	width:70%;
	height:100px;
}
.plan_div_textarea {
	padding:7px; border:1px solid #666666; font-size:12px; 
}

table.plan_table {
	border: 1px solid #666666;
	border-collapse:collapse;
	width:80%;
}
.plan_table tr td {
	padding:5px;
	text-align:left;
}
.plan_table tr th {
	background: #666666;
	color: #FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:5px;
}


table.b_table {
	border: 1px solid #666666;
	border-collapse:collapse;
	width:80%;
}
.b_table tr td {
	padding:5px;
}
.b_table tr th {
	background: #666666;
	color: #FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:left;
}
.b_table tr th.blue1 { background: #99ccff; }
.b_table tr th.blue2 { background: #ccffff; }
.b_table tr.blue1 th, .b_table tr.blue1 td { background: #99ccff; color:#333333; font-weight:bold; }
.b_table tr.blue2 th, .b_table tr.blue2 td { background: #ccffff; color:#333333; font-weight:bold; }


table.flux_table {
	border: 1px solid #666666;
	border-collapse:collapse;
	width:95%;
	width:auto; 
	align:left;
}
.flux_table tr td {
	padding:5px;
}
.flux_table tr th {
	font-weight:bold;
	padding:5px;
	text-align:left;
}
.flux_table tr.blue1 th, .flux_table tr.blue1 td { background: #99ccff; font-weight:bold; }
.flux_table tr.blue2 th, .flux_table tr.blue2 td { background: #ccffff; font-weight:bold; }
.flux_table tr.separator th, .flux_table tr.separator td { background: #666666; font-weight:bold; }

h2.part_title {
	font-size:18px;
	font-weight:bold;
	background-color:#99ccff;
	padding:7px;
	margin-bottom:0px;
}
h3.part_title {
	font-size:15px;
	font-weight:bold;
	background-color:#99ccff;
	padding:5px;
	margin-top:0px;
	border-top:1px solid #999999;
}
span.expl {
	font-size:11px; font-weight:bold; color:#fa6f38;
}


.print_table {
	clear:both;
}


.table_textarea {
	width: 90%;
	height: 100px;
}

.subsection_title {
	padding:7px; margin-bottom:5px; margin-left:70px; margin-top:10px; background: #F2F2F2; font-weight:bold; font-style: italic;
}
.subsection_content {
	margin-left:130px; margin-bottom:10px;
}

table#flux_numerar_table tr input[type=text] {
	width:80px;
}
table#profit_pierdere_table tr input[type=text] {
	width:80px;
}

.bordereddiv {
	border:1px solid #EEEEEE; padding:5px; margin-top:7px;
}


.eval_title {
	margin-top:20px;
	background: #fce2ab;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
.eval_title2 {
	margin-top:10px;
	margin-left:15px;
	background:#bffdbd;
	padding:3px;
	font-size:13px;
	font-weight:bold;
}
.eval_title3 {
	margin-top:10px;
	background: #e9fafd;
	padding:3px;
	font-size:12px;
	font-weight:bold;
}
.eval_content_div {
	margin-left:15px;
	font-size:12px;
	padding:7px;
}
.eval_info_div {
	margin-left:15px;
	font-size:11px; font-weight:bold;
	background: #efe1fb;
	padding:5px;
}


table#activitati_preconizate_table td:nth-child(3), table#activitati_preconizate_table th:nth-child(3),
table#activitati_preconizate_table td:nth-child(4), table#activitati_preconizate_table th:nth-child(4) {
	display: none;
}

.header_menu_div {
	background:#396b8c;
	color:white;
	margin-bottom:7px;
	z-index:7000;
	height:65px;
	position:fixed;
	top:0px;
	width:100%;
}




 #logindiv div {
	 position: relative;
 }

#logindiv div div {
	display: none;
	z-index:30000;
	position: absolute;
	width:99%;
	align:right;
	background:#396b8c;
	color:#ffffff;
}

#logindiv div:hover > div {
	display: block;
}

#logindiv div div a, #logindiv div div a:hover {
	color:#eeeeee;
	line-height:18px;
}




#wrap { display: block; }

#dropdown {
	display: block;
	padding: 5px 7px;
	padding-top:6px;
	/*width: 166px;*/
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	border-left: 4px solid #739cda;
	background: #fff;
	font-size: 1.55em;
	color: #656565;
	font-weight: normal;
	font-size:14px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	z-index:28000;
}
#dropdown:hover { color: #898989; }

#dropdown.open {
	background: #5a90e0;
	color: #fff;
	border-left-color: #6c6d70;
}
#dropdown ul {
	position: absolute;
	top: 100%;
	left: -4px; /* move content -4px because of container left border */
	/*width: 266px;*/
	padding: 0;
	margin: 0;
	display: none;
	border-left: 4px solid #8e9196;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#dropdown ul li { font-size: 0.9em; text-align:left; }

#dropdown ul li a {
	text-decoration: none;
	display: block;
	color: #447dd3;
	padding: 7px 15px;
}
#dropdown ul li a:hover {
	color: #6fa0e9;
	background: #e7f0f7;
}



nav ul ul {
  display: none; z-index:30000;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	background: #396b8c;
	list-style: none;
	position: relative;
	display: inline-table;
	padding:0; margin:0;
	padding-right:100px;
	border-left: 1px solid #648ba6;
	/* margin-left:20px; */
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left; z-index:30000;
	border-right: 1px solid #ffffff;
}

nav ul span {
	float: left; z-index:30000;
	display: block; padding: 0px 20px;
	color: #b9dbea; text-decoration: none;
	font-weight:bold;
}
nav ul li:hover {
	background: #399cc7;
	border-right: 1px solid #6cb3d5;
}
nav ul li:hover a {
	color: #ffffff;
}

nav ul li a {
	z-index:30000;
	display: block; padding: 7px 6px;
	color: #b9dbea; text-decoration: none;
	font-size:12px; font-weight:bold;
	text-transform: uppercase;
}

nav ul ul {
	z-index:30000;
	background: #396b8c; border-radius: 0px; padding: 0; margin:0;
	position: absolute; top: 100%;
}
nav ul ul li {
	z-index:30000;
	float: none;
	border-top: 1px solid #648ba6;
	position: relative;
}
nav ul ul li a {
	z-index:30000;
	padding: 7px 15px;
	color: #ffffff;
	text-transform: none;
}
nav ul ul li a:hover {
	background: #399cc7;
}

nav ul ul ul {
	z-index:30000;
	position: absolute; left: 100%; top:0;
}



.apel_lines_div {
	float:right;
	font-weight:bold;
	color:yellow;
	text-align:right;
	padding-right:10px;
	font-size:11px;
}
.apel_lines_div a {
	color:yellow;
}

.footer {
	clear:both;
	width:100%;
	padding:7px 0 7px 0;
	border-top:1px solid #205081;
	font-size:10px;
	font-weight:bold;
	background:#e7f3fc;
	color:#205081;
	position:fixed;
	bottom:0px;
}

.login_td {
	/* background:#b9dbea; */
	padding:30px;
}