﻿body
{
	margin: 0px;
	font: 0.8em arial;
	background-color: #dcdcdc;
}

.logo
{
	margin-top: 90px;
	margin-left: 20px;
}

.siteFlash
{
	margin-top: 30px;
	margin-left: 70px;
}
#floatdiv
{
	position: absolute;
	padding: 10px;
	background: #FFFFFF;
	border: 2px solid White;
	left: 10px;
	top: 50px;
}

.iSiteStats
{
	width: 700px;
	height: 600px;
}

.textbox
{
	width: 180px;
}

.label
{
	font-weight: bold;
}


.multilinetextbox
{
	width: 700px;
	height: 110px;
}

.siteHeader
{
	height: 15px;
	background-position: center top;
	background-image: url(images/metal2.png);
	background-repeat: no-repeat;
}

.siteCenter
{
	background-position: center top;
	background-image: url(images/metal_horizontal2.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
.siteBottom
{
	background-position: center bottom;
	background-image: url(images/metal2.png);
	background-repeat: no-repeat;
	height: 15px;
}

.logoHeader
{
	height: 15px;
	background-position: center top;
	background-image: url(images/black_rectangle.png);
	background-repeat: no-repeat;
}

.headerTd
{
	background-image: url(images/TigerSkin.jpg);
	width: 180px;
	background-repeat: repeat-x;
	height: 173px;
}

.siteTable
{
	background-image: url(images/TigerSkin.jpg);
	background-repeat: repeat-x;
	height:100%;
}

.columnTd
{
	background-image: url(images/White.jpg);
	width: 166px;
	padding-top: 10px;
	background-repeat: repeat-y;
}
.bottomColumnTd
{
	background-position: left bottom;
	background-image: url(images/RoundEdge2.png);
	width: 166px;
	background-repeat: no-repeat;
	height: 25px;
}
.menuTd
{
	background-image: url(images/black_gradient.png);
	background-repeat: repeat-x;
}

.dynamicMenuItemStyle
{
	z-index: 100;
	color: Orange;
	vertical-align: middle;
	text-align: left;
}
.staticMenuItemStyle
{
	z-index: 100;
	color: Orange;
	vertical-align: middle;
	text-align: left;
}
.dynamicMenuStyle
{
	z-index: 100;
	border:solid 1px gainsboro;
}

tr.row:hover, tr.overDataRow td
{
	background-color: #FFFFB2;
}

#headerseparator
{
	height: 4px;
	background-color: #ff9900;
}

.menuHeader
{
	vertical-align: top;
	background-image: url(../images/blackGradient.jpg);
	background-repeat: repeat-x;
}

#mainwrapper
{
	width: 710px;
	margin: 0 auto;
}

td
{
	vertical-align: top;
}

.heading1
{
	color: black;
	font-size: 1.5em;
	font-family: arial;
	margin-bottom: 3px;
	border-bottom: solid 1px whitesmoke;
	padding: 2px;
}

img
{
	border: 0px;
}

hr
{
	color: #ccc;
	height: 1px;
}

.codeblock
{
	color: #73880A;
	font: 100% "Courier New" , Courier, monospace;
	padding: 20px;
	margin: 20px;
	border-left: 1px solid #666666;
}
form
{
	margin: 0px;
	padding: 0px;
}

.button
{
	font-size: 9pt;
	font-family: 'Lucida Sans';
	background-image: url(images/BlackGlass.jpg);
	color: white;
	border: 1px solid #c5c5c5;
}

.button:hover
{
	background-image: url(images/BlackGlass2.jpg);
	background-position: left bottom;
	border: 1px solid black;
}

#footer
{
	text-align: center;
	font-size: .9em;
	color: #888;
	padding-top: 1em;
	bottom: 0;
	margin-top: 10px;
}

.copyright
{
	margin-right: 20px;
	margin-bottom: 0px;
	color: #888;
	font-size: .9em;
}

.pagesummary
{
	font-size: 0.9em;
	color: #000000;
	bottom: 0;
	font-style: italic;
	font-family: arial;
	margin-bottom: 15px;
}

.lastupdated
{
	font-size: 0.8em;
	color: black;
	padding-top: 1em;
	bottom: 0; /*border-top: 1px solid gray; 	margin-top: 20px;*/
	font-family: arial;
}

.headlinks
{
	color: #888;
	font-size: small;
	text-decoration: none;
}

.headlinks:hover
{
	text-decoration: underline;
}

.siteMenu
{
	/*margin: 10px;*/
}

.contentbox
{
	/*border: 1px dashed white;*/
}

.mouseOverContextBox
{
	cursor: hand;
	background-color: whitesmoke;
	border: dashed 1px black;
}

.mouseOutContextBox
{
}

.disabledLoadingBox
{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.loadingbox
{
	position: fixed;
	left: 40%;
	bottom: 40%;
	color: black;
	border: 1px solid black;
	background-color: #ffffff;
	height: 50px;
	width: 250px;
	text-align: center;
	padding-top: 30px;
}

.loadingbox img
{
	vertical-align: middle;
}

.loadingbox span
{
	vertical-align: top;
}

/* ie 6 doesn't support position:fixed */
.ie6_loadingbox
{
	position: absolute;
	left: 40%;
	bottom: 40%;
	color: black;
	border: 1px solid black;
	background-color: #ffffff;
	height: 50px;
	width: 250px;
	text-align: center;
	padding-top: 30px;
}

.ie6_loadingbox img
{
	vertical-align: middle;
}

.termsAndConditions
{
	height: 300px;
	overflow-y: auto;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
	padding:5px;
}

.dataGridHeader
{
	background-image: url(images/GrayGlass.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
	color:Black;
}