@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */

/* 

To whoever added this, default styles go in default.css, not webprogram.css

.start .section {
	padding: 10px;
	text-align: left;
}

.start .leftcolumn {
	float: left;
	width: 30%;
}

.start .rightcolumn {
	margin-left: 30%;
	float: right;
	width: 30%;
}

.start .columnheader {
	font-weight: bold;
	padding-bottom: .5em;
}

/* Body for all pages */
body {
	background-color: #2f3191;
	text-align: center;
	margin: 0px;
	font-size: 0.85em;
}	

/* Banner image block - should match banner size */
.banner {
	width : 700px;
	height : 95px;
}

/* Main div for each page */
.page {
	background-color: #FFFFFF;
	width: 700px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

.meeting .time {
	color: #C3362F;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: bold;
	font-size: 0.9em;
}

.session .papertime {
background-color:#FFFFFF;
float:left;
font-weight:bold;
text-align:center;
width:84px;
}

/* Page title */
.title {
background-color:#EFEFEF;
border-bottom:2px solid #FFFFFF;
font-size:12px;
font-weight:bold;
margin:0;
padding:10px;
text-align:left;
}


.addthis {  text-align: right; float:right;display:block;
	}
