/*
------------------------------------------------------------------
	standard elements
------------------------------------------------------------------
*/
body
{
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #1e001e;
	cursor: default;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

input
{
	font-family: inherit; /*	background-color: transparent;  */
	color: #808080;
	background-image: none;
	color: #222222;
	border-right: #000000 1px;
	border-top: #000000 1px;
	border-left: #000000 1px;
	border-bottom: #000000 1px;
}
h1
{
	font-size: 1.6em;
	color: #040455;
}
h2
{
	font-size: 1.4em;
	color: #040455;
}
h3
{
	font-size: 1.2em;
	color: #040455;
}
h4
{
	font-size: 1.1em;
	color: #222288;
}
img
{
	border: none;
}
tr
{
	vertical-align: top;
}
ol.bulleted
{
	list-style-position: outside;
	list-style-type: disc;
}
ol.numbered
{
	list-style-type: decimal;
	list-style-position: outside;
}
table
{
	background-color: transparent;
}

/*
------------------------------------------------------------------
	links
------------------------------------------------------------------
*/

a
{
	color: #3366cc;
	text-decoration: underline;
	border: none;
}

a:hover
{
	text-decoration: underline;
	color: #2e669e;
}
/*
------------------------------------------------------------------
*/
/*
------------------------------------------------------------------
	Login controls 
------------------------------------------------------------------
*/
div.login
{
	font-size: 0.9em;
	padding: 8px 3px 8px 3px;
	overflow: hidden;
}
input.login
{
	font-size: 8pt;
	border: solid 1px #0c0c0c;
	height: 14px;
}
/*
------------------------------------------------------------------
*/

/*
------------------------------------------------------------------
	custom styles
------------------------------------------------------------------
*/
.strong
{
	font-weight: bold;
	color: #040455;
}
.smalltext
{
	font-size: 0.8em;
}
.indented
{
	margin-left: 12px;
}
.tooltip
{
	background-image: url(images/question.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 18px; /* e.g. room for the image */
	color: #002299;
}
#lblMessage
{
	font-size: 1em;
	color: #040455;
}

.boPot
{
	/* used for honeypot input */
	display: none;
}
