/*
 * Set the font, margin, and height for the page. Since table content sometimes doesn't get body styling,
 * define it for all tables.
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	background-color: #5A80B9;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/*
 * Our pages are broken into title, navbar, main (content & sidebar), and footer.  The content and sidebar have dummy table
 * cells wrrapped around them to ensure proper horizontal sizing on some older browsers.
 */
div.title {
	width: 800px;
}
div.navbar {
	background-color: #CCCCCC;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	width: 800px;
	border-right: 1px solid #AAAAAA;
}
div.navbar table {
	font-size: 12px;
}
div.main {
	width: 800px;
	background-color: #FFFFFF;
	border-right: 1px solid #AAAAAA;
}
div.main td.content {
	vertical-align: top;
	padding: 20px 50px 20px 50px;
}
div.main td.sidebar {
	background-color: #DAE4EE;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
	font-size: 11px;
}
div.footer {
	color: #CCCCCC;
	text-align: right;
	font-size: 10px;
	width: 800px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #AAAAAA;
}


/*
 * The navbar appears directly under the title. It has some complicated styling.
 */
div.navbar table {
	margin: 0px 10px 0px 38px;
}
div.navbar td {
	text-align: center;
}
div.navbar td.current-tab {
	background-color: #FFFFFF;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
div.navbar td.not-current-tab {
	background-color: #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
div.navbar td a {
	padding: 0px 10px 0px 10px;
}
div.navbar td.current-tab a {
	color: #FF6600;
	text-decoration: none;
	cursor: default;
}
div.navbar td.not-current-tab a {
	color: #003366;
}


/*
 * Sidebar properties.
 */
td.sidebar p {
	margin: 0px 0px 5px 0px;
}
td.sidebar a.current-sidelink {
	color: #666666;
	text-decoration: none;
	font-style: italic;
	cursor: default;
}
td.sidebar a.not-current-sidelink {
}


/*
 * Footer properties.
 */
div.footer a {
	color: #CCCCCC;
}


/*
 * This table style is for listing events.
 */
table.importantdates {
	width: 100%;
	font-size: 11px;
	background-color: #FFFF99;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	margin: 30px 0px 30px 0px;
}
table.importantdates th {
	text-align: left;
	vertical-align: top;
}
table.importantdates td {
	vertical-align: top;
	border-top: 1px dashed #FFCC00;
}


/*
 * The oldconferences table shows poster links for previous conferences.
 */
table.oldconferences td.poster {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
table.oldconferences td.poster img{
	border: 1px solid #CCCCCC;
}
table.oldconferences a:hover {
	background-color: #C0D6EB;
	text-decoration: none;
}


/*
 * Headings. Note that H1 and H2 were originally used in the title, but have now replaced by a graphic.
 */
h3 {
	font-size: 16px;
}
h4 {
	padding-top: 20px;
	font-size: 14px;
	border-bottom: 1px solid #666666;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*
 * Some general modifers used throughout.
 */
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	margin-bottom: 3px;
}
li li {
	margin-top: 0px;
}
code {
	color: #006600;
	font-weight: bold;
}
p.example {
	border-top: 1px solid #33CC00;
	border-bottom: 1px solid #33CC00;
	background-color: #A8FF89;
	padding: 10px;
	margin: 30px;
	font-size: 11px;
}
span.hilite {
	background: #FFFF99;
}
span.qualifier {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
span.at {
	font-size: 11px;
	font-style: italic;
	color: #6699CC;
	padding-left: 3px;
	padding-right: 3px;
}

table.orgtable th {
	text-align: left;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
	padding-top: 15px;
}

table.orgtable td {
 font-size: 12px;
	vertical-align: top;
}

span.thsmall {
  font-size: 10px;
}