@charset "utf-8";
/* ---------------------------------------------------------------- */
/* -- GENERAL ----------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-image: url(../images/layout/bkg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #1b1b1b;
}
h1,h2,h3,h4
{
	margin: 8px 0px 0px 0px;
	text-transform: uppercase;
}
h1
{
	margin-top: 0px;
	font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 13px;
}
table
{
	border: none;
	border-spacing: 0px;
}
img
{
	border: none;
}
p
{
	padding: 5px 0px 5px 0px;
}
hr
{
	margin: 2px 0px 10px 0px;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
hr.sub
{
	border-color: #CCCCCC;
	margin: 2px 0px 0px 0px;
}
textarea
{
	font-family: Arial, sans-serif;
	font-size: 12px;
}
ul,ol
{
	margin-left: 25px;
}
input[type=text].txtSearch
{
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	
	width: 98%;
}
/* ---------------------------------------------------------------- */
/* -- LINKS ------------------------------------------------------- */
a:link
{
	text-decoration: none;
	color: #1b1b1b;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #1b1b1b;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #1b1b1b;
	font-weight: bold;
}
a:active
{
	text-decoration: none;
	color: #1b1b1b;
	font-weight: bold;
}
/* ---------------------------------------------------------------- */
/* -- MENU -------------------------------------------------------- */
div.sub_menu
{
	position: absolute;
	z-index: 9;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #f1f1f1;
	display: none;
}
div.sub_menu img
{
	position: absolute;
	top: -35px;
	left: -4px;
}
div.sub_menu div
{
	position: relative;
	padding: 3px 25px 3px 3px;
	border-style: solid;
	border-bottom-width: 1px;
	border-color: #cccccc;
	border-left-width: 5px;
	border-left-color: #f1f1f1;
	border-top: none;
	border-right: none;
	cursor: pointer;
}
div.sub_menu div:hover
{
	border-left-color: #df2a2c;
	background-color: #ffffff;
}
div.sub_menu div img
{
	position: absolute;
	top: 1px;
	right: 1px !important;
}
div.secondary
{
	position: absolute !important;
	
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #cccccc !important;
	padding: 0px !important;
}
div.secondary:hover
{
	border: none;
	padding: 0px !important;
	background-color: #f1f1f1 !important;
	border-left-width: 1px !important;
}
div.secondary div
{
	border-left-width: 3px;
	padding-right: 8px !important;
}
div.secondary div:hover
{
	border-left-width: 3px;
}
div.sec_arrow
{
	background-image: url(../images/layout/icon_arrow-bkg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.sub_menu_highlight
{
	border-left-color: #df2a2c !important;
	background-color: #ffffff !important;
}
/*div.secondary div
{
	background-color: #eeeeee;
	border-left-color: #eeeeee;
}
div.secondary div:hover
{
	background-color: #dddddd;
	
}*/
div.submenu a
{
	padding-right: 10px;
}
div.sub_menu a:hover
{
	text-decoration: none;
}
div.disabled
{
	border-color: transparent !important;
	border-bottom-color: #cccccc !important;
	color: #bbbbbb !important;
	cursor: default !important;
	font-weight: bold;
}
div.disabled:hover
{
	border-left-color: transparent !important;
	background-color: transparent !important;
}
#sm_about-us
{
	/*width: 200px;*/
}
#sm_careers
{
	/*width: */
}
/* ---------------------------------------------------------------- */
/* -- LAYOUT ------------------------------------------------------ */
#container
{
	position: relative;
	width: 850px;
	margin: 0px auto 0px auto;
	
	background-image: url(../images/layout/bkg_container.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
}
#menu
{
	padding-left: 7px;
}
#menu a
{
	float: left;
	margin-right: 3px;
}
#login
{
	position: absolute;
	top: 13px;
	right: 5px;
}
#header
{
	position: relative;
	width: 828px;
	height: 189px;
	margin: 0px auto 0px auto;
	
	border-style: solid;
	border-width: 1px;
	border-color: #606060;
}
#header img
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#body_left
{
	position: relative;
	width: 702px;
	margin: 11px 0px 11px 11px;
	float: left;
	overflow: hidden;
}
#body_right
{
	width: 125px;
	margin: 11px 11px 11px 0px;
	float: left;
}
#body_mleft
{
	position: relative;
	width: 500px;
	margin: 11px 0px 11px 11px;
	float: left;
	overflow: hidden;
}
#body_mright
{
	width: 327px;
	margin: 11px 11px 11px 0px;
	float: left;
}
#body_full
{
	position: relative;
	width: 827px;
	margin: 11px 0px 11px 11px;
	float: left;
	overflow: hidden;
}
#body_all
{
	width: 828px;
	background-color: #262626;
	margin: 10px auto 0px auto;
	overflow: visible;
	position: relative;
}
#top_stories
{
	position: relative;
	width: 10000px;
}
#top_stories div.ts
{
	width: 226px;
	margin-right: 8px;
	float: left;
}
#top_stories div.ts a
{
	font-weight: normal;
}
#top_stories div.ts a:hover
{
	text-decoration: none;
}
#top_stories div.ts_heading
{
	background-color: #000000;
	color: #ffffff;
	padding: 4px 7px 4px 7px;
	font-weight: bold;
}
#top_stories div.ts p
{
	padding: 4px 7px 5px 7px;
	font-size: 11px;
}
#top_stories div.ts img.arrow
{
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 4;
}
#reel_nav
{
	text-align: center;
}
#reel_nav img
{
	margin: 5px 1px 5px 1px;
	cursor: pointer;
}

#body_events
{
	float: left;
	width: 493px;
	margin-right: 7px;
}
#body_events img.ad_button
{
	float: left;
	margin: 7px 7px 7px 0px;
}
#body_member
{
	float: left;
	width: 194px;
}
div.heading
{
	position: relative;
	background-color: #262626;
	height: 21px;
	line-height: 21px;
	color: #ffffff;
	text-transform: uppercase;
	overflow: hidden;
}
div.heading_red
{
	background-color: #c72123;
}
div.heading div.heading_txt
{
	position: relative;
	font-weight: bold;
	padding-left: 10px;
	font-size: 13px;
}
div.heading div.heading_txt a
{
	color: #ffffff;
	position: relative;
	left: 0px;
	text-transform: uppercase;
	font-size: 13px;
}
div.heading_txt_red
{
	background-color: #c72123;
}
div.heading div.heading_txt img
{
	position: absolute;
	top: -1px;
	padding-left: 15px;
}
div.heading img.end
{
	position: absolute;
	top: 0px;
	right: 0px;
}
div.heading a
{
	color: #ffffff;
	text-transform: lowercase;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 14px;
	z-index: 2;
}
div.heading a:hover
{
	text-decoration: none;
}
div.heading a img
{
	position: relative;
	top: -1px;
	vertical-align: middle;
}
div.body
{
	background-color: #ffffff;
}
#page
{
	margin-right: 7px;
}
div.pad
{
	padding: 10px;
}
div.sm
{
	font-size: 10px;
}
div.pad15
{
	padding: 15px;
}
div.special_feature
{
	position: relative;
}
div.special_feature img.arrow
{
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 4;
}
#footer
{
	position: relative;
	height: 109px;
	background-image: url(../images/layout/bkg_footer.gif);
	background-repeat: repeat-x;
}
#footer img
{
	position: absolute;
	top: 0px;
	right: 0px;
}
div.colLeft
{
	float: left;
	margin-right: 11px;
}
div.colRight
{
	float: left;
}
/* ---------------------------------------------------------------- */
/* -- GENERIC ----------------------------------------------------- */
img.floatRight
{
	float: right;
	margin: 10px 0px 10px 10px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
img.floatLeft
{
	float: left;
	margin: 10px 10px 10px 0px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
input.btn
{
	background-image: url(../images/layout/btn_bkg2.gif);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	
	padding: 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #f1f1f1;
	
	cursor: pointer;
}
input.btn:hover
{
	background-image: url(../images/layout/btn_bkg2_over.gif);
	color: #ffffff;
}
input.btnSM
{
	padding: 1px 3px 1px 3px;
	margin: 0px;
}
input.btnSave
{
	background-image: url(../images/layout/btn_bkg2_over.gif);
}
input.btnSave:hover
{
	background-image: url(../images/layout/btn_bkg2_missed.gif);
}
#results_member em, #results_guest em
{
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
}
/* ---------------------------------------------------------------- */
/* -- TABLES ------------------------------------------------------ */
table.tblLogin
{
	position: relative;
	margin: 0px 0px 0px auto;
	border-spacing: 2px;
}
table.tblLogin th
{
	padding: 3px;
}
table.tblLogin input[type=text], table.tblLogin input[type=password]
{
	background-color: #c3c3c3;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	
	padding: 5px;
	border: none;
	width: 100px;
}
table.tblEvents
{
	width: 100%;
	border-spacing: 0px;
}
table.tblEvents tr.featured th, table.tblEvents tr.featured td.avail, table.tblEvents tr.featured td.num
{
	background-color: #fafafa;
}
table.tblEvents th
{
	background-color: #ebebeb;
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	width: 110px;
}
table.tblEvents td
{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 11px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ebebeb;
}
table.tblEvents td.name em, table.tblEventDetails td em
{
	color: #c72123;
	font-weight: bold;
}
table.tblEvents td.name img
{
	position: relative;
	top: 1px;
	left: 5px;
}
table.tblEvents td.num
{
	font-size: 10px;
	color: #df2a2c;
	width: 15px;
	text-align: right;
	padding-right: 3px;
	background-color: #ebebeb;
}
table.tblEvents td.avail
{
	font-size: 10px;
	text-transform: uppercase;
	width: 75px;
	color: #818181;
	padding: 5px 2px 5px 2px;
	background-color: #ebebeb;
}
table.tblEvents td.avail a
{
	font-weight: normal;
}
table.tblFooter
{
	width: 220px;
	border-spacing: 2px;
	color: #ffffff;
}
table.tblFooter th
{
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
}
table.tblFooter td
{
	vertical-align: top;
	font-size: 10px;
}
table.tblFooter td a
{
	color: #ffffff;
}
table.tblFind
{
	width: auto;
	border-spacing: 2px;
	margin: 0px auto 0px auto;
}
table.tblFind td
{
	padding-right: 10px;
	vertical-align: middle;
}
table.tblFind td h3
{
	padding: 0px;
	margin: 0px;
}
table.tblSpecialFeature
{
	width: 100%;
	border-spacing: 0px;
}
table.tblSpecialFeature th
{
	vertical-align: top;
	width: 1px;
}
table.tblSpecialFeature th img
{
	border-style: solid;
	border-width: 1px;
	border-color: #282828;
}
table.tblSpecialFeature td
{
	vertical-align: top;
	padding-left: 5px;
}
table.tblSpecialFeature td h4
{
	margin: 0px;
	font-size: 11px;
}
table.tblDonate
{
	margin: 0px auto 0px auto;
}
table.tblDonate th
{
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}
table.tblDonate td
{
	width: 65px;
	font-size: 14px;
	font-weight: bold;
}
table.tblDonate td input[type=radio]
{
	float: left;
	margin-right: 5px;
}
table.tblColumns
{
	width: 100%;
	border-spacing: 2px;
}
table.tblColumns td h2
{
	
}
table.tblColumns td.left, table.tblColumns td.right
{
	width: 47%;
	vertical-align: top;
}
table.tblColumns td.top
{
	vertical-align: top;
}
table.tblColumns td.huge
{
	font-size: 75px;
	line-height: 65px;
	color: #999999;
}
table.tblForm
{
	width: 100%;
	border-spacing: 2px;
	border: none;
}
table.tblForm th
{
	width: 100px;
	text-align: left;
	text-transform: uppercase;
	background-repeat: repeat-x;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	color: #444444;
}
table.tblForm th.error
{
	border-bottom-color: #FF0000;
	color: #FF0000;
}
/*table.tblForm th.required
{
	background-image: url(../images/layout/btn_bkg2.gif);
	background-color: #585858;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
table.tblForm th.missed
{
	background-image: url(../images/layout/btn_bkg2_missed.gif);
	background-color: #b00000;
	border-color: #b00000;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
}*/
table.tblForm td
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
}
table.tblFormAlt th
{
	width: auto !important;
}
table.tblMembers
{
	width: 100%;
	border-spacing: 2px;
}
table.tblMembers tr.alt td
{
	background-color: #f1f1f1;
}
table.tblMembers tr.alt2 td
{
	background-color: #f6f6f6;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
}
table.tblMembers th
{
	width: 50px;
	vertical-align: top;
}
table.tblMembers td
{
	vertical-align: top;
	padding: 5px;
}
table.tblMemberData td
{
	padding: 2px;
	width: 50%;
}
table.tblMemberData td span
{
	font-size: 12px;
	font-weight: bold;
}
table.tblMemberData td.more
{
	border-left-style: solid;
	border-left-color: #dddddd;
	border-left-width: 1px;
	
	padding-left: 15px;
}
table.tblMemberForm
{
	border-spacing: 0px;
}
table.tblMemberForm th
{
	width: 25% !important;
	border: none;
	font-size: 11px;
	padding: 0px;
}
table.tblMemberForm td
{
	width: 75% !important;	
	border: none;
	font-size: 11px;
	padding: 0px;
}
table.tblEventDetails
{
	width: 100%;
	border-spacing: 2px;
}
table.tblEventDetails th
{
	width: 100px;
	text-align: left;
}
table.tblEventDetails td
{
	padding-left: 10px;
}
table.tblListView
{
	width: 100%;
	border-spacing: 2px;
}
table.tblListView th
{
	width: 20%;
	font-size: 16px;
	text-align: center;
}
table.tblListView td
{
	font-size: 12px;
	width: 40%;
}
table.tblResults
{
	width: 100%;
	border-spacing: 2px;
}
table.tblResults td
{
	font-style: italic;
}
table.tblResults td span.found
{
	background-color: #c72123;
	padding: 0px 3px 0px 3px;
	margin: 0px 3px 0px 3px;
	color: #ffffff;
}
table.tblForgot
{
	width: 100%;
	border-spacing: 2px;
}
table.tblForgot td
{
	vertical-align: top;
}
table.tblForgot td.left
{
	width: 60%;
	padding-right: 15px;
}
table.tblForgot td.right
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	padding: 15px;
	background-color: #f1f1f1;
}
table.tblForgot td h2
{
	padding-top: 0px;
	margin-top: 0px;
}
table.tblDataGrid
{
	width: 100%;
	border-spacing: 1px;
}
table.tblDataGrid th
{
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 2px;
}
table.tblDataGrid td
{
	font-size: 10px;
	
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-bottom-width: 1px;
	
	padding: 1px;
}
table.tblDataGrid tr.alt
{
	background-color: #eeeeee;
}
table.tblCourses
{
	width: 100%;
	border-spacing: 2px;
}
table.tblCourses tr.alt
{
	background-color: #eeeeee;
}
table.tblCourses th
{
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 3px;
	
	text-align: left;
	text-transform: uppercase;
}
table.tblCourses td
{
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-bottom-width: 1px;
	padding: 2px;
}
table.tblCourses td.center
{
	text-align: center;
}
/* ---------------------------------------------------------------- */
/* -- Menus ------------------------------------------------------- */
div.private_menu
{
	width: 828px;
	background-color: #262626;
	margin: 10px auto 0px auto;
	font-weight: bold;
	overflow: visible;
	color: #ffffff;
	position: relative;
}
div.private_menu span
{
	margin-right: 15px;
	padding: 3px 5px 3px 5px;
	background-color: #282828;
	font-size: 12px;
}
div.private_menu a
{
	padding: 3px 5px 3px 5px;
	font-size: 12px !important;
	
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	
	background-color: #000000;
}
div.private_menu a:hover
{
	background-color: #660000;
	
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
}
div.private_menu a.selected
{
	background-color: #C72123;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
}
div.pad5
{
	padding: 5px;
}
div.item
{
	position: relative;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	padding: 5px 5px 5px 25px;
	font-size: 11px;
}
div.item_alt
{
	position: relative;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}
div.item img
{
	position: absolute;
	top: 5px;
	left: 2px;
}
/* ---------------------------------------------------------------- */
/* -- RC Box ------------------------------------------------------ */
div.rcBox
{
	background: #ffffff url(../images/layout/corner_top-left.gif) no-repeat scroll 0 0;
	height: auto;
	position: relative;
}
div.rcBox span.tl
{
	background:transparent url(../images/layout/corner_top-left.gif) no-repeat scroll 0 0;
	left: 0;
	top: 0;
}
div.rcBox span.tr 
{
	background:transparent url(../images/layout/corner_top-right.gif) no-repeat scroll 0 0;
	right: 0;
	top: 0;
}
div.rcBox span.bl 
{
	background: transparent url(../images/layout/corner_bottom-left.gif) no-repeat scroll 0 0;
	bottom: 0;
	left: 0;
}
div.rcBox span.br 
{
	background:transparent url(../images/layout/corner_bottom-right.gif) no-repeat scroll 0 0;
	bottom:0;
	right:0;
}
.tl, .tr, .bl, .br 
{
	display:block;
	height: 7px;
	position:absolute;
	width: 7px;
}

/* ---------------------------------------------------------------- */
/* -- Event ------------------------------------------------------- */
div.event_legend
{
}
div.event_controls
{
	float: right;
}
div.event_controls img
{
	float: left;
}
div.event_controls span
{
	display: block;
	float: left;
	
	margin: 0px 15px 0px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 24px;
}
div.event_controls a
{
	font-weight: normal;
}
div.el_big span
{
	line-height: 26px;
	font-size: 12px;
	fnot-weight: bold;
}
/* ---------------------------------------------------------------- */
/* -- Generic ----------------------------------------------------- */
.fRight
{
	float: right;
	margin: 0px 0px 10px 10px;
}
.fLeft
{
	float: left;
	margin: 0px 10px 10px 0px
}
div.notes
{
	font-size: 10px;
	color: #666666;
}
.hide
{
	display: none;
}
.disabled
{
	opacity:0.5;
	filter:alpha(opacity=50)
}
span.em
{
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
	
	background-image: url(../images/layout/btn_bkg2.gif);
	background-repeat: repeat-x;
	background-color: #b00000;
	padding: 7px;
	float: left;
	margin-right: 10px;
}
span.em:hover
{
	background-image: url(../images/layout/btn_bkg2_over.gif);
}
span.small
{
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
.trans
{	
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.red
{
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
}
div.userdefined img
{
	border-style: solid;
	border-width: 5px;
	border-color: #dddddd;
	padding: 15px;
	margin: 15px;
	background-color: #ffffff;
}
div.userdefined h1, div.userdefined h2, div.userdefined h3
{

}
div.userdefined div.em_box
{
	padding: 15px;
	margin: 10px 0px 10px 0px;
	background-color: #eeeeee;
}
/* ---------------------------------------------------------------- */