@charset "utf-8";

/* CSS Document */



html {

	background-color: #000000;

	background-attachment: fixed;

	background-image: url(img/fd_html.gif);

	background-repeat: repeat-x;

	background-position: bottom;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#up {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	margin-bottom:145px;
}


a:link, a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

select,
textarea,
input[type=text] {
	border: 1px solid #2B345D;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
}

select:hover,
textarea:hover,
input[type=text]:hover {
	border: 1px solid #EE7900;
}


/* *********************************** BTN ***********************************/

.btn_send,
.btn_disable {
	border: 1px solid #cccccc;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #000000;
	margin-top:10px;
	margin-bottom:7px;
	vertical-align:middle;
}

.btn_send:hover {
	background-color: #EE7900;
	color: #ffffff;
}

a.btn_send {
	white-space:nowrap;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration:none;
}

a.btn_send:hover {
	text-decoration:none;
}

.btn_disable {
	background-color:#f9f6f6;
	color:#999999;
}

.btn_disable:hover {
	border: 1px solid #cccccc;
}

#box_module .btn_send {
	font-size:10px;
}



/* ----------------------------------- BTN ------- */



#document .btn_back,

#document .btn_up {

	color:#cccccc;

	font-size:9px;

	padding-top:5px;

	text-decoration:none;

	background-repeat: no-repeat;

}



#document .btn_up {

	background-image: url(img/flch_tag_up.gif);

}



#document .btn_back {

	background-image: url(img/flch_tag_back.gif);

}



#document .div_up_left {

	text-align:left;

}



#document .div_up_right {

	text-align:right;

}



#document .btn_back,

#document .div_up_left .btn_up {

	background-position: left top;

	padding-left:13px;

}



#document .div_up_right .btn_up {

	background-position: right top;

	padding-right:13px;

}



#document .btn_back:hover,

#document .btn_up:hover {

	color:#999999;

}



#document .btn_back:hover,

#document .div_up_left .btn_up:hover {

	background-position: left -15px;

}



#document .div_up_right .btn_up:hover {

	background-position: right -15px;

}



/* ------------------------------------------------------------------- HEADER */



#header {

	overflow: hidden;

	display: block;

	height: 84px;

	background-image: url(img/fd_header_top.gif);

	background-repeat: no-repeat;

	background-position: right -12px;

}



#header #fd_logo {

	background-image: url(img/fd_logo.gif);

	background-repeat: no-repeat;

	background-position: center bottom;

	height:73px;

	width:90px;

	margin-left:48px;

	text-align:center;

	padding-top:2px;

}



#header #header_logo {



}



#header #header_ban {



}



/* ------------------------------------------------------------------- CONTENT menu  */



#content {

	width:100%;

	height:22px;

	padding-top:10px;

	text-align:center;

	background-image: url(img/fd_document_top.gif);

	background-repeat: no-repeat;

	background-position: center top;

	border-bottom: 1px dotted #bbbfd1;

}





#content .box_content {

	position: relative;

	white-space: nowrap;

	margin: 0px;

	padding: 0px;

	display:inline;

}



#content .box_content h5 {

	display:inline;

}



#content .box_content h5.content_prim {

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

/*	margin-bottom:8px;

	display:block;

	position: relative;*/

	z-index: 10;

	padding: 0px;

}



#content .box_content a.prim {

/*	background-image: url(../../../css/img/point_content-of.gif); 

	background-repeat: no-repeat;

	background-position: right center;

	padding-right: 20px; */

	margin-left:10px;

	margin-right:10px;

	text-decoration:none;

	font-weight:bold;

	color:#2B345D;

	font-size:14px;

}



#content .box_content.hover a.prim,

#content .box_content:hover a.prim,

#content .box_content a.prim:hover {

/*	background-image: url(../../../css/img/point_content-on.gif);  */

	color:#EE7900;

}







#content .box_content .box_content_i {

	display: none;

	left:160px;

	top:-1px;

	position: absolute;

	white-space: nowrap;

	background-image: url(img/fd_plain_content_i.gif);

	background-repeat: repeat-y;

	background-position: left;

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 10px;

	background-color: #FFFFFF;

	border-right: 1px dotted #cccccc;

	border-top: 1px dotted #cccccc;

	border-bottom: 1px dotted #cccccc;

	text-align:left;

	z-index: 20;

}



#content .box_content .box_content_i a {

/*	display:inline; */

	text-decoration:none;

	font-weight:bold;

	color:#000000;

	font-size:11px;

	background-image: url(img/point_content_i.gif);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 8px;

}



#content .box_content .box_content_i a:hover {

	color:#999999;

}





#content .box_content:hover .box_content_i {

	display: inline;

}





/* ----------------------------------- CONTENT MODULE ------- */



#box_module .module {

	text-align:left;

	font-size: 10px;

	padding-top: 5px;

	padding-bottom: 10px;

	padding-left: 5px;

	padding-right: 5px;

	color: #7983ac;

}



#box_module .module h5 {

	color: #384063;

	font-size:14px;

	text-transform: uppercase;

	margin-bottom:5px;

	font-weight:normal;

}



#box_module .module a {

	font-weight:bold;

	font-size: 9px;

	color: #b0b8d7;

	text-decoration: none;	

}



#box_module .module a:hover {

	color: #e1e3ee;

}



#footer_module {

	position:fixed;

	background-image: url(img/fd_boxmodule.png);

	background-repeat: repeat-x;

	width:100%;

	bottom:0px;

	left:0px;

	background-position: top;

}



#box_module {

	border-top: 1px solid #a2a8c3;

	display:block;

	height:80px;

	padding-bottom:40px;

	margin-left:auto;

	margin-right:auto;

}



#box_module div.module {

	float:left;

	display:block;

	width:140px;

	height:80px;

	overflow: auto;

/*	border-right: 1px dotted #343f67; */

}



#box_module input {

	background-color:#b0b8d7;

}



#box_module input:hover {

	background-color:#EE7900;

}



/* ------------------------------------------------------------------- DOCUMENT */





#box_document {

	width:750px;

	margin-left:auto;

	margin-right:auto;

}



#document {

	background-color: #FFFFFF;

	padding-right:20px;

	padding-left:20px;

/*	background-image: url(img/fd_content_document.gif);

	background-repeat: no-repeat;

	background-position: left 8px;*/

}



#contain_document {

	display:block;

}



#document_bottom {

	background-image: url(img/fd_document_bottom.gif);

	background-repeat: no-repeat;

	background-position: center top;

	height:19px;

}





/* ----------------------------------- HEADER DOCUMENT ------- */



#header_document {

	margin-left:0px;

	padding-top:20px;

	margin-bottom:20px;

}



#header_document_content {

	/*background-image: url(img/fd_content_document.gif);

	background-repeat: no-repeat;

	background-position: left bottom;*/

/*	padding-left:15px; */

	padding-right:15px;

	padding-bottom:5px;

}



#header_document_content a {

	color:#EE7900;

	font-size: 20px;

	font-weight:normal;

	text-decoration:none;

	background-image: url(../../../css/img/point_content_document.gif);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left:20px;

}



#header_document_content img {

	vertical-align: baseline;

	padding-right: 8px;

}





#header_document_content_i {

	/*vertical-align:bottom;

	background-image: url(img/fd_content_document.gif);

	background-repeat: no-repeat;

	background-position: right bottom;

	padding-right:17px;

	padding-bottom:8px;*/

}



#header_document_content_i img {

	padding-left: 10px;

}



#header_document_content_i a {

	font-weight:bold;

	color:#000000;

	font-size:11px;

	margin-left:12px;

	text-decoration:none;

	white-space: nowrap;

}



#header_document_content_i a:hover {

	color:#999999;

}



/* ------------------------------------------------------------------- FOOTER */



#ft {

	border-top: 1px dotted #646d96;

	position:fixed;

	bottom:5px;

	left:0px;

	padding-left:5px;

	text-align: left;

	font-size: 11px;

	width:100%;

	padding-top:5px;

	font-weight:bold;

}

#ft,
a.ft_ctt_a {
	color: #384063;
}

a.ft_ctt_a {
	text-decoration: none;
}

a.ft_ctt_a:hover{
	color: #EE7900;
}

#ft_crea {
	position:absolute;
	right:20px;
	top:6px;
}
