@charset "utf-8";

/* Generic CSS Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #1e4e8a;
	color: black;
}
A { color: #f15b28; text-decoration: none; }
A:hover { text-decoration: underline; }
#languageswitcher {
	float: right;
	color: #f15b28;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
}
.feed {
	float: right;
}




/* Menu CSS Styles */
#header {
	height: 200px;
	clear: both;
}
#changelanguage {
	float: right;
}
#logo { 
	margin-bottom: 10px; 
	margin-left: 10px; 
	position: absolute;
	z-index: 1;
}
#mainmenubar {
	text-align: left;
	border-top: 5px solid #1e4e8a;
	background-color: #bb0000;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 360px;
}
#submenubar {
	text-align: left;
	background-color: #cc0000;
	height: 24px;
	padding-left: 360px;
}
.menuitem { color: white; padding: 5px; }
.menuitem:hover { background-color: #666666; }
.submenuitem { color: white; line-height: 24px; padding: 4px; }
.submenuitem:hover { color: #FFFF00; }
#selectedmenuitem { background-color: #666666; }
#selectedsubmenuitem { color: #FFFF00; }
#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #748b99;
}
#footer A {
	color: #f15b28;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
}

/*Layout classes*/
body > table {
	width: 100%;
}
.mainlayout {
}
.mainlayout tbody tr td {
	vertical-align: top;
}
.leftcol, .rightcol {
	vertical-align: top;
	width: 25%;
	padding: 0px 20px;
}
.centercol {
	vertical-align: top;
	color: black;
	background-color: white;
}
.centercol a {
	color: #aa0000;
}
.centercol .header {
	font-size: 16px;
	font-weight: bold;
	color: #a20000;
	border-bottom: 2px solid #a20000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/*team tree classes*/
.divisionscontainer {}
.divisioncontainer { display: inline; width: 50%; float: left; margin-top: 10px; }
.divisionname { font-size: 16px; font-weight: bold; }
.teamscontainer { margin-top: 10px; }
.teamcontainer { margin-bottom: 10px; clear: both; }
.teamname { font-size: 12px; font-weight: bold; margin-bottom: 5px; clear: both;; }
img.teamlogo { float: left; margin-right: 10px; }

/* Other design styles */
.subtitle {
	font-size: 120%;
	font-weight: bold;
	color: #f15b28;
}
.title {
	margin-top: 10px;
	border-bottom: solid 2px #d7d7d7;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.required {
	color: red;
}
.importantmessage {
	color: red;
	padding: 10px;
	margin: 10px;
	background-color: #d7d7d7;
	border: 2px solid #f15b28;
}


/* News articles design styles */
#articles_headline_section {
	clear: left;
	margin: 10px;
}
#articles_headline {
	clear: left;
}
#articles_headline .articles_picture {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#articles_article_section {
	clear: left;
	border-top: 2px solid #a20000;
	margin: 10px;
	padding-top: 5px;
}
.articles_article {
	clear: left;
	border-bottom: 1px dashed #a20000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.articles_title {
	font-weight: bold;
	font-size: 12px;
	color: #a20000;
}
.articles_date {
	font-size: 11px;
}
.articles_category{
	font-style: italic;
}
.articles_summary {
	margin-top: 5px;
	margin-bottom: 5px;	
}
#articles_headline .articles_title {
	font-size: 14px;
}
#articles_feed {
	float: right;
	margin-top: 20px;
}
#articles_feed_config {
	float: right;
	margin-top: 20px;
}

/*Table definition CSS styles*/
.datatable {
	background-color: #eaeaea;
	color: black;
	border: 2px solid #a20000;
}
.datatable .content {
	padding: 10px;
}
.datable table {
	width: 100%;
}
table tr td {
	padding: 5px;
	color: #2f383f;
}
table tr.darker td, td.darker {
	background-color: #bfbebe;
}
.datatable .level1group {
	background-color: #333333;
	color: white;
	font-size: 130%;
}
.datatable .level2group {
	background-color: #666666;
	color: white;
	font-size: 115%;
}
.datatable .header, .datatable THEAD TD {
	background-color: #a20000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: white;
}
.datatable a {
	color: #a20000;
}

/*Calendar styles*/
.calday {
	width: 75px;
	height: 75px;
	border-right: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
}

/*Team styles*/
.teamdetails img {
	border: 1px solid #d7d7d7;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.commands {
	font-size: 125%;
	font-weight: bold;
	padding: 5px;
	padding-top: 10px;
}