@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */

/* 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: 1em;
	font-weight: normal;
	color: #ffffff;
}

.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;
}
.subtitle {
	clear:left;
}
.content h2.subtitle {
	background-color: transparent;
	border-bottom: 1px solid #445026;
	color: #445026;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 2px 20px;
	text-align: left;
}
.meeting .daysheader, .meeting h4.date {
	text-align: left;
	font-size: 1em;
}
.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 */

.ataglance h2 {
 	font-family: "Arial", "sans-serif";
	font-size: 16px;
	color: #ffffff;
	}

.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 #999;
	border-right: 2px groove #999;
	font-size: 8pt;           
	width: 8%;
	}
	
.atAGlanceC { 
	background-color: #3399FF;
	border-bottom: 2px groove #999;
	border-right: 2px groove #999;
	font-size: 8pt;           
	width: 8%;
	}
	
.atAGlanceS { 
	background-color: #CC9933;
	border-bottom: 2px groove #999;
	border-right: 2px groove #999;
	font-size: 8pt;           
	width: 8%;
	}
	
.atAGlanceZ { 
	background-color: #CC66CC;
	border-bottom: 2px groove #999;
	border-right: 2px groove #999;
	font-size: 8pt;           
	width: 8%;
	}
	
.atAGlanceEvent { 
	background-color: #FFFFFF; 
	border-bottom: 2px groove #999;
	border-right: 2px groove #999;
	font-size: 8pt;           
	width: 8%;
	}

/* session styles */
.session .papernumber {
	background-color: #E1ECDE;
}
.authorindex .alphalist, .keywordindex .alphalist{
	border: 1px solid #415B3B;
	background-color: #E1ECDE;
}
.session .siblings, .paper .siblings {
	border-bottom: 0px solid transparent;
	text-align: left;
}


/* use these styles with navigation items in lists.  Also works well if you want to add drop down lists. */

.navigation table ul {
}
.navigation table ul li {
	/*padding: 0 1em;
	border-left: 1px solid #415B3B;*/
}

.navigation {
    padding: 0;
    height: auto; /* width and height set to size of navigation background image, unless it is a repeated image */
    background: #E1ECDE;
    text-align: center; /* table tag must be set to align="center" in html code in order for the navigation menu to center in Firefox  */
    margin: 0;
}
.navigation table {
	position:relative;
	width: 100%;
}

.navigation ul{
	text-align: left;
	margin: 0;
	padding-left: 0;
    font-size: 0.75em;
    font-weight: bold;
    list-style-type: none;
}

.navigation li{ /* lines up the navigation items horizontally */
 	display: block;
	float:left;
	position: relative;
    margin: 0;
    padding: 0px;
}

.navigation li a:link.currentpage, .navigation li a:visited.currentpage, .navigation li a:active.currentpage {
    background: #577632; /*background of tabs for currentpage */
    color: #FFFFFF;
    text-decoration: none; 
}

.navigation li a:link, .navigation li a:visited, .navigation li a:active {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 2px 20px 4px 20px; /*padding inside each tab*/
    color: #415B3B;
}



.navigation li a:hover {
    background: #FFFFFF; /*background of tabs for hover state */
    color: #415B3B; /* on hover, also change text color */
    text-decoration: none; /* maintain no underline on hover in all browsers */
}

/* FOOTER  */

.footer {
    clear: both;
    margin: 1em 0;
    text-align: center;
    padding: 25px 10px 10px 10px;
    border-top: 1px solid #445026;
    background-color: #FFFFFF;
	text-align:left;
}
#footer { /* used on start page */
    clear: both;
    margin: 0px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    height: 90px;
    padding: 25px 10px 10px 10px;
    border-top: 1px solid #445026;
    background-color: #FFFFFF;
    background-image: url(../images/trisociety.gif);
    background-repeat: no-repeat;
    background-position: 20px 5px;
}
