﻿html, form
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-size: 9pt;
	font-family: 'Lucida Sans Unicode' , Tahoma;
	background-image: url( '../Images/HeaderBg.jpg' );
	background-repeat: repeat-x;
}

input, option, select, textarea, submit
{
	font-size: 9pt;
	font-family: 'Lucida Sans Unicode', Tahoma;	
}

a:link, a:visited, a:active
{
	color: #666633;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

.Button
{
	color:#000000;
	cursor:pointer;
	cursor:hand;
	height:22px;
	background-color:#ffffff;
	border:1px solid #8FBCE9;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#e5e5e5');
}

.TextBox
{
	color: gray;
	height: 16px;
	font-family: 'Lucida Sans Unicode', Tahoma;
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
}

.MainTable
{
	margin: 0 auto;
	width: 100%;
}

.ContentTable
{
	width: 100%;
	height: 100%;
}

.Width100
{
	width: 100%;
}

.PanelHeader
{
	background-position: center;
	background-image: url(   '../Images/DivStyle1_01.png' );
	background-repeat: no-repeat;
	height: 36px;
	width: 200px;
	text-align: left;
	padding-left: 14px;
	font-style: italic;
	color: #FFFFFF;
}

.PanelContent
{
	background-position: center;
	background-image: url( '../Images/DivStyle1_02.png' );
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 14px;
	padding-top: 6px;
	vertical-align: top;
	padding-right: 14px;
}

.MenuContent
{
	background-position: center;
	background-image: url( '../Images/DivStyle1_02_1.png' );
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 6px;
	padding-top: 0px;
	vertical-align: top;
	padding-right: 0px;
}

.Panel2Header
{
	background-position: center;
	background-image: url( '../Images/DivStyle2_01.png' );
	background-repeat: no-repeat;
	height: 9px;
	width: 560px;
	text-align: left;
	padding-left: 14px;
}

.Panel2Content
{
	background-position: center;
	background-image: url( '../Images/DivStyle2_02.png' );
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
	height: 100%;
}

.Panel3Header
{
	background-position: center;
	background-image: url(   '../Images/DivStyle1_01_2.png' );
	background-repeat: no-repeat;
	height: 36px;
	width: 200px;
	text-align: left;
	padding-left: 14px;
	font-style: italic;
	color: #FFFFFF;
}

table.frame{margin:0 0 10px;padding:0;border:1px solid #C9D9E4;border-bottom:0;}
table.frame table td{background-color:#FFF;border-bottom:1px solid #C9D9E4;}
table.frame table td.fieldarea{background-color:#E1EAF0;color:#333;text-align:right;border-right:1px solid #C9D9E4;}
input,select,textarea{color:#666;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:12px;margin:0;padding:2px;}
