html,body  {
	font: small arial, verdana;
	margin: 0;
	padding:0;
	height:100%;
	background: #e9e9e9 url('/img/bgr_html.jpg') repeat-y;
	background-position: 1335px 0;
}

body {
	behavior: url(/js/csshover.htc);
}

div#container {
	position:relative; 
	max-width: 1340px; 
	min-width: 940px; 
	width: expression((document.documentElement.clientWidth	|| document.body.clientWidth) < 1000 ? '935px' : (document.documentElement.clientWidth || document.body.clientWidth) > 1400 ? '1335px' : '99.9%' );
	background-color:#fff;
	color: #3e3e3e;
	height:auto !important;
	height:100%;
	min-height:100%;
}

a {
	/*color: #0069b2;*/
	color: #0033cc;
}

a:visited {
	color: #6c2790;
}

a:hover {
	color: #08b200;
}

h1 {
	font: 2.5em arial;
	margin:0;
	color: #363636;
}

h2 {
	font: 1.9em arial;
	color: #414141;
	margin: 0;
}

h2 a, h2 a:visited {
	color: #414141;
}

h3 {
	font: 1.35em arial;
	color: #414141;
	margin: 0;
}

h3 a {
	color: inherit;
}

h3.features {
	margin-top:0.2em;
	margin-bottom: 0.3em;
}

ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

ul li {
	padding: 5px 0;
	padding-left: 10px;
	list-style-type: none;
	background: url('/img/bgr_list.gif') no-repeat;
}

ol {
	margin: 0;
	padding: 0 0 0 1.5em;
}

ol li {
	padding: 5px 0;
	list-style-type: decimal;
	background: none;
}

ul.notype li {
	padding-left: 0;
	background: none;
}

strong {
	font-weight: normal;
}

/* #header begin */ 

table#mainmenu tr td.empty {
	height: 2.26em;
	width: 37px;
	background: #fff;
}

table#undermenu {
	border-collapse: collapse;
	width: 100%;
       	height: 5px;
}

table#undermenu tr td {
	background: #494949;
       	height: 5px;
}

/* #header end */

/* #content begin */
div#content {
	padding: 25px 37px 7em;
}



#userbar {
	padding:0 37px;
	background: #e5e5e5;
	margin-top: 1px;
	height: 42px;
}

table#bar {
	width: 100%;
	height: 42px;
	border-collapse: collapse;
}

table#bar {
	vertical-align: middle;
}

#bar a {
	color: #000;
}

/* #content end */

/* #footer begin */
div#footer {
	position:absolute;
	width:100%;
	bottom:0; 
	background-color:#f1f1f3;
	border-top: 1px solid #cdcdcf;
	clear: both;
}

#in_footer {
	border-collapse: collapse;
}

#in_footer tr td {
	padding: 1.5em;
}

#in_footer tr td#fmenu {
	padding-left: 18em;
}

	div#footer p {
		padding: 1.5em;
		margin:0;
	}
	
div#footer a {
	color: #000;
}
/* #footer end */


#help {
	padding: 1.5em;
}

/* #################################### page controls #################################### */

.page-control 	{text-align: center;}
.page-control a	{font-size: 1em; border:1px solid #cbcbcb; padding:0.2em 0.3em; text-decoration:none;}
.cur-page	{font-size: 1em; border:1px solid #0064a4; color:#0064a4; background:#dbf0fe; padding:0.2em 0.3em;}

/* ####################################     hints     #################################### */

.hint_container {background:#FFFFFF;width:350px;height:235px;padding:0.5em;border:1px solid #0064a4;overflow:hidden;}
.hint_head {color:#ff6600;margin-bottom:0.5em;font-weight:bold;overflow:hidden;font-size:1em;padding-left:0.2em;}
.hint_body {font-size:1em;}

