html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #efd624;
	background-color: #efd624;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:144px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #fae240 url(images/header_fon.gif) repeat-x;
	background-position: left top;
}
#header_2
{
	height:144px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: url(images/header_pic.gif) no-repeat;
	background-position: right top;
}
#header_logo
{
	position:absolute;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	position:absolute;
	right:46px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:7px 4px;
}
#header_menu span
{
	display:block;
	float:left;
	padding:7px 4px;
}
#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
	background-color:#fef7cb;
}

/*Left column top*/
#content .left-column-top
{
	width:180px;
	vertical-align:top;
	height:100%;
	padding: 20px 10px 5px 10px;
}

/*Main column top*/
#content .main-column-top
{
	vertical-align:top;
	padding: 20px 10px 5px 10px;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
	padding: 5px 10px 10px 10px;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding: 5px 10px 10px 10px;
}

/*Right column*/
#content .right-column
{
	width:180px;
	vertical-align:top;
	padding: 5px 10px 10px 10px;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #fef6c5;
	text-align:right;
}
div#footer {
	border-top:1px solid #efd624;
	}
/*Link in footer*/
#footer a
{
	color: #486DAA;
	font-size: 100%;
	text-decoration: underline;
}

#footer a:hover
{
	color: #DD0000;
}
/*Data table*/
table.data-table
{
	border:1px solid #efd624;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #efd624;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#fae240;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #efd624;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fef6c5;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


/*body.corporate div.helpful-links ul li.external {background-image: url('images/arrow-ext-white2.gif');} */

/* Whole frame */
div.frame-whole {background-color: #FFF; color: #000; position: relative; //width: 100%;}

div.frame-whole-tl, div.frame-whole-tr, div.frame-whole-br, div.frame-whole-bl {position: absolute; width: 10px; height: 10px;}

div.frame-whole-tl {top: 0; left: 0; background: url('images/frame-whole-tl.gif') 0 0 no-repeat;}
div.frame-whole-tr {top: 0; right: 0; background: url('images/frame-whole-tr.gif') 0 0 no-repeat;}
div.frame-whole-br {bottom: 0; right: 0; background: url('images/frame-whole-br.gif') 0 0 no-repeat;}
div.frame-whole-bl {bottom: 0; left: 0; background: url('images/frame-whole-bl.gif') 0 0 no-repeat;}

* html div.frame-whole-tr, * html div.frame-whole-br {right: expression( this.parentNode && this.parentNode.offsetWidth % 2 ? -1 : -0 );}
* html div.frame-whole-br, * html div.frame-whole-bl {bottom: expression( this.parentNode && this.parentNode.offsetHeight % 2 ? -1 : -0 );}

div.frame-whole a:link,
div.frame-whole a:visited,
div.frame-whole a:hover {color: #f50b16;}

/* Whole2 frame */
div.frame-whole2 {background-color: #fef6c5; color: #000; position: relative;//width: 100%;}

div.frame-whole2-tl, div.frame-whole2-tr, div.frame-whole2-br, div.frame-whole2-bl {position: absolute; width: 10px; height: 10px;}

div.frame-whole2-tl {top: 0; left: 0; background: url('images/frame-gray2-tl.gif') 0 0 no-repeat;}
div.frame-whole2-tr {top: 0; right: 0; background: url('images/frame-gray2-tr.gif') 0 0 no-repeat;}
div.frame-whole2-br {bottom: 0; right: 0; background: url('images/frame-gray2-br.gif') 0 0 no-repeat;}
div.frame-whole2-bl {bottom: 0; left: 0; background: url('images/frame-gray2-bl.gif') 0 0 no-repeat;}

* html div.frame-whole2-tr, * html div.frame-whole2-br {right: expression( this.parentNode && this.parentNode.offsetWidth % 2 ? -1 : -0 );}
* html div.frame-whole2-br, * html div.frame-whole2-bl {bottom: expression( this.parentNode && this.parentNode.offsetHeight % 2 ? -1 : -0 );}

div.frame-whole2 a:link,
div.frame-whole2 a:visited,
div.frame-whole2 a:hover {color: #f50b16;}

div.helpful-links {
	margin-top: 10pt;
	margin-right: 0pt;
	margin-bottom: 1.2em;
	margin-left: 0pt;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 100%;
	}
