/* ==================================================
 * GENERAL STYLE
 * =============================================== */

/* Containers
--------------------------------- */

.floatwrap {
	overflow: hidden;
	zoom: 1;
}

.fleft {
	float: left;
}

.push {
	margin-right: 9px;
}

.bump {
	margin-bottom: 9px;
}

/* Content Panes
--------------------------------- */

.tabgroup img {
	display: inline-block;
	vertical-align: bottom;
}

.tab {
	cursor: pointer;
}

.loading {
	height: 100px;
	background: url(../images/loading.gif) center no-repeat;
}

/* Notifications
--------------------------------- */

.stop,
.error {
	font-weight: bold;
	color: red;
}

.notify {
	display: inline-block;
	border: 1px solid #a6a600;
	padding: 0.2em 0.5em;
	background-color: #ffff73;
	color: #5b5b00;
}

.go,
.ok {
	font-weight: bold;
	color: #0a0;
}

/* ==================================================
 * SITE-WIDE ELEMENTS
 * =============================================== */

th,
td {
	font-size: 12px;
}

p {
	margin: 1em 0px;
}

img {
	border: none;
}

marquee,
iframe,
object,
embed {
	vertical-align: bottom;
}

/* Links
--------------------------------- */

a {
	text-decoration: none;
    color: #999;
}

a:hover {
	text-decoration: underline;
    color: #d6083b;
}

a:focus {
    outline-style: none;
}

/* Headers
--------------------------------- */

h1 {
	font-size: 2em;
}

h2 {
	margin: 0em 0em 1em;
	font-size: 1.4em;
}

h3 {
	margin: 0em 0em 1em;
	font-size: 1.2em;
}

h4 {
	margin: 0em 0em 0.5em;
	font-size: 1.1em;
}

.header {
	margin: 0px;
}

.header img {
	vertical-align: bottom;
}

/* Forms
--------------------------------- */

form {
	margin: 0px;
    padding: 0px;
}

.input_select,
.input_button,
.input_text {
	font-size: 1em;
}

.input_text:focus {
	background-color: #eee;
}

.input_button {
	border: 1px solid #999;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.input_button:hover {
	color: #ccc;
}

.input_block {
	margin-bottom: 10px;
}

.input_block_label {
	font-weight: bold;
}

.input_block_labelerr {
	font-weight: bold;
	color: red;
}

.input_block_field {
	padding: 5px;
}

/* Blocks
--------------------------------- */

.block {
	margin-bottom: 5px;
}

.block_caption {
	padding: 2px 0px;
	font-size: 0.9em;
	color: #333;
	text-align: center;
}

.block_imagecontainer1, .block_imagecontainer2, .block_imagecontainer3,
.block_imagecontainer4, .block_imagecontainer5, .block_imagecontainer6,
.block_imagecontainer7  {
	margin: 5px;
	border: 1px solid #000;
	padding: 0px;
	background-color: #fff;
	text-align: center;
}

.block_imagecontainer1 {
	float: left;
}

.block_imagecontainer2 {
	float: right;
}

.block_imagecontainer5 {
	background: inherit;
}

.block_imagecontainer7 {
	background: inherit;
	border: none;
}

/* ==================================================
 * HORIZONTAL GRAPHICAL NAVIGATION
 * =============================================== */

.hnav_wrapper {
	position: absolute;
	width: 175px;
    border: 1px solid #000;
	padding: 3px 3px 2px;
	background-color: #fff;
	text-align: left;
	font-size: 0.9em;
}

.hnav_wrapper a,
.hnav_wrapper a:visited {
    display: block;
    width: 165px !important;
    *width: auto !important;
	border-bottom: 1px solid #fff;
	padding: 5px;
	background-color: #3c3c3c;
	text-decoration: none;
	color: #fff;
}

.hnav_wrapper a:hover {
	background: url(../images/bg-footer.png) center repeat-x;
}

/* ==================================================
 * VERTICAL GRAPHICAL NAVIGATION
 * =============================================== */

.vnav_wrapper {
	position: absolute;
	width: 175px;
    border: 1px solid #000;
	padding: 3px 3px 2px;
	background-color: #fff;
	text-align: left;
	font-size: 0.9em;
}

.vnav_wrapper a,
.vnav_wrapper a:visited {
    display: block;
    width: 165px !important;
    *width: auto !important;
	border-bottom: 1px solid #fff;
	padding: 5px;
	background-color: #3c3c3c;
	text-decoration: none;
	color: #fff;
}

.vnav_wrapper a:hover {
	background: url(../images/bg-footer.png) center repeat-x;
}

/* ==================================================
 * VERTICAL TEXT NAVIGATION
 * =============================================== */

.vnav_text a {
	display: block;
	padding: 3px 18px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.vnav_text a:hover {
	background-color: #fff;
	color: #000;
}

.vnav_text_top a,
.vnav_text_top_hover a,
.vnav_text_top_selected a,
.vnav_text_top_selected_hover a {
	padding: 3px;
	color: #d6083b;
}

.vnav_text_child_hover a,
.vnav_text_child_selected a,
.vnav_text_child_selected_hover a {
	background-color: #fff;
	color: #000;
}

/* ==================================================
 * DATA TABLES
 * =============================================== */

/* Table Headers
--------------------------------- */

.dtable th {
	border-bottom: 3px solid #333;
	padding: 2px;
	background-color: #999;
	color: #fff;
	text-align: left;
}

.dtable th a {
	color: #fff;
}

.dtable th.sortable {
	
}

.dtable th.sorted {
	background-color: #333;
}

/* Table Cells
--------------------------------- */

.dtable_spanbar {
	background-color: #ddd;
}

.dtable_row0 {
	background-color: #eee;
}

.dtable_row1 {
	background-color: #fff;
}

/* Team Calendar
--------------------------------- */

.homekey,
.awaykey {
	display: inline-block;
	margin: 0px 10px;
	border: 2px solid #000;
	padding: 5px;
	font-weight: bold;
}

.dtable_date {
	border: 1px solid #333;
	padding: 0px;
}

.dtable_date_dayofmonth {
	padding: 0px 2px;
	background-color: #ddd;
	text-align: right;
	font-weight: bold;
	color: #000;
}

.dtable_date_info {
	padding: 5px;
	text-align: center;
}

.dtable_teamcal_day,
.dtable_teamcal_dayhover {
	height: 20px;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #eee;
}

.dtable_teamcal_dayhover {
	border-right: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url(/lib/images/teamcalender_selectorbg.gif);
	background-position: top right;
	font-weight: bold;
}

/* ==================================================
 * HOME PAGE EVENT CALENDAR
 * =============================================== */

.smcalendar {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background-color: #999;
	color: #fff;
}

.smcalendar_nav {
	margin-bottom: 15px;
	border-bottom: 2px solid #333;
	padding: 3px;
}

.smcalendar th,
.smcalendar td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 3px;
	text-align: center;
	font-size: 0.9em;
}

.smcalendar td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.smcalendar th.smcalendar_title {
	border-bottom-width: 2px;
	background-color: #666;
}

.smcalendar_date a {
	display: block;
	font-weight: bold;
	color: #fff;
}

.smcalendar_notfilled {
	background-color: #ccc;
	color: #000;
}

.smcalendar_filled {
	background-color: #012f6d;
}

/* ==================================================
 * EVENT VIEWER
 * =============================================== */

.event {
	margin-bottom: 10px;
}

.event h3 {
	border-bottom: 3px solid #333;
	padding: 2px;
	background-color: #999;
	color: #fff;
}

.event .imgbox {
	border: 1px solid #333;
}

/* ==================================================
 * NEWS SYSTEM
 * =============================================== */

.article {
	margin-bottom: 10px;
}

.article_date {
	font-style: italic;
}

.article .links {
	text-align: right;
}

.article .links img {
	vertical-align: middle;
}

/* ==================================================
 * STAFF SELECTOR
 * =============================================== */

.staffselector h3 {
	border-width: 0px 0px 1px !important;
	border-style: solid;
	border-color: #fff !important;
	background-color: #fff;
	padding: 5px !important;
	font-size: 1.2em !important;
	color: #000;
}

.staffselector ul {
	margin: 10px 0px !important;
	padding: 0px;
	list-style-type: none;
}

.staffselector li {
	margin: 5px !important;
	padding: 0px !important;
	list-style-type: none;
}

/* ==================================================
 * MULTIMEDIA GALLERY
 * =============================================== */

.multimedia_navbar {
	border-bottom: 2px solid #333;
	padding: 3px;
}

.multimedia img {
	border: 1px solid #000;
}

.multimedia .singleitem {
	margin: 10px;
	text-align: center;
}

/* ==================================================
 * WALLPAPER / SCREENSAVERS
 * =============================================== */

.wallpaper,
.screensavers {
	margin-bottom: 10px;
}