﻿* {
	padding: 0px;
	margin: 0px;
}

html {
	font-size: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em; /*0.75em = 12px? */
	margin: 0;
	/*background-color: Silver;*/
	color: #303030; /*titles -> #141414*/
}

table {
	border: none;
	border-collapse: collapse;
	padding: 0px;
}

tr {
	border: none;
	border-collapse: collapse;
	padding: 0px;
}

td {
	border: none;
	border-collapse: collapse;
	padding: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #3333ff;
}

	a:hover {
		text-decoration: underline;
		color: #00CCFF;
	}

	a.white {
		text-decoration: none;
		cursor: pointer;
		color: #CCFFFF;
	}

		a.white:hover {
			text-decoration: none;
			color: #33ffff;
		}

	a.nodeco1 {
		text-decoration: none;
	}

		a.nodeco1:hover {
			text-decoration: none;
		}

	a.margin1 {
		display: inline-block;
		margin-bottom: 5px;
	}

	/*same as default. to force if child of ul*/
	a.def {
		text-decoration: none;
		cursor: pointer;
		color: #3333ff !important;
	}

		a.def:hover {
			text-decoration: underline;
			color: #00CCFF !important;
		}

/* start not being used 
a.topmenu
{
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
a.topmenu:hover
{
	text-decoration: none;
	color: #CCFFFF;
}
 end not being used */

.clear {
	clear: both;
}

#divHdr {
	width: 100%;
	height: 116px;
	text-align: left;
	background-color: #bfd9c0;
	background-image: url(/Content/Images/headertitle_full.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#divHdrLeft {
	width: 397px;
	height: 100%;
	text-align: left;
}

	#divHdrLeft:hover {
		cursor: pointer;
	}

#divHdrRight {
	width: 403px;
	height: 100%;
	color: white;
	font-size: 11px;
}

div.topmenu {
	max-width: 900px;
	min-height: 28px;
	font-size: 11px;
	color: #141414; /*padding-left: 10px;*/
	padding-bottom: 0px;
	text-align: left;
	background-color: #538F5B;
	background-image: linear-gradient(to bottom, #7BD186, #46774D);
	background-repeat: no-repeat;
}

	div.topmenu a:hover {
		text-decoration: none;
	}

#divHdrSimple {
	visibility: hidden;
}

@media screen and (max-width: 890px) {
	#divHdrRight {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#divHdr {
		visibility: hidden;
		height: 0px; /*50px;*/
		/*background-image: url(/Content/Images/headertitle_full_444x50.jpg);*/
	}

	#divHdrLeft {
		visibility: hidden;
		height: 0px; /*50px;*/
	}

	#divHdrRight {
		visibility: hidden;
		height: 0px; /*50px;*/
	}

	#divHdrSimple {
		visibility: visible;
		float: left;
		width: 100%;
		padding: 4px 0;
		min-height: 42px; /*42px;*/
		z-index: 999999;
		background-color: #bfd9c0;
		background-image: url(/Content/Images/headertitle_full_770x50.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	div.topmenu {
		max-width: 900px;
		min-height: 28px;
		font-size: 11px;
		/*color: #141414;*/ /*padding-left: 10px;*/
		padding-bottom: 0px;
		text-align: left;
		/*background-color: #538F5B;
		background-image: linear-gradient(to bottom, #7BD186, #46774D);*/
		background-color: transparent;
		background-image: none;
	}
}

@media screen and (max-width: 400px) {
	div.hspace1 {
		display: none !important;
	}
}

div.topsubmenu {
	width: 100%;
	height: 22px;
	color: #141414;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background-color: #e8efe7;
}

div .floatLeft {
	float: left;
}

img {
	border: none;
	vertical-align: sub;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

	ul.square {
		list-style-type: square;
		list-style-position: outside;
		padding-left: 10px;
		margin-left: 10px;
	}

	ul.square2 {
		list-style-type: square;
		list-style-position: outside;
		padding-left: 10px;
		margin-left: 10px;
		line-height: 20px;
	}

ol.lalpha {
	list-style-type: lower-alpha;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
}

ol.lalpha2 {
	list-style-type: lower-alpha;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 20px;
}

ol.decimal {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
}

ol.decimal2 {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 20px;
}

hr.solid1 {
	height: 1px;
	color: Silver;
	background-color: Silver;
	border: none;
}

input[type="text"] {
	padding: 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	/*-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;*/
}

input[type="password"] {
	padding: 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	/*-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;*/
}

select {
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	/*-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;*/
}

.hide {
	display: none;
}

textarea {
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	/*-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;*/
}

.footer {
	border-top-width: 1px;
	border-top-color: #599a62;
	border-top-style: solid;
	font-family: Tahoma;
	font-size: 1.0em;
	color: #eef2fa;
	background-color: #599a62;
}

.topbottom_space {
	height: 10px;
}

.left_space {
	width: 10px;
}

.boxshadow1 {
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
}

.title1 {
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #335f9e;
	text-align: left;
	padding-top: 8px;
	padding-left: 12px;
	border-bottom: 1px solid green;
	background-image: url(/Content/Images/bg_title.png);
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	/*-webkit-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;*/
}

.title2 {
	color: #141414;
	position: absolute;
	top: 40%;
}

.stitle1 {
	color: #141414;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #cef2d6;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 25px;
	border-bottom-color: green;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	/*-webkit-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;*/
}

.stitle2 {
	color: #141414;
	font-weight: bold;
	background-color: #e4fae9;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #9cfab2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	/*-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;*/
}

.stitle3 {
	color: #141414;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}

.stitle4 {
	color: #141414;
	font-weight: bold;
	text-align: left;
}

.stitle5 {
	color: #141414;
	font-weight: bold;
	background-color: #F2F9F4; /*#e4fae9;*/
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #9cfab2;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	/*-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;*/
}

.stitle6 {
	color: #141414;
	font-weight: bold;
	background-color: #e4fae9;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #9cfab2;
	/*border-radius: 6px;
	-moz-border-radius: 6px;*/
	/*-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;*/
}

.boxstitle1 {
	color: #141414;
	text-align: right;
	padding-right: 5px;
}

.boxstitle2 {
	color: #141414;
	height: 18px;
	text-align: left;
	padding-left: 10px;
}

.boxcontent1 {
	text-align: left;
	vertical-align: top;
	padding: 0 5px;
}

.boxcontent2 {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
}

.boxcontent3 {
	padding: 5px;
}

.boxcontent4 {
	text-align: right;
	padding-right: 5px;
}

.boxcontent5 {
	text-align: left;
	padding-left: 5px;
}

.boxcontentcustom1 {
	width: 140px;
	height: 20px;
	text-align: right;
	font-weight: bold;
}

.boxcontentcustom2 {
	width: 635px;
	text-align: left;
	padding-left: 5px;
}

.strikethru1 {
	text-decoration: line-through;
}

.emboss1 {
	padding: 5px;
	background-color: White;
	border: 3px solid #c0c0c0;
	border-style: inset;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.disabled {
	background-color: #e6e6e6 !important;
}

.net_cbx_displaynone input {
	display: none;
}

.subtotal1 {
	background-color: #fcf5ee;
}

.notice1 {
	color: #17b905;
	font-weight: bold;
}

.notice2 {
	color: #fe8625;
	font-weight: bold;
}

.notice3 {
	color: #ff571c;
	font-weight: bold;
}

.notice4 {
	background-color: #fad29f;
}

.textbox1 {
	width: 150px;
}

.textbox2 {
	width: 250px;
}

.textbox3 {
	width: 150px;
	text-align: right;
	padding-right: 1px;
}

.button1 {
	height: 28px;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 6px 3px 6px;
	border: 1px solid #07090C;
	color: White;
	border-radius: 6px;
	background-color: #829edb;
	background-image: linear-gradient(to bottom, #829edb, #3f65ba);
}

	.button1:hover {
		text-decoration: none;
		background-color: #96C0FF;
		background-image: linear-gradient(to bottom, #96C0FF, #465A77);
	}

.button2 {
	height: 22px;
	font-size: 1.0em;
	/*font-weight: bold;*/
	cursor: pointer;
	padding: 2px;
	border: 1px solid #465196;
	border-radius: 6px;
	background-color: #EFEFEF;
	background-image: linear-gradient(to bottom, #EFEFEF, #B7B7B7);
}

	.button2:hover {
		background-color: #EFEFEF;
		background-image: linear-gradient(to bottom, #EFEFEF, #E8E8E8);
	}

.roundborder {
	border: solid 1px black;
	padding: .5em;
	border-radius: 6px;
}

/* start disabled image */
a.disabledimgcontainer {
	display: inline-block;
	position: relative;
}

img.disabledimg1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.2;
}

img.disabledimg2 {
	position: absolute;
	left: 0;
	top: 0;
}
/* end disabled image */

/*---------------------------- Validaion -------------------------------*/
/* -------------------- start - jQuery validation style ---------------*/
.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
/* -------------------- end - jQuery validation style ----------------*/

.field-validation-error {
	color: #ff0000 !important;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000 !important;
	background-color: #ffeeee !important;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	font-weight: bold !important;
	color: #ff0000 !important;
}

.validation-summary-valid {
	display: none;
}

/*---------------------------- GridView -------------------------------*/
.grv1 {
	border: solid 1px #e4fae9;
}

	.grv1 tr td {
		padding: 0 2px;
		height: 25px;
	}

tr.grv1-header {
	color: #141414;
	background-color: #e4fae9;
	border: solid 1px #e4fae9;
	font-size: 11px;
}

	tr.grv1-header th {
		/*color: #141414;
	background-color: #e4fae9;
	border: solid 1px #e4fae9;
	font-size: 11px;*/
		height: 25px;
	}

.grv1 tr:nth-child(even) {
	background-color: #EDEDED;
}

.grv1-alternatingrow {
	background-color: #EDEDED;
}

.grv1-footer {
	background-color: #fcf5ee;
}

.grv1-pager span {
	padding: 3px 5px;
	text-align: center;
}

.grv1-pager a {
	padding: 3px 5px;
	text-align: center;
}

.grv2 {
	border: solid 1px #fde173;
}

.grv2_header {
	color: #141414;
	background-color: yellow;
	border: solid 1px #fde173;
	font-size: 11px;
	height: 20px;
}

.grv2 th {
	text-align: left;
}

.grv2 tr:nth-child(even) {
	background-color: #EDEDED;
}

.grv2_alternatingrow {
	background-color: #EDEDED;
}
/* --------------------- Grid --------------------------- */
table.gridS1 {
	border: solid 1px silver;
}
	/* grid title */
	table.gridS1 caption {
		font-weight: bold;
		text-align: left; /*background-color: #e4fae9;*/
		background-color: #77CE81;
		color: White;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

	table.gridS1 .gSubtotal1 {
		font-weight: bold;
		border-top: 1px solid #ccc;
	}
	/* grid header */
	table.gridS1 thead tr:first-child {
		font-weight: bold;
		font-size: 1.0em;
		color: #0B0974;
		text-align: left;
		padding-left: 5px;
		height: 25px;
		background-color: #EDF7FF;
		background-image: linear-gradient(to bottom, #EDF7FF, #89C9FF);
	}
	/* grid footer */
	table.gridS1 tfoot tr {
		background-color: #EDF7FF;
	}
	/* grid body */
	table.gridS1 tbody tr:nth-child(even) {
		background-color: #EDEDED;
	}

	table.gridS1 tbody tr.gridHover1 {
		background-color: #E0EEFA;
	}

	table.gridS1 tbody tr.gridSelectedRow {
		background-color: #C6E2F9;
	}

	table.gridS1 tbody td {
		padding: 2px;
	}

table tr.header1 {
	/*same as thead */
	font-weight: bold;
	font-size: 1.0em;
	color: #0B0974;
	text-align: left;
	padding-left: 5px;
	height: 25px;
	background-color: #EDF7FF;
	background-image: linear-gradient(to bottom, #EDF7FF, #89C9FF);
}

table.gridS2 {
	border: solid 1px silver;
}
	/* grid title */
	table.gridS2 caption {
		font-weight: bold;
		text-align: left; /*background-color: #e4fae9;*/
		background-color: #77CE81;
		color: White;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

table.gridS3 {
	border: 1px solid #CAD5FF;
}

	table.gridS3 thead tr {
		background-color: #CAD5FF;
	}

	table.gridS3 thead td {
		text-align: center;
		font-weight: bold;
		padding: 2px;
	}

	table.gridS3 tbody td {
		border: 1px solid #CAD5FF;
		font-size: 0.9em;
		padding: 2px;
	}

table.gridS4 {
	border: solid 1px #e4fae9;
}

	/*table.gridS4 thead tr {*/
	table.gridS4 thead tr:first-child {
		color: #141414;
		background-color: #e4fae9;
		border: solid 1px #e4fae9;
		font-size: 11px;
	}

	table.gridS4 thead td {
		text-align: center;
		font-weight: bold;
		padding: 2px;
	}

	table.gridS4 tfoot tr {
		background-color: #fcf5ee;
		height: 25px;
	}

	table.gridS4 tfoot td {
		padding: 2px;
	}

	table.gridS4 tbody tr {
		height: 25px;
	}

		table.gridS4 tbody tr:nth-child(even) {
			background-color: #EDEDED;
		}

	table.gridS4 tbody td {
		padding: 2px;
	}

/* Product Details Page 
	width = 400px + 10px + 460px = 870px
*/
.producttable1 {
	max-width: 400px;
	vertical-align: top;
	border: solid 1px #b3f1c0;
}

.tabpanel {
	width: 100%;
	height: 380px;
}

div.tab {
	max-width: 100%;
	height: 385px;
	/*font-size: 0.75em;*/
	overflow: auto;
}

span.efile {
	/*font-weight: bold;*/
	color: limegreen;
}

span.efileborder {
	/*font-weight: bold;*/
	color: limegreen;
	text-shadow: -1px 0 green, 0 1px green, 1px 0 green, 0 -1px green;
}

.flyerdemo {
	max-width: 100%;
	border: solid 1px silver;
	border-radius: 6px;
}

/* Store Navigation Bar */
.cartheader {
	background-color: #c9d7fa;
	border-radius: 6px;
	line-height: normal;
}

.sheader_num {
	color: #1b3775;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}

.sheader {
	color: #141414;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding: 0 2px 0 2px;
}

.sheader_mycfs {
	color: inherit;
}

.sheader_selected {
	color: inherit;
	background-color: #9ebaf8;
}

.sheader_disabled {
	color: #EEEEEE;
}

@media screen and (max-width: 600px) {
	.sheader_num {
		font-size: 0.8em;
	}

	.sheader {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 360px) {
	.sheader_num {
		font-size: 0.6em;
	}

	.sheader {
		font-size: 0.6em;
	}
}

.textbox_watermark {
	color: silver;
}

/* AJAX Calendar Extension */
/*.ajax__calendar_container
.ajax__calendar_header
.ajax__calendar_prev
.ajax__calendar_title
.ajax__calendar_next
.ajax__calendar_body
.ajax__calendar_days
.ajax__calendar_dayname
.ajax__calendar_day
.ajax__calendar_months
.ajax__calendar_month
.ajax__calendar_years
.ajax__calendar_year 
.ajax__calendar_footer
.ajax__calendar_today
.ajax__calendar_hover
.ajax__calendar_active
.ajax__calendar_other*/
/*.calendar .ajax__calendar_container
{
	border: 1px solid gray;
	background-color: white;
	color: black;
}
.calendar .ajax__calendar_dayname
{
	color: Blue;
	font-weight: bold;
}
.calendar .ajax__calendar_today
{
	color: Blue;
}
.calendar .ajax__calendar_hover
{
	color: Lime;
}
.calendar .ajax__calendar_active
{
	color: Blue;
	font-weight: bold;
}*/
