div.leaderboard
{
	display: block;
	float: left;
	margin: 10px 0px 10px 20px;
	border: none;
	padding: 0px;
	width: 728px;
	height: 90px;
	overflow: hidden;
}

div.intro
{
	display: block;
	float: left;
	margin: 10px 0px 10px 20px;
	border: none;
	padding: 0px;
	width: 728px;
}

div.miniBox,
div.midiBox,
div.maxiBox
{
	display: block;
	float: left;
	margin: 10px 0px 10px 20px;
	border: none;
	padding: 0px;
	background: #eef3ff;
}

div.miniBox
{
	width: 300px;
	height: 250px;
	overflow: hidden;
}

div.midiBox
{
	width: 408px;
	height: 520px;
	overflow: hidden;
}

div.maxiBox
{
	width: 728px;
	min-height: 500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px");
}

div.miniBody fieldset,
div.midiBody fieldset,
div.maxiBody fieldset
{
	margin: 0px;
	border:1px solid #c2d5ff;
}

div.nav
{
	display: block;
	margin: 0px;
	border: none;
	padding: 0px;
	height: 20px;
	background: #eef3ff;
}

a.tabs,
a.tabs:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #4c5b7e;
}

span.tabs
{
	text-decoration: none;
	font-weight: bold;
	color: #4c5b7e;
	table-layout: auto;
}

table.tabs
{
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	table-layout: auto;
}

td.tabStartActive,
td.tabStartPassive,
td.tabBodyActive,
td.tabBodyPassive,
td.tabMiddlePassive2Passive,
td.tabMiddlePassive2Active,
td.tabMiddleActive2Passive,
td.tabEndActive,
td.tabEndPassive
{
	padding: 0px;
	height: 20px;
	border: none;
	border-width: 0px;
}

td.tabStartActive
{
	width: 8px;
	background: url("../img/plugins/tab_startactive.png") no-repeat top;
}

td.tabStartPassive
{
	width: 8px;
	background: url("../img/plugins/tab_startpassive.png") no-repeat top;
}

td.tabBodyActive,
td.tabBodyPassive
{
	padding: 4px 0px 0px 0px;
	width: 65px;
	width: expression(this.scrollWidth > 65 ? this.scrollWidth:"65px");
	height: 18px;
	font-size: 11px;
	font-weight: bold;
}

td.tabBodyActive
{
	background: url("../img/plugins/tab_bodyactive.png") repeat-x top;
}

td.tabBodyPassive
{
	background: url("../img/plugins/tab_bodypassive.png") repeat-x top;
}

td.tabMiddlePassive2Passive
{
	width: 20px;
	background: url("../img/plugins/tab_middlepassive2passive.png") no-repeat top;
}

td.tabMiddlePassive2Active
{
	width: 20px;
	background: url("../img/plugins/tab_middlepassive2active.png") no-repeat top;
}

td.tabMiddleActive2Passive
{
	width: 20px;
	background: url("../img/plugins/tab_middleactive2passive.png") no-repeat top;
}

td.tabEndActive
{
	width: 20px;
	background: url("../img/plugins/tab_endactive.png") no-repeat top;
}

td.tabEndPassive
{
	width: 20px;
	background: url("../img/plugins/tab_endpassive.png") no-repeat top;
}

div.bar,
div.barCorner,
div.barCornerRound,
div.barLeft,
div.barRight
{
	display: block;
	margin: 0px;
	border: none;
	padding: 0px;
	height: 20px;
	background: url("../img/plugins/bar.png") repeat-x top;
}

div.barCorner
{
	float: left;
	width: 5px;
	background: url("../img/plugins/bar_corner.png") no-repeat top;
}

div.barCornerRound
{
	float: left;
	width: 5px;
	background: url("../img/plugins/bar_cornerround.png") no-repeat top;
}

div.barLeft
{
	float: left;
	padding: 3px 2px 0px 3px;
	height: 16px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #4c5b7e;
	background: none;
}

div.barRight
{
	float: right;
	border-right: 1px solid #c2d5ff;
	padding: 2px 2px 1px 0px;
	height: 16px;
	text-align: right;
	background: none;
}

div.miniBody,
div.midiBody,
div.maxiBody
{
	display: block;
	margin: 0px;
	border: 1px solid #c2d5ff;
	padding: 0px;
	background: #ffffff;
}

div.miniBody
{
	height: 218px;
	overflow: auto;

}

div.midiBody
{
	height: 498px;
	overflow: auto;
}

div.maxiBody
{
	min-height: 458px;
	height:expression(this.scrollHeight > 458 ? "auto":"458px");
}

div.context
{
	display: none;
	margin: 0px;
	border-bottom: 1px solid #c2d5ff;
	padding: 5px;
	background: #eef3ff;
}

table.context td,
table.context th
{
	font-size: 10px;
}

table.context th
{
	font-weight: bold;
}

table.context td.highlight
{
	font-style: italic;
}

img.icon
{
	border-style: none;
	vertical-align: middle;
}

img.close
{
	float: right;
	margin: -3px -3px 2px 2px;
	border-style: none;
	vertical-align: middle;
}

a.link,
a.link:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #4c5b7e;
}

p.msgTitle
{
	margin: 5px 3px 5px 8px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #4c5b7e;
}

p.msgText
{
	margin: 5px 3px 5px 8px;
	padding: 0px;
	font-weight: normal;
}

p.time
{
	margin: 5px 3px 0px 8px;
	padding: 0px;
	font-weight: normal;
	color: #808080;
}

p.alert
{
	margin: 0px 3px 5px 8px;
	padding: 0px;
	font-weight: bold;
}

p.reportHidden
{
	margin: -5px 3px 5px 8px;
	padding: 0px;
	font-weight: normal;
	display: none;
}

p.reportVisible
{
	margin: -5px 3px 5px 8px;
	padding: 0px;
	font-weight: normal;
	display: block;
}

hr.separator
{
	margin: 0px;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #c2d5ff;
}

div.overview
{
	margin: 0px;
	border: none;
	padding: 5px;
}

input[id$="AscForm_submit"]
{
	background: url("../img/plugins/sortAsc.png") no-repeat center;
	width: 13px;
	height: 13px;
}

input[id$="DescForm_submit"]
{
	background: url("../img/plugins/sortDesc.png") no-repeat center;
	width: 13px;
	height: 13px;
}

table.overviewTable
{
	width: 543px;
}

table.overviewTable tr.headRow
{
	font-weight: bold;
	background: #eef3ff;
}

table.overviewTable tr.sortRow
{
	background: #ffffff;
}

table.overviewTable tr.oddRow
{
	background: #f9f9f9;
}

table.overviewTable tr.evenRow
{
	background: #eeeeee;
}

table.overviewTable tr.footRow
{
	font-weight: bold;
}

table.overviewTable th
{
	padding: 2px 5px 2px 5px;
}

table.overviewTable tr.sortRow td
{
	text-align: center;
}

table.overviewTable td
{
	padding: 1px 5px 1px 5px;
}

table.overviewTable td.textCol
{
	text-align: left;
}

table.overviewTable td.numCol
{
	text-align: right;
}
