body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 50px 0px 40px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table
{
	font-size: 12px;
}

#maintable
{
	position: relative;
	border-right: 5px solid #999898;
	margin-right: auto;
	margin-left: auto;
}

#footer
{
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 120px;
	text-align: center;
}

#navigation
{
	list-style: none;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

#navigation li
{
	height: 60px;
	width: 120px;
	text-align: center;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	padding-top: 8px;
}

#navigation a, a.vistited, a.active
{
	color: #000000;
	text-decoration: none;
}

#navigation li:hover
{
	background-image: url(images/tab_hover.gif);
}

a, a:active, a:visited
{
	color: #000000;
	border: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}


input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset
{
	border: 1px solid #000000;
	font-size: 12px;
	padding: 6px;
	margin: 5px;
}

legend
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

img
{
	border: none;
}

a.sig_header
{
	text-decoration: none;
}

/* Sortable tables */
table.sortable a.sortheader {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
	font-size: 11px;
}
table.sortable td
{
	text-align: left;
	overflow: hidden;
	width: inherit;
}

#login
{
	font-size: 10px;
	color: #000000;
}

label
{
	cursor: pointer;
}


#login a, a.active, a.visited
{
	color: #000000;
}

#loading
{
	position: absolute;
	color: #FFFFFF;
	width: 120px;
	height: 20px;
	border: 2px solid #000000;
	background-color: #FF0000;
	right: 30px;
	top: 120px;
	text-align: center;
	vertical-align: middle;
	display: none;
	z-index: 2;
}

p
{
	margin: 2px;
	font-size: 12px;
}


#sexyBG
{
	display: none;
	position: absolute;
	background: #000;
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

.sexyX
{
	font-size: 12px;
	color: #ddd;
	padding: 4px 0;
	border-top: 1px solid #636D61;
	background: #778574;

}


#viewpic
{
	position: absolute;
	display: none;
	z-index: 3;
	width: 100px;
	left: auto;
	right: auto;
	top: 30px;
	text-align: center;
	border: 1px solid #000000;
}


.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) no-repeat bottom}