
/* - - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - - */

body {
	color: #224;
	margin: 20px;
	background-color: #BEC8C6;
	background-repeat: repeat-x;
	background-image:url(/files/bg.gif);
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #FFB917;
}

img {
	border-style: none;
}


/* - - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - - */

div.alphabet {
	margin-bottom: 1em;
}

div.alphabet a {
	color: #4C6660;
	font-size: 0.85em;
	font-weight: bold;
	padding: 0 0.45em 0.15em 0.45em;
}

div.alphabet a.active {
	border-width: 1px;
	border-style: none none solid none;
	border-color: #4C6660;
}

div.articlelist a {
	color: #4C6660;
	font-weight: bold;
	line-height: 165%;
}

div.hr {
	display: block;
	height: 7px;
	margin: 22px 0 24px 0;
	border-style: none;
	border-color: #FFF; /* IE 6 */
	background-image:url(/files/attendees_separator.gif);
	background-repeat: repeat-x;
}

div.hr hr {
	display: none;
}

table.attendees {
	width: 550px;
	border-style: none;
}

table.attendees th, table.attendees td {
	color: #000;
	vertical-align: top;
	padding: 4px 0 12px 0;
}

table.attendees th {
	text-align: left;
	font-weight: bold;
	width: 270px;
	padding-right: 19px;
}

table.attendees td.charindex {
	font-size: 12px;
	font-weight: bold;
	color: #4C6760;
	margin-bottom: 10px;
}

table.attendees td.charindex img {
	margin-bottom: 12px;
}


/* - - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - - */

#pageholder {
	margin: 0 auto 36px auto;
	width: 770px;
}

#logo {
	margin-left: 5px;
}

#headerlinks, #contentfooter span {
	display: block;
	text-align: right;
	text-transform: uppercase;
	margin: 0 12px 0 0;
	font-size: 10px;
	font-family: Monaco, "Andale Mono", monospace;
}

#headerlinks a {
	padding-left: 2em;
}


#core {
	width: 770px;
	margin: 0;
	padding: 0;
	background-image:url(/files/boxes.gif);
	background-repeat: no-repeat;
}

#eyecatcher {
	margin: 12px 12px 0 12px;
}

#loginbox {
	position: absolute;
	margin: -1px 0 0 526px;
	width: 204px;
	padding: 9px 9px 4px 9px;
	color: #4D6760;
	font-size: 12px;
	background-color: #FFF;
	border-color: #4D6760;
	border-width: 1px;
	border-style: solid;
}

#logininfo a, a.logininfo {
	color: #4D6760;
	text-decoration: underline;
}

#loginbox a {
	display: block;
	margin-top: 8px;
	color: #4D6760;
}

#loginbox form {
	margin: 0;
}

#loginbox input {
	width: 204px;
	background-color: #D7E2E0;
	border-style: none;
	margin: 4px 0 4px 0;
}

#content {
	margin: 8px 26px 12px 190px;
	padding-bottom: 12px;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 14px;
	min-height: 250px;
}

#content h1 {
	margin: 0 0 1em 0;
	color: #4B665F;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, Palatino, Times, serif; /*sans-serif;*/
	text-transform: uppercase;
}

#content h2 {
	margin: 1.75em 0 0.25em 0;
	color: #4B665F;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
}

#content h2.speaker, #content h2.lecture, #content h2.attendees {
	margin: 1.1em 0 0.25em 0;
	font-size: 16px;
	font-family: Georgia, Palatino, Times, serif;
}

#content h3 {
	margin: 0;
	color: #4B665F;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#content h4 {
	margin: 0 0 1.5em 0;
	color: #4B665F;
	font-size: 15px;
	font-weight: bold;
}

#content p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#content p.intro {
	color: #4B665F;
	font-weight: bold;
}

#contentfooter {
	width: 770px;
	height: 10px;
	background-image:url(/files/box_content_bottom.jpg);
	background-repeat: no-repeat;
	/* background-color: #BEC8C6; Moved to style_ie.css*/
}

/* - - - - - - - - - - - - NAVIGATION - - - - - - - - - - - - */

#navigation {
	margin: 19px 0 0 11px;
	width: 780px;
	height: 21px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style-type: none;
	display: inline;
	margin: 0;
}

#navigation li a {
	font-size: 13px;
	display: block;
	height: 21px;
	float: left;
	margin-right: 18px;
}

#navigation li a:hover, #navigation li a.active {
	background-color: #FEB916;
}

#subnavigation {
	position: absolute;
	visibility: hidden;
	background-color: #FFF;
	width: 220px;
	margin: 0 0 0 182px;
	font-size: 13px;
	padding: 10px 5px 5px 5px;
	line-height: 18px;
}

#subnavigation a {
	padding-left: 6px;
}

#subsubnav {
	color: #000;
	position: absolute;
	margin: 53px 0 0 10px;
	font-size: 13px;
	line-height: 200%;
	width: 150px;
}

#subsubnav ul {
	margin: 7px 0 0 0;
	padding: 0;
}

#subsubnav li {
	margin: 0;
	padding: 4px 0 4px 14px;	
	list-style-type: none;
	line-height: 100%;
}
