@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */

/* 2009 colors
	orange #E36A24
	Blue #0074BC
	black #000000
*/

 body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-style: normal;
 	color: #000033;
 	font-size: 14px;
 	background-color: #FEFEFE;
 	padding-top: 0;
 	padding-left: 0;
 	padding-right: 0;
 	padding-bottom: 0;
	background-image: url(../images/bg.gif); 
	background-repeat: repeat;
}

.page {
	margin-top: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.person h1.title	{
	font-size: 1.2em;
}
 .banner {
 	width : 700px;
 	height : 233px;
	}
.subtitle {
	background-color: #990000;
	border-bottom: 2px solid #A8AEB5;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0pt 10px;
	text-transform: uppercase;
	}
	
a:link {
	color: #003399;

	}

a:visited {
	color: #666666;
	}

.nav {
	font-style: italic;
	margin: 1em 0em;
	text-align: left;
	font-size: 0.8em;
	}
	
.navigation {
	background-color: #FFFFFF;
	border-color:#C9CACB;
	border-width: 1px 0pt;
	border-style: solid;
	}
	
.navbutton:link {
	text-transform: uppercase;
	text-decoration:none;
	border-right: 1px solid #c9cacb;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -4px;
	margin-bottom: -4px;
	}
	
.navbutton:visited {
	text-transform: uppercase;
	text-decoration:none;
	border-right: 1px solid #c9cacb;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -4px;
	margin-bottom: -4px;
	}
	
.navbutton:hover {
	color: #ff0000;
	text-transform: uppercase;
	text-decoration:none;
	background-color: #e1e1e2;
	display: inline-block;
	padding-top: 4px;
	margin-top: -4px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #c9cacb;
	margin-bottom: -5px;
	}
	
.title {
	background-color: #FFFFFF;
	}

.subtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	
/*-- Start Page --*/
	
.start .header {
	background-color: #F1F2C7;
	font-style: italic;
	color: #000033;
	}


/*-- Meeting Page --*/

.meeting .time{
	color: #CD1A41;
	font-weight: bold;
	}
	
.meeting .date {
	background-color: #F1F2C7;
	font-style: italic;
	color: #000033;
	}
	
	
/*-- Author Index --*/

.authorindex .author {
	margin-bottom: 8px;
	}
	
.authorindex .alphalist {
	border: none;
	}


/*-- Session Pages --*/

.session .datetime {
	background-color: #F1F2C7;
	font-style: italic;
	color: #000033;
	}

.session .number {
	background-color: #990000;
	color: #FFFFFF;
	height: 10px;
	}

.session .papertitle {
	font-weight: bold;
	}
	
.session .papernumber {
	background-color: #FFFFFF;
	text-align: right;
	margin-left: 0px;
	width: 20px;
	}
	
.session .media2 {
	width: 130px;
	float: left;
	margin-left: 20px;
	vertical-align: top;
	margin-top: 0px;
	}
.session .media {
	width: 35px;
	float: left;
	margin-left: 20px;
	vertical-align: top;
	margin-top: 0px;
	}
	
.paper . media {
	width: 125px;
	margin-left: 100px;
	}	
	
.paper > .papernumber {
	margin-left: -20px;
	}
	
.session .medialink {
	width: 48px;
	}
	
.session .parents {
	margin-top: 3em;
	padding: 5px;
	clear:both;
	overflow:hidden;
	}
	
.session .siblings {
	padding: 5px;
	clear:both;
	overflow:hidden;
	}
	
/*-- Paper Pages --*/	

.paper .number {
	background-color: #990000;
	color: #FFFFFF;
	height: 10px;
	}
	