﻿/*
	--- by Bill Taylor / Cenla Web & Computer Services, LLC �2008 ---
	--- for Black Bear Conservation Coalition #004488; ---
*/
HTML, BODY 
{	
	background:  #001144;
	text-decoration:none;
   color: Black;
	font-family: Arial, Tahoma, Arial, sans-serif;
   Font-Size: 9pt;
   Font-Weight: normal;
   Letter-Spacing: normal;
   Text-Transform: none;
   Word-Spacing: normal;  
	Scrollbar-arrow-color: #00CC00;
	Scrollbar-track-color: #2356AF;
	Scrollbar-base-color: #2356AF;
	scrollbar-3dlight-color: #056BAD;
	scrollbar-darkshadow-color: #01036A;     
	scrollbar-face-color: #43719b;
	scrollbar-highlight-color: #5486DE;
	scrollbar-shadow-color: #010296;	border: 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a:link {
	color: Black;
}

a:hover {
	color: Red;
}

.BigLink {
	color: Black;
	font-size: 16px;
	text-decoration: none;
}

.BigLink a:link {
	color: Black;
	font-size: 16px;
	text-decoration: none;
}

.BigLink a:hover {
	font-size: 16px;
	text-decoration: none;
	color: Red;
}

#main_Container {
	background: repeat 50% 50%;
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#main_table {
	margin: 0 auto;			
}

#topRow {
	background: url(../images/page_images/top_back.png);
	width:1000px;
	height: 174px;
	background-repeat: repeat-x;
}

#top_row_left
{
	width: 210px;
	height: 174px;
	background: url(../images/page_images/logo.png);
}

#top_center {
	text-align: center;
	width: 774px;
	height: 174px;
	background: url(../images/page_images/top_center.png);
	vertical-align: top;
}

#top_row_right {
	width: 16px;
	height: 174px;
	background: url(../images/page_images/top_right.png);
}

#menuRow {
	width:1000px;
	height: 26px;
}

#menu_left {
	background: url(../images/page_images/menu_left.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 26px;
}

#menu_row {
	background: url(../images/page_images/menu_back.png);
	background-repeat: repeat-x;
	height: 26px;
	width:774px;
	vertical-align: top;
}

#menu_right {
	background: url(../images/page_images/menu_right.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 26px;
}

#menuRowTable {
	background: url(/images/pageImages/content_back_main.png);
}

#ContentRow {
	width: 1000px;
	height:100%;
}

#content_left {
	background: url(../images/page_images/content_left.png);	
	background-repeat: repeat-y;
	background-color: #dfdfce;
	width: 210px;
	padding-left:8px;
	overflow:hidden;
}

#content_row {
	vertical-align: top;
	background-color: #dfdfce;
}

#content_container {
	background: url(../images/pageImages/content_back.png);	
	background-color: #dfdfce;
	vertical-align: top;	
	width: 764px;
	overflow: hidden;
}

#content_right {
	background: url(../images/pageImages/content_right.png);	
	background-repeat: repeat-y;
	width: 16px;
}

#footerRow {
	width: 1000px;
	height: 38px;
}

#footer_left {
	background-image: url(../images/pageImages/footer_left.png);	
	background-repeat: no-repeat;
	width: 210px;
	height: 38px;
}

#footer_back {
	background-image: url(../images/pageImages/footer_back.png);	
	background-repeat: repeat-x;
	width: 773px;
	height: 38px;
}

#footer_right {
	background-image: url(../images/pageImages/footer_right.png);	
	background-repeat: no-repeat;
	width: 16px;
	height: 38px;
}

#footer_text {
	padding-right: 120px;
}

.CopyRight {
	color: #DAEBFF;
}


#subTitle {
	font-size: 11pt;
	font-weight: bold;
}     
   
.ValidatorText {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: Red;
}

.ValidatorSummaryText {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	color: Red;
}


.FormTextInput {
	font-size: 9pt;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: Black;
}


/* 
	Sidebar Items
*/

#sidebar_container {
	width: 210px;
	padding-left: 1px;
	padding-right: 1px;
}

#search_panel {
	margin-bottom:1px;
}

#calendar_panel {
	
}

.calendarTitle {
	color: Navy;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8.5pt; 
}

.weekEndDays {
	background-color: #E0F0FF;
	color: Black;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt; 
}

.selectedDays {
	background-color: #90EE90;
	color: Blue;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt; 
}

.calDays {
	background-color: transparent;
	color: Black;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt; 
}

.repeatCoeEven {
	background-color: #DAEBFF;
	color: Navy;
	width: 167px;
	padding-left: 1px;
	padding-right: 10px;
	font-size: 8pt;
	text-decoration: none;
}

.repeatCoeEven a:link {
	background-color: #DAEBFF;
	color: Navy;
}

.repeatCoeEven a:hover {
	background-color: #DAEBFF;
	color: Green;
}

.repeatCoeOdd {
	background-color: White;
	color: Navy;
	width: 167px;
	padding-left: 1px;
	padding-right: 10px;
	font-size: 8pt;
	text-decoration: none;
}

.repeatCoeOdd a:link {
	background-color: White;
	color: Navy;
}

.repeatCoeOdd a:hover {
	background-color: White;
	color: Green;
}

.coeToolTipDate {
	font-weight: bold;
}

.coeToolTipTitle {
	font-weight: bold;
}

.coeToolTipDesc {
	font-weight: normal;
}

.Event {
	background:#DFEEFF url(./images/calDay.png) center no-repeat;
	border-color:#F6FAFF -moz-use-text-color #A7C0DF;
	border-style:solid none;
	border-width:1px 0;
}

/* 
	RadInput
*/

.RadInput_Hover_Default
{
	background: url('../images/searchInputHover.png') no-repeat 2px 2px; 
   color: #000066;          
} 

.RadInput_Focused_Default
{
	background: url('../images/searchInput.png') no-repeat 2px 2px; 
   color: #000066;          
} 

.RadInput_Enabled_Default,
.RadInput_Read_Default,
.RadInput_Disabled_Default,
.RadInput_Negative_Default
{
	background: url('../images/searchInputEmpty.png') no-repeat 2px 2px; 
   color: #000066;          
} 
  
.RadInput_Empty_Default
{ 
	background: url('../images/searchInputEmpty.png') no-repeat 2px 2px; 
   color: #000066;          
} 

.RadInput_Error_Default
{
	background: url('../images/searchImputError.png') no-repeat 2px 2px; 
   color: #000066;          
} 

.RadInputMgr_Default
{
   font-size: 9pt; 
   font-family: Arial; 
   border-width: 0px; 
   border-style: none; 
   height: 38px; 
   width: 190px; 
   padding-left: 6px; 
	padding-top: 19px; 
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.CartListItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 10pt;
    background-color: #c2c2b4;       
}

.CartListItemAlt
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 10pt;
    background-color: #a2a9a6;    
}

.CartListHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 10pt;
    background-color: #f0f0f0;
}

.CartListFooter
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 10pt;
    background-color: #f0f0f0;
}

.style2
{
   width: 100px;
}
.style3
{
   width: 10px;
}

.QuoteReply {
	background:#dbffee;
	vertical-align:top;
	padding: 1px 2px 2px 2px;
	width: 560px;
}


.QuoteReplyFieldSet {
	background:#dbffee;
	text-align:justify;
	vertical-align:top;
	padding: 8px 10px 4px 10px;
	width: 550px;
}
