/* @override http://www.gameconceptchallenge.se/style/style.css */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* Custom CSS*/

body {
	background: url(../media/body_bg.png) repeat-y top center #ee4036;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #191716;
	text-rendering: optimizeLegibility;
}

div {
	//margin: 0px;
	//padding: 0px;
	//overflow: auto;
}

div#main {
	//margin: 50px;
	overflow: hidden;
}

p {
	margin: 0 10px;
	//padding: 0px;
}

p.text {
	margin-bottom: 15px;
	font-size: 12px;
}

p.heading1 {
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}

p.heading2 {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

p.date {
	margin-bottom: 4px;
	font-style: italic;
}

a {
	color: #d63e30;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



span.newsHeading {
	border: 1px solid red;
	margin-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

span.scream {
	font-size: 30px;
	font-weight: bold;
}

a.menu:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.menuImg {
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: auto;
	position: relative;
	top: 0px;
	vertical-align: top;
}

.form {
	border: solid 2px;
	background-color: #FFFFFF;
}

textarea.form {
	width: 500px;
	height: 400px;
}

input.form {
	width: 300px;
}

input#terms {
	width: 10px;
}

.submitBtn {
	border-style: none;
	background-color: #FFFFFF;
}

#sendBtn {
	background: transparent no-repeat;
	height: 57px;
	width: 101px;
	border: none;
}

td.lbl {
	width: 110px;
}

th {
	width: 150px;
}

tr {
	vertical-align: top;
}
