@import url("calendar.css");

/*** BEGIN GOOGLE WEB FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Lato|Playfair+Display);
/*** END GOOGLE WEB FONTS ***/

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

input, select, textarea
{
	font-family: 'Roboto Condensed', Arial;
}

input:focus, select:focus, textarea:focus
{
	outline: none;
}


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: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

h2
{
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}

h3
{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 12px;
}

h4
{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}

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: 47%;
	padding-right: 3%;
}

.two-col-left-edge
{
	float: left;
	width: 46%;
	padding-left: 3%;
	border-left: 1px solid #cccccc;
}

.three-col-center
{
	float: left;
	width: 31.3%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}

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

.formbutton
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #999999;
	color: #ffffff;
	text-decoration: none;

	display: inline-block;
	text-align: center;

	background-color: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
	background: -webkit-linear-gradient(top, #666666, #333333);
	background: -moz-linear-gradient(top, #666666, #333333);
	background: -ms-linear-gradient(top, #666666, #333333);
	background: -o-linear-gradient(top, #666666, #333333);

	-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;
}
.formbutton:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#666666));
	background: -webkit-linear-gradient(top, #999999, #666666);
	background: -moz-linear-gradient(top, #999999, #666666);
	background: -ms-linear-gradient(top, #999999, #666666);
	background: -o-linear-gradient(top, #999999, #666666);
}

.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);}

.signupFormRow
{
	min-height: 40px;
	line-height: 30px;
}

.signupFormRow textarea
{
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.signupFormRow input[type=text]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 210px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #cccccc;
	border: 1px solid #999999;
	color: #000000;
}

.signupFormLabel
{
	position: absolute;
	width: 180px;
	line-height: 30px;
	text-align: right;
}

.signupFormField
{
	margin-left: 190px;
	text-align: left;
	line-height: 30px;
}


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

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

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email], .formRow input[type=password]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 96%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow input[type=number]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow select
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow textarea
{
	height: 120px;
	line-height: 21px;
	padding: 10px;
	width: 95%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}

.twoCol > .formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email], .formRow input[type=password], .formRow select, .formRow 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;
}
.formRow input[type=text]:hover, .formRow input[type=tel]:hover, .formRow input[type=email]:hover, .formRow input[type=password]:hover, .formRow select:hover, .formRow textarea:hover,
.formRow input[type=text]:focus, .formRow input[type=tel]:focus, .formRow input[type=email]:focus, .formRow input[type=password]:focus, .formRow select:focus, .formRow textarea:focus
{
	background-color: rgba(204, 204, 204, 0.25);
}

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

.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: 10px;
	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-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;
}

.cart-login-col-top
{
	display: table-cell;
	width: 100%;
	height: 320px;
}

#large-h1
{
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	text-transform: none;
}

.large-text
{
	font-size: 18px;
	font-weight: bold;
}

.small-text
{
	font-size: 11px;
}

#form-fields
{
	margin: 0px auto;
	max-width: 400px;
	text-align: left;
}

#form-fields input[type='text'], #form-fields input[type='email']
{
	width: 388px;
	height: 28px;
	border: 1px solid #cccccc;
	padding-left: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	margin-top: 5px;
}

#form-fields #cu_city
{
	width: 290px;
	float: left;
}

#form-fields #cu_state
{
	width: 80px;
	float: right;
}

#form-submit
{
	clear: both;
	padding-top: 0px;
}

.tiny-text
{
	font-size: 10px;
	line-height: 11px;
	color: #666666;
}

#form-locations
{
	padding-top: 0px;
	text-align: center;
}

#video-title-outer
{
	position: absolute;
	display: table;
	z-index: 20;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#video-title
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 32px;
	background-color: #000000;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #ffffff;
}

#popup-video
{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
