*
{
	font-family: Verdana, Arial, Tahoma, Calibri;
}
body
{
	font-size: 13px;
	margin: 5px;
	padding: 0px;
}
object
{
	margin: 0px;
	padding: 0px;
}
h2, h3
{
	text-align: center;
}
table
{
	vertical-align: middle;
}
table.tbl
{
	width: 96%;
	margin-left: 2%;
	font-size: 12px;
	border: 1px solid #c0c0c0;
}
table.invis, table.invis tr
{
	border: none;
	background: none;
}
.ellipsis, .ellipsis p
{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	width: 58em;
	margin:0;
}
table th, td.th
{
	color: white;
	background-color: #404040;
	text-align: center;
	vertical-align: middle;
	height: 4.5ex;
}
table tr
{
	background-color: #e8e8e8;
	height: 3.7ex;
}
table.tbl tr:hover, table.tbl tr.odd:hover
{
	background-color: #706860;
	color: #f0f0f0;
}
table.tbl tr:hover td a, table.tbl tr:hover td a:link, 
table.tbl tr.odd:hover td a, table.tbl tr.odd:hover td a:link
{
	color: #c8c8a8;
}
table.tbl tr:hover td a:hover, 
table.tbl tr.odd:hover td a:hover
{
	color: white;
	text-decoration: underline;
}
table tr.odd
{
	background-color: #f0f0e0;
}
td a, td a:link
{
	color: #808040;
	text-decoration: none;
}
td a:hover
{
	color: black;
	text-decoration: underline;
}
td.th a, td.th a:link
{
	color: #ffffc0;
	text-decoration: none;
}
td.th a:hover
{
	color: white;
	text-decoration: underline;
}
.small
{
	font-size: 80%;
}
.unknown
{
	font-style: italic;
	border-bottom: 1px dotted #606060;
}

.tabconrol
{
	border: none;
	position: relative;
}
.tabconrol .header
{
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: top;
	height: 30px;
}
.tabconrol .footer
{
	line-height: 210%;
	color: white;
	background-color: #404040;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
	width: 100%;
	height: 30px;
}
.tabconrol .tab 
{
	font-size: 12px;
	line-height: 210%;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: white;
	border: 1px solid #404040;
	border-top-width: 2px;
	border-bottom-style: none;
	height: 30px;
	top: 0;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	cursor: pointer;
	float: left;
}
.tabconrol .panel 
{
	text-align: center;
	position: absolute;
	background-color: white;
	border: 2px solid #404040;
	width: 100%;
	left: 0px;
	top: 30px;
	bottom: 30px;
	margin: 0px;
	padding: 6px;
	padding-top: 18px;
	padding-bottom: 18px;
	overflow-y: scroll;
}
.tabconrol .panel p.right
{
	text-align: right;
	margin-right: 40px;
}

.pages
{
	font-size: 80%;
}
.pages a, .pages a:link
{
	text-decoration: none;
	border: none;
	padding: 3px;
}
.pages a:hover
{
	text-decoration: none;
	border: 1px solid #404040;
	background-color: #f8f7f7;
	padding: 2px;
}
.pages .sel
{
	border: 1px solid black;
	background-color: #404040;
	color: white;
	padding: 2px;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
