#titleBar
{
	position:			absolute;
	left:				0px;
	top:				0px;
	height:				20px;
	border-left:		1px solid #bdbabd;
	border-right:		1px solid #bdbabd;
	border-top:			1px solid #bdbabd;
	border-bottom:		0px solid #bdbabd;
	text-align:			center;
	color:				#646465;
	font-size:			14px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	background-image: 	url(../../images/reportTitleBackground.png);
	background-repeat: 	repeat-x;
}

#mainPage
{
	position:			absolute;
	top:				20px;
	left:				0px;
	background-color:	#F2F5FC;
	overflow:			hidden;
	border:				1px solid #bdbabd;
}

#controls
{
	position:			relative;
	top:				21px;
	left:				1px;
	height:				40px;
	border-left:		1px solid #bdbabd;
	border-right:		1px solid #bdbabd;
	border-bottom:		1px solid #bdbabd;
	border-top:			0px solid #bdbabd;
	background-color:	#e6ebf5;
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding-top:		8px;
}
#controlsContainer
{
	position: 			relative;
	width: 				180px;
	height: 			30px;	
	background-color: 	#ccd6eb;
	border: 			1px solid;
	border-color:		#f2f5fc;	
}

#controlsContainer img
{
	padding-top: 		4px;
	cursor:				pointer;
}

a.aControls
{
	text-decoration: 	none;
}

#wrapper
{
	position:			relative;
	top:				5px;

}

#pageBottomRight
{
	position:			absolute;
	right:				0px;
	bottom:				8px;
	padding-right:      20px;
	font-size:			11px;
	color:				#99aed7;
}

.printBreak
{
	display:			none;
}

.button{
	font-family: Arial;
	font-size: 10px;
	background-image: url('../images/buttonbg.gif');
	color: black;
	font-weight: bold;
	border-right: 1px solid #9F989F;
	border-bottom: 1px solid #9F989F;
	border-left: 1px solid #DFD8DF;
	border-top: 1px solid #DFD8DF;
}

#loginbox{
	width:			300px;
	height:			100px;
	position:		relative;
	margin:			0 auto;
	top:			50px;
	background-color:#D7E0F5;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
}

#pubEmail{
	position:		absolute;
	top:			25px;
	left:			10px;
	width:			260px;
	text-align:		right;
}
#pubPassword{
	position:		absolute;
	top:			55px;
	left:			10px;
	width:			260px;
	text-align:		right;
}
#pubSubmit{
	position:		absolute;
	top:			80px;
	left:			200px;
}