/* GENERAL */

body {
	background-color: #fff;
	font-size: 12px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	width:100%;
	height:100%;
}
html {
	overflow:hidden;
	width:100%;
	height:100%;
}

form {
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 12px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
}

/* LAYOUT */

div.logo {
	height: expression(document.body.offsetHeight - 10);
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: 5px;		
	top: 5px;
	margin: 0px;
	width: 155px;		
	z-index: 1;
	background-image: url('/gfx/l_navigation.jpg');
	background-repeat: repeat-y;
	background-position: left;
	min-height: 80%;
}

div.navigation {
	position: absolute;
	left: 15px;
	top: 150px;
	width: 135px;		
	z-index: 2;
	color: #fa0;
}

div.pagercontent {
	color: #fa0;
	position: absolute;
	overflow: hidden;
	height: 60px;
	left: 180px;
	top: 5px;
	margin: 0px;
	width: 200px;		
	z-index: 3;
	background-image: url('/gfx/l_pager.jpg');
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #000;
}

div.contentbg {
	position: absolute;
	top: 5px;
	left: 160px;
	right: 5px;
	bottom: 5px;
	height: expression(document.body.offsetHeight - 10);
	width: expression(document.body.offsetWidth - 165);
	z-index: 0;
	padding: 0px;
	margin: 0px;
	background-image: url('/gfx/l_content.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

div.content {
	position: absolute;
	overflow:auto;
	top: 70px;
	left: 160px;
	right: 5px;
	bottom: 40px;
	height: expression(document.body.offsetHeight - 140);
	width: expression(document.body.offsetWidth - 185);
	z-index: 2;
	text-align: center;
	padding: 10px;
}

div.footer {
	padding: 3px;
	color: #fa0;
	position: absolute;
	left: 160px;
	right: 5px;
	height: 19px;
	bottom: 10px;
	width: expression(document.body.offsetWidth - 185);
	background-image: url('/gfx/l_footer.jpg');
	background-repeat: repeat-y;
	background-position: left;
	font-weight: bold;
}

div.adverts {
	position: absolute;
	overflow: hidden;
	height: 60px;
	left: 390px;
	top: 5px;
	margin: 0px;
	width: 469px;		
	z-index: 3;
}


/* TABLES */

.head
{
	background-color: #fa7752;
	border: 1px solid #9a4933;
}
.strong
{
	background-color: #fa987d;
	border: 1px solid #9f6150;
}

/* FORMS */

.smallinput
{
	border-width: 1px;
	border-color: #000000;
	font-size: 12px;
}
.smallbutton
{
	border-width: 1px;
	border-color: #990000;
	font-size: 9px;
	font-weight: bold;
	color: white;
	background-color: #990000;
}
.smallbuttonred
{
	border-width: 1px;
	border-color: #ffff00;
	font-size: 9px;
	color: black;
	font-weight: bold;
	background-color: #ffff00;
}
.smallbuttonspec
{
	border-width: 1px;
	border-color: #ff0066;
	font-size: 9px;
	color: white;
	font-weight: bold;
	background-color: #ff0066;
}
.button
{
	font-weight: bold;
	border-width: 3px;
	border-color: #990000;
	font-size: 12px;
	color: white;
	background-color: #990000;
}
.warnbutton
{
	font-weight: bold;
	border-width: 3px;
	border-color: #ffff00;
	font-size: 12px;
	color: black;
	background-color: #ffff00;
}


/* LINKS */

.borderpic {
	border: 1px solid #000;
}

a.navlinks, .navinactive {
	display:block;
	border-bottom:1px #f50 solid;
	height:14px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

div.navigation a:link, div.pagercontent a:link, div.footer a:link {
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
}

div.navigation a:visited, div.pagercontent a:visited, div.footer a:visited {
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
}

div.navigation a:hover, div.pagercontent a:hover, div.footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div.navigation a:active, div.pagercontent a:active, div.footer a:active {
	text-decoration: none;
	color: #ff0;
	font-weight: bold;
}

a:link {
	color: #a00;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #a00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #a00;
	font-weight: bold;
}

/* FONTS */

.fhead {
	font-size: 19px;
}
.flarge {
	font-size: 15px;
}
.fxlarge {
	font-size: 24px;
}
.fsmall {
	font-size: 11px;
}
.ftiny {
	font-size: 9px;
}
.warn {
	font-size: 110%;
	font-variant: small-caps;
	color: #ffff00;
	font-weight: bold;
}

