/**************************************************************
	 Styles
 **************************************************************/

div {
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	color: black;
	font-weight: normal;
}
#LeftColumn h1, #LeftColumn h2, #LeftColumn h3, #LeftColumn h4, #LeftColumn h5, #LeftColumn h6 {
	color: white;
	font-weight: bold;
}
h1 {
	font-size: 16pt;
	line-height: 20pt;
}
h2 {
	font-size: 13.25pt;
	line-height: 18pt;
}
h3 {
	font-size: 11pt;
	line-height: 14pt;
}
h4 {
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
}
h5 {
	font-size: 8pt;
	line-height: 12pt;
}
h6 {
	font-size: 7pt;
	line-height: 12pt;
}

/* Links */
a {
	text-decoration: none;
	cursor: pointer;
	color: #376123;
}
a:hover {
	text-decoration: underline;
	color: black;
}
#LeftColumn a {
	text-decoration: none;
	cursor: pointer;
	color: #F8C400;
}
#LeftColumn a:hover {
	text-decoration: underline;
	color: white;
}
a img {
	border: 0;
}
a img.border {
	border: 1px solid #000;
}
a:hover img.border {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	border: 1px solid #668FA3 !important;
	border: 1px solid #FC3307;
}

/* Lists */
ul {
	margin-left: 20px;
	padding: 0px;
}
ul li {
	list-style-image: url(../images/submenu1.gif);
}
ol li {
}
ol li span {
}
dl.faq {
}
dl.faq dt {
	font-weight: bold;
	margin-left: 20px;
	text-indent: -20px;
}
dl.faq dd {
	margin: 0 0 20px 20px;
	display: none;
}

/* Blockquote */
blockquote {
	margin: 0;
	padding: 10px;
	background: #f8f8f8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
hr {
	border: 0px;
	height: 1px;
	background-color: #ccc;
}
fieldset {
	margin: 0;
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #ccc;
}

/* Tables */

table {
	border-collapse: collapse;
}
table tr th, table tr td {
	padding: 0px;
}
table tr th {
	padding: 0px;
	color: #666;
}

table.ListTable {
	border: 1px solid #ccc;
}
table.ListTable tr th {
	padding: 2px 5px;
	border-bottom: 2px solid #aaa;
	background-color: #eee;
	text-align: left;
}
table.ListTable tr td {
	padding: 2px 5px;
}
table.EntriesTable {
}
table.EntriesTable tr th {
	padding: 2px 5px;
	background-color: #eee;
	border-bottom: 2px solid #aaa;
	text-align: left;
}
table.EntriesTable tr td {
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
}
table.EntriesSubTable {
	margin: 7px 0px;
	border: 1px solid #bbb;
}
table.EntriesSubTable tr th {
	background-color: #eee;
}
table.EntriesSubTable tr th, table.EntriesSubTable tr td {
	padding: 0px 3px;
}
table.FormTable {
}
table.FormTable tr th {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
table.FormTable tr td {
	padding: 2px;
}
table.ViewTable {
}
table.ViewTable tr th {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
table.ViewTable tr td {
	padding: 2px;
}
table.StatsTable_horizontal {
}
table.StatsTable_horizontal tr th {
	padding: 3px 5px;
	border-bottom: 2px solid #ccc;
}
table.StatsTable_horizontal tr td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}
table.StatsTable_vertical {
}
table.StatsTable_vertical tr th {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}
table.StatsTable_vertical tr td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}

.listbox {
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #CCC;
	background-color: white;
	padding: 2px 0px;
}
.listbox:hover {
	border: 1px solid #888;
}
.listbox ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.listbox ul li {
	list-style: none;
	list-style-image: none;
	text-indent: -10px;
}
ul.sidemenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	list-style: none;
	list-style-image: none;
	background-color: #EFF5CD;
	border-top: 1px solid white;
}
ul.sidemenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
ul.sidemenu li a {
	color: black !important;
	padding: 7px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid white;
}
ul.sidemenu li a:hover,
ul.sidemenu li a.selected {
	color: black !important;
	text-decoration: none;
	background-color: #D5E385;
}

.dark {
  color: #353E47;
}
.dropcap:first-letter {
	font-size: 400%;
	float: left;
	line-height: 0.8em;
	color: #888;
	margin-right: 5px;
}
.DarkRow {
	background-color: #FFFACE;
}
.LightRow {
}
.inactiveEntry {
	color: #999;
}
.smallText {
	font-size: 90%;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.numberField {
	text-align: right;
	width: 75px;
}
.dateField {
	width: 100px;
}
.textField {
	width: 350px;
}
.noPad {
	margin: 0px;
	padding: 0px;
}
.icons {
	border: none;
	vertical-align: middle;
}
.iconspan {
	font-weight: normal;
	text-align: right !important;
}
.bold {
	font-weight: bold !important;
}
pre {
	font-size: 8pt;
}

/**************************************************************
	 Form Elements
 **************************************************************/

form {
	padding: 0;
	margin: 0;
}
label {
	cursor: pointer;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 350px;
	height: 100px;
}/*
input,
textarea,
select {
	padding: 1px;
	font-size: 1em;
	color: #333;
	background: #f8f8f8;
	border: 1px solid #AAA;
}
input.radio,
input.checkbox {
	background: none;
	border: 0px;
}
input.light,
textarea.light,
select.light {
	padding: 1px;
	font-size: 1em;
	color: #666;
	background: white;
	border: 1px solid #CCC;
}
input.disabled,
textarea.disabled,
select.disabled {
	padding: 1px;
	font-size: 1em;
	color: #999;
	background: #eee;
	border: 1px solid #ccc;
	cursor: auto;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000;
	background: white;
	border: 1px solid #666;
}
input.disabled:focus,
input.disabled:hover,
textarea.disabled:focus,
textarea.disabled:hover,
select.disabled:focus,
select.disabled:hover {
	color: #999;
	background: #eee;
	border: 1px solid #ccc;
}
input.light:focus,
input.light:hover,
textarea.light:focus,
textarea.light:hover,
select.light:focus,
select.light:hover {
	color: #000;
	background: white;
	border: 1px solid #999;
}
input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
	padding: 0;
	border: 0;
}
input.button {
	padding: 1px 3px;
	font-size: 1em;
	cursor: pointer;
	color: #fff;
	border: 1px solid  #F68026;
	background-color: #F68026;
}
input.button:hover {
	background-color: #F68026;
	border: 1px solid black;
}
input.button:active {
	background-color: #F68026;
	border: 1px solid  #F68026;
}*/



	td.itemTable div {
		margin: 0 0 10px 0;
		padding: 10px;
		border: 1px solid #ccc;
		background-color: #f0f0f0;
	}
	td.itemTable table {
		background-color: white;
	}
	td.itemTable table tr td {
		border: 1px solid gray;
		padding: 3px 5px;
	}
	.BillingInfo, #Purchases {
		background-color: white;
	}
	.BillingInfo tr th {
		border: 1px solid gray;
		padding: 3px 5px;
		text-align: left;
		width: 150px;
	}
	.BillingInfo tr td {
		border: 1px solid gray;
		padding: 3px 5px;
	}
	#Purchases tr td {
		border: 2px solid gray;
		padding: 3px 5px;
		color: black;
	}