.row {
	clear:both;
	text-align:left;
	margin-bottom:10px;	
}
.row label {
	float:left;
	text-align:right;
	padding: 2px 10px 0 0;
	width:80px;
}
input.text {
	border:1px solid #999999;
	width:170px;
	padding: 2px;
}

textarea {
	border:1px solid #999999;
	width:270px;
	height:80px;
	padding: 2px;
	resize: none;
	font-size: 12px;
	font-family: Arial;
}
select {
	border:1px solid #999999;
}
input.button {
	border:1px solid #999999;
	padding:5px;
	width:auto;
	cursor:pointer;
}

input.radio, input.checkbox {
	width: auto;
}

input.dataInput {
	width: 50px;
	text-align: right;
}

input.incomeInput {
	width: 65px;
	text-align: right;
}

input.text:hover, input.button:hover, textarea:hover, select:hover {
	border:1px solid #555555;
}

.required {
	color: #f00;
	padding-left:2px;
	font-size: 11px;
}

div.required {
	padding: 5px 0 5px 80px;
}

.inputOver {
	border:1px solid red;
}
#success {
	font-size:15px;
	font-weight: bolder;
	margin-top: 15px;
	padding-bottom: 10px;
	color: #333;
}
#failure {
	font-size:15px;
	font-weight: bolder;
	margin-top: 15px;
	padding-bottom: 10px;
	color: #D70000;
}

#breadcrumb {
	text-align:left;
	padding:25px;
	text-transform: lowercase;
	color: #666;
}

ul.lower_alpha {
	list-style-type: lower-alpha;
	margin-left:18px;
	margin-bottom:10px;
}

table {
	border-collapse:collapse;
	margin:5px 0 8px 0;
}

td, th {
	padding:5px 8px;
}

table.classic td, table.classic th {
	border: 1px solid #D93315;
}

table.wwFormTable, table.wwFormTable th, table.wwFormTable td {
	border: none;
}

.right_align {
	text-align:right;
}

.left_align {
	text-align:left;
}

.center_align {
	text-align:center;
}

h3.top_border {
	border-top: outset;
}

ul.cuprins li {
	background: transparent url(../library/images/disk.gif) no-repeat 0 10px;
	padding-left:15px;
}

ul.niv_2 li {
	background: transparent url(../library/images/circle.gif) no-repeat 0 10px;
	padding-left:15px;
}

ul.niv_3 li {
	background: transparent url(../library/images/triangle.gif) no-repeat 0 10px;
	padding-left:15px;
}

ul.niv_4 li {
	background: transparent url(../library/images/empty_triangle.gif) no-repeat 0 10px;
	padding-left:15px;
}

.cuprins a {
	font-weight: bolder;
	text-decoration: underline;
	font-size: 14px;
}

.cuprins a:hover {
	text-decoration: none;
}

.niv_2 a {
	font-weight: normal;
	font-size: 12px;
}

.cuprins li.model_cerere {
	background: transparent url(../library/images/pdf-icon-mic.gif) no-repeat 0 4px;
	padding-left: 25px;
}

.cuprins li.model_cerere a {
	font-weight: bolder;
	font-style: italic;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

.cuprins li.model_cerere a:hover {
	text-decoration: none;
}

.niv_2, .niv_3, .niv_4 {
	padding-left: 15px; 
}

.niv_3 a, .niv_4 a {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal; 
}

.notabene {
	margin: 5px 0 5px 30px;
	border: 1px solid #eee;
	border-left: 3px solid #666;
	padding: 5px 10px 2px 10px;
}

.go_top {
	float: right;
}

.go_top a {
	color: #D70000;
	font-weight: bolder;
	background: transparent url(../library/images/top.jpg) no-repeat 100% 1px;
	padding-right: 14px;
}

.go_top a:hover {
	color: #333;
	background: transparent url(../library/images/top_hover.jpg) no-repeat 100% 1px;
}

.centerContent {
	text-align: center;
}

#login_box {
	margin: 0 auto;
	border: 1px solid #D1D0CB;
	width: 285px;
	padding: 25px;
}

.table_row {
	margin: 10px 0;
}

.table_row p {
	margin: 0;
}

.table_row input {
	width: 200px;
}

.table_row input.button {
	width: auto;
}

.table_row span {
	margin-left: 20px;
}

table.innerTable {
	width: 700px;
}

table.innerTable, table.noStyle {
	margin-left: -8px;
	margin-right: -6px;
}

table.innerTable th, table.innerTable td {
	border: 1px solid #D93315;
	font-size: 12px;
	padding: 2px;
}

table.someTable th, table.someTable td {
	border: 1px solid #D93315;
	font-size: 12px;
}

table.innerTable td {
	font-size: 11px;
}

table.innerTable th {
	text-align: center;
	background-color: #DEE0E4;
	vertical-align: middle;
}

.even {
	background-color: #F3F4F5;/*#E9EAED;*/
}

.even:hover, .odd:hover {
	background-color: #E9EAED;
}

#clearPeriod, #dateFinalField, #clearPeriodField, #dateFinal {
	margin-left: 10px;
}

.calendar table {
	border-collapse: separate;
}

.pagination {
	font-size: 11px;
}

.pageSeparator {
	margin: 0 3px;
	font-size: 9px;
}

.colDate {
	width: 60px;
}

.colNumber {
	width: 40px;
}

.dateDeclared {
	width: 80px;
}

td.number, .number {
	text-align: right;
}

a.seeStatement:hover, .pagination a:hover, .pagination .pageActive {
	text-decoration: underline;
}

.href {
	width: 80px;
	text-align: center;
}

.href_remove {
	width: 40px;
	text-align: center;
}

.checkbox {
	width: auto;
	border: none;
	padding: 0;
}

.colCheckbox {
	text-align: center;
	vertical-align: middle;
	width: 22px;
}

.colMonthYear {
	width: 40px;
}

.yearMonth {
	width: 50px;
	text-align: right;
}

.tooltip {
	position: absolute;
	display: none;
	padding: 15px;
	border: 2px solid #E9EAED;
	background-color: #FFFFBF;
	width: 250px;
	text-align: left;
	margin-left:50px;
	z-index: 100; 
}
.preremarq {
	float: right;
	margin-left: 10px;
	margin-top: 2px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 18px;
	width: 18px;
	cursor: help;
	background: transparent url(../library/images/question.gif) no-repeat 1px 1px;
}
.remarq {
	position: absolute;
	display: none;
	padding: 15px;
	border: 2px solid #E9EAED;
	background-color: #FFFFBF;
	width: 250px;
	text-align: left;
	z-index: 100;
}
.tooltip h3 {
	margin: 10px 0;
}

.editUser {
	width: 80px;
	text-align: center;
	vertical-align: middle;
}

.successMessage {
	background:#DDFFDD url(../library/images/check.gif) no-repeat 5px 7px;
	padding:5px 5px 5px 23px;
	border: 1px solid #009900;
	line-height:15px;
	margin:2px 0;
}

.helpMessage {
	background:#BEEBFC url(../library/images/question.gif) no-repeat 5px 7px;
	padding:5px 5px 5px 23px;
	border: 1px solid #007700;
	line-height:15px;
	margin:2px 0;
}

.errorMessage {
	float:left;
	font-size:11px;
	padding:5px 5px 5px 23px;
	color: red;
	border: 1px solid #FF7979;
	line-height:15px;
	margin:2px 0;
	background:#FFFFCE url(../library/images/warning.gif) no-repeat 5px 7px;
	text-align:left;
}

.uppercase:first-letter {
	text-transform: uppercase;
}

.print {
	text-align: right;
}

.print a:link, .print a:visited {
	padding-left: 22px;
	background: url(../library/images/print.jpg) no-repeat;
	color: #D70000;
}
.print a:hover {
	padding-left: 22px;
	background: url(../library/images/print_hover.jpg) no-repeat;
	color: #333333;
}
#handle-print {
	display: inline;
	zoom: 1;
	position: relative;
	float: right;
}
#print-sim {
	display: inline-block;
	*display: inline;
	zoom: 1;
	white-space: nowrap;
	float: right;
	margin-top: -30px;
}
.nav_li ul {
	display: none;
	position: absolute;
	margin-left: 80px;
	margin-top: -30px;
	background: #FFFEF4;
	border: 1px solid #C40000;
	padding: 10px;
}
.nav_li:hover ul {
	display: block;
}
li#curent .nav2 a, li.nav_li:hover li a {
	color: #666666;
	font-weight: normal;
}

li#curent .nav2 a:hover, li.nav_li:hover li a:hover {
	color: #D70000;
	font-weight: normal;
}

.ul_div {
	margin: 5px 0;
	border: 3px solid #FFFEF4;
	padding: 10px 5px 5px 0;
}

.radio_div {
	padding-left: 20px;
}

.radio_div input.radio {
	padding: 0;
	margin: 0;
}

.radio_label {
	line-height: 25px;
	margin-top: -19px;
	padding-left: 40px;
}

input.disabled {
	background: #eeeeee;
}

.selected {
	border: 3px solid #FDDDBD;
}

ul.help {
	float: left;
}

.hrLine {
	height: 1px;
	color: #D1D0CB;
}

#handle_sim {
	position: absolute;
	z-index: 100;
	display: none;
	width: 550px;
	border: 2px solid #E9EAED;
	background: #ffffff;
	text-align: left;
}
#handle_sim h3 {
	margin-bottom: 15px;
}
.body_panel {
	padding: 15px 25px 25px 25px;
	border-top: 1px solid #cccccc;
}
.handle {
	display: block;
	height: 14px;
	cursor: move;
	font-weight: bolder;
	color: #ffffff;
}

#close_panel {
	display: block;
	margin-right: 5px;
	width: 10px;
	float: right;
	cursor: pointer;
}

input.sim {
	width: 65px;
}

input.picker {
	width: 65px;
}
#sim {
	cursor: pointer;
}
#result_sim {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #888888;
}
#sim-table {
	width: 300px;
	margin-bottom: 0;
}
.left_anchor {
	display: block;
	height: 52px;
	width: 180px;
	margin: 20px 0;
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bolder;
}
.simulator {
	background: transparent url(../library/images/simulator_penalitati.gif) no-repeat;
}
.forum {
	background: transparent url(../library/images/forum_discutii.gif) no-repeat;
}
input.incomeInput {
	width: 80px;
}
input.inputtext {
	width: 200px;
}
select.inputtext {
	width: 205px;
}
