﻿body 
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #454545;
	PADDING-TOP: 0px;
	FONT-FAMILY: Arial, Helvetica, Sans-Serif;
	background-color: #929292;
}

.invisibleControl
{
	visibility:hidden;
}

.pageHeader
{
	font-weight: bold;
	font-size: 12pt;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('Images/info_box_header_back.gif');
	height: 33px;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    padding-left: 15px;
    padding-right: 15px;
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}

.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.linkCursor
{
	cursor: pointer;
}

.labelPopup
{
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #AAAAAA;
	background-color: #fafad2;
	width: 300px;
	text-align: left;
	visibility:hidden;
}

.errorBox
{
	display: inline-block;
	vertical-align: middle;
	background-color: #F7F7F7;
	padding: 5px;
	color: #AA0000;
	border-right: #AA0000 1px solid;
	border-top: #AA0000 1px solid;
	border-left: #AA0000 1px solid;
	border-bottom: #AA0000 1px solid;
}

.inputText, textarea, select
{
	border: solid 1px #CCCCCC;
	background-color: #F3F3F3;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	color: #454545;
	FONT-FAMILY: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	vertical-align: middle;
	background-attachment: fixed;
}

.downloadButtonWide, a:link.downloadButtonWide, a:visited.downloadButtonWide
{
	display:-moz-inline-box;
	-moz-box-pack: center;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: White;
	background-color: transparent;
	background-image: url('Images/download_button_wide.gif');
	background-repeat: no-repeat;
	width: 225px;
	height: 40px;
	text-align: center;
	padding: 8px 0 0 0;
	border: none 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

a:hover.downloadButtonWide, a:active.downloadButtonWide
{
	background-position: 0 -48px;
}

.actionButtonSmall, a:link.actionButtonSmall, a:visited.actionButtonSmall
{
	display:-moz-inline-box;
	-moz-box-pack: center;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: White;
	background-color: transparent;
	background-image: url('Images/blue_button_small.gif');
	background-repeat: no-repeat;
	width: 67px;
	height: 23px;
	text-align: center;
	padding: 8px 0 0 0;
	border: none 0;
	margin-bottom: 1px;
}

a:hover.actionButtonSmall, a:active.actionButtonSmall
{
	background-position: 0 -31px;
}

.actionButtonLarge, a:link.actionButtonLarge, a:visited.actionButtonLarge, input.submit
{
	display:-moz-inline-box;
	-moz-box-pack: center;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: White;
	background-color: transparent;
	background-image: url('Images/blue_button_big.gif');
	background-repeat: no-repeat;
	width: 138px;
	height: 23px;
	text-align: center;
	padding: 8px 0 0 0;
	border: none 0;
	margin-bottom: 1px;
}

a:hover.actionButtonLarge, a:active.actionButtonLarge
{
	background-position: 0 -31px;
}

.downloadButtonBig, a:link.downloadButtonBig, a:visited.downloadButtonBig
{
	background-position: 0 0;
	display:-moz-inline-box;
	-moz-box-pack: left;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: White;
	font-size: 12pt;
	background-color: transparent;
	background-image: url(Images/download_button_big.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 32px;
	text-align: left;
	padding: 12px 0 0 10px;
	margin-bottom: 1px;
}

a:hover.downloadButtonBig, a:active.downloadButtonBig
{
	background-position: 0 -44px;
}

a:visited
{
	text-decoration: none;
	color: #0c82c8;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #0c82c8;
}

a:link
{
	text-decoration: none;
	color: #0c82c8;
}

a:link2
{
	text-decoration: none;
	color: #0c82c8;
}

.faqQuestion
{
	cursor: pointer;
	padding: 5px;
}

.faqAnswer
{
	padding: 5px;
	margin-left: 25px;
}

.copyrightFooter
{
	color: #DDDDDD;
	font-size: 7pt;
}