* {
	margin: 0;
	padding: 0;
}
#text_html li {
	margin-left: 60px;
}
body, table, td {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align2: center;
}
body {
	background-color: #F0EEE1;
	padding-left: 10px;
	padding-right: 10px;
}
a {
	color:#366490;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
img {
	border:0;
	vertical-align: middle;
}

div.centered {
		text-align: center;
}
div.centered table {
		margin: 0 auto;
		text-align: left;
}

.input_text {
	font-size: 15px;
	color: black;
	border: 1px solid #828282;
	background: #FFFFFF url("../images/txt_box_normal.gif") repeat-x scroll;
	padding: 5px;
	height: 32px;
}
.input_text_focus {
	font-size: 15px;
	color: #800000;
	border: 1px solid #73A6FF;
	background: #E2E2E2 url("../images/txt_box_active.gif") repeat-x scroll;
	padding: 5px;
	height: 32px;
}

.submit_normal {
	font-size: 15px;
	background: url("../images/bg_titlu.gif") repeat-x scroll center top transparent;
	border: 1px solid #828282;
	padding: 2px;
	font-weight:bold;
}

/* Structure */
#container {
	text-align: text-center;
	width:100%;
	margin:auto auto auto auto;
}
#header {
	height:40px;
	vertical-align: bottom;
	width: 99%;
	border:1px solid #C0C0C0;
	background: url("../images/bg_bar.gif") repeat-x scroll center top transparent;
	padding:5px;
}

/*---:[ header styles ]:---*/
#header ul { list-style: none;}
	#header li { float: left; font-weight:bold;}
		/*#header li a.active,#nav li a.active:visited { color: #fff; background: #303030; text-decoration: none;}*/
		#header li a, #nav li a:visited  {
			display: block;
			color: #333333;
			text-decoration: none;
			float: left;
			padding-top:1px;
			padding-bottom:1px;
			padding-left:5px;
			padding-right:5px;
		}
		#header li a:hover {
			color: #000000;
			background-color: #D0E8D5;
			text-decoration: none;
			border: 1px solid #007B3B;
			padding-top:0px;
			padding-bottom:0px;
			padding-left:4px;
			padding-right:4px;
		}
		#header li img {vertical-align:middle; padding-right:5px;}

/*---:[ tool header styles ]:---*/
#tool_header ul { list-style: none;}
	#tool_header li { float: right; font-weight:bold;}
		#tool_header li a, #nav li a:visited  {
			display: block;
			color: #333333;
			text-decoration: none;
			padding-top: 1px;
			padding-bottom: 1px;
			padding-left: 5px;
			padding-right: 5px;
		}
		#tool_header li a:hover {
			color: #000000;
			background-color: #D0E8D5;
			text-decoration: none;
			border: 1px solid #007B3B;
			padding-top:0px;
			padding-bottom:0px;
			padding-left:4px;
			padding-right:4px;
		}
		#tool_header li img {vertical-align:middle; padding-right:5px;}

#left_td {
	width: 200px;
	padding: 0px;
	vertical-align: text-top;
}

#body_td {
	vertical-align: text-top;
	padding: 10px;
}


#left_td ul {list-style: none; width:99%; text-align: left;}
	#left_td li {
		float: bottom;
		font-weight: bold;
		padding: 3px;
	}
	#left_td li a, #left_td li a:visited  {
		display: block;
		color: #333333;
		text-decoration: none;
		float: top;
		padding-top:1px;
		padding-bottom:1px;
		padding-left:5px;
		padding-right:5px;
		white-space: nowrap;
	}
	#left_td li a:hover {
		color: #000000;
		background-color: #D0E8D5;
		text-decoration: none;
		border: 1px solid #007B3B;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:4px;
		padding-right:4px;
		white-space: nowrap;
	}
	#left_td li img {vertical-align:middle; padding-right:5px;}

#footer {
	padding-top: 50px;
	font-style: italic;
	color: #cccccc;
	font-size: 10px;
}
.tbl_grid {
	border-collapse: collapse;
	width: 100%;
}
.tbl_grid, .tbl_grid td, .tbl_grid th {
	border: 1px solid #C0C0C0;
}
.tbl_grid td, .tbl_grid th {
	padding: 3px;
}
.tbl_grid th {
	/*
	background: url("jquery-ui-1.8.5.custom/css/custom-theme/images/ui-bg_diagonals-thick_15_cc0000_40x40.png");
	*/
	background: url("../images/box_bar_verde_bg.gif");
	color: #FFFFFF;
	height: 30px;
	text-align: center;
}
.tbl_grid td {
	vertical-align: middle;
}
.tbl_grid img {vertical-align:middle;}

.tbl_grid_small th, .tbl_grid_small td {
	font-size: 10px;
}

/*
.tbl_grid {
 	border-color: #C0C0C0;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	width: 100%;
	margin: 0;
}

.tbl_grid td{
	border-color: #C0C0C0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 3px;
}
*/


 

#tbl_grid a , #tbl_grid a:visited  {
	filter:alpha(opacity=35);
	opacity: 0.35;
	-moz-opacity: 0.35;
	width: 30px;
}
#tbl_grid a:hover  {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	
}
.highlight_word{
	background-color: yellow;
}

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 30%;}
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 10px; }



label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.customForm .customFormGroup {
	font-weight: bold;
	font-style: italic;
}

.customForm input[type="text"], .customForm input[type="password"], .customForm select, .customForm textarea, .frm_input {
	border:1px solid #CECECE;
	color:#000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	padding:6px;
	width:250px;
	height: 15px;
}

.customForm select {
		padding:0px;
		height: 28px;
}

.customForm textarea, .frm_textarea {
	height: 80px;
}
.customForm input[type="submit"], .customForm input[type="button"], .frm_button  {
	border-width: 1px;
	padding:6px;
}

.customForm input[type="submit"], .frm_submit {
	border-width: 1px;
	font-weight: bold;
	padding:6px;
}

.ui-widget {
	font-family:Arial,sans-serif;
	font-size:1.1em;
}

