body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page-bg.png);
}

body, p, div
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}

a
{
	color: #788836;
}
a:visited, a:hover
{
	color: #8BA233;
}

#header
{
	padding-top: 25px;
	height: 95px;
	border-bottom: 5px solid #E5E5E5;
	background-color: white;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#main
{
	margin-top: 30px;
}

#content
{
	position: relative;
	margin-left: 40px;
	margin-right: 220px;
}
div.content-box
{
	-moz-border-radius: 5px;
	border-right: 2px solid #E4E4E4;
	border-bottom: 2px solid #E4E4E4;
	background-color: white;
	margin-bottom: 30px;
}
div.content-frame, div.rightbar-box-frame
{
	/*min-height: 300px;*/
	border: 1px solid #CCCCCC;
}
div.content-header, div.rightbar-box-header
{
	padding: 1px;
	border-bottom: 1px solid #CCCCCC;
}

div.rightbar-box:hover div.rightbar-box-header
{
	border-bottom-color: #AAAAAA;
}

div.content-body, div.rightbar-box-body
{
	padding: 10px;
}

div.content-box:hover div.content-header, div.content-box:hover div.content-frame
{
	border-color: #AAAAAA;
}

div.rightbar-box-body
{
	font-size: 12px;
}

#rightbar
{
	position: absolute;
	right: 20px;
	width: 175px;
}

div.rightbar-box
{
	border-right: 2px solid #E4E4E4;
	border-bottom: 2px solid #E4E4E4;
	background-color: white;
	margin-bottom: 20px;
}
/*
div.rightbar-box:hover
{
	border-color: #999999;
}
*/
div.rightbar-box-frame
{
	border: 1px solid #CCCCCC;
}

div.rightbar-box-frame:hover
{
	border-color: #AAAAAA;
}

#copyright
{
	margin-top: -20px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

h1
{
	padding: 3px;
	padding-left: 7px;
	background-image: url(../images/header-bg.png);
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #0488C8;
	color: black;
	margin: 0px;
}


h2.rightbar-box-title, table.grid-table th
{
	padding: 2px;
	padding-left: 7px;
	background-image: url(../images/header-bg.png);

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	margin: 0px;
}

.small
{
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

form
{
	margin: 0px;
	padding: 0px;
}

/*** FORM CHECKER ***/
.mwfc-ok, .mwfc-notok, .mwfc-req
{
	border: 1px solid #CCCCCC;
	
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.mwfc-req
{
	background-color: #F3F3F3;
}

.mwfc-notok
{
	background-image: url(../images/mwfc-notok-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.converts
{
	color: #CCCC00;
}

.points
{
	color: #66CCCC;
}

.row-divider
{
	border-bottom: 1px solid #cccccc;
}

.bordered-table
{
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	border-right: 2px solid #E4E4E4;
	border-bottom: 2px solid #E4E4E4;
}

/*** ROW HIGHLIGHT ***/
.hirow, tr.mwhi:hover td
{
	background-color: #F4F7E8;
}

/*** GRID TABLE ***/
.grid-table {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;

	-moz-border-radius: 5px;
	
	border-collapse: collapse;
}

table.grid-table  td, table.grid-table  th {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #AAAAAA;
	border-left-color: #AAAAAA;
	padding: 3px;
}

table.grid-table  th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}

.menuitem-active, a.menuitem-active:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #0488C8;
}
.menuitem-inactive
{
	text-decoration: none;
}

.suspect
{
	color: #999999;
}
.suspect-high
{
	color: #FF9900;
}

label, input[type="checkbox"], input[type="radio"], input[type="button"], input[type="submit"]
{
	cursor: pointer;
}

/*
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CF3208;
	font-size: 32px;
	font-weight: normal;
}
*/