/*

----- General stuff that applies to the whole site -----

*/
body {
    background: black;
    margin: 0px;
    padding: 0px 20px 20px 20px;
    font-family: sans-serif;
    font-size: 12px;
}

a img {
    border: 0px;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #1948E0;
}

a:hover, a:active {
    color: #4F8DEA;
}

div.sitediv {
    background: #FFFDFA;
    padding: 0px 0px;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #4F8DEA;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/*

----- OverLIB classes -----

*/
/*.od_fg {
	background: #FFFFFF;
}
.od_bg {
	background: #1948E0;
	border: 1px solid black;
}*/
.od_fg {
	background: inherit;
}
.od_bg {
	background: #050a1e;
	border: 2px solid #a5a5a5;
	border-bottom: 2px solid #4f4f4f;
	-moz-border-radius: 2px;
	opacity: 0.95;
	filter:alpha(opacity=95);
}
.od_caption {
	background: inherit;
}
.od_captionfont {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 9pt;
	/*color: #FFFFFF;*/
	color: #3546EE;
}
.od_textfont {
	font-family: sans-serif;
	font-size: 8pt;
	/*color: #000000;*/
	color: #FFFFFF;
}


/*

----- Frame container -----

*/
#container {
    position: relative;
	min-width: 800px;
	max-width: 70%;
	border: 1px solid #4F8DEA;
	border-top: 0;
	overflow: shown;
	min-height: 801px;
	margin: 0;
}

/*

----- Title frame -----

*/
#title {
	background: url(/img/logo-wotlk-top.png) top right no-repeat black;
	width: 100%;
	height: 162px;
	border-bottom: 1px solid #1C7CF3;
	overflow: hidden;
}

#title-left {
	position: absolute;
	left: -19px;
	background: url(/img/logo-wotlk-left.png);
	height: 801px;
	width: 19px;
}

#title-right {
	position: absolute;
	right: -461px;
	background: url(/img/logo-wotlk-right.png);
	height: 801px;
	width: 461px;
}

/*

----- Menu frame -----

*/
#menu {
    position: relative;
    float: left;
	clear: left;
    width: 100%;
    height: 75px;
	background: url(/img/logo-menu.png);
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
	display: none;
}
#mmenu {
	width: 800px;
	height: 25px;
}
#mmenu a {
	padding-left: 20px;
}

#menu a img {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

#menu a img:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);
}


/*

----- Content frame -----

*/
#content {
	background: none;
    position: relative;
    float: left;
	clear: left;
    width: 100%;
	margin-bottom: 75px;
	z-index: 10;
}

#content-bg-topright {
	position: absolute;
	right: 0px;
	top: 200px;
	width: 394px;
	height: 167px;
	background: white url(/img/snow_right.png) no-repeat;
	z-index: 1;
}

#content-bg-bottomleft {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 394px;
	height: 167px;
	background: white url(/img/snow_left.png) no-repeat;
	z-index: 1;
}

#content #content-menu {
	width: 100%;
	background: #1948E0;
	border-bottom: 1px solid #4F8DEA;
	height: 37px;
	z-index: 10;
}

#content #content-menu span {
	display: block;
	height: 20px;
	width: 100%;
	float: left;
	padding-left: 8px;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	color: white;
}

#content #content-menu div {
	background: url(/img/menubar.png) no-repeat -1px -1px;
}

#content #content-menu div img {
	position: absolute;
	left: -4px;
	top: -5px;
	z-index: 1;
}

#content #content-menu div a {
	position: relative;
	z-index: 100;
}

#content #content-menu #content-menu-home {
	position: absolute;
	left: 0%;
	background-color: #0B3977;
	width: 25%;
}
#content #content-menu #content-menu-home:hover {
	background-color: #1B3987;
}

#content #content-menu #content-menu-raid {
	position: absolute;
	left: 25%;
	background-color: #1C4A88;
	width: 25%;
}
#content #content-menu #content-menu-raid:hover {
	background-color: #2C4A98;
}

#content #content-menu #content-menu-media {
	position: absolute;
	left: 50%;
	background-color: #2D5B99;
	width: 25%;
}
#content #content-menu #content-menu-media:hover {
	background-color: #3D5BA9;
}

#content #content-menu #content-menu-admin {
	position: absolute;
	left: 75%;
	background-color: #3E6CAA;
	width: 25%;
}
#content #content-menu #content-menu-admin:hover {
	background-color: #4E6CBA;
}

#content #content-menu div a {
	display: inline-block;
	color: white;
	margin-left: 12px;
	text-align: center;
	vertical-align: center;
	height: 17px;
	font-weight: bold;
}
#content #content-menu a:hover {
	color: black;
}

#content #content-login {
	width: 100%;
	border-bottom: 1px solid #4F8DEA;
	height: 17px;
	background: white;
	color: black;
	padding: 0;
	margin: 0;
	display: none;
}
#content #content-login .content-login-title {
	display: block;
	width: 60px;
	height: 17px;
	font-weight: bold;
	float: left;
	text-align: center;
	border-right: 1px solid #4F8DEA;
	display: none;
}
#content #content-login .content-login-content {
	display: block;
	float: left;
	height: 17px;
	font-weight: bold;
	padding: 0 10px;
}
#content #content-login input {
	height: 14px;
	font-size: 12px;
	background: #ddd;
	border: 0;
	margin-left: 5px;
}
#content #content-login input.submit {
	height: 17px;
	background: #f2f2f2;
	border: 1px solid #4F8DEA;
	border-top: 0;
	border-bottom: 0;
}

#content p, #content table {
	margin-left: 20px;
	margin-right: 15px;
}
#content p:first-letter {
	padding-left: 10px;
}
#content p.plink:first-letter {
	padding-left: 0;
}
#content p:first-child {
    margin-top: 0px;
}

#content table.fullwidth {
	width: 96%;
}

#content input.bigredconfirmthing {
	color: red;
	font-weight: bold;
}

/*

   List/Bar stuff

*/
#content th.title {
	font-size: 13pt;
}
#content .label {
	font-weight: bold;
}

#content th.rtitle {
	width: 210px;
	text-align: left;
}
#content th .rtitlenote {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}

/* Simple listing */

/*   START: Character name/info */
#content td.simple_chardata {
	width: 40%;
}
#content td.simple_charicon {
	width: 64px;
}
#content td.simple_charname {
	font-weight: bold;
	font-size: 12pt;
	width: 200px;
	height: 32px;
	padding-top: 0;
}
#content td.simple_charname a {
	color: black;
}
#content td.simple_charinfo {
	font-size: 8pt;
	width: 200px;
	height: 32px;
}
#content span.simple_spanguild {
	font-style: italic;
}
/*   END: Character name/info */

/*   START: Character resistance listing */
#content .listing_text {
	width: 25px;
	height: 85px;
	padding: 0;
	margin: 0;
}
#content div.sr_div {
	position: relative;
	display: block;
	height: 70px;
	background: transparent;
	font-weight: bold;
	color: black;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 17px;
	text-align: right;
}

#content .listing_bars {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#content table.sr_table {
	width: 100%;
	border-spacing: 0;
}
#content th.listing_bar_header {
	text-align: right;
	padding-left: 10px;
	padding: 0;
	margin: 0;
	height: 15px;
	color: black;
}
#content td.listing_bar_data {
	border: 1px solid #4F8DEA;
	text-align: left;
	padding-left: 10px;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	height: 70px;
	background: black;
	width: 455px;
	overflow: hidden;
}
#content td.listing_bar_data div {
	overflow: hidden;
	height: 14px;
}
/*   END: Character resistance listing */

#content td div.limits {
	position: absolute;
	background: transparent;
	border-right: 1px dashed white;
	height: 70px;
	color: white;
	text-align: right;
	vertical-align: top;
}
#content .all {
	background: url(/img/all_bg.jpg) white;
}
#content .healing {
	background: url(/img/healing_bg.jpg) white;
}
#content .fire {
	background: url(/img/fire_bg.jpg) red;
}
#content .frost {
	background: url(/img/frost_bg.jpg) blue;
}
#content .arcane {
	background: url(/img/arcane_bg.jpg) skyblue;
}
#content .nature {
	background: url(/img/nature_bg.jpg) green;
}
#content .shadow {
	background: url(/img/shadow_bg.jpg) purple;
}


/* Spreadsheet view */

#content .spread_table {
	width: 95%;
	border-collapse: collapse;
}
#content .spread_table th {
	background: #DCDCDC;
	font-size: 10pt;
}
#content .spread_table td {
}
#content .spread_icon {
	width: 16px;
	padding: 0;
}
#content .spread_name {
	width: 150px;
	text-align: left;
	font-weight: bold;
}
#content td.spread_name a {
	color: black;
}
#content .spread_class {
	width: 150px;
	text-align: center;
}
#content .spread_guild {
	width: 200px;
	text-align: center;
}
#content .spread_res {
	width: 50px;
	text-align: center;
}

/*

----- Copyright stuff -----

*/
#copy {
	position: absolute;
	height: 45px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 15;
	padding-bottom: 15px;
	background: none;
	color: black;
}
#copy p {
	font-size: 9px;
	text-align: center;
	padding: 10px 25px;
}
