/* CSS Document */

@import url(textstyles.css); 
@import url(formstyles.css);
@import url(rpStyles.css);

html {
		padding: 0;
		margin: 0;
	}
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		padding: 0;
		margin: 0;
		background: #126597;
	}
	
	
	#wrapper {
		width: 790px;
		margin: 0 auto;
		background-color: #fff;
	}
	
/*************  GENERAL ***************/

.show {
	display: block;
}

.hide {
	display: none;
}

.contentAreaOpen {
	width: 640px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

.contentAreaOpenPlusHeight {
	width: 640px;
	height: 800px;
	background: #fff;
	border: 1px solid #999;
}
.header {
	background-color: #FFFFFF;
	background-image: url(../../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	width: 770px;
	font-size: 2em;
	color: #88146a;
	padding: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.contentAreaClosed {
	width: 50px;
	background: #efefef;
	border: 1px solid #eee;
	padding: 0;
	margin: 0;
}

.notAvailable {
	color: #999;
	font-weight: bold;
}

.highlightBox {
	border: none;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 5px 0px;
	padding: 10px;
	background-color: #81BF81;
	background-image: none;
	background-position: left top;
}

	
/************ TITLEBAR STYLES ***********/
	
	#titlebar {
		display: block;
		width: 100%;
	}
	
	#logo {
		float: left;
		width: 103px;
	}
	
	#title {
		float: left;
		width: 687px;
		text-align: right;
	}
#wrapper .header p {
	position: absolute;
	left: 125px;
	top: 147px;
}

	
	#title #titleContent {
		text-align: left;
		padding: 5px;
		width: 677px;
	}
	
	
/************ CONTENT STYLES ***********/	
	
	#content {
		clear: both;
		padding: 10px;
	}
	
	/*		Selection bars		*/
	
	#content #bars {
		height: 36px;
		margin: 0;
		padding: 0;
	}
	
	#content #bars #current, #bars #previous {
		float: left;
		padding-top: 8px;
		padding-left: 10px;	
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;

	}
	
	#content #bars #current {
		margin-right: 5px;
	}
	
	
	#content #bars .selected {
		background: url(../../images/bars/active.gif) no-repeat top left;
		width:  503px;
		height: 36px;
		color: #88146a;
	}
	
	#content #bars .deselected {
		background: url(../../images/bars/inactive.gif) no-repeat top left;
		width: 229px;
		height: 36px;
		color: #fff;
	}
	
	/* 		current meetings menu		*/
	
	#content #currentMenu {
		clear: both;
	}
	
	#content #currentMenu ul, #content #currentMenu li {
		padding: 0;
		margin: 0;
	}
	
	#content #currentMenu ul{
		list-style-type: none;
	}
	
	#content #currentMenu li{
		display: inline;
		padding-left: 10px;
	}
	
	#content #currentMenu a {
		color: #88146a;
		font-weight: bold;
		text-decoration: none;
	}

	#content #currentMenu a:hover {
		text-decoration: underline;
	}
	
	/*		content areas		 */
	
	#content #contentContainer {
		padding: 10px 0;
	}
	
	#content #contentContainer #currentContent, #content #contentContainer #previousContent {
		float: left;
		height: 500px;
		overflow: auto;
		padding: 10px;
		margin: 0;
	}
	
	#content #contentContainer #currentContent img, #content #contentContainer #previousContent img {
		margin-top: 50px;
		margin-left: 305px;
	}
	
	#content #contentContainer #currentContent {
		margin-right: 30px;
	}
	
	table {
		border: none;
		padding: 0;
		margin: 0;
	}
	
	td {
		border: none;
		padding: 4px;
		margin: 0;
	}

	.time {
		vertical-align: top;
		width: 20%;
	}
	
	.highlight {
		background-color: #ddd;
	}
	
	.subhighlight {
		background-color: #efefef;
	}
	
	
	
/************ LOGO AREA *************/	

	#logos {
		clear: both;
		padding: 40px 10px;
		width: 770px;
		text-align: right;
	}
	.regClosed {
	color: #CCCCCC;
}

