@import "form.css";
@import "account.css";
@import "home.css";
@import "forum.css";
@import "tunebar4.css";

html body {
	font: 10pt Verdana, Sans-Serif;
	background: rgb(240, 240, 240) url('../Media/background.png') repeat-y center center;
	line-height: 1.5em;
}

html body.home {
	font: 10pt Verdana, Sans-Serif;
	background: rgb(240, 240, 240);
}

a:link, a:visited {
	color: #1988D3;
	text-decoration: none;
}

a:hover {
	color: #9F15E3;
}

/* =================== */
/* = Header Specific = */
/* =================== */
html body div#pageContainer {
	position: relative;
	width: 927px;
	margin: 0px auto;
	padding-bottom: 20px;
	padding-top: 90px;
}

html body div#pageContainer div#header {
	position: absolute;
	left: -29px;
	top: -10px;
	right: -31px;
	height: 80px;
	background: #DFDFDF url('../Media/header.png') repeat-x bottom center;
	border: 1px solid #C6C6C6;
	border-top: none;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

html body div#pageContainer div#headerTitle {
	position: absolute;
	left:  0px;
	top: 80px;
	right: 0px;
	height: 80px;
	text-align: center;
}

h1 {
	font-size: 25pt;
	color: #646464;
	text-shadow: 0px 1px 0px white;
	line-height: 80px;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	font-weight: normal;
}

h1.home {
	font-size: 30pt;
}

h1 b {
	color: #393939;
}

html body div#pageContainer div#header ul#navigation {
	position: absolute;
	right: 10px;
	top: 0px;
	height: 80px;
	line-height: 80px;
	color: #4E4E4E;
	text-shadow: 0px 1px 0px white;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

html body div#pageContainer div#header ul#navigation li {
	padding: 0px 10px;
	float: right;
}

html body div#pageContainer div#header ul#navigation li:hover {
	color: rgb(255, 255, 255);
	text-shadow: 0px 1px 0px black;
	background: #757575 url('../Media/header-over.jpg') repeat-x bottom center;
}

html body div#pageContainer div#navigationHome {
	position: absolute;
	right: 10px;
	top: 150px;
	left: 10px;
	height: 80px;
	line-height: 80px;
	color: #4E4E4E;
	text-shadow: 0px 1px 0px white;
	text-align: center;
	font-size: 11pt;
}

html body div#pageContainer div#navigationHome a:link, html body div#pageContainer div#navigationHome a:visited {
	padding: 10px;
	margin: 3px;
	text-decoration: none;
	color: #4E4E4E;
}

html body div#pageContainer div#navigationHome a:hover {
	color: rgb(255, 255, 255);
	text-shadow: 0px 1px 0px black;
	background: #757575 url('../Media/header-over.jpg') repeat-x bottom center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

html body div#pageContainer div#introMessage {
	position: absolute;
	top: 240px;
	left: 0px;
	right: 0px;
	background: white;
	-webkit-border-radius: 10px;
	-mox-border-radius: 10px;
	padding: 10px;
	border: 1px solid rgb(220, 220, 220);
	font-size: 11pt;
}

ul.articleList {
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

ul.articleList li {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px;
}

ul.articleList li small {
	display: block;
	color: rgb(100, 100, 100);
}

/* =========== */
/* = Banners = */
/* =========== */
img.banner {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px 1px 5px darkgray;
	-moz-box-shadow: 0px 1px 5px darkgray;
}

img.banner:nth-child(2n) {
	margin-left: 15px;
}

center.banner {
	margin-bottom: 20px;
}

/* ============ */
/* = Articles = */
/* ============ */
h2 {
	color: rgb(50, 50, 50);
	font-size: 16pt;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	color: rgb(150, 150, 150);
	font-size: 12pt;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
h4 {
	color: #55791B;
	font-size: 13pt;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 8px;
	font-weight: normal;
}
h5 {
	color: #3997A9;
	font-size: 12pt;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 8px;
	font-weight: normal;
}

h6 {
	color: #9A3800;
	font-size: 10pt;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 8px;
	font-weight: normal;
}
span.body {
	line-height: 1.5em;
}
div.note {
	padding: 5px;
	margin: 10px;
	border: 1px solid #2C8199;
	background: #EFFFFF;
	font-size: 8pt;
}
div.warning {
	padding: 5px;
	margin: 10px;
	border: 1px solid #999251;
	background: #FFFCE3;
	font-size: 8pt;
}



hr {
	width: 70%;
	border: 1px solid rgb(230, 230, 230);
	margin: 30px auto;
}

ul.formatted {
	margin: 10px;
}

ul.formatted li {
	margin-top: 10px;
	margin-bottom: 10px;
}

pre{
	border: 1px dashed #C6C6C6;
	background: rgb(250, 250, 250);
	padding: 10px;
	font: 11px Menlo, Monaco;
}

div#footer, div.footer {
	text-align: center;
	font-size: 8pt;
	color: rgb(150, 150, 150);
	margin-top: 25px;
}

/* ========= */
/* = Table = */
/* ========= */
table {
	border-left: 1px solid #015ADF;
	border-top: 1px solid #015ADF;
	font-size: 10pt;
}

th, td {
	border-right: 1px solid #015ADF;
	border-bottom: 1px solid #015ADF;
	padding: 5px;
}

th {
	background: #A7BADA;
	color: black;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	font-size: 10pt;
}

/* ============= */
/* = Multipage = */
/* ============= */
html body div#pageContainer div.multipage {
	position: relative;
	margin: -20px -19px;
	background: white;
	border-bottom: 1px solid lightgray;
}

html body div#pageContainer div.multipage div.pageContainer {
	position: relative;
	margin-left: 200px;
	padding: 20px;
}

html body div#pageContainer div.multipage div.left {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 200px;
	background: #E7ECF8;
	border-right: 1px solid lightgray;
}

html body div#pageContainer div.multipage ul.tableview {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 200px;
	background: #E7ECF8;
	border-right: 1px solid lightgray;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
html body div#pageContainer div.multipage ul.tableview li {
	margin: 0px;
	padding: 10px;
	padding-left: 15px;
}
html body div#pageContainer div.multipage ul.tableview li:nth-child(2n) {
	background: rgba(0, 0, 0, 0.02);
}
html body div#pageContainer div.multipage ul.tableview li.selected {
	background: -webkit-gradient( linear, center top, center bottom, from(#1E6EE9), to(#005AD4));
	border-top: 1px solid #005AD4;
	padding-top: 9px;
	color: white;
}

