.alpha-nospace {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.alpha-black {
	width: 30px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
	margin: 2px 0px;
	background: -moz-linear-gradient(top,
			#a3a3a3 0%,
			#3b3b3b 50%,
			#242424 50%,
			#000000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#a3a3a3),
			color-stop(0.50, #3b3b3b),
			color-stop(0.50, #242424),
			to(#000000));
	background: -ms-linear-gradient(#a3a3a3, #000000);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.alpha-red {
	width: 30px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: #ffffff;
	background: -moz-linear-gradient(top,
			#ff756e 0%,
			#c4241c 50%,
			#c20404 50%,
			#ab0000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ff756e),
			color-stop(0.50, #c4241c),
			color-stop(0.50, #c20404),
			to(#ab0000));
	background: -ms-linear-gradient(#ff756e, #ab0000);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(125, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

html {
	color: black;
	background: white;
}

body,
table,
select,
input {
	font-size: 8pt;
	font-family: Verdana;
	margin-top: 0;
	margin-bottom: 0;
}

th {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

th a,
th a:link,
th a:visited,
th a:hover,
th a:active {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}

select,
input {
	font-size: 10pt;
	font-family: Arial;
}

body {
	margin: 0;
}

hr {
	background: black;
	height: 1px;
}

.app-body {
	font-family: Verdana;
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 0;
}

.clickable {
	cursor: pointer;
}

.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

.small-note {
	font-size: 7pt;
}

.text-center {
	text-align: center;
}

.text-disabled {
	color: #C0C0C0;
	font-style: italic;
	font-weight: bold;
}

.app-table-main,
.app-table-main-alt1 {
	width: 800px;
	border: 0;
	border-spacing: 0;
	font-family: Verdana;
	font-size: 9pt;
	margin-top: 0;
	margin-bottom: 0;
}

.app-table-main {
	padding: 0;
}


.app-table-main td,
.app-table-main th {
	padding: 0;
}

.app-table-main-alt1 {
	word-spacing: 0;
}

.app-table-main-alt1 td,
.app-table-main-alt1 th {
	padding: 1px;
}

.app-table-main-alt2 {
	width: 98%;
	border: 0;
	border-spacing: 0;
	font-family: Verdana;
	font-size: 9pt;
	margin-top: 0;
	margin-bottom: 0;
	word-spacing: 0;
}

.app-table-main-alt2 td,
.app-table-main-alt2 th {
	padding: 1px;
}

.app-table-report {
	width: 800px;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 8pt;
}

.app-table-report td,
.app-table-report th {
	padding: 4px;
	border: 1px solid #C0C0C0;
}

.app-table-report th {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}

.table-results-wide {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Verdana;
	font-size: 8pt;
}

.table-results-wide td {
	padding: 4px 8px;
	border: 1px solid #C0C0C0;
}

.table-results-wide th {
	padding: 4px;
	border: 1px solid #C0C0C0;
}

.table-results-wide.no-borders,
.table-results-wide.no-borders td,
.table-results-wide.no-borders th {
	border: 0;
}

.table-results-standard {
	width: 75%;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Verdana;
	font-size: 8pt;
}

.table-results-standard td,
.table-results-standard th {
	padding: 4px;
	border: 1px solid #C0C0C0;
}

.table-label-cell {
	width: 150px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.table-action-cell {
	width: 1%;
	white-space: nowrap;
}

.tab-header-line-left {
	height: 12px;
	background: #C9D9FC;
	border-left: solid;
	border-width: 1px;
	vertical-align: text-top;
}

.tab-header-line-noborder {
	height: 12px;
	background: #C9D9FC;
	border-left: none;
	border-width: 0px;
	vertical-align: text-top;
}

.app-tab-black {
	cursor: auto;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 18px;
	background: -moz-linear-gradient(top,
			#a3a3a3 0%,
			#3b3b3b 50%,
			#242424 50%,
			#000000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#a3a3a3),
			color-stop(0.50, #3b3b3b),
			color-stop(0.50, #242424),
			to(#000000));
	background: -ms-linear-gradient(#a3a3a3, #000000);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #000000;
	border-bottom: none;
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.app-tab-red {
	cursor: auto;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 18px;
	color: #ffffff;
	background: -moz-linear-gradient(top,
			#ff756e 0%,
			#c4241c 50%,
			#c20404 50%,
			#ab0000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ff756e),
			color-stop(0.50, #c4241c),
			color-stop(0.50, #c20404),
			to(#ab0000));
	background: -ms-linear-gradient(#ff756e, #ab0000);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #000000;
	border-bottom: none;
	text-shadow:
		0px -1px 0px rgba(125, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.app-tab-blue {
	cursor: auto;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 4px 18px;
	background: -moz-linear-gradient(top,
			#eef3fe 0%,
			#dce6fd 50%,
			#c9d9fc 50%,
			#c9d9fc);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#eef3fe),
			color-stop(0.50, #dce6fd),
			color-stop(0.50, #c9d9fc),
			to(#c9d9fc));
	background: -ms-linear-gradient(#eef3fe, #c9d9fc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #000000;
	border-bottom: none;
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.app-tab-gray {
	cursor: auto;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
	padding: 4px 18px;
	background: -moz-linear-gradient(top,
			#ffffff 0%,
			#ebebeb 50%,
			#fbdbdb 50%,
			#b5b5b5);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ffffff),
			color-stop(0.50, #ebebeb),
			color-stop(0.50, #dbdbdb),
			to(#b5b5b5));
	background: -ms-linear-gradient(#ffffff, #b5b5b5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #949494;
	border-bottom: none;
	text-shadow:
		0px -1px 0px rgba(255, 255, 255, 1),
		0px 1px 0px rgba(000, 000, 000, 0.2);
}

.but-black-single-tab {
	cursor: auto;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 24px;
	background: -moz-linear-gradient(top,
			#a3a3a3 0%,
			#3b3b3b 50%,
			#242424 50%,
			#000000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#a3a3a3),
			color-stop(0.50, #3b3b3b),
			color-stop(0.50, #242424),
			to(#000000));
	background: -ms-linear-gradient(#a3a3a3, #000000);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.but-red-single-tab {
	cursor: auto;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 24px;
	color: #ffffff;
	background: -moz-linear-gradient(top,
			#ff756e 0%,
			#c4241c 50%,
			#c20404 50%,
			#ab0000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ff756e),
			color-stop(0.50, #c4241c),
			color-stop(0.50, #c20404),
			to(#ab0000));
	background: -ms-linear-gradient(#ff756e, #ab0000);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(125, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.but-black {
	cursor: pointer;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 12px 4px;
	background: -moz-linear-gradient(top,
			#a3a3a3 0%,
			#3b3b3b 50%,
			#242424 50%,
			#000000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#a3a3a3),
			color-stop(0.50, #3b3b3b),
			color-stop(0.50, #242424),
			to(#000000));
	background: -ms-linear-gradient(#a3a3a3, #000000);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.but-red {
	cursor: pointer;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 12px 4px;
	color: #ffffff;
	background: -moz-linear-gradient(top,
			#ff756e 0%,
			#c4241c 50%,
			#c20404 50%,
			#ab0000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ff756e),
			color-stop(0.50, #c4241c),
			color-stop(0.50, #c20404),
			to(#ab0000));
	background: -ms-linear-gradient(#ff756e, #ab0000);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(125, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.but-gray {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 12px 4px;
	color: #aaaaaa;
	background: -moz-linear-gradient(top,
			#ffffff 0%,
			#ebebeb 50%,
			#dbdbdb 50%,
			#b5b5b5);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ffffff),
			color-stop(0.50, #ebebeb),
			color-stop(0.50, #dbdbdb),
			to(#b5b5b5));
	background: -ms-linear-gradient(#ffffff, #b5b5b5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 2px rgba(255, 255, 255, 1);
	text-shadow:
		0px 1px 0px rgba(255, 255, 255, 1),
		0px -1px 0px rgba(000, 000, 000, 0.2);
}

.but-black-small {
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px 4px;
	color: #ffffff;
	background: -moz-linear-gradient(top,
			#a3a3a3 0%,
			#3b3b3b 50%,
			#242424 50%,
			#000000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#a3a3a3),
			color-stop(0.50, #3b3b3b),
			color-stop(0.50, #242424),
			to(#000000));
	background: -ms-linear-gradient(#a3a3a3, #000000);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.but-blue-small {
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px 4px;
	color: #ffffff;
	background: -moz-linear-gradient(top,
			#a3a3a3 0%,
			#3b3b3b 50%,
			#242424 50%,
			#000000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#a3a3a3),
			color-stop(0.50, #3b3b3b),
			color-stop(0.50, #242424),
			to(#000000));
	background: -ms-linear-gradient(#a3a3a3, #000000);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.but-gray-small {
	cursor: auto;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px 4px;
	color: #aaaaaa;
	background: -moz-linear-gradient(top,
			#ffffff 0%,
			#ebebeb 50%,
			#dbdbdb 50%,
			#b5b5b5);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ffffff),
			color-stop(0.50, #ebebeb),
			color-stop(0.50, #dbdbdb),
			to(#b5b5b5));
	background: -ms-linear-gradient(#ffffff, #b5b5b5);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 2px rgba(255, 255, 255, 1);
	text-shadow:
		0px -1px 0px rgba(255, 255, 255, 1),
		0px 1px 0px rgba(000, 000, 000, 0.2);
}

.but-alpha-black {
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 6px 4px;
	margin: 2px 0px 2px 0px;
	background: -moz-linear-gradient(top,
			#a3a3a3 0%,
			#3b3b3b 50%,
			#242424 50%,
			#000000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#a3a3a3),
			color-stop(0.50, #3b3b3b),
			color-stop(0.50, #242424),
			to(#000000));
	background: -ms-linear-gradient(#a3a3a3, #000000);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.but-alpha-red {
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 6px 4px;
	margin: 2px 0px 2px 0px;
	background: -moz-linear-gradient(top,
			#ff756e 0%,
			#c4241c 50%,
			#c20404 50%,
			#ab0000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ff756e),
			color-stop(0.50, #c4241c),
			color-stop(0.50, #c20404),
			to(#ab0000));
	background: -ms-linear-gradient(#ff756e, #ab0000);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	text-shadow:
		0px -1px 0px rgba(125, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.tabs-div {
	border: 0px;
	cursor: pointer;
	float: bottom;
	width: 1200px;
}

.tab-header-caption-left {
	float: left;
	padding: 5 0 0 10;
}

.tab-header-caption-right {
	float: right;
	padding: 5 10 0 0;
}

.tab-header-line-blue {
	width: 800px;
	height: 12px;
	background: #C9D9FC;
	border-left: none;
	border-width: 0px;
	vertical-align: text-top;
}

.tab-header-line-black {
	width: 800px;
	height: 1px;
	background: #000000;
}

.tab-header-line-red {
	width: 800px;
	height: 28px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background: -moz-linear-gradient(top,
			#ff756e 0%,
			#c4241c 50%,
			#c20404 50%,
			#ab0000);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#ff756e),
			color-stop(0.50, #c4241c),
			color-stop(0.50, #c20404),
			to(#ab0000));
	background: -ms-linear-gradient(#ff756e, #ab0000);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 5px 0px 1px;
	border-color: #000000;
	border-bottom: none;
	text-shadow:
		0px -1px 0px rgba(125, 000, 000, 1),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.nowrap {
	white-space: nowrap;
}

.hyper-click {
	color: #6699CC;
	font-weight: bold;
	white-space: nowrap;
}


/* Main tables */
.main-table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0px;
	border-style: none;
	font-family: Verdana;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* Tooltip */
a.tooltip span {
	z-index: 10;
	display: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 1px solid #8c8c8c;
	background: white;
	color: black;
}

a.tooltip>span {
	width: 200px;
	padding: 5px 10px 5px 10px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	font-size: 12px;
	font-style: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 4px 4px 4px #d9b3c3;
	-moz-box-shadow: 4px 4px 4px #d9b3c3;
	box-shadow: 4px 4px 4px #d9b3c3;
}

a.tooltip:hover>span {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: 40px;
	display: inline;
	margin-left: -200px;
}

a.tooltip span b {
	width: 15px;
	height: 15px;
	margin-left: 20px;
	margin-top: -19px;
	display: block;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: inset -1px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	background: #f4f4f4;
	border-top: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

a.tooltip>span {
	color: #000000;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #FBF5E6 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBF5E6), color-stop(100%, #FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBF5E6', endColorstr='#FFFFFF', GradientType=0);
	border: 1px solid #8c8c8c;
}

.hidden {
	display: none;
}

.btn-black-standard {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 100;
	padding: 6px 16px;
	background-color: #000000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #000000 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.btn-black-standard:hover {
	background: #979797;
	background-image: -webkit-linear-gradient(top, #979797, #151515);
	background-image: -moz-linear-gradient(top, #979797, #151515);
	background-image: -ms-linear-gradient(top, #979797, #151515);
	background-image: -o-linear-gradient(top, #979797, #151515);
	background-image: linear-gradient(to bottom, #979797, #151515);
	text-decoration: none;
}

.btn-red-standard {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 100;
	padding: 6px 16px;
	background-color: #D40000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #970000 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.btn-red-standard:hover {
	background: #FF0000;
	background-image: -webkit-linear-gradient(top, #FF0000, #E60000);
	background-image: -moz-linear-gradient(top, #FF0000, #E60000);
	background-image: -ms-linear-gradient(top, #FF0000, #E60000);
	background-image: -o-linear-gradient(top, #FF0000, #E60000);
	background-image: linear-gradient(to bottom, #FF0000, #E60000);
	text-decoration: none;
}

.btn-gray-standard {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 100;
	padding: 6px 16px;
	background-color: #7D7D7D;
	background-color: #F5F5F5;
	text-shadow: 1px 1px 20px #000000;
	text-shadow: 1px 1px 20px #F5F5F5;
	border: solid #636363 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.btn-gray-standard:hover {
	background: #CBCBCB;
	background-image: -webkit-linear-gradient(top, #CBCBCB, #7D7D7D);
	background-image: -moz-linear-gradient(top, #CBCBCB, #7D7D7D);
	background-image: -ms-linear-gradient(top, #CBCBCB, #7D7D7D);
	background-image: -o-linear-gradient(top, #CBCBCB, #7D7D7D);
	background-image: linear-gradient(to bottom, #CBCBCB, #7D7D7D);
	background: #F2F2F2;
	background-image: -webkit-linear-gradient(top, #F2F2F2, #E5E5E5);
	background-image: -moz-linear-gradient(top, #F2F2F2, #E5E5E5);
	background-image: -ms-linear-gradient(top, #F2F2F2, #E5E5E5);
	background-image: -o-linear-gradient(top, #F2F2F2, #E5E5E5);
	background-image: linear-gradient(to bottom, #F2F2F2, #E5E5E5);
	text-decoration: none;
}

.btn-black-standard-sm {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 100;
	padding: 4px 10px 5px 10px;
	background-color: #000000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #000000 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.btn-black-standard-sm:hover {
	background: #979797;
	background-image: -webkit-linear-gradient(top, #979797, #151515);
	background-image: -moz-linear-gradient(top, #979797, #151515);
	background-image: -ms-linear-gradient(top, #979797, #151515);
	background-image: -o-linear-gradient(top, #979797, #151515);
	background-image: linear-gradient(to bottom, #979797, #151515);
	text-decoration: none;
}

.btn-red-standard-sm {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 100;
	padding: 4px 10px 5px 10px;
	background-color: #D40000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #970000 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.btn-red-standard-sm:hover {
	background: #FF0000;
	background-image: -webkit-linear-gradient(top, #FF0000, #E60000);
	background-image: -moz-linear-gradient(top, #FF0000, #E60000);
	background-image: -ms-linear-gradient(top, #FF0000, #E60000);
	background-image: -o-linear-gradient(top, #FF0000, #E60000);
	background-image: linear-gradient(to bottom, #FF0000, #E60000);
	text-decoration: none;
}

.btn-gray-standard-sm {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 100;
	padding: 4px 10px 5px 10px;
	background-color: #7D7D7D;
	text-shadow: 1px 1px 20px #000000;
	border: solid #636363 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.btn-gray-standard-sm:hover {
	background: #CBCBCB;
	background-image: -webkit-linear-gradient(top, #CBCBCB, #7D7D7D);
	background-image: -moz-linear-gradient(top, #CBCBCB, #7D7D7D);
	background-image: -ms-linear-gradient(top, #CBCBCB, #7D7D7D);
	background-image: -o-linear-gradient(top, #CBCBCB, #7D7D7D);
	background-image: linear-gradient(to bottom, #CBCBCB, #7D7D7D);
	text-decoration: none;
}

.highlight-box {
	color: black;
	background: #ffe6e6;
	width: 800px;
	font-size: 9pt;
}

.table-nonfluid {
	width: auto !important;
	width: 800px;
}

.table-rma-header tr {
	color: white;
	background: black;
	height: 20px;
}

.lookup-header {
	background-color: #CE0100;
	color: white;
	text-align: center;
	height: 20px;
}

.lookup-subheader {
	background-color: black;
	color: white;
	text-align: center;
	height: 20px;
	font-size: 1.2em;
}