﻿html
{
	background-color:#303030;
}
body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:White;
	background-color:#303030;
	height:100%;
}

p
{
	color:#C0C0C0;
	font-size:medium;
}

h1
{
	font-size:x-large;
	padding: 1.5em 0 1.5em 0;
}

h2
{
	font-size:large;
	color:White;
}

h3
{
	color:White;
	padding: 1em 0 1em 0;
	font-size:16px;
}

.inputLabel
{
	color:#C0C0C0;
	font-size:16px;
}

td
{
	padding: .25em;
}

th
{
	padding: .5em;
}

strong
{
	font-weight:bold;
}

a:link, a:visited
{
	color:#4AA0E0;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline
}

.header
{
	margin-bottom : 5px; 
	padding-top: 5px
}

p
{
	padding: 1em 0 1em 0;
}

input
{
	background:#FFFFFF none repeat scroll 0 0;		
	border:1px solid;	
	border-bottom-color:#808080;
	border-left-color:#5F5F5F;
	border-right-color:#C0C0C0;
	border-top-color:#808080;
	padding:2px;
	width:300px;
}

.ImgButton
{
	background:inherit;
}

.ValidatorCalloutHighlight
{
    background-color: #ADD8E6; 
}

.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    border:solid 1px blue; background-color: #ADD8E6; 
}


.btn
{
	background-image: url(/Content/images/gradient.gif);
	cursor:pointer;
}

.btn:hover
{
	background-color:#DDDDDD;
	background-image:none;
}

.DownloadForm
{
	height:202px; 
	width: 412px; 
	background-image:url("/Content/images/boxLeft.jpg"); 
	background-repeat:no-repeat;
}

.DownloadFormRight
{
	float:right;
	height:202px; 
	width: 10px; 
	background-image:url("/Content/images/boxRight.jpg"); 
	background-repeat:no-repeat;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

div.form 
{
    background: transparent url("/Content/images/boxRight.jpg") no-repeat scroll top right;
    display: block;
    float: left;
    height: 202px;
    width: 422px;
    text-decoration: none;
}

div.formleft
{
	background: transparent url("/Content/images/boxLeft.jpg") no-repeat;
	height:422px;
}

a.button {
    background: transparent url("/Content/images/downloadBtn_rgt.png") no-repeat scroll top right;
    color: White;
    display: block;
    float: left;
    font-weight:bold;
    height: 42px;
    margin-right: 6px;
    padding-right: 17px; /* sliding doors padding */
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.button span {
    background: transparent url("/Content/images/downloadBtn_lft.png") no-repeat;
    display: block;
    line-height: 12px;
    padding: 15px 30px 15px 50px;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 15px 0 15px 40x; /* push text down 1px */
}