body {
	margin: 0 30px;
	/*
	background-color: #424C66;
	background-image: url(http://www.mycrosyte.com/admin/templates/imgs/filter_gradient.gif);
	background-repeat: repeat-x;
	*/
	font-family: Arial;
	font-size: 10pt;
	color: #333;
}

#frame {
/*
	background-image: url(http://www.mycrosyte.com/admin/templates/imgs/global_bg.jpg);
	background-repeat: repeat-x;
	background-color: #2E3546;
	*/
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding: 0px;
	text-align: left;
}

#frame div {
	padding: 10px;
}

#contentleft {
	width: 400px;
	float: left;
}

#contentcenter {
	width: 450px;
	float: left;
}

#contentheader {
height: 58px;
	text-align: left;
}

#contentfooter {
	text-align: right;
	/*
	background-image: url(http://www.mycrosyte.com/admin/templates/imgs/h4_gradient.gif);
	*/
}

#contentfooter {
	clear: all;
}

#contentheader h1 {
	color: #444;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

h2 {
	margin: 0;
	padding: 0;
	display: block;
}

.paginate {
	text-align: justify;
}
.statVal {
color: #333;
}
input {
	border: none;
	padding: 3px;
	color: #333;
	border: 1px solid #cccccc;
}

a, a:visited, a:link, a:active {
	text-decoration: none;
	color: blue;
}

a:hover 
{
text-decoration: underline;
background: #ffecc7;
	color: #333;
	text-decoration: none;
}
