#Header {
	border-bottom:	1px solid #AAAAAA;
	height:			60px;
	min-width:		1000px;
	width:			100%;
}

#Header h3 {
	color:			#135F99;
	float:			left;
	font-size:		32px;
	font-weight:	100;
	margin-top:		0px;
	margin-left:	30px;
	margin-bottom:	0px;
}

#Header font {
	color:			#135F99;
	font-size:		10px;
	margin-left:	200px;
}

#Header font a {
	color:			#135F99;
}

#Logo {
	float:		left;
	margin:		3px 0px 0px 25px;
	height:		55px;
}

#LogoutButton {
	background:		url(../../media/icons/Logout.png) no-repeat;
	border:			none;
	cursor:			pointer;
	display:		block;
	height:			35px;
	margin-top:		-11px;
	width:			55px;
}

#LogoutButton:hover {
	background:	url(../../media/icons/Logout_hover.png) no-repeat;
}

#Navbar {
	background:		#EEEEEE;
	border-bottom:	1px solid #AAAAAA;
	clear:			left;
	height:			35px;
	min-width:		1000px;
	width:			100%;
}

#NavLeft {
	float:			left;
	height:			33px;
	margin-left:	10px;
}

#NavRight {
	float:			right;
	height:			33px;
	margin-right:	65px;
}

#Path {
	height:			20px;
	margin-top:		4px;
	width:			100%;
}

#Path font {
	font-size:		12px;
	margin-left:	10px;
}

#ContentContainer {
	background:		#FFFFFF;
	border-bottom:	1px solid #AAAAAA;
	border-top:		1px solid #AAAAAA;
	margin-top:		4px;
	padding:		15px 15px 40px 15px;
}

#Content {
	font-size:		11px;
	width:			inherit;
	overflow:		auto;
}

#Footer {
	background:		#EEEEEE;
	border-bottom:	1px solid #AAAAAA;
	border-top:		1px solid #AAAAAA;
	display:		none;
	font-size:		10px;
	height:			15px;
	margin-top:		5px;
	text-align:		center;
}

#Message {
	background:					#FFFFFF;
	border:						2px #666666 solid;
	border-top-left-radius:		2px;
	border-top-right-radius:	2px;
	bottom:						0;
	display:					none;
	left:						50%;
	margin-left:				-200px;
	min-height:					50px;
	padding:					10px;
	position:					fixed;
	width:						400px;
	z-index:					999;
}