body
{
	background-color: #e2e2e2;
	font-family: Verdana;
	color: black;
}

a:link, a:visited, a:active
{
	color: #0000ff;
	text-decoration: none;
	font-size: 12px;	
	font-weight: bolder;
}
a:hover
{
	color: red;
}

a.commentLink:link, a.commentLink:visited, a.commentLink:active
{
	margin: auto;
	color: black;
	text-decoration: none;
	font-size: 10px;
	padding: 2px;
}
a.commentLink:hover
{
	background-color: #f0f0f0;
	border: 1px solid black;
	padding: 1px;
}

a.gridHeader:hover
{
	color: black;
	text-decoration: underline;
}

a.small:link, a.small:visited, a.small:active
{
	font-size: 10px;
}
a.small:hover
{
	color: red;
	text-decoration: none;
}

table.tmain, table.tsmall
{
	border: 1px solid black;
	border-top: 2px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.tmain th, table.tsmall th
{
	border-bottom: 1px solid gray;
	font-weight: bold;
	font-size: 12px;
	background-color: #c0c0c0;
	padding: 4px;
	text-align: center;
}
table.small th
{
	font-size: 11px;
	padding: 3px;
}
table.tmain td, table.tsmall td
{
	border-width: 0px;
	padding: 4px;
	font-size: 12px;
	text-align: center;
}
table.tsmall td
{
	font-size: 11px;
	padding: 3px;
}
table.tmain td.images a:hover, table.tsmall td.images a:hover
{
	background-color: #ffffff;
}
table tr.me
{
	background-color: #CAE4F1;
}
table tr.row1
{
	background-color: #eeeeee;
}
table tr.row0
{
	background-color: #ffffff;
}
/*
table.tmain tr.row0:hover, table.tsmall tr.row0:hover
{
	background-color: #FFDED3;
}
table.tmain tr.row1:hover, table.tsmall tr.row1:hover
{
	background-color: #FFDED3;
}
table.tmain tr.me:hover, table.tsmall tr.me:hover
{
	background-color: #FFDED3;
}
*/
table.tmain tr.empty, table.tsmall tr.empty
{
	background-color: transparent;
	height: 10px;
}
table.tmain tr.summaryRow, table.tsmall tr.summaryRow
{
	background-color: red;
	color: white;
	border-top: 1px solid gray;
	font-weight: bold;
}
table.tmain tr.summaryRow td, table.tsmall tr.summaryRow td
{
	text-align: center;
}
table.tmain tr.overallSummaryRow, table.tsmall tr.overallSummaryRow
{
	background-color: red;
	color: white;
	border-top: 1px solid gray;
	font-weight: bold;
	text-decoration: underline;
}
table.tmain tr.overallSummaryRow td, table.tsmall tr.overallSummaryRow td
{
	text-align: center;
}

.firstPlace
{
	color: #ffa011;
	font-weight: bolder;
}
.secondPlace
{
	color: #c5c5c5;
	font-weight: bolder;
}
.thirdPlace
{
	color: #996644;
	font-weight: bolder;
}
.standardText
{ 
	font-size: 12px;
	color: #555555;
}
.formularText
{
	font-size: 10px;
}
.info
{ 
	font-size: 11px;
	text-align: center;
	color: #ff0000;
}
.highlight
{
	background-color: yellow;
	color: black;
	padding: 1px;
}
h1
{
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 10px;
}
h2
{
	font-size: 14px;
	font-weight: bolder;
	color: #555555;
	text-align: center;
}
h3
{
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #555555;
	text-align: center;
}
h4
{
	font-size: 12px;
	color: #555555;
	text-align: center;
}
.quote
{
	display: block;
	border: 1px solid black;
	background-color: orange;
	text-align: justify;
	font-family: Times New Roman;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	font-style: italic;
}
.news
{
	background-color: #bbb;
	margin: 20px 0px 0px 0px;
	text-align: center;
	display: block;
	border: 1px solid gray;
	background-color: white;
	text-align: justify;
	font-size: 12px;
	padding: 20px;
}
.newsTabbed
{
	background-color: #bbb;
	margin: 5px 0px 0px 0px;
	text-align: center;
	display: block;
	border-width: 0px;
	background-color: white;
	text-align: justify;
	font-size: 12px;
	padding: 20px;
}
.comment
{
	border: solid;
	border-width: 2px 0px 1px 0px;
	font-size: 10px;
	text-align: right;
	background-color: #c0c0c0;
	border-color: black;
	color: black;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	height: 12px;
}
.innerComment
{
	display: block;
	border: solid;
	border-width: 0px;
	border-color: gray;
	font-size: 10px;
	text-align: justify;
	background-color: black;
	color: white;
	padding: 3px;
	margin: 4px 0px 0px 0px;
	overflow: hidden;
}
.textBox
{
	border-width: 1px;
	border-color: black;
	background-color: #f0f0f0;
	color: black;
	height: 16px;
}
.PageContentTop
{
	position: relative;
	top: 0px;
	margin: -20px -20px 20px -20px;
	height: 16px;
	vertical-align: top;
	float: left;
	width: 741px;
	border-bottom: 1px solid gray;
	background-color: #c0c0c0;
}
.PageContent
{
	position: relative;
	top: 0px;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	vertical-align: top;
	float: left;
	width: 701px;
	border: 1px solid gray;
	background-color: #eaeaea;
}
.PageContentTopWide
{
	position: relative;
	top: 0px;
	margin: -20px -20px 20px -20px;
	height: 16px;
	vertical-align: top;
	float: left;
	width: 988px;
	border-bottom: 1px solid gray;
	background-color: #c0c0c0;
}
.PageContentWide
{
	position: relative;
	top: 0px;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	vertical-align: top;
	float: left;
	width: 948px;
	border: 1px solid gray;
	background-color: #eaeaea;
}
.NaviRightTopImg
{
	border-width: 0px;
	margin-left: 10px;
	margin-top: -1px;
	cursor: pointer;
}
.NaviRightTop
{
	position: relative;
	top: 0px;
	margin-left: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
	height: 16px;
	background-color: #c0c0c0;
}
.NaviRight
{
	position: relative;
	top: 0px;
	vertical-align: top;
	float: right;
	width: 215px;
	height: 100%;
	margin: 20px 0px 10px 0px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eaeaea;
}
.menu
{
	width:988px;
	height:32px;
	position:relative;
	z-index:100;
	border-right:1px solid black;
	font-size: 12px;
	float: left;
}
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li
{
	float: left;
	width: 141px;
	position: relative;
}
.menu a, .menu a:visited
{
	display:block;
	font-size:12px;
	text-decoration:none;
	color:white;
	width:141px;
	height:30px;
	border:1px solid black;
	border-width:1px 0px 1px 1px;
	background-color: red;
	line-height:31px;
	font-weight: bold;
	font-size: 12px;
	background: red url(/pics/html/edge.png) right bottom no-repeat;
}
.menu ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 141px;
	border-top: 1px solid black;
}
.menu ul ul a, .menu ul ul a:visited
{
	background: none;
	background-color: white;
	color: blue;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 120px;
	border-width: 0px 1px 1px 1px;
	font-weight: bold;
	font-size: 12px;
}
.menu ul ul a:hover
{
	background: none;
	background-color: #e8e8e8;
	color: red;
	font-weight: bold;
}
.menu :hover > a
{
	background: none;
	background-color: #e8e8e8;
	color: red;
}
.menu ul li:hover ul, .menu ul a:hover ul
{
	visibility:visible;
}

#dropDownControl
{
	z-index:100;
	border:1px solid black;
	height: 26px;
}
#dropDownControl a.header, #dropDownControl a.header:visited
{
	color: white;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: 21px;
	border-width: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
	background: red url(/pics/html/edge.png) right bottom no-repeat;
}
#dropDownControl a.header:hover
{
	background-color: #e8e8e8;
	color: red;
}
#dropDownControl a.entry, #dropDownControl a.entry:visited
{
	background-color: white;
	color: blue;
	display: block;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: 18px;
	border-width: 0px;
	padding-left: 10px;
	padding-top: 3px;
}
#dropDownControl a.entry:hover
{
	background-color: #e8e8e8;
	color: blue;
}
#dropDownControl div
{
	height:0px;
}
#dropDownControl div:hover ul
{
	visibility: visible;
	top: 0px;
	border-top: 1px solid black;
}
#dropDownControl div ul
{
	display: block;
	visibility: hidden;
	position: relative;
	top: 1px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style-type: none;
}
#dropDownControl div ul li
{
	display: block;
	height: 21px;
	border: 1px solid black;
	border-width: 0px 1px 1px 1px;
}
#dropDownControl div:hover > a
{
	background: none;
	background-color: #e8e8e8;
	color: red;
}

.disablePanel
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
	background: #000000 url(/pics/html/ajax-loader.gif) center center no-repeat;

	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#sortedColumnAsc
{
	background: white url(/pics/html/arrowDown.gif) right no-repeat;
}
#sortedColumnDesc
{
	background: white url(/pics/html/arrowUp.gif) right no-repeat;
}

.TabControlHeaderArea
{
	border: 1px solid black;
	border-top: 2px solid black;
	background: #c0c0c0;
	text-align: left;
}
.TabControlContentArea
{
	background: white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
	margin: auto;
}
.TabControlTabItem
{
	display: inline-block;
	font-size: 12px;
	border: 1px solid lightgray;
	background: black;
	padding: 3px;
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: 1px;
	color: white;
	cursor: pointer;
	font-weight: bolder;
}
.TabControlTabItem:hover
{
	background-color: #f0f0f0;
	border: 1px solid black;
	color: black;	
}
.TabControlSelectedTabItem
{
	display: inline-block;
	font-size: 12px;
	border: 1px solid black;
	border-bottom-width: 0px;
	background: white;
	padding: 3px;
	padding-bottom: 6px;
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: -1px;
	font-weight: bolder;
}