@charset "UTF-8";
/* Bright Blue Color Doc */

h1, .title {
  color:#9f1d20;
}
h2 {
  color:#aa2d30;
}
h3 {
  color:#802022;
}
h4{
  color:#520829;
}
h5{
  color:#340419;
}


a {
  color:#7d1947;
}

a:hover {
  color:#ab346a;
}
a:visited {
  color:#9d617c;
}


.border {
	border: 1px solid #d1d1d1; /* border color is dependent on color theme */
}

.bg {
	background: #f6f6f6; /* .bg color is dependent on color theme */
}

.quotebox{
	background-color:#f6f6f6; /* bg color is dependent on color theme */
	border: 1px solid #cccccc;	
}

/**Letter Grade Chart - Replacement Window Options page**/
.lettergrade{
	color:#9c0006;
}

.lettergrade .columnhead td{
	color:#000;
}
/**End Letter Grade */

.sectionhighlight{
	border-color: #9f1d20;
    border-style: solid none;
	
}

ul.checks li,
ul.arrows li {
	background: url(/core/images/toolbox/red-royal/checkmark.png) no-repeat top left;
}

ul.arrows li {
	background: url(/core/images/toolbox/red-royal/circle-arrow.png) no-repeat top left;
}

.gallery {
	border-left: 0px;
	border-right:0px;
	border-top: 3px solid #9f1d20;    /*dependent on color theme*/
	border-bottom: 3px solid #9f1d20; /*dependent on color theme*/
}

.sub1 { background-image: url(/core/images/toolbox/red-royal/1.png); }
.sub2 { background-image: url(/core/images/toolbox/red-royal/2.png); }
.sub3 { background-image: url(/core/images/toolbox/red-royal/3.png); }
.sub4 { background-image: url(/core/images/toolbox/red-royal/4.png); }
.sub5 { background-image: url(/core/images/toolbox/red-royal/5.png); }
.sub6 { background-image: url(/core/images/toolbox/red-royal/6.png); }
.sub7 { background-image: url(/core/images/toolbox/red-royal/7.png); }
.sub8 { background-image: url(/core/images/toolbox/red-royal/8.png); }
.sub9 { background-image: url(/core/images/toolbox/red-royal/9.png); }
.sub10 { background-image: url(/core/images/toolbox/red-royal/10.png); }


.expandable_gallery{
	border:2px solid #ccc;
	background:url(/core/images/expandable-gallery/h300.png) repeat-x;
	background-color: #C3C3C3;
}

.expandable_gallery .items a, .expandable_gallery .items_collapsed a
{
                background-color:#fff; 
                border:1px solid #ccc;
}


#table-back {
margin:5px 0;
text-align: center;
background-color:#9f1d20;
}

.tablebox {
padding: 10px;
background-color:#f6f6f6;
border: 1px solid #CCC;
margin: 12px 0;
}

#radon-top {
background-color:#9f1d20;
text-align: center;
padding-top:5px;
}


table#quad {
cellpadding: 5px;
border: 0;
margin-bottom: 10px;
background-color: #F1F1F1;
border-color: #888;
}

.headers .text{
background-color:#9f1d20;
}

/* --- OPEN SIGN --- */
div.open {
	color: #9f1d20;
}
div.open img {
	background: #9f1d20;
}
/* --- END OPEN SIGN --- */


/* --- Button --- */
.dynamic-button a {
background-color: #A0000A;

} 

/* Gradient Button - red-royal */
.gradient-button {
	color: #fff;
	background: #9f1d20;
	background: -webkit-gradient(linear, left top, left bottom, from(#9f1d20), to(#802022));
	background: -moz-linear-gradient(top,  #9f1d20,  #802022);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f1d20', endColorstr='#802022');
}
.gradient-button:hover {
	background: #b7272b;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7272b), to(#962628));
	background: -moz-linear-gradient(top,  #b7272b,  #962628);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7272b', endColorstr='#962628');
}
.gradient-button:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#9f1d20), to(#802022));
	background: -moz-linear-gradient(top,  #9f1d20,  #802022);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f1d20', endColorstr='#802022');
}


/* --- contact form test --- */
.contact_form .step.current	{
		border-color: #f39292;
	}

	.contact_form .step.current .title, .form-area, .form-area h2{
		border-color: #f39292;
		background-color: #900000;
		}

/** Red Royal Inline Widget **/

.inline_widget{
	border-color: #9F1D20;
}


.inline_widget .title{
	color:#9F1D20;
}		

/* MY SALES REP NAV */
.msr_btn:hover {
	background: #ff7171; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7171 0%, #ac1700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7171), color-stop(100%,#ac1700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7171 0%,#ac1700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7171 0%,#ac1700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7171 0%,#ac1700 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7171 0%,#ac1700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7171', endColorstr='#ac1700',GradientType=0 ); /* IE6-9 */
}

.msr_btn_active,
.msr_btn_active:hover {
	background: #f72c2c; /* Old browsers */
	background: -moz-linear-gradient(top,  #f72c2c 0%, #910d2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f72c2c), color-stop(100%,#910d2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f72c2c 0%,#910d2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f72c2c 0%,#910d2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f72c2c 0%,#910d2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f72c2c 0%,#910d2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72c2c', endColorstr='#910d2a',GradientType=0 ); /* IE6-9 */
}
/* END MY SALES REP NAV */
/* MOST RECENT BLOG HIGHLIGHT */
.blog_most_recent_header {
	background-color:#802022;
	color:#FFFFFF;
}
.blog_most_recent_footer {
	border-color:#802022;
}
/*end MOST RECENT BLOG HIGHLIGHT */