/* CSS Document */

body{
background-color: #0099CC;}

.content {
	height: 105px;
	border: thin none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#loginBox 
{
position:absolute; left:565px; top:300px; width:123px; height:121px; z-index:10;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


th.tabbed{
height:35px;
width:150px;
padding-top:10px;
background-image:url(../images/tab.png);
background-repeat:no-repeat;
}

th.tabbed#active{
background-image:url(../images/tab_active.png);
font-size:larger;
}

#contentContainer{
vertical-align:top;
width:750px;
height:600px;
background-image:url(../images/folderBG.png);
background-repeat:no-repeat;
}

#mainContent{
font-family:Arial, Helvetica, sans-serif;
font-size:smaller;
overflow:auto;
height:530px;
width:735px;
}

#navbar{
border-bottom-color:#000000;
border-bottom:ridge;
border-top-color:#000000;
border-top:ridge;
border-width:thin;

}

th.empty{
color:#0099CC;

}#logo {
	position: absolute;
	left: 555px;
	top: 15px;
	z-index: 11;
	background-image: url(../images/mini_logo.gif);
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
}
