/* 6/12/2014 */

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 10px 10px 10px 10px;
	font-size: 11px; 
	color: #000;
	background:none repeat scroll 0 0 #FEF9DD;  
}

.title_header1 {
	font-weight: bold;
	font-size: 12px;
}
.title_header2 {
	font-weight: bold;
	font-size: 12px;
}
.title_header3 {
	font-weight: bold;
	font-size: 16px;
	color: #228685;
}
.labels_code {
	font-weight: bold;
	font-size: 16px;
}
.labels_text {
	font-weight: normal;
	font-size: 13px;
}


.text_msg_OK {
	font-weight: bold;
	font-size: 12px;
	color: #12A012;	
	text-align: center;
}
.text_msg_ERROR {
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;	
	text-align: center;
}

.item_label {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 10px 10px 10px 10px;
	font-size: 11px;
	color: #000;	
	font-weight: bold;
	text-align: right;
}
.item_info {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 10px 10px 10px 10px;
	font-size: 11px;
	color: #000;	
	text-align: left;
}


.menu_table td {
	background-color: #3ABCBA;
	padding: 5px;
} 
.menu_table {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 5px 5px 0px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.menu_table a {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 10px 5px 10px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.menu_table a:hover {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 10px 5px 10px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.form_field_title {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	font-size: 11px;
	color: #000;
}
.form_text_field {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	font-size: 11px;
	color: #000;
}

.link_for_button {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #444;
}


.login_form_field_title {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #000;
}
.login_form_text_field {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #000;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ABDBDA;
	padding-right: 20px;
}
table.tablesorter-default th {
	text-align:center;
}
table.tablesorter-default td {
	vertical-align:middle;
	text-align:center;
}
