@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The Screen styles -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */
@import url("../script/slidingpanels.css");
@import url("../script/tabbedpanels.css");
@import url("../script/lightwindow.css");

/* General styles for the whole document */
html {
	width: 100%;
	min-height: 100%;
}
body {
	background-image:url(../../graphics/gui/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* Typo styles and format */
h2 {
	font-size: 16px;
	color: #333;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	margin-bottom: 5px;
}
h5 {
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}

p {
	margin-bottom: 5px;
}

.lowerLink a{
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #333;
	text-decoration: none;
}
.normalList li{
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 15px;
}
.normalList a:link, .normalList a:visited, .normalList a:active{
	color: #999;
	text-decoration: none;
	font-size: 13px;
}
.normalList a:hover {
	color: #333;
}

/* General Classes */
.paddingTop {
	padding-top: 10px;
}
.padding {
	padding: 10px;
}

#paddingTop {
	padding-top: 10px;
}

.marginBottom {
	margin-bottom: 5px;
}
.tabbedNormalContent ul {
	margin: 10px;
}
.tabbedNormalContent li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

/* Major Containers */
.stretch {
	width: 100%;
	position: relative;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* Header */
#header {
	height: 180px;
	background-repeat: repeat-x;
	background-position: center top;
}
#logo a{
	display: block;
	background-image: url(../../graphics/logos/logo_header.png);
	background-repeat: no-repeat;
	background-position: center -40px;
	width: 330px;
	height: 180px;
	text-indent: -9999px;
	position: absolute;
	left: -40px;
	top: 0px;
}
#logoFlash {
	width: 330px;
	height: 180px;
	position: absolute;
	left: -40px;
	top: 0px;
}

#message {
	height: 140px;
	width: 500px;
	position: absolute;
	left: 300px;
	top: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	background-image: url(../../graphics/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#messageFlash {
	height: 140px;
	width: 500px;
	position: absolute;
	left: 300px;
	top: 30px;
}

#message h3, #message h5 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
}
#message h2, #message h4 {
	font-size: 40px;
	color: #FFF;
	font-weight: normal;
}
#message h2, #message h5 {
	margin-left: 40px;
}
#eaa a {
	display: block;
	text-indent: -9999px;
	background-image: url(../../graphics/sponsors/eaa.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#aquila a {
	display: block;
	text-indent: -9999px;
	background-image: url(../../../../assets/graphics/sponsors/aquila.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	margin-bottom: 10px;
}
#pilot a {
	display: block;
	text-indent: -9999px;
	background-image: url(../../../../assets/graphics/sponsors/pilot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	margin-bottom: 10px;
}
#shaddow {
	background-image: url(../../graphics/gui/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	height: 10px;
	width: 100%;
	z-index: 100;
	top: 170px;
}

/* Content Containers */
.content {
	padding-top: 10px;
}
.contentleft {
	float: left;
	width: 600px;
	background-image: url(../../graphics/gui/left_lines.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentRight {
	float: right;
	width: 290px;
}
.container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.newsContainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.left {
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.right {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 450px;
	padding-right: 10px;
}

/* Top Line */
#topLeftTitle {
	height: 20px;
}
#ticker {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	height: 20px;
}
#moostick a:link, #moostick a:visited, #moostick a:active {
	text-decoration: none;
	color: #999999;
}
#moostick a:hover {
	color: #333333;
}


/* Headlines */
#headlines {
	padding-top: 36px;
}
#headlines li {
	display: inline;
}
#headlines a:link, #headlines a:visited, #headlines a:active {
	display: block;
	margin-bottom: 5px;
	height: 65px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../../graphics/gui/no_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headlines a:hover {
	background-image: url(../../graphics/gui/arrow.png);
}


#links li {
	display: inline;
}
#links a:link, #links a:visited, #links a:active {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
#links a:hover {
	color: #666;
}
h2 a:link, h2 a:visited, h2 a:active {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	color: #666;
}
h3 a:link, h3 a:visited, h3 a:active {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #666;
}
h4 a:link, h4 a:visited, h4 a:active {
	color: #333;
	text-decoration: none;
}
h4 a:hover {
	color: #666;
}
#thumbs {
	padding-top: 10px;
}
#thumbs li {
	display: inline;
}
#thumbs a {
	display: block;
	float: left;
	padding: 5px;
}
.td {
	height: 17px;
	background-color: #CCC;
	color: #000;
	padding-top: 3px;
	font-weight: bold;
}
.tdAlt {
	height: 17px;
	background-color: #BBB;
	color: #000;
	padding-top: 3px;
	font-weight: bold;
}
#sponsors {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sponsors li {
	display: inline;
}
#sponsors a {
	float: left;
	width: 140px;
	display: block;
	padding-right: 5px;
	margin-bottom: 5px;
}
#eventTitle {
	height: 20px;
	padding-bottom: 5px;
}
.results {
	overflow: auto;
	height: 280px;
}
#bottomContainer {
	border: none;
}
.newsImage {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.listContainer {
	padding: 5px;
	background-color: #EEE;
	margin-bottom: 10px;
}
.eventContainer {
	padding: 5px;
	background-color: #EEE;
	margin-bottom: 5px;
}
.eventMainImage {
	padding-top: 5px;
	padding-bottom: 10px;
	height: 200px;
	overflow: hidden;
}

.listContainerLeft {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
}

.listContainerRight {
	float: left;
	width: 180px;
}


.setThumb {
	float: left;
	width: 85px;
	height: 125px;
	background-image: url(../../../photos/images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 10px;
}
.setTitle {
	color: black;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 75px;
	text-align: center;
}
#siteInfo {
	margin-top: 30px;
	background-image: url(../../graphics/logos/logo_dg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	height: 35px;
	padding-top: 5px;
	margin-bottom: 10px;
	float: left;
	width: 300px;
}
#siteInfo p {
	margin-bottom: 5px;
}
#siteInfo a {
	color: #000000;
}
#dv {
	margin-top: 30px;
	background-image: url(../../graphics/logos/dv_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	height: 35px;
	padding-top: 5px;
	float: left;
	width: 300px;
	margin-right: 20px;
}
#dv p {
	margin-bottom: 5px;
}
#dv a {
	color: #000000;
}

#linkAlbums a {
	text-align: right;
	text-decoration: none;
	color: #333;
	font-size: 16px;
}
#linkAlbums {
	text-align: right;
	margin-top: 20px;
}.field {
	margin: 10px;
	border: 1px solid #333;
	padding: 10px;
}
.field legend {
	font-weight: bold;
}
#lang a {
	background-image: url(../../graphics/lang.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 27px;
	width: 110px;
	color: #FFF;
	text-decoration: none;
	display: block;
	position: absolute;
	left: 780px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
