﻿
label,
.Label
{
	color: #000000;
	font-size: 10pt;
}

.LabelError,
label.error
{
	color: #c00000;
	font-size: 10pt;
}

table.Form
{
	border: none;
	border-collapse: collapse;
}

table.Form th,
table.Form td
{
	width:49%;
}

table.Form th
{
	vertical-align: top;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}

table.Form td
{
	vertical-align: top;
	text-align: left;
}

.Status,
.StatusSuccess,
.StatusError
{
	font-weight: bold;
	text-align: center;
}

.StatusSuccess,
.success
{
	color: Green;
}

.StatusError,
.error
{
	color: Red;
	margin: 10px auto;
}

.AjaxLoader
{
	background-image: url("../assets/images/ajax-loader.gif?ver=20100813");
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 5px;
	background-position: center center;
}

.Loading,.loading, h1.Loading
{
	display:block;
	font-weight:bold;
	text-align:center;
	background-image: url("../assets/images/loading_bar.gif?ver=20100813");
	background-repeat: no-repeat;
	margin: 10px auto;
	padding-bottom: 20px;
	background-position:bottom center;
}

label.LoadingCircle,
div.LoadingCircle
{
	background-image: url("../assets/images/loading.gif?ver=20100813");
	background-repeat: no-repeat;
	background-position:top right;
	color:#90bfdd;
	line-height:40px;
	display:block;
	display:inline-block;
	padding-right:40px;
}

.LoadingBar
{
	background-image: url("../assets/images/loading_bar.gif?ver=20100813");
	height: 6px;
	width: 220px;
	background-repeat: no-repeat;
}

.StatusEx,
.StatusSuccessEx,
.StatusErrorEx
{
	font-weight: bold;
	text-align: left;
	width: 450px;
	padding: 5px 5px 5px 40px;
	border: dotted 1px #000000;
	margin-bottom: 10px;
}

a.calendar
{
	background:url(../assets/images/calendar.gif) no-repeat top left;
	width:16px;
	height:16px;
	margin-left:5px;
	display:inline-block;
}

input.calendarExtender
{
	width:92px;
}

label.ContactFormStatus
{
	display:block;
	min-height:10px;
	padding:20px;
}

input.ghost
{
	color:Red;
}

input[disabled='disabled'] {
	background-color:#ccc;
}

input.phone
{
	width:100px;
}

input.extension
{
	width:35px;
}

/* validation classes (for intellisense and to remove css warnings)*/
.required,.currency,.creditscore,.date,.email,.integer,.phone,.ssn,.zipcode
{
	/* no style */
}


a.button
{
	margin:6px;
	height:50px;
	display:inline-block;
	width:auto;
	font-size:20px;
	padding-right:8px;
	background:url(../assets/images/green_button_right.png) no-repeat top right;
	font-weight:bold;
}

a.button span
{
	padding:10px 10px 10px 15px;
	height:30px;
	display:inline-block;
	width:auto;
	color:#fff;
	background-image:url(../assets/images/green_button_left.png);
	text-decoration:none;
	font-style:normal;
	font-family: Arial;
	font-weight:bold !important;
}

a.button,
a.button span,
a.button:hover span,
a.button:hover
{
	text-decoration:none !important;
}

a.button:hover span
{
	background-position: 0 -50px;
}

a.bigbutton
{
	margin:4px;
	height:65px;
	display:inline-block;
	width:auto;
	font-size:25px;
	padding-right:50px;
	background:url(../assets/images/orange_button_right.png) no-repeat top right;
}

a.bigbutton span
{
	padding:15px 10px 15px 15px;
	height:35px;
	display:inline-block;
	width:auto;
	color:#fff;
	background-image:url(../assets/images/orange_button_left.png);
	text-decoration:none;
	font-style:normal;
	font-family: Arial;
	font-weight:bold !important;
}

a.bigbutton,
a.bigbutton span,
a.bigbutton:hover span,
a.bigbutton:hover
{
	text-decoration:none !important;
}
a.bigbutton:hover
{
	background-position: right -65px;
}
a.bigbutton:hover span
{
	background-position: left -65px;
}

a.bigbutton
{
	color:#405083;
	font-weight:bold;
}
