/* style.css */
/* margin: top right bottom left */
body
{
	font-family: Arial, Trebuchet MS, Verdana, Lucida Sans Unicode, sans-serif;
 	margin: 0;
	padding: 0;
}

form
{
 	margin: 0;
}

html>body
{
	font-size: 12pt;
}

img
{
	border: none;
}

h1
{
	font-size: 120%;
}

td
{
	font-size: 80%;
}

.altrow
{
	background-color: #FBFBFB;
	color: #303030;
}

.banner
{
	background-color: #80CDC3;
}

.banner_bg
{
	background-color: #FFF;
	background-image: url('images/bg_page.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

.border_bg
{
	background-color: #CCECE7;
}

.borderbottomdark
{
	border-bottom: 1px solid #222;
}

.borderbottommild
{
	border-bottom: 1px solid #CCC;
}

.bordertopdark
{
	border-top: 1px solid #222;
}

.box
{
	border-left: 1px solid #80CDC3;
	border-right: 1px solid #80CDC3;
	border-top: 1px solid #80CDC3;
	border-bottom: 1px solid #80CDC3;
}

.box_header
{
	background: #CCECE7;
	font-weight: bold;
}

.box_title
{
	background: #E9F7F5;
}

.buttonStd
{
	cursor: hand;
	font-size: 8pt;
	padding-top: 3;
	padding-bottom: 3;
	width: 120;
}

#container
{
	background: #fff;
	height: 100%;
	width: 740px;
}

#container .table_border_1
{
	border-bottom: 1px solid #D0D0D0; 
	border-left: 1px solid #D0D0D0; 
	border-right: 1px solid #D0D0D0; 
}

#container .table_border_2
{
	border-bottom: 1px solid #D0D0D0; 
	border-right: 1px solid #D0D0D0; 
}

#container .table_header
{
	font-weight: bold;
}

#container .table_header_color
{
	background-image: url('images/bgTableHeader.gif');
	font-weight: bold;
}

#container .table_header_border_1
{
	border-bottom: 1px solid #678988; 
	border-left: 1px solid #D0D0D0; 
	border-right: 1px solid #D0D0D0; 
}

#container .table_header_border_2
{
	border-bottom: 1px solid #678988; 
	border-right: 1px solid #D0D0D0; 
}

#container .table_row_a
{
	background: #F6F6F6;
}

#container .table_row_b
{
	background: #FAFAFA;
}

#container .table_title
{
	font-size: 95%;
	font-weight: bold;
	height: 24px;
}

#container .table_title_color
{
	background: #44AC9C;
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
	height: 22px;
}

.footer
{
	background-color: #CCECE7;
}

#footer
{
	color: #888;
	font-size: 120%;
}

#footer a
{
	color: #000;
	text-decoration: none;
}

#footer a:hover, #footer a:focus
{
	color: #000;
	text-decoration: underline;
}

.help
{
	cursor: help;
}

.img_border
{
	border-left: 1px solid #888;
	border-right: 1px solid #000;
	border-top: 1px solid #888;
	border-bottom: 1px solid #000;
}


.image_left
{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.image_right
{
	float: right;
	margin-left: 10px;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.input
{
	font-size: 11px;
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border-left: 1px inset #000000; 
	border-right: 1px inset #666666;
	border-top: 1px inset #000000;
	border-bottom: 1px inset #666666
}

#infosheet
{
	float: left;	/* Firefox - to avoid blank white space above panel */
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#infosheet td
{
	font-size: 100%;
}

#main
{
	float: left;	/* Firefox - to avoid blank white space above panel */
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#main a
{
	color:#0000FF;
	text-decoration: underline;
}

#main a:hover, #main a:focus
{
	color:#0000FF;
	text-decoration: none;
}

.mainpage
{
	background-color: #FFF;
	background-image: url('images/mainpage_bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

#menu
{
	color: #000;
	font-size: 140%;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
}

#menu a
{
	color: #000;
	text-decoration: none;
}

#menu a:hover, #menu a:focus
{
	text-decoration: underline;
}

.pagewidth
{
	width: 760px;
}

.row
{
	background-color: #F8F8F8;
	color: #303030;
}

.tableheader
{
	background-color: #D0D0D0;
	font-weight: bold;
}