@import url("calendar.css");

body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
	background-image: none !important;
}

a
{
	color: #000066;
}
a:hover
{
	color: #000000;
}

hr
{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0px;
	width: 100%;
}

h1, h2, h3
{
	color: #666666;
}

h1
{
	margin-top: 0px;
	font-size: 32px !important;
}

h2
{
	margin-top: 0px;
	font-size: 24px !important;
}

h3
{
	font-size: 14px !important;
}

blockquote
{
	position: relative;

	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;

	background-color: #ffffff;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
blockquote h3
{
	font-weight: bold;
	color: #000000;
	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;
}

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

#admin-menu-button
{
	position: absolute;
	z-index: 200;
	top: 2px;
	right: 2px;
}

.signupFormRow input[type=text]
{
	width: 80%;
	background-color: #f2f2f2;
}
.signupFormRow input[type=password]
{
	background-color: #f2f2f2;
}
.signupFormRow select
{
	width: 80%;
	background-color: #f2f2f2;
}
.signupFormRow textarea
{
	background-color: #f2f2f2;
}

.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	background-color: #999999;
}

#main
{
	background-color: #ffffff !important;
}

#popupDiv
{
	width: 800px;
	height: 600px;
}

#popupFrame
{
	height: 600px;
}

#container
{
	width: auto;
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto;
	padding: 0px !important;
	border: 0px !important;
}

#top-strip, #search-form
{
	visibility: hidden;
	display: none;
}

#header
{
	text-align: left;
	height: 60px;
	padding: 0px !important;
	background-color: #cccccc;
	width: 100%;
}

#header-logo, #header-banner
{
	max-height: 60px;
}

#header h1, #header h2
{
	visibility: hidden;
	display: none;
}

#mobile-menu-button
{
	z-index: 500 !important;
}

#page-main
{
	margin-top: 0px;
	padding-top: 0px;
	-moz-box-shadow: 0px 0px 12px #999999;
	-webkit-box-shadow: 0px 0px 12px #999999;
	box-shadow: 0px 0px 12px #999999;
}

#content
{
	margin-left: 0px;
	text-align: left;
	width: auto;
	padding: 10px;
	background-color: #ffffff;
	border: 0px !important;
}

#footer
{
	visibility: hidden;
	display: none;
}

.admin-edit-tabs
{
	height: 40px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.admin-edit-tab-off
{
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding-top: 13px;
	padding-bottom: 12px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #666666;
	text-decoration: none;
}
.admin-edit-tab-off:hover
{	color: #000000;
	text-decoration: none;
}


.admin-edit-tab-on
{
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding-top: 13px;
	padding-bottom: 12px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	color: #000000;
	text-decoration: none;
}
.admin-edit-tab-on:hover
{
	color: #000000;
	text-decoration: none;
}

.admin-edit-screen
{
	padding: 10px;
	min-height: 420px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.admin-edit-screen-subhead
{
	background-color: #eeeeee;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.admin-edit-screen-subscreen
{
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
}

#admin-menu
{
	position: absolute;
	min-height: 400px;
	display: block;
	width: 160px;
	background-color:#dddddd;
	color: #000066;
}
#admin-menu h3
{
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #000066;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
}

.admin-menu-item
{
	border-bottom: 1px solid #000066;
	padding-left: 10px;
	padding-right: 10px;
}
.admin-menu-item:hover
{
	background-color: #ffffff;
}

.admin-menu-item a
{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000066;
	text-decoration: none;
}
.admin-menu-item a:hover
{
	text-decoration: none;
	color: #000000;
}

#admin-content
{
	padding-left: 175px;
	padding-right: 30px;
	min-height: 540px;
}

#admin-accountlinks
{
	display: inline-block;
	float: right;
	text-align: right;
	color: #666666;
}
#admin-accountlinks a
{
	text-transform: uppercase;
	text-decoration: none;
}
#admin-accountlinks a:hover
{
	color: #000000;
	text-decoration: none;
}

#button-i-need-help
{
}

.admin-search-row-header
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 24px;
	padding-bottom: 6px;
	border-bottom: 3px solid #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.admin-search-row
{
	padding: 10px;
	border-bottom: 1px solid #999999;
}
.admin-search-row:hover
{
}

.admin-search-row-sub
{
	color: #999999;
	font-size: 12px;
	font-style: italic;
}

.admin-search-tr
{

}
.admin-search-tr:hover
{
	background-color: #eeeeee;
}

.account-product-category
{
	display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
}
.account-product-category:hover
{
	color: #000000;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

.account-product-subcat
{
	width: 200px;
	padding-left: 20px;
	float: left;
}

.survey-answer
{
	padding: 4px;
}
.survey-answer:hover
{
	background-color: #ffffcc;
}

.survey-answers
{
	display: none;
}


/***********************************************************
CLIENT-SPECIFIC STYLES
***********************************************************/

.download-column-option
{
	display: inline-block;
	width: 190px;
	padding-right: 10px;
}

.product-option-label-list
{
	position: absolute;
	z-index: 50;
	width: 320px;
	-moz-box-shadow: 1px 3px 5px #999999;
	-webkit-box-shadow: 1px 3px 5px #999999;
	box-shadow: 1px 3px 5px #999999;
	display: none;
	border: 1px solid #999999;
	background-color: #ffffff;
}
.product-option-label-list a
{
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
	text-decoration: none;
}
.product-option-label-list a:hover
{
	color: #000000;
	text-decoration: none;
}

.assign-sortnum
{
	color: #dd0000;
	font-weight: bold;
	width: 40px;
}

#product-page-tabs
{
	display: block;
	height: 40px;
	background-image: url('/images/product-page-tab-line.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #999999;
}

.product-page-tab
{
	float: left;
	display: inline-block;
	width: 170px;
	height: 39px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: center;
	font-size: 13px;
	line-height: 39px;
}
.product-page-tab a
{
	display: block;
	text-align: center;
	height: 39px;
	color: #3d638b;
	text-decoration: none;
	background-color: #ebebeb;
}
.product-page-tab a:hover
{
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}

.product-page-tab-on
{
	float: left;
	display: inline-block;
	width: 170px;
	height: 36px;
	border-top: 4px solid #3d638b;
	border-right: 1px solid #999999;
	text-align: center;
	font-size: 13px;
	line-height: 33px;
}
.product-page-tab-on a
{
	display: block;
	text-align: center;
	height: 36px;
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}
.product-page-tab-on a:hover
{
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}

#please-save-changes
{
	position: fixed;
	left: 0px;
	top: 0px;
	padding-left: 1%;
	padding-right: 1%;
	width: 98%;
	text-align: center;
	background-color: rgba(255, 204, 204, 0.9);
	font-size: 16px;
	line-height: 48px;
	height: 0px;
	opacity: 0.0;
	filter: alpha(opacity=0);

	-moz-box-shadow: 0px 0px 12px #999999;
	-webkit-box-shadow: 0px 0px 12px #999999;
	box-shadow: 0px 0px 12px #999999;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}



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

.formRow label
{
	display: block;
	color: #000099;
	font-size: 13px;
	font-weight: 700;
}

.formRow
{
	padding-bottom: 8px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}
.formRow input[type=date], .signupFormRow input[type=date]
{
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	width: 140px;
	border: 1px solid #999999;
	color: #666666;
	font-family: 'Roboto', Arial;
}
.formRow input[type=number]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
}
.formRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}
.formRow select
{
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}
.formRow textarea
{
	font-family: 'Roboto', Arial;
	height: 90px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}
.formRow .options
{
	padding-top: 12px;
}

.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: #eeeeee;
}

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