html {
	height: 100%;
}

* {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

form {
	padding: 0;
	margin: 0;
}

table {
    border-collapse: collapse;/* = cellspacing 0 */
}

a:link, a:visited, a:hover, a:active {
	color:#ee2e24;
	text-decoration:underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

td {
	text-align:left;
	vertical-align:top;
    padding: 0;
}

th 
{
	text-align:left;
	padding:0;
}

hr 
{
	color:#999;height:1px;background-color:#999;border:0;
}

.content li 
{
	list-style-image:url(../img/bullet.gif);

}

h1 {
	font-weight:bold;
	font-size:180%;
	line-height:1em;
	text-transform:uppercase;
	margin-top:0px;
	color : #000;
}

h2 {
	font-size:160%;
	color: #0275aa;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:120%;
}

i, em {
	font-style:italic;
}

b, strong {
	font-weight:bold;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

input, select 
{
	border:1px solid #000;
	width:150px;
	color: #000;
}



option 
{
	color: #000;
}

.radio, 
table.radio td input,
span.radio input,
.checkbox input 
{
	border-width:0;
	width:auto;
	color: #000;
}

textarea {
	border:1px solid #000;
	overflow:auto;
	width:250px;
	height:50px;
	color: #000;
}

.button
{
	background: #0074a9 url(../img/buttonbg.gif) repeat-x top;
	font-weight:bold;
	color:#fff!important;
	border:0px solid #000;
	width:auto;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	padding:auto;
	padding-top:1px;
	padding-bottom:1px;
}

.buttonlarge
{
	width:auto;
	padding:auto;
	padding-top:3px;
	padding-bottom:3px;
	font-size:15px; 
}

.buttondisabled
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5; 

}

img {
	border:0px;
}
.clr {
	clear: both;
}
span.pngfix, div.pngfix 
{
	display:none;
}

.bold 
{
	font-weight:bold;
}

.emphasis, .emphasis a 
{
	font-weight:bold!important;
	color: #ee2e24!important;
}

.subtext 
{
	font-size:80%;
	
}

/*wizardsteps*/
.wizardsteps img
{
    height:19px;
}

.WizardStepInActive
{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

/*wizardsteps*/

.slider {
	width: 140px;
    height:80px;
    position:relative; /* important */
	overflow: hidden; /* important */
}

.sliderContent {
    width: 140px;
    height:80px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage img
{
}
.sliderImage 
{
	width:100%;
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 140px;
    color: #fff;
	background-color: #000;

    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
   bottom: 0;
	left: 0;
    display: none;
}
