@import url('include/body.css');
@import url('include/banner.css');
@import url('include/footter.css');
@import url('include/MenuTop.css');
body,html{
	padding:0px;
	margin:0px;
	margin-bottom:10px;	
	text-align:center;
	font:12px Arial, Verdana, Tahoma;;
}
body{
	background:url(include/images/bg_pages.gif); background-repeat:no-repeat; background-attachment:fixed;
}
td,table,p,div{
	font:12px Arial, Helvetica, sans-serif;
}
#opacity {-moz-opacity: 0.9; opacity: 0.9; FILTER: alpha(opacity=90); LEFT: 0px; POSITION: absolute; TOP: 0px; VISIBILITY: visible; WIDTH: 200px; Z-INDEX: 100}

#divOpacity {-moz-opacity: 0.4;	opacity: 0.4; background-color:#000000;FILTER: alpha(opacity=40); LEFT: 0px; POSITION: absolute; TOP: 0px; VISIBILITY: hidden; WIDTH: 100%; height:100%; Z-INDEX: 101}

#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid #000000;
	padding: 1px;
	background-color: #FFFFFF;
	Z-INDEX: 102
}

#dragbar{
	cursor: move;
	min-width: 100px; /*NS6 style to overcome bug*/
	background-image: url('../images/cus_head_bg.gif'); 
	background-repeat: repeat-x; background-position-y: top;
	font-weight:700; color:#FFFFFF;
}

#closetext{
	cursor: hand;
	cursor: pointer;
	height: 21px;
	background-image: url('../images/cus_head_bg.gif'); 
	background-repeat: repeat-x; background-position-y: top
}
#hintbox{ /*CSS for pop up hint box */
	position:absolute; top: 0; background-color: lightyellow; width: 150px; /*Default width of hint.*/ 
	padding: 3px; border:1px solid black; font:normal 11px Verdana; line-height:18px; z-index:100;
	border-right: 3px solid black; border-bottom: 3px solid black; visibility: hidden;
}

