/************************************
	Basic Containers
************************************/

body {
	cursor: default;
	font-family: Calibri, Verdana;
	font-size: 14px;
	line-height: 18px;
}

h3 {
	font-size: 20px;
}

p {
	margin: 18px 0px;
}

/************************************
	Frames
************************************/

#loginFrame {
	display: block;
	width: 320px;
	height: 126px;
}

#registrationFrame {
	display: block;
	width: 320px;
	height: 225px;
}

/************************************
	Body
************************************/

#innerBodyContainer {
	position: relative;
	width: 1007px;
	height: 675px;
	margin: 0px auto;
	background: url("../img/background.jpg") no-repeat;
}

/************************************
	Header
************************************/

#header {
	position: absolute;
	left: 58px;
	top: 142px;
}

#header h1 {
	color: #0D5CAB;
	font-size: 28px;
}

/************************************
	Content
************************************/

#contentContainer {
	position: absolute;
	left: 58px;
	top: 178px;
	width: 460px;
}

#contentContainer .blue {
	color: #006699;
}

#contentContainer .white {
	color: #FFFFFF;
}

/************************************
	Control Panel
************************************/

#cPanelContainer {
	position: absolute;
	left: 612px;
	top: 138px;
	width: 320px;
}

.cPanelHeader {
	height: 40px;
	border-bottom: 1px solid #226AB2;
	border-top: 1px solid #226AB2;
	background: #0D5CAB;
}

.cPanelHeader h2 {
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}

.cPanelBody {
	color: #444444;
	background: #FFFFFF;
}

#cPanelBodyEventNotice {
	padding: 4px;
}