/**
 * $Id: styles.css,v 1.2 2008/03/23 14:23:05 sudaraka Exp $
 * Created: 06/03/2008
 * $Log: styles.css,v $
 * Revision 1.2  2008/03/23 14:23:05  sudaraka
 * no message
 *
 * Revision 1.1  2008/03/10 12:49:56  sudaraka
 * no message
 *
 *
 */

body, th, td
{
	color: #000000;
	font: normal 10pt Arial, Helvetica, sans-serif;
	vertical-align: top;
}
th
{
	font-weight: bold;
}
html
{
	height: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	height: 100%;
}
body.popup
{
	background: #ffffff;
}
div.moodal_container
{
	background: #ffffff;
	border: 1px solid #ffffff;
}
div
{
	outline: 0px none;
}
a, a:visited, a:active
{
	color: #ffffff;
	font: normal 10pt Arial, Helvetica, sans-serif;
	border: none;
	outline: 0px none;
	text-decoration: none;
}
a:hover
{
	color:#ffcc00;
}
img
{
	border:none;
	margin: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
input, textarea
{
	outline: 0px none;
	font: normal 12px Arial, Helvetica, sans-serif;
}
input[type=radio]
{
	border: 0px none;
	margin: 0px;
}
.IE input[type=radio]
{
	width: 13px;
}
input[type=button],
input[type=submit]
{
	height: 20px;
	padding-bottom: 1px;
}
input[type=file]
{
	height: 19px;
}

h3#page_title
{
	font: bold 20px Trebuchet, 'Trebuchet Bold', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px;
}

span.err
{
	color: #FF0000;
}
span.ok
{
	color: #00aa00;
}
span.req
{
	font: italic bold 8pt Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin-left: 3px;
}
span.req2
{
	font: italic bold 8pt Geneva, Arial, Helvetica, sans-serif;
	color: #99CC33;
	margin-left: 3px;
}

div.rec_nav
{
	font: 9px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
	padding: 3px 5px 4px;
	border: 1px solid #999999;
	background: #d8d8d8;
	margin-top: 5px;
}
div.rec_nav span.current
{
	margin:auto 2pt;
	color: #000000;
}
div.rec_nav a
{
	font: 9px Arial, Helvetica, sans-serif;
	margin:auto 3pt;
	text-decoration: none;
	color: #333333;
}
div.rec_nav a:hover
{
	text-decoration: underline;
	color: #FF9900;
}

table.container
{
	width: 950;
	height: 100%;
	min-height: 100%;
	background:#ffcc00;
}
table.container tr td.left_section
{
	min-width: 220;
	width: 220px;
	background: #004000 url('/images/testlogo3.jpg') no-repeat center top;
}
table.container tr td.left_section div.menu
{
	margin-top: 78px;
	text-align: center;
}
table.container tr td.left_section div.menu a,
table.container tr td.left_section div.menu a:link,
table.container tr td.left_section div.menu a:visited
{
	font:bold 10pt arial, helvetica;
	color: #ffffff;
	text-decoration: none;
}
table.container tr td.left_section div.menu a:hover
{
	color:#ffcc00;
}

table.container tr td.right_section
{
	background:#ffffff;
	width: 650px;
	text-align: center;
	padding: 0px 15px;
}