/* -----------------------------------------------------------------------------------------------------------------
	screen.css - costum changes; load after common.css
----------------------------------------------------------------------------------------------------------------- */
	/* reset p, div for RTE */

	
	.px210x750 ul { padding-left: 7px; margin-left: 7px; }
	
	.breadcrum { border-bottom: 1px solid #dcdcdc; padding: 1px 0 3px 10px; font-size: 11px; color: #aaa; margin-bottom: 5px; }
		.breadcrum a { color: #aaa; text-decoration: none; }
		.breadcrum a:hover { color: #000; text-decoration: underline; }
	
	#contentMain .colmask { padding-top: 10px; margin-top: 10px; border-top: 1px solid #000; }
	#contentMain > div:first-child { border: none; margin-top: 0; padding-top: 0; }
	
html {
	height:100%;
	margin: 0px;
	overflow: auto;
	min-height:100%;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
	text-align: center;
	background-image: url(img/hg.jpg);
	cursor:url(img/bee.gif), url(img/bee.gif), auto;
	height:100%;
	height: auto !important;
	min-height:100%;
}

