﻿html
{
	margin: 0px;
	height: 100%;
}
body
{
	background: url(Images/admin_bg_bluerepeat.png);
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #eff1f5;
	height: 100%;
}
#bg_repeater
{
	background-image: url(Images/admin_bg.png);
	background-repeat: repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -101px;
}
#middle
{
	overflow: hidden;
	width: 950px;
	height: 100%;
}
#top
{
	overflow: hidden;
	height: 94px;
	width: 950px;
	color: White;
}
#wrapper
{
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#footer
{
	height: 81px;
	width: 100%;
	background-image: url(Images/admin_bg_bottom.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 20px;
	color: White;
	float: right;
}
#push
{
	height: 101px;
	width: 100%;
	float: left;
}
a:link
{
	text-decoration: none;
	color: White;
	border: none;
}
a:visited
{
	text-decoration: none;
	color: White;
	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;
}
.toolbar_dynamic
{
	background: #000000;
	font-weight: normal;
	color: White;
	font-size: 13px;
	font-family: Verdana;
	height: 25px;
	width: 220px;
	padding-left: 5px;
}
.toolbar_dynamic_h
{
	background: #000000;
	color: White;
	font-size: 13px;
	font-family: Verdana;
	height: 25px;
	width: 220px;
	padding-left: 5px;
	text-decoration: none;
}
.panel_menu
{
	z-index: 100;
	position: relative;
	padding-left: 25px;
}
.storheader
{
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
}

.content
{
	border: solid 2 #003366;
}

.content a:link
{
	color: #003366;
}

.content a:visited
{
	color: #003366;
}

.error
{
	color: Red;
}
img
{
	border: none;
}

