﻿html,body,form
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: #F9F9F7 url('../images/a1.gif') repeat-x;
	font-family: Verdana, Arial;
	font-size: 9pt;
}

.body
{
	background: #ffffff;
	font-family: Verdana, Arial;
	font-size: 9pt;
}

.hidden {
	display: none;
}

#page-container {
	width: 722px;
	margin: 0 auto;
	text-align: left;
	background-color: White;
	min-height: 100%;
	position: relative;
}

#admin-page-container {
	width: 980px;
	margin: auto;
	text-align: left;
	background-color: White;
	min-height: 100%;
	position: relative;
}

#content_home
{
	min-height: 320px;
	/* IE6 min-height hack */
	height: auto !important;
	height: 320px;
	/* end IE6 min-height hack */
	width: 100%;
}

#content
{
	float: left;
	width: 502px;
	min-height: 410px;
	/* IE6 min-height hack */
	height: auto !important;
	height: 410px;
	/* end IE6 min-height hack */
	background-color: White;
	padding-left: 10px;
}

#zzz
{
	padding-bottom: 76px;
}

#admin-zzz
{
	padding-bottom: 76px;
}

#admin-content
{
	background-color: White;
	width: 980px;
	margin: 0 auto;
}

#footer
{
	clear: both;
	height: 76px;
	width: 722px;
	margin: auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 30px;
}

#admin-footer
{
	clear: both;
	height: 76px;
	width: 980px;
	margin: auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 30px;
}

a.link, a.toolbarlink
{
	text-decoration: none;
}

.static_section_title
{
	color: black;
	font-weight: bold;
	background-image: url('../Images/static_background.jpg');
	background-repeat: repeat-x;
}

.control_section_title
{
	color: black;
	font-weight: bold;
	background-image: url('../Images/control_background.jpg');
	background-repeat: repeat-x;
}

.dynamic_section_title
{
	color: black;
	font-weight: bold;
	background-image: url('../Images/dynamic_background.jpg');
	background-repeat: repeat-x;
}

.generic_section_title
{
	font-weight: bold;
	background-color: #EBEBEB;
}

.admin_container
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	background-color: White;
}

.login_panel
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	width: 235px;
}

.password_indicator
{
	font-style: italic;
	font-family: Verdana, Arial;
	font-size: smaller;
	background-color: White;
	border: solid 1px;
}

.clear
{
	clear: both;
}

.textbox
{
	text-align: right;
}

.NavItem
{
	position: relative;
	float: left;
	width: 600px;
	text-align: left;
}

.LoginPanelContainer
{
	float: right;
	width: 290px;
}

.LoginPanelContainerTPC
{
	width: 310px;
	margin: auto;
}

.Saving
{
    position: absolute;
}

.LeftIndent
{
	padding-left: 5px;
}

.RightIndent
{
	padding-right: 5px;
}

.V1Link a:link
{
	color: #cccccc;
}
.V1Link a:visited
{
	color: #cccccc;
}
.V1Link a:hover
{
	color: #cccccc;
}
.V1Link a:active
{
	color: #cccccc;
}
