﻿/* Event Listing Stlying 
 ***************************/

.fmFilterCrumb a
{
}

.fmEvent
{
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
	width: 685px;
}

.fmFacilities
{
	float: right;
}

.fmEventContainer
{
	/*width: 595px;*/
}

.fmTitleContainer
{
}

.fmEventLogo img
{
	height: 88px;
	width: 80px;
	padding: 0px;
	cursor: pointer;
}

.fmLogoContainer
{
	float: left;
	height: 88px;
	width: 80px;
	border: solid 1px;
	margin-right: 3px;
}

.fmEventName
{
	/*font-family: Verdana, Arial, sans-serif; 	color: #999999;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1f5580;
}

.fmEventName A
{
	text-decoration: none;
}

.fmEventName B
{
	color: Red;
}

.fmEventSubtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	float: left;
}

.fmEventDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	float: right;
}

.fmPreviewContainer
{
	font: 12px/20px tahoma,arial,sans-serif;
}

.fmEventPreview
{
	font: 12px/20px tahoma,arial,sans-serif;
}

.fmSave
{
	font: 12px/22px tahoma,arial,sans-serif;
}

.fmClear
{
	clear: both;
	display: none;
}

.fmNoEvents
{
	width: 650px;
	border-right: #e5f2bf 1px solid;
	padding-right: 10px;
	border-top: #e5f2bf 1px solid;
	padding-left: 10px;
	min-height: 55px;
	background: #f7ffd6 no-repeat 10px 7px;
	padding-bottom: 3px;
	margin: 0.4em 9px 2.4em 0px;
	font: 12px/20px tahoma,arial,sans-serif;
	border-left: #e5f2bf 1px solid;
	color: #666;
	padding-top: 7px;
	border-bottom: #e5f2bf 1px solid;
}


a.fmPage:hover, a.fmPage:active
{
	color: #960;
	text-decoration: none;
	border: solid 1px #699;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
}

.fmPage
{
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	padding-top: 5px;
}

.fmPage a
{
	color: #5294c1;
	border: solid 1px #dadce0;
	background: #ffffff;
	text-align: center;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.fmPageCurrent
{
	border: solid 1px #dadce0;
	background: #f7f8fa;
	color: #555;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}


/* Event Filterbox Stlying 
 ***************************/

.fmFilterItem
{
	width: 170px; /*text-overflow: ellipsis; CSS3 */
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

/* Defeat faulty IE5.x/win box model and prevent float wrap incutio.com */

.fmFilterDWrap
{
	float: left;
	width: 140px;
}
/* Enclose left and center col */
.fmFilterSelect
{
	float: left;
	width: 15px;
}

.fmFilterItemWrap
{
	float: right;
	width: 125px; /*	text-overflow: ellipsis; CSS3 */
	overflow: hidden;
	text-decoration: none;
	border: none;
}

.fmFilterItemWrap a
{
	border: none;
	float: right;
	width: 125px; /*text-overflow: ellipsis; CSS3 */
	overflow: hidden;
	text-decoration: none;
	color: Black;
}
/*a.fmFilterItemWrap:visited,*/
a.fmFilterItemWrap:active
{
	border: none;
	text-decoration: none;
}

.fmFilterCount
{
	float: right;
	width: 30px;
}

.fmFilterSection
{
	clear: both;
}

/* This example turns off the multiple activity filter
#fmActFilter.fmFilterSection
{
	display: none;
}*/


.fmFilterPanel
{
	border-right: #8996a5 1px solid;
	border-top: #8996a5 1px solid;
	border-left: #8996a5 1px solid;
	border-bottom: #8996a5 1px solid;
	background-color: #DAE3E9;
	font-family: Segoe UI, Arial;
	color: #3B3B3B;
	font-size: 0.8em; /* 10pt; */ /* Shadowbox properties */
	padding: 5px 10px;
	position: relative;
	top: -3px;
	left: -3px;
}

.fmFilterCategory
{
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	font-family: Segoe UI, Arial;
}

.fmSection
{
	border-bottom: dashed 1px #ccc;
	width: 160px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
	line-height: 0;
}

.fmShadowBox
{
	/*	background: #fcfcfc;			*/
	background: #dfdfdf;
	border: 1px solid #f5f5f5;
	position: relative;
	top: 3px;
	left: 3px;
}

.fmSearch
{
	width: 97%;
}

/* Event FilterList Stlying 
 ***************************/
/*font-size: 12px;*/


.fmFilterCrumb
{
	font-family: Verdana, Tahoma, Arial, 'Sans Serif';
	font-size: 13px;
	padding-bottom: 10px; /* OSE NEW */
}

.fmFilterListCount
{
	font-size: 8pt;
	color: #999;
}

.fmFilterList ul
{
	font-size: 10pt;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 32%;
	border: none; /*	font-size: 13px;*/
}

.fmFilterList
{
	width: 680px;
	font-family: Verdana, Tahoma, Arial, 'Sans Serif';
	font-size: 13px;
	border-bottom: dashed 1px #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.fmFilterList div
{
}

.fmNoEvents p
{
	font-family: Verdana, Tahoma, Arial, 'Sans Serif';
	font-size: 12pt;
	font-weight: bold;
}

#oseFilterDate
{
	cursor: pointer;
}
.fmDates
{
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	background: #fff;
	font: 11px arial,sans-serif;
	border-left: #000 1px solid;
	cursor: default;
	color: #707070;
	border-bottom: #000 1px solid;
	border-collapse: collapse;
}

.fmDates TD
{
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 3px;
	width: 30px;
	padding-top: 3px;
	text-align: right;
}
.fmDates TD#idFeb
{
	background-position: -1px 0px;
	border-right: solid 1px #cdcdcd;
}
.fmDates TD#idApr
{
	background-position: -1px 0px;
	border-right: solid 1px #cdcdcd;
}
.fmDates TD#idJun
{
	background-position: -1px 0px;
	border-right: solid 1px #cdcdcd;
}
.fmDates TD#idAug
{
	background-position: -1px 0px;
	border-right: solid 1px #cdcdcd;
}
.fmDates TD#idOct
{
	background-position: -1px 0px;
	border-right: solid 1px #cdcdcd;
}
.fmDates TD#idDec
{
	background-position: -1px 0px;
	border-right: solid 1px #cdcdcd;
}
.fmDates .fmDateSelected
{
	background: #cdcdcd;
	color: #000;
}
.fmDates .bottom_Default
{
	padding-right: 0px;
	padding-left: 0px;
	background: #e3e3e3;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: center;
	background: #cdcdcd;
}
.fmDates .bottom_Default INPUT
{
	border-top-width: 0px;
	border-left-width: 0px;
	margin-right: 2px;
	margin-left: 10px;
	width: 50px;
	background: #474747;
	border-bottom-width: 0px;
	padding-bottom: 0px; /*MARGIN: 0px; 2px*/
	font: 10px arial,sans-serif;
	cursor: pointer;
	color: #fff;
	padding-top: 0px;
	height: 18px;
	border-right-width: 0px;
}
/*
#RadCalendar_FastNav_TodayButton {
	MARGIN-RIGHT: 0px
}
#RadCalendar_FastNav_OkButton {
	MARGIN-RIGHT: 0px;*/

/* Event Listing Detail Stlying 
 ***************************/

.fmdEvent
{
	width: 700px;
}


/*  
Name: Colorvoid
Date: 2008-04-25
Description: Soft and natural, gray and blue two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

/*
* {
	margin: 0;
	padding: 0;
}
*/

/*
html {
	height: 100%;
	padding-bottom: 1px; */
/* force scrollbars */
/*}*/

#oseMaster /* OSE CHANGE */
{
	/*background-color: black; */
	font: normal 13px Verdana,sans-serif; /*color: #345;*/
	padding-bottom: 1em;
	margin: 0px 0px 0px 0px;
}

/*
a {color: #06A;}
a:hover {color: #036;}
*/
p.fmHelpText
{
	padding: 0.1em 0 0.8em;
}

h1.fmHeaderOne
{
	font: normal 1.8em Georgia,Tahoma,sans-serif;
}
h2.fmHeaderTwo
{
	font: normal 1.5em Georgia,sans-serif;
}
h3.fmHeaderThree
{
	font: bold 1em Tahoma,sans-serif;
}
/*
blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
*/
/*
ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}
*/

img.oseLinkImage, img.osePromoImage, img.oseFacilityImage
{
	border: none;
	background-color: Transparent;
	padding: 0px;
}

/*
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}
*/
/*
small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}
*/

/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#oseSearcg, textarea.oseInput, input.oseStyled
{
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}
/*textarea {width: 440px;}*/
#oseSearchsubmit
{
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.oseSearch
{
	width: 100%;
	border-collapse: collapse;
}
.oseSearch td
{
	vertical-align: middle;
}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */

#oseLayout_wrapper
{
	margin: 5px auto 0;
	width: 925px;
}


/*#layout_wrapper_nonav {
	margin: 5px 0px 0px;
	width: 695px;	
}*/


#oseLayout_container
{
	/*	margin-top: -5px; OSE CHANGE */
	background: #FFF;
	padding: 0 5px;
}
/*
#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}
*/
/* Site Title */
/*
#site_title {
	background: #C5DEF0 url('img/site_title.jpg') repeat-x left top;
	padding: 6px 18px;
}
#site_title h1 {
	font: normal 2.4em sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #507A9A;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}
#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em sans-serif;
	color: #679;
}

#top_separator {
	background: url('img/top_separator.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}
*/
/* Navigation */
/*#navigation {
	background: #FFFFFF url('img/OneSportEvent.gif') no-repeat left bottom;
	padding: 107px 10px 0;
}*/

/* Tabs */
/*#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url("img/tableftC.gif") no-repeat left top;
	float: left;
	font: bold 14px sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url("img/tabrightC.gif") no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #608AAA;
}
*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*#tabs a span {float: none;}*/
/* End IE5-Mac hack */
/*
#tabs a:hover span {color: #608AAA;}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}
*/

/* Main Layout */
#oseMain_left
{
	width: 690px;
}
#oseMain_right
{
	width: 220px;
}

/* Footer */
#oseFooter
{
	background: #A3B5C1 url('img/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#oseFooter .right
{
	color: #C8DBE8;
}
#oseFooter .right a
{
	color: #D3E5F1;
	text-decoration: none;
}
#oseFooter .right a:hover
{
	color: #FFE;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
/*img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}*/

/* Text */
/*.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}
*/
/* Floats */
.oseLeft
{
	float: left;
}
.oseRight
{
	float: right;
}

/* Clear */
/*.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}
*/
/* Icons */
/*
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}
*/

/* ----------------------------------------
   Post, page
------------------------------------------- */

.osePost
{
	margin-bottom: 5px;
	color: #444;
}
/*
.post_title {
	background: #E8E8E8 url('img/post/title.gif') no-repeat left top;
	padding: 1px 12px 1px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}

.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #F5F5F5 url('img/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
}

.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}

.post_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}


.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}
*/

/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.oseBox
{
	margin-bottom: 5px;
}
.oseBox_title
{
	background: #C6D2DB url('img/box/title.gif') no-repeat left top; /*padding: 6px 10px 5px;  OSE CHANGE */
	padding: 3px 10px 2px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.oseBox_body
{
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}
.oseBox_bottom
{
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.oseBox ul
{
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.oseBox li:first-child
{
	border-top: none;
}
.oseBox ul li
{
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.oseBox ul a
{
	text-decoration: none;
}
.oseBox ul a:hover
{
	text-decoration: underline;
}


/* ----------------------------------------
   Lists
------------------------------------------- */
/*
.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}
*/

/* ----------------------------------------
   Archives
------------------------------------------- */
/*
.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}
*/

/* ----------------------------------------
   Comments
------------------------------------------- */
/*
.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}
*/

/* ----------------------------------------
   Pagination
------------------------------------------- */
/*
.pagenavigation {
	background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}
*/

/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */
/*
.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
*/



.oseTable
{
	border:1px solid #3B5A82;
	border-collapse: separate; /*font-family:tahoma,verdana,arial,sans-serif;*/
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.oseTable:first-child
{
	border-left: 0 none;
	padding-left: 5px;
}

.oseTableHeader
{
	background:#D3DBE9 url('img/BackGround.gif') repeat-x scroll 0 -200px;
	border-bottom: 1px solid #9EB6CE;
	border-left: 1px solid #9EB6CE;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
}

.oseTableRow td
{
	padding-left: 4px;
	padding-right: 4px;
}

#oseEventOptions
{
	margin-bottom: 5px;
}