﻿a {
    color: #0026ff;
}

body {
    background-color: #fff;
    background-image: url('../images/background.gif');
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
}

h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;    	
}

#mainNav {
	background-image: url('../images/navigation_bg.jpg');
	background-repeat: repeat-x;
}

#overlay {
    position: fixed; 
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50); 
    z-index: 100;  
}

#testWarning {
    background-color: #fff;
    border: 1px solid #ff0000;
    display: none;
    height: 200px;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 500px;
    z-index: 101;
}

#testWarning h2 {
    color: #ff0000;
}

#testWarning p {
    color: #ff0000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;     
}

.button {
    color: #fff;
    display: block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    outline: none;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.buttonDownload {
    background-color: #009900;
    margin-right: 5px;
    float: left;
}

.buttonDownload:hover {
    background-color: #006600;
}

.buttonWarning {
    background-color: #ff0000;
    float: left;
}

.buttonPrint {
    background-color: #999;
    margin-right: 5px;
    float: left;
}

.buttonPrint:hover {
    background-color: #666;
}

.conversionResults {
    margin-left: auto;
    margin-right: auto;
}

.error {
    color: #ff0000;
}
    
.formField {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    width: 250px;
}        

.fieldNote {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.formSectionBreak {
	font-size: 5px;
}

.successSummary {
	border: 1px solid #006600;
	color: #006600;
}

.successSummary p, .successSummary li {
	color: #006600;
}

.summaryBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
	text-align: left;
}

.validationSummary {
	border: 1px solid #FF0000;
	color: #FF0000;
	text-align: left;
}

.validationSummary li, .validationSummary p, .validationSummary strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}