body
{
	margin: 0px;
}

body, table, td, div, input, textarea, select
{
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 10px;
}

h1
{
	color: #006699;
padding-left: 10px;
font-size: 20px;
}

a
{
	color: #006699;
	text-decoration: none;
}
a:hover
{
	color: #006699;
	text-decoration: underline;
}



input
{
	color: #000000;
	border: solid 0px #FFFFFF;
}

input.textbox
{
	border: solid 1px #003366;
	background-color: #FFFFFF;
	height: 14px;
	width: 200px;
	padding: 0px;
}

input.numbertextbox
{
	border: solid 1px #003366;
	background-color: #FFFFFF;
	height: 14px;
	width: 50px;
	padding: 0px;
}

input.datetextbox
{
	border: solid 1px #003366;
	background-color: #FFFFFF;
	height: 14px;
	width: 80px;
	padding: 0px;
}

input.button
{
	border: 1px solid #000000;
	background-color: #006699;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 80px;
}

input.bigbutton
{
	border: 1px solid #000000;
	background-color: #006699;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 180px;
}

input.buttondisabled
{
	border: 0px solid rgb(136, 136, 136);
	/*background-color: rgb(204, 204, 204);*/
	color: rgb(136, 136, 136);
	text-transform: uppercase;
	width: 80px;
}

input.bigbuttondisabled
{
	border: 0px solid rgb(136, 136, 136);
	/*background-color: rgb(204, 204, 204);*/
	color: rgb(136, 136, 136);
	text-transform: uppercase;
	width: 180px;
}

textarea
{
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #003366;
	height: 80px;
	width: 200px;
}

textarea.wysiwyg
{
	height: 360px;
	width: 600px;
}

select
{
	background-color: #FFFFFF;
	border: solid 1px #003366;
	color: #000000;
}


table.form
{
	/*width: 100%;
	margin: 10px;*/
}

table.form tr td
{
	vertical-align: middle;
}

table.form tr td.title
{
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
table.form tr td.subtitle
{
	font-weight: bold;
	height: 20px;
	text-align: left;
}
table.form tr td.label
{
	text-align: right;
	padding-right: 2px;
	padding-left: 5px;
	height: 20px;
}
table.form tr td.control
{
	text-align: left;
	height: 20px;
	padding-right: 5px;
}
table.form tr td.buttons
{
	height: 40px;
	text-align: center;
}
table.form tr td.pager
{
	text-align: left;
	height: 20px;
	color: rgb(119, 119, 119);
}
table.form tr td.pager a
{
	color: rgb(0, 102, 51);
}

table.form tr td.pager a:hover
{
}

#divFrontendPageContent
{
	display: inline;
}
#divFrontPageLoading
{
	/*display: none;*/
}
