@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;
}

.start .header {
	padding: 2px 0px 2px 0px;
	text-align: center;
	background: #567632;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
}

/* Body for all pages */

.start .header {
	padding: 2px 0px 2px 0px;
	text-align: center;
	background: #567632;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
}
body {
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	font-size: 0.85em;
}	


.subtitle {
	background-color: #567632;
	padding: 2px 20px 2px 20px;
	margin-top: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
}

.session .papertime {
	width: 84px;
	float: left;
	text-align: right;
	font-weight: bold;
	background-color: #ffffff;
}
.paper .datetime {
	font-style: italic;
	text-align: left;
	color : #9B3123;
	margin: 1.0em 0.0em 0.2em 0.0em;
}

.paper .location {
	font-style: italic;
	text-align: left;
	color : #9B3123;
	margin-bottom: 1em;
}

/* Banner image block - should match banner size */
.banner {
	width : 850px;
	height : 150px;
}

/* Main div for each page */
.page {
	width: 850px;
	height: auto;
	margin: 10px auto;
	border: 1px solid #445026;
	background-color: #FFFFFF;
}

.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;
}

.paper .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #567632;
}



.descriptiontitle {
	margin-left: 94px;
	text-align: left;
	font-size: 1.0em;
}

.ataglance .page {
        width: auto;
	background-color:#FFFFFF;
	color:#484848;
	font-family:Arial,Helvetica,sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:10px;
}

.ataglance #aag td {
        font-size: x-small;
        color: black;
}

.ataglance #aag th {
        font-size: x-small;
        color: black;
}

/* At a Glance */

h2 {
 	font-family: "Arial", "sans-serif";
	font-size: 16px;
	color: #000000;
	}

.aaginstructions {	
	text-align: center; 
	font-size: 12pt;
	font-weight: bold;
	}


.ampmtype     {	
	text-align: center; 
	border-bottom: 2px groove #999999; 
	border-right: 2px groove #999999; 
	font-size: 10pt;
      }	      

.sessionstype { 
	font-size: 8pt; 
	border-bottom: 2px groove #999999;
	border-right: 2px groove #999999;
      }
	
.atAGlanceA { 
	background-color: #33FF00;
	border-bottom: 2px;
	groove #999999; 
	border-right: 2px;
	groove #999999; 
	font-size: 8pt;           
	width: 8%;
	}
	
.atAGlanceC { 
	background-color: #3399FF;
	border-bottom: 2px;
	groove #999999; 
	border-right: 2px;
	groove #999999; 
	font-size: 8pt;           
	width: 8%;
	}
	
.atAGlanceS { 
	background-color: #CC9933;
	border-bottom: 2px; 
	groove #999999; 
	border-right: 2px; 
	groove #999999; 
	font-size: 8pt;           
	width: 8%;
	}
	
.atAGlanceZ { 
	background-color: #CC66CC;
	border-bottom: 2px; 
	groove #999999; 
	border-right: 2px; 
	groove #999999; 
	font-size: 8pt;           
	width: 8%;
	}
	
.atAGlanceEvent { 
	background-color: #FFFFFF; 
	border-bottom: 2px; 
	groove #999999; 
	border-right: 2px; 
	groove #999999; 
	font-size: 8pt;           
	width: 8%;
	}

.footer{
  clear: both;
	/*width: 830px;*/
	margin: 10px auto;
	text-align: left;
	font-size: 10px;
	height: auto;
	padding: 10px;
	border-top: 1px solid #445026;
	background-color: #FFFFFF;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
  background-position: left;
}



