@CHARSET "UTF-8";

body {
	color: #306A82;
	font-family: "tahoma";
}

td {
	vertical-align: top;
}

a.set:link {
	color: #306A82;
	text-decoration: none;
}

a.set:visited {
	color: #306A82;
	text-decoration: none;
}

a.set:hover{
	color: #5069BA;
	text-shadow: fuchsia;
	text-decoration: underline;
}

a.set:active {
	color: #306A82;
	text-shadow: fuchsia;
}

a:link {
	color: #2760D6;
	text-decoration: none;
	text-decoration: underline;
}

a:visited {
	color: #2760D6;
	text-decoration: none;
	text-decoration: underline;
}

a:hover{
	color: #5069BA;
	text-shadow: fuchsia;
	text-decoration: underline;
}
	
a:active {
	color: #2760D6;
	text-shadow: fuchsia;
	text-decoration: underline;
}

.noline{
	text-decoration: none !important;
}

.caption {
	color: #306A82;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	font-size: 16px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin-top: 10px;
}

.error {
	background-color: #FFF0F0;
	border: 1px dashed #990000;
	color: #990000;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 7px;
}

.success {
	background: #E2FADE none repeat scroll 0%;
	border: 1px dashed #7BA813;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 7px;
}

.info {
	background: #F8FAD6 none repeat scroll 0%;
	border: 1px dashed #7BA813;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 7px;
}

.solid_border {
	border: 1px solid #E0E0E0;
	font-size: 8pt;
}

.area {
	padding-top: 5px;
	margin-left: 11px;
}

.treemenudiv {
	border-top: 1px solid #E0E0E0;
	padding-top: 0px;
	color: #306A82;
	font-family: "tahoma";
	font-size: 12px;
	width: "100%";
}

.phplmnormal {
	width: "100%"
}

.head_text {
	position: absolute;
	overflow: auto;
	margin-top: 50px;
	left: 30%;
	width: 500px;
}

.head_lang {
	position: absolute;
	overflow: auto;
	margin-top: 64px;
	left: 90%;
	width: 73px;
}

.div_full_width {
	position: absolute;
	overflow: auto;
	width: 100% px;
	height: auto;
	padding-left: 3px;
	padding-right: 3px;
}