html
{
}

body
{
	width: 100%;
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: smaller;
}

td
{
	font-family: Verdana;
	font-size: smaller;
}

select
{
	font-family: Verdana;
}

img
{
	border: none 0px;
}

a
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: #6B6B6B;
}

a:hover
{
	text-decoration: underline;
}

#tableHeader
{
	width: 100%;
}

#tableHeaderContent
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

#tableHeaderContent a
{
	font-size: 11px;
	font-family: verdana;
	text-decoration: underline;
	font-weight: bold;
	color: #008294;
}

#tableHeaderContent h1
{
	color: White;
	font-weight: lighter;
}

.tableNavigation
{
	width: 100%;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#tableContainer
{
	width: 100%;
	text-align: center;
}

#tableContainer2
{
	width: 99%;
	background-color: white;
	border: solid 1px #008294;
	text-align: left;
}

#tableBody
{
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border-width: medium;
	border-color: Aqua;
}

#tableFooter
{
	width: 100%;
	text-align: center;
	font-size: x-small;
}

.PageNavigation
{
	border: solid 1px #3EA3AD;
	color: #008294;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.PageNavigation a
{
	background-color: #E5EBEB;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
}

.PageNavigation a.current
{
	font-weight: bold;
	background-color: white;
}

.box
{
	height: 214px;
	width: 185px;
	border-right: #888 1px solid;
	border-top: #ddd 1px solid;
	background-image: url(/abstract-book/images/homebox_bg.gif);
	border-left: #ddd 1px solid;
	border-bottom: #888 1px solid;
	background-repeat: repeat-x;
}

.boxtitlebackground
{
	background-image: url(/abstract-book/images/helpbox_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: medium;
	font-weight: bold;
	color: #008294;
	height: 10px;
	width: 100%;
}

.boxtitle
{
	font-size: medium;
	font-weight: bold;
	color: #008294;
	height: 10px;
}

.hometext
{
	font-size: smaller;
	vertical-align: top;
	line-height: 20px;
}

.label
{
	/*font-weight: bold;*/
}

/* Tree View */
.TreeNode
{
	font-size: 1em;
	cursor: hand;
}

.SelectedTreeNode
{
	font-size: 1em;
	font-weight: bold;
	background-color: #e5ebeb;
	cursor: default;
}

.HoverTreeNode
{
	font-size: 1em;
	background-color: #e5ebeb;
	cursor: hand;
}

.NodeSelected
{
	font-size: 1em;
	font-weight: bold;
	cursor: default;
}

/* Abstract Details XSL */
#tabSessionDetails
{
	width: 100%;
	background-color: white;
	border-width: 0;
}

td.AbstractTitle
{
	color: #008294;
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	background-color: #e5ebeb;
}

.AbstractText
{
	color: black;
	font-family: verdana;
	font-size: smaller;
}

.AbstractTable
{
	border-collapse: collapse;
}

.AbstractTable th
{
	font-size: smaller;
}
