* {
	/*font-size: 13pt;*/
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	background: url(images/titleBack.jpg) no-repeat;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #07F;
	text-decoration: underline;
}

div.navGroup {
	display: table-column;
}

a.nav {
	color: yellow;
	background-color: #223F95;
	text-decoration: none;
	padding: 5px;
	/*display: table-cell;*/
	border-bottom: url(images/ItemFade.gif) solid 25px;
	font-weight: bold;
	font-size: 16pt;
}

a.nav:hover {
	/*color: #FFA;
	background-color: #35A;*/
	color: #35A;
	background-color: #FF5;
	text-decoration: none;
	font-weight: bold;
	font-size: 16pt;
}

a.navSelected {
	color: #35A;
	background-color: #FF5;
	text-decoration: none;
	padding: 5px;
	/*display: table-cell;*/
	border-bottom: url(images/ItemFade.gif) solid 25px;
	font-weight: bold;
	font-size: 16pt;
	border-bottom: #445FB7 solid 2px;
	border-top: #445FB7 solid 2px;
}

a.navSelected:hover {
	color: #35A;
	background-color: #FF5;
	text-decoration: none;
	padding: 5px;
	/*display: table-cell;*/
	border-bottom: url(images/ItemFade.gif) solid 25px;
	font-weight: bold;
	font-size: 16pt;
}

hr {
	background-color: #223F95;
	border: #223F95 solid 3px;
}

ul {
	margin: 0px;
	padding-left: 12pt;
}

h1 {
	padding-left: 8px;
	border-bottom: #929eb6 solid 2px;
	border-right: #929eb6 solid 1px;
	background-color: #CCDDFF;
	margin-bottom: 5px;
}

table.hoursTable tr {
	padding: 5px;
	background-color: #CFD;
}

table.hoursTable tr.closed {
	padding: 5px;
	background-color: #FDC;
}


table.mainBoxes {
	width: 100%;
	border-spacing: 0;
	border-spacing: 8px 0;
}

table.mainBoxes th {
	padding: 0;
	background-color: #FF0;
	color: #00F;
	font-weight: bold;
	font-size: 18pt;
}

table.mainBoxes td {
	padding: 10px;
	vertical-align: top;
}

table.mainBoxes td div.caption {
	font-size: 18pt;
	color: white;
	margin-bottom: 5px;
}

table.mainBoxes td.blueGrad {
	background: #6AD url('images/blueGrad.jpg') repeat-x;
}

table.mainBoxes td.greenGrad {
	background: #6D6 url('images/greenGrad.jpg') repeat-x;
}

table.mainBoxes td.yellowGrad {
	background: #FFCC33 url('images/yellowGrad.jpg') repeat-x;
}

table.mainBoxes td.blue {
	background: #6AD;
}

table.mainBoxes td.green {
	background: #6D6;
}

table.mainBoxes td.yellow {
	background: #FFCC33;
}

table.mainBoxes td.blue a {
	color: blue;
}

table.mainBoxes td a.go {
	color: white;
	padding: 10px;
	margin: 10px;
	margin-top: 50px;
	font-size: 18pt;
	white-space: nowrap;
}

table.mainBoxes td.blue a.go {
	background-color: #047;
	border: #68C outset 2px;
}

table.mainBoxes td.green a.go {
	background-color: #070;
	border: #8A8 outset 2px;
}

table.mainBoxes td.yellow a.go {
	background-color: #CC9900;
	border: #E90 outset 2px;
}

/*****
** CreditApp formatting - Chris 11/29/2009
*****/
.app .sectionTitle {
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
	margin-top: 7px;
}

app.invalid {
	color: red;
	/*display: list-item;
	list-style: disc outside none;*/
	margin-left: 15px;
	padding-bottom: 5px;
}

.creditapp {
	margin: 7px;
}

div.app table td:first-child {
	padding-right: 7px;
}

/*****
** Quality List formatting - Chris 2/28/2010
*****/
.qual {
	border: #EEE solid 10px;
	padding: 5px;
	background-color: #FFF;
	line-height: 31px;
	font-size: 12pt;
}

.qual ul {
	/*list-style-image: url('images/Check_Green.gif');*/
	list-style-type: none;
	list-style-position: inside;
}

.qual li {
	background-image: url('images/Check_Green.gif');
	background-repeat: no-repeat;
	background-position:  0px 0px;
	padding-left: 35px;
}

/*****
** Inventory List formatting - John 5/23/2009
*****/
table.inventorylist {
	border: #0033FF solid thin;
	background-color: #FFFFBB;
	font-family: fantasy;
	font-size: 12pt; 
	font-weight: bold;
}

table.inventorylist th {
	border: #CCEEFF solid thin;
	background-color: #3366DD;
	padding: 5px;
	color: white;
}
table.inventorylist td {
	border: #4477EE solid thin;
	padding: 5px;
}

/*****
** Rent-To-Own Table formatting - Chris 5/23/2009
*****/

table.RentToOwnCatalog {
	margin: 8px;
	/*border-bottom: #B33f5A solid 3px;
	border-top: #B33f5A solid 3px;*/
	border-bottom: #223F95 solid 3px;
	border-top: #223F95 solid 3px;
	background-color: #FFE;
}

table.RentToOwnCatalog td {
	vertical-align: middle;
}

table.RentToOwn {
	/*border: #911f38 solid thin;*/
	border: #223F95 solid thin;
}

table.RentToOwn td {
	/*border: #911f38 solid thin;*/
	border: #223F95 solid thin;
	padding: 5px;
}

table.RentToOwn th {
	/*background-color: #911f38;*/
	background-color: #223F95;
	color: white;
	padding: 5px;
	font-weight: bold;
	font-size: 16pt;
}

/*****
** Table formatting - Chris 10/29/2007
*****/
table.wikitable,
table.prettytable {
  margin:1em 1em 1em 0;
  background:#F0F0F0;
  border:1px #AAA solid;
  border-collapse:collapse;
  }

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  /*border:1px #AAA solid;*/
  border:2px #FFF solid;
  padding:0.2em;
  }

table.wikitable th,
table.prettytable th {
  background:#F2F2F2;
  text-align:center;
  }

table.wikitable caption,
table.prettytable caption {
  margin-left:inherit;
  margin-right:inherit;
  }


/* --- Code of Ethics --- */
#CodeOfEthics {
	font-size: 12pt;
	text-align: justify;
}

#CodeOfEthics li {
	margin-top: 12pt;
}

/*****
** InventoryView formatting - Chris 1/27/2011
*****/

table.InventoryView {
	color: black;
	/*table-cell-spacing: */
}

table.InventoryView tr:hover {
  background-color: #E5EAFF;
  cursor: pointer;
}

img.thumbnail:hover {
  cursor: pointer;
  outline: #5555FF solid 2px;
}
