/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:inherit;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td { vertical-align:top; }
small { font-size:smaller; }
strong, b { font-weight:bold; }

* { margin: 0px; padding: 0px; }
body { behavior: url(/cms/scripts/csshover.htc); }

a, a:visited { color:Blue; text-decoration: none; }
a:hover { text-decoration: underline !important; }
p, h1 { margin: .5em 0; }
li { margin-left: 24px; }
img { border:0; display:block; }

.validation-summary-errors { color:red; }
.validation-summary-errors li { color:red; margin:.5em; }
.field-validation-error { color:Red; }
.input-validation-error { border: 1px solid #FF1C1C; } 
.message { background:#FFFF80; color:Black; border: 1px solid #B7B700; padding:.5em; margin:1em 0; }
.error { background:#FF8080; color:black; border:1px solid #FF1C1C; padding:.5em; margin:.5em 0; }
.success { background:#E7FFD6; color:black; border:1px solid #C6FBAD; padding:.5em; margin:.5em; }

.block:hover { border: 1px dashed black; }
.border { border: 1px solid gray; }
div.area { clear:both; overflow:hidden; }
div.blockmenu { clear:both; display:none; overflow:hidden; }
div.blockmenu img { background:none !important; border:none !important; padding:0 !important; }
img.inline { display:inline; vertical-align:bottom; }

.SiteMenu { background:url(/cms/resources/tb_back.gif); font-size:small; height:27px; }
.SiteMenu .left { background:url(/cms/resources/tb_left.gif) no-repeat; float:left; width:10px; }
.SiteMenu .right { color:#4E4E4E; float:left; padding:3px; }
.SiteMenu a { background:none transparent !important; color:black !important; }
.Editing, a:visited.Editing { color: red !important; }
.Publish, a:visited.Publish { color: green !important; }

/* DROPDOWN MENUS */
ul.dropdown { list-style:none; overflow:visible !important; }
ul.dropdown ul { border: 1px solid white; display:none; margin-top:7px; white-space:nowrap; z-index:100; }
ul.dropdown li { display:inline; padding:0; margin:0; position:relative; }
ul.dropdown ul { position:absolute; left:0; z-index:100; }
ul.dropdown ul li { display:block; padding:4px; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

body { background:#E2DBD0 url(/Crew/theme/back.gif) repeat-x; color:#666666; font-family:Arial, Arial, Helvetica, sans-serif; font-size:10pt; line-height:13pt; }
h1 { color:#98002E; font-size:22px; font-weight:bold; line-height:26px; text-transform:uppercase; }
h2 { color:#98002E; font-size:larger; font-weight:bold; text-align:left; text-transform:uppercase; }
h1,h2,.line,.events,.box1 .head { border-bottom:#BDB4AE 1px dashed; padding-bottom:8px; margin-bottom:8px; }
h3 { color:#98002E; font-weight:bold; font-size:larger; }
a, a:active, a:visited { color:#98002E; font-weight:bold; }
li { list-style-type:disc; margin-left:24px; }
p { text-align:justify; }
hr { background:#666666; color:#666666; border:0px dashed #666666; border-bottom:1px dashed #666666; margin:1em 0; }

#page { background:#FFFFFC url(/Crew/theme/header.gif) repeat-x; margin:1em auto; min-height:779px; width:960px; }
.info { color:White; margin:4px 10px 0 10px; }
.info a { color:White; }
#tabs { clear:both; float:right; margin-top:29px; width:608px; height:25px; }
#tabs ul { display:inline; }
#tabs li { background:url(/Crew/theme/tab.gif); float:left; list-style:none; margin:0 0 0 6px; width:146px; height:24px; }
#tabs a { display:block; color:White; font-weight:bold; padding:4px; text-decoration:none !important; text-transform:uppercase; text-align:center; }
#tabs a:hover { color:black; }
#toc { background:#978981; clear:both; color:White; padding:5px; text-align:center; }
#toc ul.dropdown ul { border:0 none; margin-left:-4px; }
#toc a { color:White; font-size:13px; font-weight:normal; text-decoration:none !important; text-transform:uppercase; }
#toc a:hover { color:#98002E; }
#toc li ul { background:#978981; margin-top:0px; text-align:left; }
#toc li ul li { border-bottom:1px solid #8C7D73; }
#sidebar { clear:both; float:left; margin-top:1px; width:280px; overflow:hidden; }
#content { float:right; width:680px; }
#right { float:right; width:190px; overflow:hidden; }
#footer { clear:both; }

.col { float:left; margin-right:8px; width:215px; overflow:hidden; }
.col2 { width:472px; }
.center { display:block; margin-left:auto; margin-right:auto; }
.fl { display:block; float:left; margin-right:10px; }
.fr { display:block; float:right; margin-left:10px; }
.input { width:95%; }
.more { margin-top:1em; text-align:right; }

#sidebar .events { color:#6C7273; text-align:center; }
#sidebar .events h2 { text-align:center; }
#sidebar .item { font-size:smaller; margin:1em 20px; }
#sidebar .title { font-size:larger; font-weight:bold; }
#sidebar a { color:black; }
#sidebar .ad img { margin:1em auto; }

.sponsors { margin:1em 0; text-align:center; }
.sponsors img { margin:8px auto; }

table.cal { background:black; color:White; border-spacing:1px; border-collapse:separate; margin:1em auto; }
.cal .caption { background:white; color:Black; }
.cal th, .cal td { padding:3px; }
.cal .days td { background:black; color:White; }
.cal th { font-size:larger; font-weight:bold; }
.cal td { text-align:center; }
.cal td { background:white; color:Black; }
.cal .sel { background:#8F827A; }

.fcal { background:#C6D9F0; color:Black; border-collapse:separate; border-spacing:2px; font-size:smaller; margin:0 auto; }
.fcal .days { font-weight:bold; text-align:center; }
.fcal .caption { background:white; padding:4px; }
.fcal th { background:#B9E3F4; font-size:larger; font-weight:bold; text-align:left; }
.fcal td { background:white; }
.fcal .date { background:white; min-height:100px; }
.fcal .day { background:#DAE4ED; text-align:right; padding:2px; }
.fcal li { list-style:none; margin:2px 0; } /* padding:0 0 0 35px; text-indent:-35px; */
.fcal a { color:Black; }
.fcal a:hover { color:Blue; }

.box1 { background:#F5F4F2; border:1px solid #F0EEF0; padding:8px; }
.box1 .head { color:#98002E; font-size:larger; font-weight:bold; text-align:left; text-transform:uppercase; }

.box2 { margin:8px 0; }
.box2 .head { background:#978981; color:White; font-size:18px; font-weight:bold; line-height:22px; padding:5px; text-align:center; text-transform:uppercase; }
.box2 .body { border:1px solid #E8E7E4; }

.announcements li { color:Black; list-style:none; margin:1em 0; }
.announcements a { color:Black; font-weight:normal; }
.deals li { list-style:none; margin:1em 0; }
.deals .author { color:black; font-weight:bold; }
.deals a { color:Black; font-weight:normal; }

.table1 { border-collapse:separate; border-spacing:3px; margin:1em 0; }
.table1 th, .table1 td { padding:8px; }
.table1 th { background:#978981; color:White; font-weight:bold; text-align:left; }
.table1 td { background:#E9E4DB; }

#LeftContent { clear:both; float:left; width:680px; overflow:hidden; }
#RightBar { float:right; padding:0 10px; overflow:hidden; width:190px; }

.deal { border-bottom:#BDB4AE 1px dashed; padding-bottom:8px; margin-bottom:8px; }
.deal .author { color:#98002E; font-weight:bold; }
.messages a { color:Black; font-weight:normal; }
.messages { min-height:300px; }
.summaries { color:#98002E; font-weight:bold; }
.resume .title { color:#98002E; font-weight:bold; }

