﻿html, body {height:100%}
body
{
	margin-top: 0px;
}
a, a:visited {
	text-decoration: none;
	color: #0066CC; 
	background: inherit;
}
a:hover {
	color: #FF3300;
	background: inherit;
	text-decoration: underline;
}
h1, h2
{
	color:#006666;
	font-family: Arial, Verdana;
	font-weight: Bold;
}
h1 {
	font-size: 14px;
}
h2
{
	padding: 2px;
	font-size: 12px;
}

img{
	border: 0px;
	background: transparent;
}

hr
{
	border-style: dashed;
	color: #3399cc;
	background-color: #3399cc;
	height: 1px;
	width: 90%;
}

b
{
	font-weight:bold;
	color:#006666;
}

/********************************* input **********************/
input[type="text"], input[type="password"]
{
	padding: 2px 3px 0px 3px;
	margin: 2px;
	height: 20px;
	background: url(Images/textboxbg.jpg) repeat;
	border: 1px solid #A4C9E0;
	vertical-align: middle;
}

.MessageText
{
	color:Red;
	font-weight:bold;
}

fieldset
{
	padding: 5px;
	border: 1px solid #006666;
}

legend
{
	color: #006666;
	font-weight: bold;
	padding-bottom: 5px;
}

.AjaxProgress
{
	position:absolute;
	top:300px;
	left:500px;
	margin-left:auto;
	margin-right:auto;
}
