A:link
{
        text-decoration: none; color: #000000;
        font-style: normal;
}
A:visited
{
        text-decoration: none; color: #000000;
        font-style: normal;
}
A:hover
{
        text-decoration: none; color: red;
        font-style: normal;
}
html, body {
	height: 100%;
}

body {
	font-family: Arial; 
	font-size: 12px;
	background-image: url('images/sidebar.gif');
	background-repeat: repeat-y
}
td {font-family: Arial; font-size: 12px;}
b {text-decoration: bold; font-family: Arial; font-size: 12px; color: #000000;}
.faded {color: #999; }
.smalltext {font-family: Arial; font-size: 10px;}
.smallgrey {background-color: #EEE; font-family: Arial; font-size: 10px;}
.smallbutton {background-color: #FD7; font-family: Arial; font-size: 10px;}
.button {background-color: #DDD; font-family: Arial; font-size: 12px;}
.redbold {text-decoration: bold; color: red;}

#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 0px solid #aaa;
	z-index: 0;
}

#header {
	position: absolute;
	left: 200px;
	top: 0px;
	height: 50px;
	border: 0px solid black;	
	padding: 0px;
	z-index: 0;
}

#content {
	position: absolute;
	left: 200px;
	top: 48px;
	height: 100px;
	padding: 10px;
	z-index: 0;
}

#toolcontent {
        left: 20px;
        top: 20px;
        padding: 10px;
}

.icon a {
	float: left;
	padding: 5px;
        text-align: center;
	width: 80px;
	height: 80px;
	font-size: 8pt;
}

.icon a:hover {
	background: #eee;
}

.toolblock
	{
	display: block;
	border-bottom: 1px solid #aaa;
	height: 100px;	
	width: 700px;
	padding: 10px;
}

.bluelink {
	color: blue;
	text-decoration: underline;
}

@page { size 8.5in 11in; margin: 2cm }

.topbox {width: 100%; height: 50%; }

.bottombox {width: 100%; height: 50%; }

#tabnav a {
		display: block;
		background: #ddd;
		font-size: 12px;
		font-weight: bold;
		padding: 8px 20px 8px 10px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #aaa;
		border-top: 1px solid #ccc;
		border-bottom: 2px solid #ccc;
		color: #555;
		margin-top: 1px;
		margin-left: 10px;
		margin-right: 0px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		z-index: 2;
	}

#tabnav a.active
	{
		background: white;
		border-left: 2px solid #aaa;
		border-right: 1px solid #fff;
		border-top: 1px solid #aaa;
		border-bottom: 2px solid #aaa;
		color: #000;
		margin-left: 5px;
		z-index: 2;
	}

#tabnav a:hover
	{
		background-color: #eff;
		color: red;
	}
	
#tabnav a:hover.active
	{
		background-color: #fff;
		color: #000;
	}

#horizon        
	{
	color: white;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#loginbox    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffe;
	border: 1px dotted black;
	margin-left: -125px;
	position: absolute;
	top: -145px;
	left: 50%;
	width: 250px;
	height: 210px;
	visibility: visible
}

#popbox
	{
	position: absolute;
	left: 400px;
	top: 10px;
	width: 100px;
	height: 20px;
	z-index: 5;
	background-color: #eff;
	border: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	padding: 10px;
}

@media print {
	#popbox
	{
	position: absolute;
	left: 400px;
	top: 10px;
	width: 100px;
	height: 20px;
	z-index: 5;
	background-color: #eff;
	border: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	padding: 10px;
	visibility: hidden;
	}
}
