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

h1 { font-size: 20pt }
h2 { font-size: 18pt }
h3 { font-size: 16pt }
h4, .tabletitletext { font-size: 14pt }
h5 { font-size: 12pt }
h6 { font-size: 10pt }
.topright {
	font-size: 24pt;
	padding-top: 55px;
	height: 48px;
}
.gamename {
	font-size: 12pt;
	background-repeat: no-repeat;
}
.leftbar-container .gamename {
	margin-left: -11px;
	padding-left: 11px;
        margin-bottom: -3px;
        padding-bottom: 6px;
	background-image: url("../images/blue/leftsectionheader.png");
	background-position: 0% 100%;
}
.rightbar-container .gamename {
	margin-right: -9px;
	padding-right: 9px;
        margin-bottom: -3px;
        padding-bottom: 6px;
	background-image: url("../images/blue/rightsectionheader.png");
	background-position: 100% 100%;
}


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


.top, .leftbar-top-container, h4, .toprow, .tabletitletext {
	background-color: #0F2F55;
}
.leftbar-bottom-container, .rightbar-top-container, h6, .bottomrow, .newsheading {
	background-color: #447097;
}
.rightbar-bottom-container, h5, .bottomrow2 {
	background-color: #8E8E8E;
}


.content a, .pageholder a, h1 {
	color: #0F2F55;
}
.content a:visited, .pageholder a:visited, h3 {
	color: #447097;
}
h2 {
	color: #9E9E9E;
}


h4, .tabletitletext, .toprow {
	border-color: #0F2F55;
}
h6, .newsheading, .bottomrow {
	border-color: #447097;
}
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/blue/chat-sidebar-blue.png");
}   

/* Expandable/Collapsable Content */
/* Should be similar to th or toprow styling */
.enemy_strategy_expand { 
    background-color: #0F2F55;
}
a.enemy_strategy_expand:link, a.enemy_strategy_expand:visited {
    color: white !important;
    font-weight: bold !important;
    text-decoration: none;
}
.bottomrow .gradient_mask {
    background: -moz-linear-gradient(top, rgba(68,112,151,0) 0%, rgba(68,112,151,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,112,151,0)), color-stop(100%,rgba(68,112,151,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(68,112,151,0) 0%,rgba(68,112,151,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(68,112,151,0) 0%,rgba(68,112,151,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(68,112,151,0) 0%,rgba(68,112,151,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(68,112,151,0) 0%,rgba(68,112,151,1) 100%); /* W3C */
}
