@charset "utf-8";

#shoppingCart {
	display:none;
}
td, th {
	padding: 0px;
}


.hiddenWhenMedia {
	display: inline;
}
textarea {
	word-spacing: normal;
	white-space: pre;
	overflow: auto
}

#blockerDiv {
	background-color: #0F6;
	position: fixed;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none; /* */
/*	visibility: visible;/* */
}
#blockerDiv h1 {
	font-size: 36px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	top: 200px;
	position: relative;
}


.greyHeader {
	background-color: #CCC;
	border-bottom: thin solid;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
}
.greyBody {
	background-color: #FFF;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
}
.greyFooter {
	text-align: right;
	background-color: #CCC;
	border-top: thin solid #000;
	padding: 10px;
	vertical-align: middle;
}


#orderPaymentType {
	width: 95%;
}
.orderMainTable {
	width: 450px;/*95%;/* */
	margin: auto;
}
.orderItemTable {
	width: 750px;
}
.orderProductDescriptionColumn {
	width: 350px;
	text-align: justify;
	position: relative;
}
.orderItemDescriptionText {
	text-align: justify;
	background-color:#FFDA00;
}
.orderPaymentTypeMessage {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	width: 300px;
	background-color: #CCC;
	padding: 5px;
}
.footerImage {
	padding-top:15px;
	text-align: center;
	vertical-align: middle;
}
.footerImage img {
	height: 70px;
}

#logoImg {
	width: 282px;
	border: none;
}

#orderTotal {
	font-size:24px;
	font-weight:bold;
	text-align: right;
	padding-left: 5px;
}

#extraDelNote {
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	width: 100%;
}
a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#subTitle {
	position:relative;
	top:11px;
	overflow: visible;
	visibility: visible;
	z-index: 99;
	width: 300px;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
}
html {
	height: 100%;
}
.bannerTopOuter {
	height: 120px;
	background-image: url(../images/headerAdmion.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	/*border: solid medium #00F; /* */
}
#bannerTopCenter {
	width: 900px;
	height:120px;
	background-image:url(../images/headerAdmion.gif);
	background-repeat:repeat-x;
}
.ButtonFormatDisabled {
	color: #999;
	border: solid 1px #333;
	background: url(../images/headerButtonUser.gif) repeat-x left center;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
}
.ButtonFormat {
	color: #000000;
	border: solid 1px #333;
	background: url(../images/headerButtonUser.gif) repeat-x left center;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
}
.ButtonFormat:hover {
	border: 1px outset #F00;
}
.ButtonFormatSmall {
	color: #000000;
	border: solid 1px #333;
	background: url(../images/headerButtonUser.gif) repeat-x left center;
	vertical-align: middle;
	text-align: center;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-size: 12px;
}
.ButtonFormatSmall:hover {
	border: 1px outset #F00;
}
.InvisibleDefaultButton {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

#pagetable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#bottom_table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ColumnHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background: #FFD;
	border-bottom: 1px solid #FBB501;
	border-right: 1px solid #FBB501;
	border-left: 1px solid  #FFEEEE;
	padding-left: 5px;
	padding-right: 5px;
}
.ColumnHeaderFixed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background: #FFD;
	color: #000;
	white-space: nowrap;
	width: 250px;
	padding-left: 10px;
	padding-right: 5px;
	border-bottom: 1px solid #FBB501;
}



.ColumnCell {
	font-size: 16px;
	color: #000000;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.ColumnCellHighlight {
	font-size: 16px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	background-color: #FFEE11;
}
.ErrorMandatoryrText {
	background-color: #FFDDDD;
	border-bottom: solid thin #CC0000;
	border-left: solid thin #FF9900;
	border-right: solid thin #cc0000;
	border-top: solid thin #FF9900;
	color: #000;
	font-size: 14px;
}

#pagetable #sidebar {
	border: thin solid #000000;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
}
.Headings {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
/*	background-color:#0F6;/* */
}
.Headings_Small {
	font-size: 20px;
	font-style: normal;
	color: #000000;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-variant: normal;
}

.legal {
	font-size: 12px;
	letter-spacing: 2px;
	color: #666666;
}
.ClientArea {
	color: #000000;
	/* increase this if Greg wants it	font-size: 14px;/* */
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	width: 1000px;
/*	border: thin dotted #F00;/* */
}
.TableBanner {
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	background: #FFEE22;
	width: 100%;
}
.TableFooter {
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.TextField {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}
.TextFieldMandatory {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	background-color: #FAA;
}
.TextFieldError {
	background-image: url(../images/errorGrid.gif);
	background-repeat: repeat;
	background-position: left top;
	border: thin solid #F00;
	font-weight: bolder;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}




.Highlight {
	background-color: #FFCF13;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	color: #000000;
}
.Tag_Line {
	font-size: 18px;
	font-style: normal;
	color: #000000;
}
.NomadNet_Title {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}
#orderItems {
	width: 800px;
}
.LocationName {
	font-size: 16px;
	text-transform: capitalize;
	background-color: #FFFF33;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFFFCC;
	font-weight: bold;
}
#pageFooter {
	background-image: url(../images/footerDecal.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
	font-size: 14px;
	color: #000;
}
.lineHighlite {
	background-color: #DDD;
}
.userLink a:link {
	color:#0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.userLink a:active {
	color:#0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.userLink a:visited {
	color:#9900FF;
	text-decoration: underline;
	font-weight: bold;
}


fieldset {
	-webkit-border-radius: 10px;
	background-color:#FFF;
	border-radius: 10px;
	border:2px solid #FBAF01;
}
legend {
	background-color: #FECC00;
	border: 1px #000 solid;
	padding: 2px 6px;
}
.legendFormat {
	background-color: #FECC00;
	border: 1px #000 solid;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 6px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 350px;
}

.navbar {
	text-decoration: none;
	font-size:16px;
	padding:10px;
	padding-left:30px;
	vertical-align:bottom;
}
.navbar a:hover {
	text-decoration: underline;
}

#navbarLink {
	white-space: nowrap;
}
#navbarAdmin {
	vertical-align: bottom;
}


@media only screen and (max-device-width: 480px) {
	
	body:after {
		content: 'widescreen';
		display: none;
	}


	#logoImg {
		width: 100px;
	}
	.navbar {
		font-size: 12px;
		padding:0px;
		padding-left: 10px;
		white-space: nowrap;
		/*border: thin #F00 solid;/* */
	}
	.Headings {
		font-size: 14px;
		height: 30px;
/*		background-color: #0F6;/* */
	}
	.ColumnHeader {
		font-size: 10px;
	}
	.bannerTopOuter {
		height: 60px;
		border: none;
		/*border: thin #00F solid;/* */
	}
	#bannerTopCenter {
		height: 60px;
		/*border: thin #F00 solid;/* */
	}
	.TextField {
		font-size: 9px;
	}
	.TextFieldMandatory {
		font-size: 9px;
	}
	#EditProfile {
		width: 240px;
	}
	#adminNavbar {
		display: none;
	}
	#extraDelNote {
		border-style: solid;
		border-width: thin;
		border-color: #000000;
	}
	.TableBanner {
		width:330px;
	}
	#extraDelNote {
		width: 380px;
	}
	#orderItems {
		width: 300px;
	}
	#navbarLink {
		display: none;
	}
	#pageFooter {
		height: 60px;
		font-size: 10px;
		white-space: nowrap;
	}


	.ButtonFormatDisabled {
		color: #999;
		border: solid 1px #333;
		padding: 4px 8px;
		background: url(../images/headerButtonUser.gif) repeat-x left center;
		vertical-align: middle;
		font-size: 12px;
		font-weight: bold;
	}
	.ButtonFormat {
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: bold;
	}


	.ClientArea {
		font-size: 9px;
		margin-right: 5px;
		margin-left: 5px;
/*		border: thin dotted #00F;/* */
	}
	
	#orderPaymentType {
		width: 300px;
	}
	.orderMainTable {
		width: 290px;
		margin-left: 0px;
	}
	 .orderItemTable {
		width: 290px;
	}
	.orderProductDescriptionColumn {
		width: 240px;
	}
	.orderPaymentTypeMessage {
		font-family: "Courier New", Courier, monospace;
		font-size: 9px;
		position: relative;
		width: 100px;
		padding: 2px;
	}

	fieldset {
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:1px solid #FBAF01;
		font-size: 10px;
	}
	legend {
		font-size: 12px;
		padding: 0px 3px;
		min-width: 130px;
	}
	.legendFormat {
		font-size: 12px;
		padding: 0px 3px;
		width: 130px;
	}
	.ErrorMandatoryrText {
		font-size: 10px;
	}
	
	td, th {
		padding: 0px;
	}
	.hiddenWhenMedia {
		display:none;
	}

	.footerImage {
		padding-top:5px;
	}
	.footerImage img {
		height: 36px;
	}
	#EditProfile input {
		width: 150px;
	}
	#EditProfile textarea {
		width: 150px;
	}
}
