﻿html
{
	margin: 0px;
	height: 100%;
}
body
{
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #ffffff;
	height: 100%;
}
#bg_repeater
{
	background-image: url(Images/admin_bg.png);
	background-repeat: repeat-x;
	z-index: 0;
	position: absolute;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -101px;
}

#top
{
	overflow: hidden;
	height: 94px;
	width: 950px;
	color: White;
}
#wrapper
{
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#footer
{
	height: 51px;
	width: 100%;
	background-image: url(Images/admin_bg_bottom.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 50px;
	color: #000000;
	float: right;
}
#footer a:link
{
	color: #000000;
}
#footer a:hover
{
	text-decoration: underline;
	border: none;
}
#footer a:visited
{
	text-decoration: none;
	color: #000000;
	border: none;
}
#push
{
	height: 101px;
	width: 100%;
	float: left;
}

a:link
{
	text-decoration: none;
	color: #ffffff;
	border: none;
}
a:visited
{
	text-decoration: none;
	color: #ffffff;
	border: none;
}
a:hover
{
	text-decoration: underline;
	border: none;
}
.toolbar
{
	background: #ffffff url(Images/admin_menu_repeat.png) repeat-x;
	font-weight: bold;
	color: White;
	font-size: 13px;
	font-family: Verdana;
	height: 42px;
	z-index: 999;
}
.toolbar_dynamic
{
	background: #000000;
	font-weight: normal;
	color: White;
	font-size: 13px;
	font-family: Verdana;
	height: 25px;
	width: 220px;
	padding-left: 5px;
	z-index: 999;
}
.toolbar_dynamic_h
{
	background: #000000;
	color: White;
	font-size: 13px;
	font-family: Verdana;
	height: 25px;
	width: 220px;
	padding-left: 5px;
	text-decoration: none;
	z-index: 999;
}
.panel_menu
{
	z-index: 999;
	position: relative;
	padding-left: 25px;
}
.divOverlay
{
	background-image: url(Images/admin_bg.png);
	background-repeat: repeat-x;
	z-index: 300;
	position: absolute;
	background-color: #ffffff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -101px;
}
.middle
{
	z-index: 50;
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 100%;
}
.storheader
{
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
}

.content
{
	border: solid 2 #003366;
}
.treeView
{
	color: Black;	
}
.treeView a:link
{
	color: Black;	
}
.treeView a:visited
{
	color: Black;	
}
.content a:link
{
	color: #003366;
}

.content a:visited
{
	color: #003366;
}
.error
{
	color: Red;
}
img
{
	border: none;
}

