﻿/*
**  Copyright 2008 Software Technology, Inc.
**  All rights reserved.
*/

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff;
}

body a {
	color: #454545;
}

body hr {
	border: solid 1px #000000;
}

.Content {
	background: #ffffff;
	color: #000000;
	float: right;
	min-height: 650px;
	height: 100%;
	width: 82%;
	position: relative;
	overflow: auto;
}

.Header {
	background: #ffffff;
	color: #000000;
	height: 40px;
	width: 100%;
	margin-bottom: 5px;
}

.Sidebar {
	background: #ffffff;
	color: #000000;
	float: left;
	height: 100%;
	width: 12%;
	padding-left: 10px;
	overflow: hidden;
	display: inline;
	min-height: 650px;
}

.Wrapper  {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
/*
.Login .Textbox, .Login .Hover {
	background: transparent url(../Images/LoginTextBox.png) no-repeat top left;
	border: none;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 5px;
	width: 337px;	
}

.Login .Hover {
	background: transparent url(../Images/LoginTextBox.png) no-repeat bottom left;
}
*/
