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

h1, .title {
  color:#851a4b;
}
h2 {
  color:#9e0e50;
}
h3 {
  color:#732347;
}
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:#058FEF;
}

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

.sectionhighlight{
	border-color: #851a4b;
    border-style: solid none;
	
}

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

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

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

.sub1 { background-image: url(/core/images/toolbox/red-cranberry/1.png); }
.sub2 { background-image: url(/core/images/toolbox/red-cranberry/2.png); }
.sub3 { background-image: url(/core/images/toolbox/red-cranberry/3.png); }
.sub4 { background-image: url(/core/images/toolbox/red-cranberry/4.png); }
.sub5 { background-image: url(/core/images/toolbox/red-cranberry/5.png); }
.sub6 { background-image: url(/core/images/toolbox/red-cranberry/6.png); }
.sub7 { background-image: url(/core/images/toolbox/red-cranberry/7.png); }
.sub8 { background-image: url(/core/images/toolbox/red-cranberry/8.png); }
.sub9 { background-image: url(/core/images/toolbox/red-cranberry/9.png); }
.sub10 { background-image: url(/core/images/toolbox/red-cranberry/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:#851a4b;
}

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

#radon-top {
background-color:#851a4b;
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:#851a4b;
}

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


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

} 

/* Gradient Button - red-cranberry */
.gradient-button {
	color: #fff;
	background: #9e0e50;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e0e50), to(#7d1142));
	background: -moz-linear-gradient(top,  #9e0e50,  #7d1142);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0e50', endColorstr='#7d1142');
}
.gradient-button:hover {
	background: #b31f63;
	background: -webkit-gradient(linear, left top, left bottom, from(#b31f63), to(#901b50));
	background: -moz-linear-gradient(top,  #b31f63,  #901b50);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31f63', endColorstr='#901b50');
}
.gradient-button:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e0e50), to(#7d1142));
	background: -moz-linear-gradient(top,  #9e0e50,  #7d1142);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0e50', endColorstr='#7d1142');
}


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

	.contact_form .step.current .title, .form-area, .form-area h2{
		border-color: #e8a1bf;
		background-color: #811346;
	}
/** Red Cranberry Inline Widget **/

.inline_widget {
	border-color: #851A4B;
}


.inline_widget .title{
	color:#851A4B;
}		

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

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