@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
}
body
{
	font-family: Verdana;
	font-size: 10pt;
	background-color:#DB5727;
	/*direction:ltr;*/
	line-height:20px;
	margin:0;
	padding:0;	
}
img
{
	border:none;
}
a
{
	color:#E68D29;
	text-decoration:none;
}
a:visited,a:active
{
	color:#FFEF9B;
}
a:hover
{
	color:#F77F42;
}
h5
{
color:#FFFFFF;
font-family:Courier New;
font-size:25px;
line-height:30px;
}
h4
{
color:#FFFFFF;
font-family:Courier New;
font-size:15px;
}
input, select, textarea {
	font-family: Tahoma;
	font-size: 8pt;
}
hr {
	border: 1px solid #ff993e;
}

#header
{
	width:100%;
	background-color:#8c2b1b;
	height:200px;
}
.header-left
{
float:right;
}
.header-right
{
float:left;
background-image:url(../images/logo.jpg);
height:200px;
width:681px;
}
.select-lang {
	position:absolute;
	margin-left:50px;
	margin-top:150px;
}
.menu
{
	clear:both;
	width:100%;
	background-color:#7a1d16;
	margin-top:0 !important;
	margin-top:5px;
}
.center_body
{
	background-image:url(../images/bgcolor.jpg);
	background-repeat:repeat-x;
	height:282px;
	
}
.content
{
	float:right;
	margin-right:10px;
	width:600px;
	display:inline-block;
	text-align:left;
}
.left-body
{
	float:left;
	width:250px;
	padding-top:10px;
	text-align:left;
}
.footer{
	clear:both;
	background-image:url(../images/footer.jpg);
	background-color:#902A1B;
	background-repeat:repeat-x;
	height:80px;
	text-align:center;
	margin:auto 0 0 0;	
}
/************************************************************************* */
.componentheading {
	font-family: Courier New;
	display:none;
}

.contentpaneopen {
	margin: 5px;
	text-align: right;
	line-height:16pt;
	color:#000000;
}

.contentheading {
	font-family: Courier New;
	font-weight: bold;
	font-size: 18pt;
	color: #FFFFFF;
	padding: 5px;
}
.moduletable{
	margin-top:40px;
	padding-bottom:10px;
}
.buttonheading {
	background-color : #E68D29;
	padding: 5px;
}
.tab th{
text-align:center;
background-color:#fdc9b6;
line-height:25px;
}
.tab tr.tr1
{
background-color:#fff9b1;
}
.tab tr.tr1 td{
text-align:center;
}

.tab tr.tr0
{
background-color:#ffffff;

}
.tab tr.tr0 td{
text-align:center;
}
.default{
padding-top:20px;}

