.sitelogo {
	background-image: url("../sitelogo_bright.png");
    /* CoNniversary 15
    background-image: url("../sitelogo_bright-15.png"); */
    width: 180px;
}

.top {
	background-image: url("../images/bright/top.gif");
}
.topleft {
	background-image: url("../images/bright/topleft.gif");
}
.topright {
	background-image: url("../images/bright/topright.gif");
}
.topleft-corner {
	background-image: url("../images/bright/topleft-corner.gif");
}
.topright-corner {
	background-image: url("../images/bright/topright-corner.gif");
}
.leftbar-top-container {
	background-image: url("../images/bright/left1.gif");
}
.leftbar-top-end {
	background-image: url("../images/bright/left1end.gif");
}
.leftbar-bottom-container {
	background-image: url("../images/bright/left2.gif");
}
.leftbar-bottom-end {
	background-image: url("../images/bright/left2end.gif");
}
.rightbar-top-container {
	background-image: url("../images/bright/right1.gif");
}
.rightbar-top-end {
	background-image: url("../images/bright/right1end.gif");
}
.rightbar-bottom-container {
	background-image: url("../images/bright/right2.gif");
}
.rightbar-bottom-end {
	background-image: url("../images/bright/right2end.gif");
}


.top, .leftbar-top-container, h4, .toprow, .tabletitletext {
	background-color: #930000;
}
.leftbar-bottom-container, .rightbar-top-container, h6, .bottomrow, .newsheading {
	background-color: #0065CA;
}
.rightbar-bottom-container, h5, .bottomrow2 {
	background-color: #9E9E9E;
}


.content a, .pageholder a, h1 {
	color: #930000;
}
.content a:visited, .pageholder a:visited, h3 {
	color: #0065CA;
}
h2 {
	color: #9E9E9E;
}


h4, .tabletitletext, .toprow {
	border-color: #930000;
}
h6, .newsheading, .bottomrow {
	border-color: #0065CA;
}
h5, .bottomrow2 {
	border-color: #9E9E9E;
}


.toprow a, .toprow a:visited, .toprow a:active, .toprow a:hover, .bottomrow a, .bottomrow a:visited, .bottomrow a:active, .bottomrow a:hover, .bottomrow2 a, .bottomrow2 a:visited, .bottomrow2 a:active, .bottomrow2 a:hover, .topright a:hover {
	color: #FFFFA0;
}


/* Webchat Overrides, 2013 */
.iris_chat_sidebar {
    background: #0F2F55 url("../images/bright/chat-sidebar-bright.png");
}   

/* Expandable/Collapsable Content */
/* Should be similar to th or toprow styling */
.bottomrow .gradient_mask {
    background: -moz-linear-gradient(top, rgba(0,101,202,0) 0%, rgba(0,101,202,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,101,202,0)), color-stop(100%,rgba(0,101,202,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,101,202,0) 0%,rgba(0,101,202,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,101,202,0) 0%,rgba(0,101,202,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,101,202,0) 0%,rgba(0,101,202,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,101,202,0) 0%,rgba(0,101,202,1) 100%); /* W3C */
}   