
/* -======================================- */
/*              layout styles               */
/* -======================================- */


html, body, #mainHolder, #mainHolderEng{
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, 
html>body #mainHolder,
html>body #mainHolderEng{
	height: auto;
}

body {
	margin: 0px;
	background-color: #ffffff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#mainHolder ,
#mainHolderEng {
	position: absolute;
	top: 0;
    left: 50%;
	margin-left:-378px;
	width:756px;	
	background-color:white;
	background-image:url(../images/whitemask.gif);
	background-repeat:repeat-y;
	
		
}
#mainHolderEng{
	background-position:right;
}

#sideColorMask{
	position: absolute;
	bottom:0px;
	height:45px;
	width:171px;
	right:0px;
	background:white;
	
}

#ColorMask{
	
	
	height:45px;

	background:white;
	
}

#page_content{
	padding:10px 10px 0px 0px;
	background:white;
}

#page_header{
	position:relative;
	top:0px;
	height:75px;
	background:#eeebe4;
	border-bottom:4px solid white;
}

#page_sub_header{
	position:relative;
	height:21px;
	/height:31px;
	background:#c2bfba;
	border-bottom:10px solid white;
}



#breadcrumbs_content{
	margin-right:17px;
}




#trace{
	
	overflow: scroll;
	position:absolute;
	bottom:0px;
	width:100%;
	height:170px;
	background-color:#fafafa;
	z-index:10000;
}

#page_footer {
	position: absolute;
	bottom: 15px;
	border:1px solid #AAAAAA;
	left:0;
	width:756px;
	height:20px;
	font-size:10px;
	background-image:url(../images/footer_img.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#page_footer_content{
	margin:2px 20px 0px 0px;
	text-align:center;
	

}

#html_footer {
	position: absolute;
	bottom: 2px;
	color:#AAAAAA;
	left:0;
	width:756px;
	height:12px;
	font-size:10px;
	text-align:center;
}
#html_footer a{
	font-size:10px;
	color:#787878;
}

#void{
	clear:both;
}


/* -======================================- */
/*              objects styles              */
/* -======================================- */

#page_sub_header select {
	
	border:1px solid #CCCCCC;
	font-size:11px;	
	margin:1px 20px;
	width:120px;
	
	}

/* -======================================- */
/*                text styles               */
/* -======================================- */



hr{
	border: 1px solid white;
	border-top:1px solid #CCCCCC;
}

a {
	color:#666666;
	text-decoration : none;
	
}
a:hover{
	text-decoration : underline;
	color:#666666;
	
}

#main_header{
	
	font-weight:bold;
	
}

#page_tag #bull{
	
}


