html,body {
	margin:0;
	padding:0;
	background-color: #f8f8f8;
	height: 100%;
	overflow: hidden;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.content {
	background-color:#666666;
	padding : 4px;
	border-color : #000000;
	border-style : solid;
	border-width : 0 0 1px;
}
div#content {
	background-color:#333333;
	padding: 10px;
}
div#input {
	background-color: #666666;
	padding: 4px 10px 4px 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0px 0px 0px; 
}
div#footer {
	background-color: #666666;
	padding: 4px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	text-align: right;
}
div#img {
	background-color: #666666;
	padding: 4px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	text-align: right;
}
.main {
	height:0px;
	float: left;
	padding: 1px;
}
div#login_box {
	height: 100%;
	width: 400px;
    position:relative;
	margin: auto;
}
div.user
{
	background-color: #f8f8f8;
	border: 1px solid #b3b3b3;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}
div.grey_box
{
	background-color: #e8e8e8;
	border: 1px solid #b3b3b3;
	margin: 0;
	padding: 5px;
}

div.messages
{
	background-color: #e8e8e8;
	border: 1px solid #b3b3b3;
	margin: 0;
	padding: 5px;
}
div.white_box
{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #b5b5b5;
	margin: 5px 0 5px 0;
}
.login {
	background-color: #333333;
	border: 0px #000000 solid; 
	height: 150px;
	width: 400px;
	position: relative;
	top: 30%;
}

.table {
	background-color: #333333;
	border: 0px #000000 solid; 
}

input {
	background: #999999;
	color: #000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #707070;
	border-left: 1px solid #000000;
	border-right: 1px solid #707070;
	text-indent: 2px;
	font-size: 10px;
}
input.button {
	color: #000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #707070;
	border-left: 1px solid #000000;
	border-right: 1px solid #707070;
	background: #CCCCCC;
	font-size: 10px;
}
select {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #707070;
	border-left: 1px solid #000000;
	border-right: 1px solid #707070;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
}

.tableHeader { 
	background-image: url(images/tableheaderbg.jpg); 
	background-repeat: repeat-x;
	text-align: center;
	height: 20px;
	color: #fff;
}

td.row1 {
	background-color:#535353;
	padding: 4px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
td.row2 {
	background-color:#696969;
	padding: 4px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
.menu A:link {text-decoration: none; color: #000000;}
.menu A:visited {text-decoration: none; color: #000000;}
.menu A:active {text-decoration: none; color: #000000;}
.menu A:hover {text-decoration: underline overline; color: #000000;}
A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline; color: #000000;}

.tab {
	float: left;
	margin: 0 0 0 0px;
	display: block;
	position: relative;
	top: 0px;
	margin-left: 5px;
	border: 1px solid #778;
	border-bottom: none;
	background: #999999;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	height: 100%;
}

.tabs {
	position: relative;
	height: 100%;
	color: #fff;
	float:left;
	margin:0;
}

.helper
{
    float: left;
}
div.message
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}