/*--------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #feefc6; /*#F0EADA; feefc6; fde8bb; f6e0b1;*/
 	font-size: 9pt;
  	font-family: Arial,Helvetica; 
  	padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px;
}


h1 { font-size: 16pt; font-family: Verdana,Arial,Helvetica; margin: 40px 0px 10px 30px; color: #9c8e61; } /*7a704c*/
h1.main { margin: 20px 0 30px 10px; }
h2 { font-size: 13pt; font-family: Arial,Helvetica; margin: 10px 0 10px 30px; }
h2.main { margin: 0; }
h2.title { margin: 10px 0 10px 10px; }
h3 { font-size: 13pt; font-family: Arial,Helvetica; margin: 10px 0 0 10px; }
h4 { font-size: 10pt; font-family: Arial,Helvetica; margin: 10px 0 0 30px; color: #7a704c; }
h4.main { margin: 20px 0 0 10px; }
h5 { font-size: 10pt; font-family: Arial,Helvetica; margin: 0 0 5px 0; color: #7a704c; }
h6 { font-size: 11pt; font-family: Arial Narrow,Arial,Helvetica; margin: 0 0 5px 0; }

td.hdr-l { background: url(img/hdr-left.gif) repeat-y top left; width: 20px; }
td.hdr-m { background: url(img/hdr-mid.gif) repeat-x top #F0EADA; height: 50px; position: relative; width: auto; }
td.hdr-r { background: url(img/hdr-right.gif) repeat-y top right; position: relative; width: 20px; }
td.mnu-t { margin: 0; padding: 0; border-top: 1px solid #FFFFFF; background: #AEAEAE; color: #FFFFFF; }
td.mnu-l { background: url(img/mnu-left.gif) repeat-y top left; width: 20px; height: 24px; }
td.mnu-r { background: url(img/mnu-right.gif) repeat-y top left; width: 20px; height: 24px; }
td.main-l { background: url(img/main-left.gif) repeat-y top left; width: 20px; }
td.main-r { background: url(img/main-right.gif) repeat-y top left; width: 20px; }
td.foot-m { background: url(img/foot-mid.gif) repeat-x top #DBBD84; border-top: 1px solid #FFFFFF; height: 35px; position: relative; width: auto; }

td.col-i { background: #edd4a0; }
td.col-r { background: #f6e0b1; }

td, div { font-size: 1em; }

tr { vertical-align: top; }
tr.dark { vertical-align: top; background: #f6e0b1; }

p { margin: 20px 30px 0 30px; text-align: justify; }
p.main { margin: 15px 10px 0 10px; }
p.faq  { margin: 10px 30px 5px 50px; }

.date { font-weight: bold; font-size: 9pt; color: #7a704c; background-color: #edd4a0; padding: 5px 5px 5px 30px; }
.num { font-weight: bold; font-size: 12pt; color: #7a704c; }

ul { margin: 10px 30px 0 50px; text-align: justify; list-style: square; }
ul.main { margin: 0 10px 0 0; padding: 5px 0px 0px 30px; }
li { padding: 5px 0 5px 5px; text-align: justify; }

dt { font-size: 10pt; font-family: Arial,Helvetica; margin: 20px 30px 10px 30px; color: #7a704c; font-weight: bold; }    
dd { margin: 10px 30px 0 50px; text-align: justify; }    

th { padding: 4px; font-weight: bold; text-align: left; }
hr { border-top: 1px solid #AAAAAA; border-right: 0; border-left: 0; border-bottom: 0; height: 1px; }

img { border: 0; }

.load { color: #000000; padding: 10px; background-color: #feefc6; }
.load a{ text-decoration: none; }
.load strong { background: #f7f7f7; }


/* Normal link */
a { color: #406C99; text-decoration: none; }
a:hover, a:active, a:focus { color: #406C99; text-decoration: underline; }


/*--------------------------------------------------------*/
/* FORM
--------------------------------------------------------- */
form { margin: 0; padding: 0; }
input, select {	font: 9pt, Arial, sans-serif; }
textarea { padding-left: 2px; }

.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: url(img/btn-bg.gif) #EFEFEF;
}

.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
}

.inputacc { font: 8pt, Tahoma,Arial,sans-serif; padding: 2px; }
.inputacc {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	background: url(img/shadow.gif) repeat-x top #FFFFFF;
}

.inputacc:hover, .inputacc:focus {
	border: 1px solid #BABDB6;
	background: url(img/shadow.gif) repeat-x top #FFFFFF;
}



/*--------------------------------------------------------*/
/* USER
--------------------------------------------------------- */
#usr-login { padding-left: 5px;	background: transparent; }
#usr-login .inputacc {
/*	border: 1px dashed White;*/
	border: none;
	margin-top: 1px;
	margin-bottom: 2px;
	color: #FFFFFF;
	background: transparent;
}

#usr-wrap {
	padding: 0;
	background: url(img/usr-wrap.gif) repeat-x;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

#usr-tools {
	padding: 0 18px 0 30px;
	float: left;
	display: block;
	color: #FFFFFF;
	background: url(img/usr-tools.gif) no-repeat top left;
	font-size: 11px;
	height: 30px;
}

#usr-tools img {
	padding: 6px 4px 2px;
	display: block;
	cursor: pointer;
}

#usr-tools a {
	padding: 0;
	float: left;
	display: block;
}

#usr-tools a:hover, #usr-tools a:active, #usr-tools a:focus {
	background: #3B6580;
}



/*--------------------------------------------------------*/
/* MISCELLANOUS
--------------------------------------------------------- */
.foot{ font-size:8pt; color: white; margin-left: 20px; margin-top: 10px; }


/* Text Shadow */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%; /* End hide from IE-mac */
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

