@charset "UTF-8";
/* CSS Document */


/*-------- design style --------*/
body { background:#272727; margin:15px 0 0 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff;}

a:link, a:visited {color:#72b5e4; font-weight:bold; text-decoration:underline;}
a:hover {color:#72b5e4; font-weight:bold; text-decoration:none;}
a:active {color:#177fc8; font-weight:bold; text-decoration:none;}

a.CommandButton:link { color:#BBA488; text-decoration:none; }
a.CommandButton:hover { color:#999999; text-decoration:none;}

.barrow {background: url(http://www.eastbaycenter.org/portals/_default/skins/eastbay_dnn1/images/barrow.gif) center right no-repeat;
padding: 0px 10px 4px 0;}

h2 { color:#BBA488; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;}

#rightContents h2 a { color: #fff; text-decoration: none; }

p { font-family:Verdana, Arial, Helvetica, sans-serif; line-height: 24px; font-size: 12px;}

.tan {font-family:Verdana, Arial, Helvetica, sans-serif; line-height:18px; font-weight: bold; color: #bba482;}
.grey {color: #ccc;}

hr { width: 360px; background-color: #bba482; height: 1px; margin: 0; padding: 0;}

#btn-contact { float:right;}
#btn-contrib { float:right;}
#btn-locate { float:right; background:#272727;}

.caption_cont { font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; font-size:10px; line-height:12px; margin-top:5px; color:#999999;}
.caption_lcol { float:left;}
.caption_rcol { float:right;}
			
#container {width:900px; margin:0 auto;}

#copyright {float:left;}

.DataGrid_Item {color:#BBA488;}

.DataGrid_Header {color:#BBA488;}

.Head {color:#666666;}

#header {}

#logo { text-align:center;}

#nav-cont { height:25px; margin-top:10px;}
#nav-image-cont { height:143px;}
.nav-images { height:143px; width:150px; float:left; text-align:left;}
.nav-image-text { font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; font-size:11px; color:#C1C1C1; padding-top:16px; text-align:left;}

#privacy { float:right;}
 
#search-bar { background:url(images/gray.gif) repeat-x; height:24px; margin-top:10px;}
#search-tag { background:#272727; width:43px; float:left;}
#search-fld { background:url(images/searchBG.gif); height:22px; float:left; background-position:0 2px;}

#footer {margin: 20px 0 10px 0;}


#footer-stories-cont {width:714px;}
.story-cont {width:108px; float:left;}
.story-spacer {width:94px; float:left;}

/*--------- pane style ----------*/
.TopPane, .BottomPane{ padding:0px; margin:0px; }
.ContentPane { padding:0 0 0 0px; margin:0px; }
.LeftPane{ padding:0px 10px 0px 0px; width:500px; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:0px; margin:0px; }

.c_contentpane { padding:0px;}

#rightContents h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;}
	
#rightContents td a {
	font-size: 12px;
	font-weight: normal;
	}	

.imgfloatleft {
	float: left;
	border: 0;
	margin: 0 20px 5px 0;
	}

/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #a2a2a2;
	font-size: 11px; 
	font-weight:bold; 	
	text-align:left; 
	padding:2px 0;
	width:150px;
	float:left;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#c1c1c1;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	padding:2px 0;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#a2a2a2;
	font-weight:bold;
	text-align:left;
	font-size: 11px;
	padding:2px 0;
	width:150px;
	float:left;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#d3d3d3;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background: #ededed;
	color:#000000;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#d3d3d3;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#d3d3d3; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #ededed url(images/menu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}

.ControlPanel .SubHead {color:#003366;}

.SubHead {color:#999999;}

.ControlPanel a.CommandButton:link { color:#BBA488;}
.ControlPanel a.CommandButton:visited { color:#BBA488;}
.ControlPanel a.CommandButton:hover { color:#999999;}
.ControlPanel a.CommandButton:active { color:#003366;}

a.CommandButton:link {color:#BBA488;}
a.CommandButton:visited {color:#BBA488;}
a.CommandButton:hover {color:#999999;}
a.CommandButton:active {color:#BBA488;}

.VariantLabel {
    display: none;
    }
	
.goldh2 {
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	}
.goldh3 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #BBA488;
	}	
ul.goldlist {
	font-weight:bold;
	margin:0;
	padding:0;
	}
ul.goldlist li{	
	margin: 0 0 18px 0;
	list-style:none;
	}
ul.goldlist li a {
	
	font-weight:bold;
	font-size: 14px;
	}
ul.goldlist li a:hover {
	color:#fff;
	}
	
.donaterightbox {
	background: #4f4e4d; 
	width: 280px; 
	padding: 10px; 
	margin: 0 0 20px 0; 
	font-size: 12px; 
	line-height: 18px;}	
	
/*-------- soltech styles --------*/
table.centerquestion {
margin-left:auto; margin-right:auto;
}

#eastbaytable{
width:560px;
font-size:11px; 
color:#ffffff;
}

.normal{
font-size:11px; 
color:#ffffff;
}

td{
font-size:11px; 
color:#ffffff;
}

.backbutton
{
    background: url(/Portals/1/images/back.gif) no-repeat;
    height: 18px;
    width: 61px;
    border: none;
}

.nextbutton
{
    background: url(/Portals/1/images/next.gif) no-repeat;
    height: 18px;
    width: 61px;
    border: none;
	position:relative;
left:110px;
}

.nextbutton2
{
    background: url(/Portals/1/images/next.gif) no-repeat;
    height: 18px;
    width: 61px;
    border: none;
	position:relative;
left:135px;
}


#backbutton2
{
   float:left;
clear:both;
   border-width: 0px; 
	border-style: solid;
position:relative;
left:85px;
top:-26px;

}

#backbutton3
{
   float:left;
clear:both;
   border-width: 0px; 
	border-style: solid;
position:relative;
left:143px;
top:-107px;

}



#GrandTotal {
padding-left:80px;
font-size:13px; 
color:#ffffff;
font-weight: bold;
}



