@import url("calendar.css");

body
{
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background-color: #ffffff;
	margin: 10px;
	height: 100%;
	background-repeat: repeat-x;
	background-position: left top;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #3a3963;
	outline: 0;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:focus
{
	outline: none;
}

h1
{
	font-size: 24px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #3d638b;
}

h2
{
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #666666;
}

h3
{
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #3d638b;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote input[type='text'], blockquote input[type='password'], blockquote input[type='email'], blockquote input[type='tel'], blockquote select, blockquote textarea
{
	background-color: #ffffff !important;
}

.two-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.important-note
{
	padding: 12px;
	background-color: #ccffcc;
	border: 1px solid #999999;
	color: #000000;
}

.formbutton
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #dddddd;
	text-decoration: none;
}
.formbutton:hover
{
	color: #000000;
	text-decoration: none;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}



/***********************************************************
CONTACT FORM, SIGNUP FORM, ACCOUNT FORMS
***********************************************************/

.formRow
{
	position: relative;
	padding-bottom: 8px;
}

.formRowHalf
{
	float: left;
	padding-bottom: 8px;
	padding-left: 1%;
	padding-right: 1%;
	width: 48%;
}

.formRowState
{
	float: left;
	width: 60px;
}

.formRowZip
{
	margin-left: 90px;	
}

input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	width: 250px;
	border: 1px solid #3d638b;
	color: #3d638b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
input[type=number]
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #3d638b9;
	color: #3d638b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
input[type=password]
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #3d638b;
	color: #3d638b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
select
{
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	width: 250px;
	border: 1px solid #3d638b;
	color: #3d638b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
textarea
{
	font-family: Arial;
	height: 120px;
	line-height: 21px;
	padding: 10px;
	width: 534px;
	border: 1px solid #3d638b;
	color: #3d638b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=password]:hover, select:hover, textarea:hover,
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus
{
	background-color: #eeeeee;
}

input[type=button], input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}


.signupFormRow
{
	min-height: 40px;
}

.signupFormRow input[type=text], .signupFormRow input[type=tel], .signupFormRow input[type=email]
{
	width: 200px;
}
.signupFormRow input[type=number]
{
	width: 100px;
}
.signupFormRow input[type=password]
{
	width: 120px;
}
.signupFormRow select
{
	width: 200px;
}
.signupFormRow textarea
{
	height: 150px;
	width: 90%;
}

.signupFormRow label, .formRow label
{
	position: absolute;
	transition: 0.2s;
	color: #3d638b;
	margin-left: 10px;
	margin-top: 2px;
	line-height: 25px;
	cursor: text;
	left: 0px;
	text-transform: uppercase;
}

.signupFormRow input:focus + label, .formRow input:focus + label, .signupFormRow textarea:focus + label, .formRow textarea:focus + label
{
	font-size: 8px;
	line-height: 8px;
	color: #3d638b;
	margin-left: 3px;
	margin-top: 1px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.signupFormRow input:valid + label, .formRow input:valid + label, .signupFormRow textarea:valid + label, .formRow textarea:valid + label
{
	font-size: 8px;
	line-height: 8px;
	color: #3d638b;
	margin-left: 3px;
	margin-top: 1px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.text-dollars
{
	background-image: url('/images/dollar-sign.png');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	width: 60px !important;
	padding-left: 16px !important;
}

.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.signupFormLabel
{
	float: left;
	width: 200px;
	padding-top: 6px;
	text-align: right;
}

.signupFormField
{
	margin-left: 210px;
	text-align: left;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}

.footnote-left
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	margin-top: -6px;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #000000;
}

#popup-left
{
	width: 320px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#popup-right
{
	padding: 10px;
}

.full-select-list
{
	width: 240px;
	background-color: #cccc99;
}

.asterik
{
	color: #990000;
	font-weight: bold;
}

.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 3px;
	background-color: #cccccc;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
.data-grid td input[type='text']
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td select
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #cccccc;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}

.edit-stylesheet-note
{
	display: inline-block;
	float: right;
	width: 160px;
	margin-right: 5px;
	margin-top: 25px;
	padding: 10px;
	background-color: #ccffcc;
	border: 1px solid #cccccc;
	font-size: 11px;
	line-height: 13px;
}

#cssFileContent
{
	border: 1px solid #cccccc;
	width: 580px;
	height: 450px;
}

