
/*<style>
.dummy{}
*/

/************* Hide/Show based on Media type. Do not edit or delete. ***************/
@media print {
	.page_break { page-break-before: always; }
	.hide_on_screen_show_when_printed {  }
	.show_on_screen_hide_when_printed { display:none; }
}
@media screen {
	.hide_on_screen_show_when_printed { display:none; }
	.show_on_screen_hide_when_printed {  }
}


/************* Primary Stylesheet = Page Layout Styles ***************/

html, body {
	padding:0;
	margin:0;
}

/************** Global Styles - Tags in General. Edit. (the font parts are in fck_stylesheet.cfm) **************/
body {
	background-color:#3e3f43;
}

/************** Some Common Tags and Classes. No need to edit. Do not delete. **************/
object, embed, form {
	padding:0;
	margin:0;
}
sup {
	vertical-align:top;
}
fieldset {
	margin-bottom:20px;
}
.align_right { text-align: right; }
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_justify { text-align: justify; }
.no_wrap { white-space:nowrap; }
.clear { clear:both; }
.float_right { float: right; }
.float_left { float: left; }

/************** Table Styles. Edit, Do not delete. **************/
tr.alternate, td.alternate, th.alternate, .tableAltDark { background-color:#eeeeee; }
.tableAltLight {}
th { text-align:left;  }


/************** General Container Styles. Add/edit/delete at will. **************/
#container {
	display:block;
	margin:0; 
	padding:0;
	width:900px;
}
#pageRight {
	display:block;
	width:615px;
	float:right;
	margin:0;
	padding:10px 30px 30px 0;
}
#pageLeft {
	display:block;
	margin:0; 
	padding:0 0 30px 0;
	width:225px;
	float:left;
}
#page_content_container {
	display:block;
	margin:0; 
	padding:0;
	width:615px;
}

#maintable td{
	position:relative;
	vertical-align:top;
}

.contentcell {
	min-width:900px;
}
#maintable .middleshadowright, #maintable .middleshadowleft{
	background-color:#cfd0d2;
	background-repeat:repeat-y;
}

#maintable .middleshadowright{
	background-image:url('../images/layout/bottom-bg-right.jpg');
	background-position:left;
}

#maintable .middleshadowleft{
	background-image:url('../images/layout/bottom-bg-left.jpg');
	background-position:right;
}


#maintable .middleleft1, #maintable .middleright1 { 
	background-image:url('../images/layout/top-bg-bg.jpg');
	background-repeat:repeat-x;
}

#maintable .middleshadowleft1 {
	background-image:url('../images/layout/top-bg-left.jpg');
	background-repeat:no-repeat;
}

#maintable .middleshadowright1 {
	background-image:url('../images/layout/top-bg-right.jpg');
	background-repeat:no-repeat;
}

#maintable .bottomimages {
	background-color:#cfd0d2;
	background-image:url('../images/layout/footer-imagebar.jpg');
	background-position:top center;
	background-repeat:no-repeat;

}

#maintable .bottomfootersshadow {
	background-color:#3e3f43;
	background-image:url('../images/layout/footer-shadow.jpg');
	background-repeat:repeat-x;
}

#maintable .bottomfooterbg {
	background-color:#1e1e1e;
}

#maintable .bottomfootertop {
	background:#1e1e1e url('../images/layout/footer-bg.jpg') left top repeat-x;
}

#maintable .bottomfooterbottom {
	background:#3e3f43 url('../images/layout/footer-bg2.jpg') left top repeat-x;
	padding:15px 0;
}

.silverBg {
	display:block;
	margin:0;
	padding:8px 10px;
	text-align:left;
	background: #ececed;
}

/************** Global Header Specific Styles. Add/edit/delete at will. **************/
#header {
	display:block;
	width:900px;
	height:90px;
	position:relative;
	z-index:4000;
}
#logo {
	float:left;
	height:90px;
	width:300px;
}
#headerStocks {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top:36px;
	left:640px;
	color:#8d8e91;
	z-index:4001;
}
#stockTicker {
	display:block;
	margin:0;
	padding:0;
	font-size:13px;
	text-transform:uppercase;
}
#shareLableLink:link, #shareLableLink:visited {
	font-weight:bold;
	color:#f8981c;
	text-decoration:none;
}
#shareLableLink:hover, #shareLableLink:active {
	font-weight:bold;
	color:#76001e;
	text-decoration:underline;
}
#stockVolume {
	display:block;
	margin:0;
	padding:0;
	font-size:13px;
	text-transform:uppercase;
}
#stockPriceDelay {
	display:block;
	margin:0;
	padding:2px 0 0 0;
	font-size:11px;
	text-transform:uppercase;
}
/************** Header Breadcrumbs and Print Button Styles. Edit. Do not delete. **************/
.you_are_here {
}
a.print_page_link {
	display:block;
	margin:0;
	padding:0;
	width:80px;
	height:23px;
	border:none;
	background-image: url(../images/layout/print-page.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	cursor:pointer;
}
a.print_page_link b {
	display:none;
}
a.print_page_link:link, a.print_page_link:visited {
	background-position:left top;
}
a.print_page_link:hover, a.print_page_link:active {
	background-position:left bottom;
}
#maintable #breadcrumbs_header td {
	vertical-align:middle;
}
#breadcrumbs_header {
	display:block;
	position:relative;
	margin:0;
	padding:0 0 10px 0;
	font-size:10px;
	color: #3e3f43;
	z-index:1;
}
#breadcrumbs_header .you_are_here {
	text-transform:uppercase;
}
#breadcrumbs_header a:link, #breadcrumbs_header a:visited{
	text-decoration:none;
	color: #3e3f43;
}
#breadcrumbs_header a:active, #breadcrumbs_header a:hover {
	color: #3e3f43;
	text-decoration:underline;
}


/***************** ShareThis Button. Edit. Do not delete. ***************/
#shareThisArea {
	display:block;
	margin:0 5px 0 0;
	padding:0 6px;
	height:16px;
	color: #3e3f43;
	text-decoration:none;
}
.st_sharethis_custom {
	display:block;
	margin:0;
	padding:3px 0 0 20px;
	height:13px;
	color: #3e3f43;
	cursor:pointer;
	background: transparent url(../images/shareThis.gif) left top scroll no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:12px;
}


/************** Global Footer Specific Styles. Add/Edit. Do not delete. **************/
#footerContainer {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:900px;
	z-index:1;
}
#footerWatermark {
	display:block;
	position:absolute;
	left:-63px;
	top:82px;
	margin:0;
	padding:0;
	width:236px;
	height:236px;
	z-index:2;
}
#footerLogoContainer {
	display:block;
	clear:both;
	margin:0;
	padding:10px 0 17px 0;
	width:900px;
	text-align:right;
}
#footer {
	font-size:10px;
	text-align:right;
	color:#cfd0d2;
	padding:0 30px;
}

#footer a {
	color:#cfd0d2;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#breadcrumbs_footer {
	display:inline;
}


/************* Site Map. Add/Edit. Do not delete. **************/
li.siteMapRootPage {
	margin-top:10px;
	margin-bottom:4px;
	font-weight:bold;
}
ul.siteMapChildList li {
	margin-top:4px;
	margin-bottom:4px;	
}
ul.siteMapChildList a {
	font-weight:normal !important;
}


/************** Calendar Styles **************/
.calendarName {
	display:block;
	text-align:left;
	margin-left:3px;
}
a.calendarText2, .calendarText2 {
	/* not an approved event */
	font-size: 11px;
	color:red;
}
a.calendarText:link, a.calendarText:visited, a.calendarText:hover, a.calendarText:active, .calendarText {
	/* is an approved event */
	font-size: 11px;
}

.calPreviousMonth a {
	display:block;
	font-weight:bold;
	padding-right:15px;
	border-right:1px solid #121415;
}
.calNextMonth a {
	display:block;
	font-weight:bold;
	padding-left:15px;
}
.calNextMonth a, .calPreviousMonth a {
	text-decoration:none;
	margin:0;
}

.calNextMonth a:hover, .calPreviousMonth a:hover {
	text-decoration:underline;
}

.calCurrentMonth {
	display:block;
	text-align:left;
	color:#121415;
	font-size: 14px;
	font-weight:bold;
	margin:0 0 6px 3px;
}
.calDays_Number, .calDays_Number a:link, .calDays_Number a:visited {
	font-size: 13px;
	font-weight:bold;
	color:#121415;
}
.calDays_Number a:hover, .calDays_Number a:active {
	font-size: 13px;
	font-weight:bold;
	color:#121415;
	text-decoration:none;
}
td.calDays {
	height:80px;
	border:1px solid #cccccc;
	background: #ffffff;
	text-align:left;
	color:#121415;
}
td.calDays_Today {
	height:80px;
	text-align:left;
	background-color: #cccccc;
}
td.calDays_of_Week {
	border:1px solid #820024;
	background: #820024;
	color:#ffffff !important; 
	font-weight:bold; 
	padding:2px;
}
.calMonthSelect { }
.calYearSelect { }
.calMonthYearSubmit { }
.calMonthYearForm { 
	margin:0;
	padding:0 0 8px 3px;
}



/************** Warm Fuzzy Styles. Do not edit or delete. ****************/
.warmFuzzyError, .warmFuzzyOK {
	display:block;
	clear:both;
	margin:14px 0;
	padding:10px 38px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.warmFuzzyError {
	background:#ffe1e1 url(../administration/images/icons/warning-32x32.gif) 3px 3px no-repeat;
	border:2px solid red;
	color:red;
}
.warmFuzzyOK {
	background:#f8ffe1 url(../administration/images/icons/green-check-32x32.gif) 3px 3px no-repeat;
	border:2px solid green;
	color:green;
}
.warmFuzzyError a, .warmFuzzyOK a {
}


/************** Page Preview Warning Styles.  Do not edit or delete. ****************/
#previewModeWarning {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:99%;
	margin:0;
	padding:0;
	text-align:center;
	z-index:9000;
}
img#previewModeWarningOverlay {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:9001;
}
#previewModeWarning div.warmFuzzyError {
	display:block;
	position:relative;
	z-index:9002;
}

