@CHARSET "ISO-8859-1";
body{
	background-image: url('../img/headerloop.gif');
	background-repeat: repeat-x;
	background-color: #004240;
	margin: 0;
}

a{
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
	cursor:pointer;	
}

#loader{
	position: absolute;
	top: 120px;	
	left: 10px;
	color: white;
}

#topMenu{
	float: left;
	width: 100%;
	height: 150px;
	min-width: 1100px;
	background-image: url('../img/header.gif');
	background-repeat: no-repeat;
}

#contentWindow{
	background-image: url('../img/contenttop.gif');
	background-repeat: repeat-x;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
}

.logout{
	position: absolute;
	top: 15px;
	left: 13px;
}

.home{
	position: absolute;
	top: 65px;
	left: 16px;
}

.profile{
	position: absolute;
	top: 10px;
	left: 80px;
}

.monthview{
	position: absolute;
	top: 110px;
	left: 150px;
}

.dayview{
	position: absolute;
	top: 110px;
	left: 240px;
}

