/*  
	LOCATION NETWORK Universal CSS
	Put CSS in here to be used anywhere on site
	CSS by Ian Russell @ EVOLVS.COM  March 2005
	www.evolvs.com | ian@evolvs.com

	Color Scheme:
	boxes: #cccccc; big header: #2C3E4E; big header 50%: #cccccc; small header: #999999; red: #D2221D; dark red: #7C0B06;
	
	Interface Elements:
	Spacing: 8px; Padding: 12px; 


BASIC 
------------
*/



body {
	font-family: "Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-size:10px;
	text-align: left;
}

font {
	font-family: "Helvetica", Helvetica, Arial, Verdana, sans-serif;
	
}

/*LINKS
-----------------------------------------------------------------------------
*/

a {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
	background-color: transparent;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/*
SAVE THE IMAGES
*/
.img_safe {
	border:none;
	padding:0px;
	margin:0px;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* CONTAINER
----------------------------------------------------------------------------- 
*/


#standardPage {
	padding: 0px;
	margin: 0px;
	background: url(/retrieve_image.php?image=diag-bg.png) top left repeat;
}

#masterContainer {
	margin-top: 8px;
	padding: 0px;
	/* width: 820px; */
	width: 988px;  
	text-align: left;
}

#siteContent {
	width: 740px;
/*	width: 920px;*/
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
}

/* TOPBAR
----------------------------------------------------------------------------- 

*/

#topBar {
	background: #fff;
	height: 68px;
	overflow: hidden;
}

#topBar #logo {
	float: left;
	border-right: 1px solid #cccccc;
}

#topBar #logo h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 150px;
	height: 68px;
}

#topBar #logo h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(/retrieve_image.php?image=logo.png) 0px 0px no-repeat;
}

#topBar #logo h1 a:hover {
	background: transparent url(/retrieve_image.php?image=logo.png) 0 -68px no-repeat;
}

#topBar #loginBox {
	float: right;
	height: 68px;
	background: #999999 no-repeat right top url(/retrieve_image.php?image=login-title.png);
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	line-height: 22px;
	color: #2B3F4E;
	'vertical-align: middle;'
	width: 350px;
		
}

#topBar #loginBox form {
	padding: 12px;
}

#topBar #loginBox input {
	border: 1px solid #cccccc;
	background: #fff;
	padding: 2px;
	margin: 0px;
	font: bold 10px Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
	width: 110px;
}

#topBar #loginBox button {
	color: #999999;
	font-family: "Helvetica", Helvetica, Arial, Verdana, sans-serif;
	background: #000000 no-repeat right center url('/retrieve_image.php?image=button-arrow.png');
	border: 2px solid #000000;
	padding-right: 14px;
}

#topBar #loginBox button:hover {
	color: #fff;
}

#topBar #loginBox div {
	height: 20px;
}

#topBar #loginBox div div {
	width: 80px;
	float:left; 
}

#topBar #stats {
	float: right;
	background: no-repeat url(/retrieve_image.php?image=topbar-mountains.png) right top;
	height: 68px;
	color: #25344B;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
	width: 170px;
}

#topBar #stats form {
	padding: 10px;
}

#topBar #stats select {
	border: 1px solid #88A0B2;
	font-size: 9px;
	padding: 1px;
	margin: 0px;
}

/* LOGGED INTO LIGHTBOX */

#topBar #loggedLightbox {
	float: right;
	background: no-repeat url(/retrieve_image.php?image=topbar-mountains.png) right top;
	height: 68px;
	color: #25344B;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
	width: 456px;
}

#topBar #loggedLightboxdiv {
	padding: 12px;
	border: 0px solid green;
	line-height: 14px;
}

#topBar #loggedLightbox b {
	font-size: 12px;
}

#topBar #loggedLightbox a {
	color: #D2221D;
}

/* LOGGED INTO ACCOUNT */
#topBar #loggedIn {
	float: right;
	background: no-repeat url(/retrieve_image.php?image=topbar-mountains.png) right top;
	height: 68px;
	/* color: #25344B;*/
	color: #ffffff;
	text-align: left;
	line-height: 16px;
	width: 300px;
}


#topBar #loggedIn div {
	float: left;
	padding: 0px 18px 0px 6px;
	margin-top: 12px;
	border: 0px solid green;
	line-height: 14px;
	border-left: 1px solid #D5D8DB;
}

#topBar #loggedIn div#accountBox {
	padding-left: 25px;
	border-width: 0px;
	float: right;
	height: 50px;
	top: 0px;
	position: absolute;
}



#topBar #loggedIn b {
	font-size: 11px;
	font-weight: bold;
}

#topBar #loggedIn a {
	color: #ffffff;
}
/* NAVIGATION
----------------------------------------------------------------------------- 
*/

#topBar #nav {
	float: left;
	background: #F6F7F9;
}

#topBar #nav div {
	border-right: 1px solid #cccccc;
	padding: 6px 0px 6px 0px;
}

#topBar #nav a {
	display: block;
}

#topBar #nav img {
	margin: 2px 2px 2px 6px;
}

#topBar #nav a:hover {
	background: #808080;
}

/* INTERFACE ELEMENTS
----------------------------------------------------------------------------- 

*/

#contentArea {
	margin-top: 8px;
}

/* SMALL CONTENT HEADER */

#contentArea .smallHeader {
	background: #999999;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}

#contentArea .smallHeader a.button {
	font: 10px Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	border: 0px solid yellow;
	border-left: 1px solid #8b9dae;
	padding: 0px 25px 0px 10px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0px;
	float: right;
	display: block;
	color: #ffffff;
	background: #333333 no-repeat right center url(/retrieve_image.php?image=red-diagonal-bg-trans.png);
	text-transform: uppercase;
}

#contentArea .smallHeader a:hover.button {
	text-decoration: none;
	color: #333333;
}

#contentArea .smallHeader select {
	border: 1px solid #88A0B2;
	font-size: 9px;
	padding: 1px;
	margin: 0px;
	float: right;
}

/* MAIN ARROW HEADER */
#contentArea h2 {
	background: #333333 no-repeat 4px url(/retrieve_image.php?image=header-arrow.png);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}

#contentArea h2 b {
	color: #cccccc;
}

#contentArea h2 a {
	float: right;
	display: block;
	color: #f6d5d4;
	background: #333333 no-repeat right center url(/retrieve_image.php?image=red-diagonal-bg-trans.png);
	text-transform: none;
	border-left: 1px solid #8b9dae;
	padding: 0px 25px 0px 10px;
	font-size: 12px;
}

#contentArea h2 a:hover {
	text-decoration: none;
	color: #fff;
}

#contentArea h2.flush {
	margin-bottom: 0px;
}


#mainFrame {
	line-height: 1.1;
	padding: 14px;
	background: #D8A264;
}


.box {
	padding: 12px;
	background: #fff;
}


/* ADMIN
-----------------------------------------------------------------------------  
*/

#adminPage {
	padding: 0px;
	margin: 0px;
	background: url(/retrieve_image.php?image=diag-bg.png) top left repeat;
}


#adminPage h3 {
	background: #8b9dae;
	padding: 0px 0px 0px 8px;
	color: #fff;
	margin: 0px 0px 1px 0px;
	line-height: 24px;
	vertical-align: middle;	
}


#contentArea h3 a {
	float: right;
	display: block;
	color: #ffffff;
	background: #333333 no-repeat right center url(/retrieve_image.php?image=red-diagonal-bg-trans.png);
	text-transform: none;
	border-left: 1px solid #8b9dae;
	padding: 0px 25px 0px 10px;
	font-size: 12px;
}

#breadCrumb {
	padding: 8px;
	background: #ffffff;
	margin: -7px 0px 8px 0px;
	font-weight: bold;
	color: #999999;
}

#breadCrumb a:link, #breadCrumb a:visited, #breadCrumb b {
	color: #000;
	}

#pageThrough {
	background: #edf0f4;
	padding-left: 3px;
	padding-top: 3px;
	
	padding-bottom:3px;
	margin-top: 8px;
	font-weight: bold;
	margin-bottom: 8px;
	width:99.8%;

}



#pageThrough table, #pageThrough td  {
	padding: 0px 3px 0px 3px;
	border-collapse: collapse;
}

#pageThrough a {
	color: #2c3e4e;
	font-weight: bold;
	display: block;
	}

#adminTools div {
	width: 314px;
	float: left;
	background: #f4f5f7;
	margin-bottom: 3px;
}

#adminTools p {
	float: left;
	width: 8px;
	height: 8px;
}

#adminTools div h3 {
	background: url(/retrieve_image.php?image=admin/blue-diagonal-bg-trans-sm.png) top left repeat;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#adminTools div h3 p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	white-space: nowrap;
	float: none;
	height: 40px;
}

#adminTools div h3 p.one {
/*	background: url(/retrieve_image.php?image=admin/admin-home-user.png) 3px no-repeat;*/
}

#adminTools div h3 p.two {
/*	background: url(/retrieve_image.php?image=admin/admin-home-location.png) 3px no-repeat;*/
}

#adminTools div h3 p.three {
/*	background: url(/retrieve_image.php?image=admin/admin-home-pen.png) 3px no-repeat;*/
}

#adminTools div a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 12px 12px 25px;
	border: 1px solid #fff;
}

#adminTools div a:link, #adminTools div a:visited {
	color: #48494a;
	background: #f4f5f7 url(/retrieve_image.php?image=admin/admin-home-arrow.png) 5px no-repeat;
}

#adminTools div a:hover {
	color: #000;
	text-decoration: none;
	background: #e8ebef url(/retrieve_image.php?image=admin/admin-home-arrow.png) 7px no-repeat;
}


/*
PRINT LIGHTBOX
*/

#printLayouts div {
	float: left;
	font-weight: bold;
	padding:  10px;
}

#printLayouts label {
	padding: 6px;
}

#formLabels label {
	padding: 6px;
	background: #f3f5f7;
	font-weight: bold;
	display: block;
	margin: 1px 0px 2px 0px;
}

#selectorNav {
	background: #e8ebef;
	font-weight: bold;
	padding: 5px;
	color: #000;
	margin: 0px 0px 1px 0px;
	margin-bottom: 10px;
}

#selectorNav .removeButton, #selectorNav .selectButton {
	line-height: 19px;
	vertical-align: middle;
	display: block;
	height: 19px;
	padding-left: 24px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#selectorNav .removeButton:hover, #selectorNav .selectButton:hover {
	text-decoration: underline;
}

#selectorNav .removeButton  {
	background: url(/retrieve_image.php?image=printjob/removebutton.png) top left no-repeat;
}

#selectorNav .selectButton  {
	background: url(/retrieve_image.php?image=printjob/addbutton.png) top left no-repeat;
}





/* VARIOUS USEFUL ELEMENTS
-----------------------------------------------------------------------------  
*/

/* USE FOR INSTRUCTIONS, COMMENTS ETC */
#contentArea cite {
	font-size: 12px;
	text-transform: none;
	font-style: normal;
	line-height: 18px;
	color: #777;
	
}

#contentArea cite b {
	color: #000; 
	}

/* LOGIN / SIGNUP
-----------------------------------------------------------------------------  	 
*/

#mainFrame .blurb {
	padding: 6px 0px 4px 0px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	display: block
}

#mainFrame #logIn {
	width: 260px;
	color: #333333;
}

#createAccount {
	width: 600px;
	float: right;
	color: #333333;
}

#createAccount table {
	border-collapse: collapse;
}

#createAccount td {
	background: #F3F5F7;
	border-bottom: 3px solid #fff;
	font-weight: bold;
	padding: 3px;
}

#createAccount td.header {
	background: #fff;
	text-transform: uppercase;
}

#createAccount td.asterisk {
	background: #fff;
	color: red;
	font-size: 14px;
	padding-top: 0px;
}

#createAccount form input {
	width: 210px;
	border: 1px solid #333333;
}

/* ORDER PAGE
-----------------------------------------------------------------------------  	 
*/

#alphabet {
	height: 40px;
}

#alphabet a {
	height: 20px;
	width: 20px;
	font: 14px Helvetica;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	vertical-align: middle;
	color: #cccccc;
	text-decoration: none;
}

#alphabet a:hover, #alphabet a.selected {
	color: #333333;
	text-decoration: none;
}



/* FRONT PAGE 
----------------------------------------------------------------------------- 
*/

#introBox {
	margin-top: 8px;
	padding: 12px;
	background: #cccccc;
}

#marquee {
	background-image: url("/marquee.php?size=large");
	background-repeat: no-repeat;
	height: 360px;
	width: 960px;
	padding: 0px;
	margin: 0px;
}

#marquee td.medium {
	padding: 0px;
	margin: 0px;
	width: 240px;
	height: 180px;
}

#marquee td.small {
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 90px;
}

#columns {
	margin-top: 8px;
	padding: 0px;
}

#columns a {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#columns a:hover {
	text-decoration: none;
	color: #fff !important;
}

#columns .leftCol a {
	margin-right: 8px;
	padding: 40px 12px 0px 12px;
	float: left;
}

#columns .leftCol a span {
	display: block;
	width: 230px;
	height: 212px;
}

#columns .leftCol a.col1 {
	background: #B81611 url(/retrieve_image.php?image=front/col1-bg.png) no-repeat left top;
	color: #DC8B88;
}

#columns .leftCol a:hover.col1 {
	background: #AB110D url(/retrieve_image.php?image=front/col1-bg.png) no-repeat left top !important;
}

#columns .leftCol a.col2 {
	background: #333333 url(/retrieve_image.php?image=front/col2-bg.png) no-repeat right top;
	color: #8E9AA4;
}

#columns .leftCol a:hover.col2 {
	background: #344758 url(/retrieve_image.php?image=front/col2-bg.png) no-repeat right top;
}

#columns a.col3 {
	background: #435768 url(/retrieve_image.php?image=front/col3-bg.png) no-repeat right top;
	color: #8E9AA4;
}

#columns a:hover.col3 {
	background: #435768 url(/retrieve_image.php?image=front/col3-bg.png) no-repeat right top;
}

#columns .rightCol {
	float: right;
	width: 199px;
}

#columns .rightCol div {
	margin-bottom: 8px;
}

#columns .rightCol div a {
	background: #697A89 ;
	height: 36px;
	text-transform: uppercase;
	color: #fff;
	line-height: 36px;
	padding: 0px 0px 0px 25px;
	font-size: 11px;
	border-bottom: 1px solid #999999;
}

#columns .rightCol  div a:hover {
	background: #627483 ;
}

#columns a.demo {
	background: #D2221D url(/retrieve_image.php?image=front/demo-bg.png) no-repeat left top;
	padding-left: 68px;
}

#columns a:hover.demo {
	background: #C51C17 url(/retrieve_image.php?image=front/demo-bg.png) no-repeat left top;
}

/* ORDER PAGE	
----------------------------------------------------------------------------- 
*/

#orderBoxes {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

#orderBoxes .box {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 314px;
}

#orderBoxes span {
	display: block;
	margin: 12px;
}

#orderBoxes p {
	height: 120px;
	line-height: 15px;
}

#orderBoxes .spacer {
	float: left;
	width: 8px;
	height: 200px;
}

#orderBoxes b {
	font-size: 13px;
	font-weight: bold;
}

a.stripeButton, a:link.stripeButton, a:visited.stripeButton {
	display: block;
	height: 68px;
	background: #333333;
	color: #666 !important;	
}

a:hover.stripeButton {
	background: #333333;
	text-decoration: none;

}

a.stripeButton b {
	display: block;
	font-size: 13px;
	padding: 10px;
}

/* MY ACCOUNT
----------------------------------------------------------------------------- 
*/

#mainFrame #myAccount .box {
	padding: 0px;
	margin: 0px;
}

/* ACCOUNT */

#mainFrame #accountInfo {
	border-collapse: collapse;
}

#mainFrame #accountInfo td {
	padding: 6px;
	font-weight: bold;
	background: #cccccc;
	border: 2px solid #fff;
}

#mainFrame #accountInfo b {
	color: #333333;
}

#mainFrame #accountInfo tr.divider td {
	background: #fff;
}

#mainFrame #accountInfo strong {
	color: red !important;
	font-size: 14px;
}

/* YOUR LIGHTBOXES */

#lightBoxes {
	font-size: 9px;
}

#lightBoxes tr {
	background: #EEF0F3;
}

#lightBoxes td {
	border-top: 2px solid #fff;
	padding: 6px;
	font-weight: bold;
}

#lightBoxes td:hover {
	cursor: pointer;
}

#lightBoxes tr.inActive {
	color:  #777;
}

#lightBoxes th {
	text-align: left;
	color: #000;
	padding: 6px;
	background: #DCE1E7;
}

#lightBoxes tr.inActive a:link, a:visited {
	color:  #777;
}

/* SUBSCRIPTIONS LISTING */

#subscriptionsTable {
	width: 710px; 
}

#subscriptionsTable tr.divider {
	height: 4px; 
	background: none;
}

#subscriptionsTable tr.divider  td {
	height: 4px; 
}


#subscriptionsTable .rightCol .smallHeader {
	background: #cccccc; 
}

#subscriptionsTable .rightCol .smallHeader span {
	float: right; 
	text-transform: none;
	padding-right: 8px;
}

.currentPeriod {
	height: 74px;
	width: 320px;
	background: #EEF0F3 url(/retrieve_image.php?image=myaccount/currentperiod-bg-bot.png) no-repeat right bottom;	border-left: 1px solid #A6A8AA;	
}

.currentPeriod .packageBox  {
	margin: 10px; 
}

.currentPeriod .packageBox b {
	display: block;
	margin-bottom: 4px;
}

.currentPeriod .daysRemaining {
	float: right;
	text-align: center;
}

.currentPeriod .daysRemaining div {
	width: 70px;
	height: 70px;
	font-size: 9px;
}

.currentPeriod .daysRemaining h1 {
	font-size: 12px;
	color: #fff;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

.currentPeriod .daysRemaining .noTime {
	background: url(/retrieve_image.php?image=myaccount/daysremaining-notime.png) no-repeat left top;
	color: #E7A19F;
}

.currentPeriod .daysRemaining .moreTime {
	background: url(/retrieve_image.php?image=myaccount/daysremaining-moretime.png) no-repeat left top;
	color: #cccccc;
}

.currentPeriod .packageBox .categoryBlurb {
	padding: 2px;
	line-height: 14px;
	vertical-align: middle;
}

.currentPeriod .packageBox .categoryBlurb .progressBox {
	width: 40px; 
	float: left;
	background: url(/retrieve_image.php?image=myaccount/progress-box-bg.png) repeat left top;
	margin-right: 4px;
}

.currentPeriod .packageBox .categoryBlurb .progressBox div {
	background: url(/retrieve_image.php?image=myaccount/progress-box-progress.png) repeat left top;
	height: 14px;
	border-right: 1px solid #4D5963;
}

.subscriptionBox {
	
}

.subscriptionBox {
	background: #DCE1E7 url(/retrieve_image.php?image=myaccount/subscriptionbox-bg-bot.png) no-repeat left bottom;
	line-height: 12px;
	color: #334F67;
}

.subscriptionBox .packageBox {
	background: url(/retrieve_image.php?image=myaccount/subscriptionbox-bg-top.png) no-repeat left top;
	padding: 10px;
	height: 100%;
}

.subscriptionBox b {
	color: #000;
}

/* SUBSCRIPTION ORDER
----------------------------------------------------------------------------- 
*/

#subscriptionTable {
	width: 100%;
	border-width: 0px;
	border-collapse: collapse;
}

#subscriptionTable	td {
	font-size: 10px;
	padding: 3px;
	/*border: 1px solid #BECAD6;
	border-width: 1px 0px 1px 0px;*/
}

#subscriptionTable	.row0 {
	background: #c2c2c2;
	font-weight: bold;
}

#subscriptionTable	.row1 {
	background: #333333;
}

#subscriptionTable	.row2 {
	background: #fff;
}

#subscriptionTable	.divider {
	height: 20px;
	border-width: 1px 0px 1px 0px;
}

/* QUICK CATEGORIES ORDER
----------------------------------------------------------------------------- 
*/

#quickCategories {

}

#quickCategories #search {
	color: #fff;
	background: #999999;
	height: 50px;
	width: 266px;
	float: left;
}

#quickCategories #search div {
	height: 30px;
	padding: 0px;
	overflow: hidden;
}

#quickCategories span {
	display: block;
	margin: 5px;
}

#quickCategories #alphabet {
	color: #fff;
	background: #999999;
	height: 50px;
	float: right;
	width: 690px;
	overflow: hidden;
}

#quickCategories #alphabet div {
	height: 20px;
	padding: 0px;
	margin-right: -4px;
}

#quickCategories #alphabet a {
	margin: 0px;
	height: 20px;
	width: 20px;
	font: 14px Helvetica;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	line-height: 20px;
	vertical-align: middle;
	color: #cccccc;
	text-decoration: none;
}

#quickCategories #alphabet a:link {

}

#quickCategories #alphabet a:visited {

}

#quickCategories #alphabet a:hover {
	background: #000;
}

#quickCategories #alphabet a.selected {
	color: red;
}

#quickCategories #searchResults {
	width: 100%;
}

#quickCategories #searchResults a {
	float: left;
	color: #333333;
}
#quickCategories #searchResults a:visited {
	float: left;
	color: #666666;
}


#quickCategories #searchResults td {
	padding: 5px;
	border-bottom: 0px solid #fff;
	font-size: 12px;
	font-weight: bold;
}

#quickCategories #searchResults tr.over {
	background: #E0E4E8;
}

#quickCategories #searchResults tr.out {
	background: #F3F5F7;
}

#quickCategories #search input {
	border-width: 0px;
	background: #fff;
}

#quickCategories #search button {
	background: #cccccc;
}

#quickCategories #search button:hover {
	background: #dddddd;
}

/* LIGHTBOX PURCHASE
----------------------------------------------------------------------------- 
*/

#instructions {
	float: right;
	width: 200px;
	font-size: 12px;    
	line-height: 16px;
}

#orderForm {

}

#orderForm table {
	border-collapse: collapse;
}

#orderForm table td {
	border-collapse: collapse;
	border: 1px solid #fff;
	background: #F3F5F7;
}

#orderForm table table td {
	font-weight: bold;
}

#orderForm table table td.header {
	padding: 0px;
}

#orderForm table table {
	margin: 6px;
}

#orderForm table table td {
	border: 0px solid #fff;
	padding: 4px;
}

#orderForm input {
	border-width: 0px;
	background: #fff;
}

#orderForm textarea {
	height: 200px;
	width: 700px;
	margin: 10px;
}

#orderForm button {
	background: #cccccc;
}

#orderForm button:hover {
	background: #dddddd;
}

/* 
SCREENING ROOMS
*/

#newScreeningRoom {
	font-size: 12px;
}

#newScreeningRoom blockquote {
	padding: 10px 0px 10px 0px; 
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

#newScreeningRoom table {
	border-collapse: collapse;
}


#newScreeningRoom	td {
	border: 2px solid #fff;
}

#newScreeningRoom	.row1 {
	background: #E4E6E8;
}

#newScreeningRoom	.row2 {
	background: #F3F5F7;
}

#newScreeningRoom	a {
	background: #333333;
	padding: 3px;
	display: block;
	color: #fff;
	font-weight: bold;
}

/* 
PRINTJOBS
*/

#newPrintJob {
	font-size: 12px;
}

#newPrintJob blockquote {
	padding: 10px 0px 10px 0px; 
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

#newPrintJob table {
	border-collapse: collapse;
}


#newPrintJob	td {
	border: 2px solid #fff;
}

#newPrintJob	.row1 {
	background: #E4E6E8;
}

#newPrintJob	.row2 {
	background: #F3F5F7;
}

#newPrintJob	a {
	background: #333333;
	padding: 3px;
	display: block;
	color: #fff;
	font-weight: bold;
}

/* MISC
----------------------------------------------------------------------------- 
*/

.clearMe {
	clear: both;
	overflow: hidden;
	height: 0px;
}

dfn {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}

/* BOTTOM
----------------------------------------------------------------------------- 
*/

#botBar {
	padding: 3px 0px 30px 0px;
	font-weight: bold;
	font-size: 9px;
	color: #fff;
	letter-spacing:0.12em;
}

#botBar a {
	color: #fff;
}

#botBar a:visited {
	color: #fff;
}

#botBar a:hover {
	color: #fff;
}

/* FORMS 
----------------------------------------------------------------------------- 
*/

form {
	padding: 0px;
	margin: 0px;
}

#contentArea button {
	border-width: 0px;
	font: bold 10px Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 3px;
	margin: 0px;
}

#contentArea button.redButton {
	background: #D2221D no-repeat right center url(/retrieve_image.php?image=red-diagonal-bg-trans.png);
	padding: 6px 24px 6px 6px !important;
}

#contentArea button.redButton:hover {
	background: #AF1611 no-repeat right center url(/retrieve_image.php?image=red-diagonal-bg-trans.png);
	cursor: pointer;
}

#contentArea input {
	padding: 1px;
	margin: 0px;
	font: bold 10px Helvetica, Arial, Verdana, sans-serif;
}

#listtable {
	border-collapse: collapse;
	border-width: 0px;
	letter-spacing:0.06em;
}

#listtable a {
	font-weight: bold;
}

#listtable a:link {
	color: #000000;
}

#listtable a:visited {
	color: #000000;
}

#listtable a:visited {
	color: #000000;
}

#listtable th {
	border: 1px solid #fff;
	background: #cccccc;
	padding: 5px;
	color: #fff;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	letter-spacing:0.1em;
}

#listtable	td {
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 3px;
	border: 1px solid #fff;
}

#listtable	.off {
	padding: 0px;
	border-width: 1px 0px 1px 0px;
	background: #edf0f4;
}

#listtable	.row0 {
	background-color: #AAA;
	font-weight: bold;
}

#listtable	.strong {
	background-color: #fff;
	font-weight: bold;
	color: #7C0B06;
}

#listtable .row1 {
	background-color: #FFF;
}

#listtable .row2 {
	background-color: #EEE;
}

#listtable .row1_gPerm {
	background-color: #DDD;
}

#listtable .row2_gPerm {
	background-color: #EEE;
}


#listtable .row1_quick {
	background-color: #EEE;
}

#listtable .row2_quick {
	background-color: #DDD;
}


#listtable .quickrow1{

	 background-color: #EEE;
}

#listtable .quickrow2{

	 background-color: #DDD;
}


#listtable	.rowclear {
	background-color: #FFF;
}

/* was fdd */
#listtable	.rowhighlight {
	background-color: #333333;
}

table	.rowhighlight {
	background-color: #333333;
}

#listtable .button {
	padding: 0px;
	background: #333333 repeat right center url(/retrieve_image.php?image=red-diagonals-bg.png);
	white-space: nowrap;
	border-width: 1px 0px 1px 1px;
}

#listtable .button a {
	display: block; 
	float: left;
	padding: 4px 3px 4px 17px;
	color: #cccccc;
	font-weight: bold;
	background: no-repeat 2px url(/retrieve_image.php?image=listtable-button-arrow.png);
	letter-spacing:0.1em;
}

#listtable .button a:hover {
	color: #fff;
}

#listtable_wsel_custom {
	border-collapse: collapse;
	border-width: 0px;
	letter-spacing:0.06em;
}

#listtable_wsel_custom a {
	font-weight: bold;
}

#listtable_wsel_custom a:link {
	color: #000000;
}

#listtable_wsel_custom a:visited {
	color: #000000;
}

#listtable_wsel_custom a:visited {
	color: #000000;
}

#listtable_wsel_custom th {
	border: 1px solid #D8A264;
	background: #cccccc;
	padding: 5px;
	color: #D8A264;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	letter-spacing:0.1em;
}

#listtable_wsel_custom	td {
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 3px;
	border: 1px solid #D8A264;
}

#listtable_wsel_custom	.off {
	padding: 0px;
	border-width: 1px 0px 1px 0px;
	background: #edf0f4;
}

#listtable_wsel_custom	.row0 {
	background-color: #AAA;
	font-weight: bold;
}

#listtable_wsel_custom	.strong {
	background-color: #D8A264;
	font-weight: bold;
	color: #7C0B06;
}

#listtable_wsel_custom .row1 {
	background-color: #D8A264;
}

#listtable_wsel_custom .row2 {
	background-color: #EEE;
}

#listtable_wsel_custom .row1_gPerm {
	background-color: #DDD;
}

#listtable_wsel_custom .row2_gPerm {
	background-color: #EEE;
}


#listtable_wsel_custom .row1_quick {
	background-color: #EEE;
}

#listtable_wsel_custom .row2_quick {
	background-color: #DDD;
}


#listtable_wsel_custom .quickrow1{

	 background-color: #EEE;
}

#listtable_wsel_custom .quickrow2{

	 background-color: #DDD;
}


#listtable_wsel_custom	.rowclear {
	background-color: #D8A264;
}

/* was fdd */
#listtable_wsel_custom	.rowhighlight {
	background-color: #333333;
}

table_wsel_custom	.rowhighlight {
	background-color: #333333;
}

#listtable_wsel_custom .button {
	padding: 0px;
	/*background: #333333 repeat right center url(/retrieve_image.php?image=red-diagonals-bg.png);*/
	white-space: nowrap;
	border-width: 1px 1px 1px 1px;
}

#listtable_wsel_custom .button a {
	display: block; 
	float: left;
	padding: 4px 3px 4px 17px;
	color: #cccccc;
	font-weight: bold;
	background: no-repeat 2px url(/retrieve_image.php?image=listtable-button-arrow.png);
	letter-spacing:0.1em;
}

#listtable_wsel_custom .button a:hover {
	color: #D8A264;
}

.error {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #A00;
}
.herocell a {
	color: #fff;

}

.herocell_wsel_custom a {
	color: #D8A264;

}

.library  {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
}
.library a {
	color: #ffffff;
	font-weight: bold;

}
