body
{
	margin: 8px;
	background-color: #F1F6FD;
	color: #000000;
}

body, td, th, span, div, p, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a, a:visited
{
	color: #AA0000;
	text-decoration: none;
}

a:hover
{
	color: #A0A0A0;
}

#message
{
	font-size: 16px;
	color: #AA0000;
	text-align: center;
	position: absolute;
	display: none;
	top: -1px;
	left: 200px;
	right: 200px;
	z-index: 5000;
	opacity: 0.85;
}

#header *
{
	padding: 10px 15px 10px 15px;
	height: 40px;
	white-space: nowrap;
}

#header #logo
{
	font-size: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	/*background: url(images/taskbar.gif) top right no-repeat;*/
	text-align: left;
	white-space: nowrap;
}

#header #nav
{
	position: absolute;
	top: 5px;
	right: 0px;
	width: 600px;
	/*background: url(images/taskbar.gif) top right no-repeat;*/
	text-align: right;
}

#main-container table
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#main-container table, td, tr
{
	padding: 2px;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	text-align: left;
	font-size: 12px;
}

#main-container td
{
	height: 25px;
}

#main-container th, thead
{
	height: 12px;
	margin: 0;
	padding: 5px; /*3px 10px 4px 10px;*/
	background-color: #EBEBEB;
	/*background-image: url(images/listheader_aqua.gif); */
	border-bottom: 1px solid #999999;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#main-container
{
	position: absolute;
	top: 40px;
	left: 15px;
	right: 15px;
	bottom: 40px;
	border: 1px solid #999999;
	background-color: #F9F9F9;
	overflow: auto;
	/* css hack for IE */
	width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
	height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}

#main-container-header
{
	display: block;
	height: 12px;
	margin: 0;
	padding: 3px 10px 4px 10px;
	background-color: #EBEBEB;
	/*background-image: url(images/listheader_aqua.gif); */
	border-bottom: 1px solid #999999;
	color: #000000;
	font-size: 11px;
	font-weight: bold;  
}

#footer-left
{
	font-size: 11px;
	position: absolute;
	left: 15px;
	bottom: 25px;
}

#footer-left .red
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

#footer-right
{
	font-size: 11px;
	text-align: right;
	position: absolute;
	right: 15px;
	bottom: 25px;
}

#main-container td input
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 25px;
}

input, textarea
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 25px;
}

input[type="checkbox"], input[type="radio"]
{
	border: 0;
	padding: 0;
}

input.button
{
	height: 20px;
	color: #333333;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	/*background: url(images/buttons/bg.gif) repeat-x #f0f0f0;*/
	border: 1px solid #A4A4A4;
}

tr:nth-child(even) {
            background-color: #b1f6ab1c;
        }

.cancelbutton, #cancelbutton
{
background:#ffde9059;
}

.editbutton, #editbutton
{
background:#33e133;
}
