h1 {
	font-size: 2em;
	line-height: 1;
}

.h2 {
	color: #f37021;
	font-size: 1.5em;
}

.sidebar-feature-orange .h2 {
	color: #ffffff;
}

.sidebar-feature h2 {
	font-size: 1.5em;
	color: #fff;
	text-shadow: none;
}

.h3 {
	color: #f37021;
	font-weight: bold;
}

.header2 {
	color: #f36f21;
	font-size: 1.23em;
	font-weight: bold;
}

.message, div.error, .sidebar-feature div.error {
	background: #f37021;
	filter: progid:DXImageTransform.Microsoft.graident(startColorstr='#f37021', endColorstr='#DB6531'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f37021), to(#DB6531)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f37021,  #DB6531); /* for firefox 3.6+ */
	color: #ffffff;
	font-weight: bold;
	padding: 15px;
	border-radius: 3px;
}

.ok {
	font-weight: bold;
	padding: 15px;
	border: 0;
	background: #bbb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8ED95', endColorstr='#3EAF1F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#A8ED95), to(#3EAF1F)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #A8ED95,  #3EAF1F); /* for firefox 3.6+ */
	color: #fff;
	border-radius: 3px;
}

.warning, div.warning, table tr.warning {
	color: #f37021;
	background: none;
}

.panel {
	border: 1px solid #ddd;
}

.tundra .dijitInputContainer input, .tundra .dijitTextBox {
	margin: 0.2em;
}

.tundra .dijitReset .dijitInputInner {
	margin: 0;
}

table {
	font-size: 1em;
}

.content {
	padding: 10px;
}

.sidebar-feature table {
	width: auto;
}

.sidebar-feature tbody {
	border-top: none;
}

.sidebar-feature a {
	color: #FF9151;
}

.sidebar-feature input, .sidebar-feature .dijitButton {
	color: #000;
}

table {
	width: 100%;
}

tr td, tr th {
	padding: 0;
	border: none;
}

tbody {
	border: none;
}

.sidebar-feature h1 {
	color: #fff;
	font-size: 1.5em;
}

#div_password_retrieval {
	background-color: #f2f2f2;
}

.tundra .dijitButtonText {
	padding: 0.2em 0.3em;
}

.tundra .dijitComboBox .dijitButtonNode {
	padding: 0.2em;
}

.panel {
	border: 1px solid #ddd;
}

.boxed {
	/*background-color: #f2f2f2;*/
	border: 1px solid #ddd;
}

.boxed table {
	background-color: #fff;
	width: 100%;
}

.boxed table td, .boxed table th {
	border: 1px solid #ddd;
	color: #666;
}

.gray {
	background: #f6f6f6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #fff); /* for firefox 3.6+ */
	border: 0;
}

.na {
	color: #ccc;
}

table.campaigns_table {
	border-collapse: collapse;
}

table.campaigns_table td.subh {
	background-color: #f2f2f2;
}

table.campaigns_table td, table.campaigns_table th {
	padding: 4px;
}

table.campaigns_table td.combined {
	border-top: none;
	border-bottom: none;
}

.campaigns_table.nopadding th, .campaigns_table.nopadding td {
	padding: 2px !important;
}

.noborder td {
	border: none !important;;
}

table.reports_table {
	border: 4px solid #ddd;
}

table.reports_table td {
	padding: 20px;
}

table.campaigns_table th {
    background: #fa8444;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8444', endColorstr='#e97539'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fa8444), to(#e97539)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fa8444,  #e97539); /* for firefox 3.6+ */
    color: #FFFFFF;
    padding: 14px;
	border: 1px solid #ffffff;
	border-top: 0;
	border-bottom: 0;
}

table.campaigns_table td {
    border: 1px solid #F2F2F2;
    color: #797979;
    padding: 14px;
}

table.tight td {
	padding: 4px;
}

tr td.number, tr th.number {
	text-align: right;
}

.cart {
	padding: 2px; 
	background-color: #ccc; 
	color: #000; 
	font-size: 9px; 
	border-radius: 3px;
}

.paid {
	padding: 2px; 
	background-color: #090; 
	color: #FFF; 
	font-size: 9px; 
	border-radius: 3px;
}

.highlight {
	background-color: #ffff00;
}

table.progress_table {
	width: 96%;
}

.progress_table td {
	text-align: center;
}

.progress_table td.active {
	background: #10173b;
	color: #fff;
}

.step_sub {
	font-size: 0.8em;
	color: #ccc;
}

.fakeLink {
	color: #f37021;
	cursor: pointer;
}

label {
	display: inline;
	line-height: 1.4em;
}

.gray_bg {
	background: #EEE;
	border: 1px solid #DDD;
}

.clear_float {
	clear: both;
}

.receipt_table td {
	padding: 30px;
}

.scorecard {
	font-size: 32px;
	font-weight: bold;
	padding: 12px 7px 3px;
	background: #fff;
	color: #f37021;
}

#flasher {
	padding: 6px;
	padding-top: 10px;
	background-color: #626262; 
	border-radius: 3px; 
}

.confidential {
	text-transform: uppercase;
	color: #ccc;
	font-size: 24px;
}

table.score_table {
    border-collapse: collapse;
}

table.score_table td {
    background-color: #FFFFFF;
    padding: 4px;
}

table.score_table td.h {
    background: none repeat scroll 0 0 transparent;
}

.noCloseIcon .dijitDialogCloseIcon {
	background:;
	width:0px;	
}

table.categories th, table.categories td {
	padding: 3px;
}

table.categories td {
	border-bottom: 1px solid #ddd;
}

table.categories tr.highlighted {
	background-color: #FFECCC;
}

.tundra .dijitInputContainer input, .tundra .dijitTextBox {
	color: #333333 !important;
}

.dimmed {
	color: #bbb;
}

.outlier {
	background-color: #eee;
}

/* fix for bootstrap / highslide conflict */
body.modal-open {
    height: auto;
}

.highslide-heading {
	background-color: #ffffff;
	margin-right: 25px !important;
}

tr.success * {
	color: green;
}

tr.danger * {
	color: red;
}

tr.warning * {
	color: orange;
}

.glyphicon-remove {
	color: red !important;
}


.extension-popup {
 	display: none;
 	background: white;
 	width: 800px;
 	min-height: 200px;
 	padding: 50px;
}
@media (max-width: 760px) {
 	.extension-popup {
 		width: 90%;
 		min-height: 300px;
 		padding: 15px;
 	}
}
@media screen and (min-width: 760px) and (max-width: 1180px) {
 	.extension-popup {
 		width: 600px;
 		min-height: 300px;
 		padding: 30px;
 	}
}

a.boxclose {
  float:right;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor:pointer;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  background: #000000;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 12px 8px;    
  width: 31px;
  height: 31px;   
}

a.boxclose:hover {
	color: #fff;
	text-decoration: none;
}
.boxclose:before {
  content: "×";
}