/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset, fieldset legend,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
li { margin-left: 25px; }
object{ outline:none; }
fieldset,img { border: none; }
fieldset legend{color:#000;}
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
input[type="image"]{ outline: none; }
input[type="submit"]{ outline: none; }
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="image"]::-moz-focus-inner{ border : 0px; } 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus, input[type="image"]:focus{ outline: none; }


html {overflow-y:scroll;}
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.hidden { display: none; }

.left{
	float: left;
}
.right{
	float: right;
}
.right-align{
	text-align: right;
}
.spacer{
	height: 25px;
	clear: both;
}
.bold{
	font-weight: bold;
}
/* RESET END */

body{ margin-left:0px; margin-right:0px; margin-top:0px; font-size: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif; text-decoration: none; background: #799bbb url(../images/bg.jpg) no-repeat top; }

p { margin-bottom: 8px; }


a img{ border: none; }

a{font-size: 14px;color: #000000;font-family: Arial, Helvetica; text-decoration:underline; font-weight:normal; outline:none;}
a:hover{color: #5191cd; font-weight:normal;}

h1{
	font-size: 20px;
	font-weight: bold;
	color: #4F91CD;
	margin-bottom: 10px;
}

h1.popup{
	width: 630px;
	color: #fff;
	background: #4F91CD;
	padding: 10px;
	font-size: 14px;
}
h1.popup.red{ background: #8E1C3D; }
h1.popup.green{ background: #BAC33A; }
h1.popup.orange{ background: #F4794A; }

.green{ color: #B1BB1C; }
.red{ color: #86102a; }

h2, h2 a, h2 a:hover {
	color:#F26631;
	font-size:16px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover{ text-decoration: underline; }

h3, h3 a, h3 a:hover{
	color:#86102a;
	font-size:14px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}
h3 a:hover{ text-decoration: underline; }

h4{ 
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
h4 span{ display: block; font-size: 11px; font-style: italic; font-weight: normal; }

input[type="text"], input[type="password"] { border:1px solid #999; background-color:#FFFFFF; font-size:12px; padding: 2px; }
select{ border:1px solid #999; background-color:#FFFFFF; font-size:12px; padding: 2px; }

#shadow{ width: 1060px; height: 100%; position: fixed; top:0; left: 50%; margin-left: -530px; background:url(../images/content_bg.png); z-index: -1; }
#wrapper{ margin:auto; width:1000px; background: #fff;}
#header-wrapper{ margin:auto; width:1000px; background: #fff;}
#headwrapper{ width:100%; background-color:#ffffff; float:left;}
#header{ width:970px; margin:auto; padding:15px; position: relative; }
#header .logo{ float:left;}
#header .slogan{ position: absolute; right: 20px; top: 85px;}

#login-bar{
	float: right;
	width: 440px;
}

#header .search{ float:right; padding-left:10px;}
.search_el{ float:left}
.search_el input[type="text"], .login input[type="text"], .login input[type="password"]{ border:1px solid #999; background-color:#FFFFFF; width:160px; height:16px; font-size:11px; padding: 2px;}

#l_username{ width:120px;}
#l_password{ width:120px;}

#header .menu{ width:900px; margin:0 auto; margin-top:3px; position:relative; z-index:1; border:solid 1px;}
#header .menu img{float:left;}

#homedecor{ margin:auto; width:1000px; height: 200px; position: relative;}
#homedecor .media{ float:left; height:60px; width:500px; padding-top:30px; border:solid 1px;}

#homedecor a.fullwidthbutton{ display: block; width: 15px; height: 95px; text-align: center; cursor: pointer; background: #fff; position: absolute; top: 0px; text-decoration: none; vertical-align: middle; padding-top: 60px; margin-top: 10px; font-size: 26px; }
#homedecor a.fullwidthbutton:hover{ color: #000; background: #E2E9EE; }

#homedecor a.fullwidthbutton.prev{ left: 0px; }
#homedecor a.fullwidthbutton.next{ right: 0px; }

#flash-slideshow{ width: 1000px; height: 200px; }
#flash-slideshow.scrollable2{ width: 1000px; height: 170px; padding: 10px 0px 0px 0px; }

#homedecor .scrollable2 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 1000px;
}
#homedecor .scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	background: none;
}
#homedecor .items div {
	float:left;
	width: 1000px;
}

#homedecor .items div.item {
	float:left;
	width: 170px;
	padding: 0px 15px;
	text-align: center;
}
#homedecor .items div.item div.item-image {
	float:none;
	width: 170px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	/* background: #ccc; */
	vertical-align: middle;
	display: table-cell;
}
#homedecor .items div.item div.item-image img{ max-width: 170px; max-height: 120px;}

#homedecor .items div.item h6,
#homedecor .items div.item h6 a{
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

#homedecor .items div.item div.item-image h6,
#homedecor .items div.item div.item-image h6 a{
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#homedecor .items div.item h6 a:hover{
	font-weight: bold;
	font-size: 12px;
	color: #5191CD;
}

#homedecor .items div.even {
	background: #F2F4F6;
}


.login{ float:left; padding-left:8px;}

.login.links{ width: 300px; float: left; clear: left; padding-top: 5px; }


#pagecontent_wrapper{ margin:auto; width:960px; padding:10px 20px;}

#homepage_left{ float:left;}
#homepage_left #cell{ background-color:#e2e9ee; margin-bottom:20px;}
#homepage_left #cell div{ padding:5px 20px;}
#homepage_right{ float:left; width:370px; margin-left:50px;}

#jobboard{ background-color:#e2e9ee; margin-bottom:20px; width: 369px;}
#jobboard div{ padding:5px 20px;}
#jobboard p, #jobboard p a{ font-size: 14px; }

#valleyevents{ background-color:#e2e9ee; margin-bottom:20px; width: 369px;}
#valleyevents div{ padding:5px 20px;}
#valleyevents p, #valleyevents p a{ font-size: 14px; }

#searchourvalley{
	width: 517px;
	overflow: auto;
	background: url(../images/h_search_our_valley.gif) no-repeat top #E2E9EE;
	padding: 10px;
	padding-top: 50px;
}

#viewallbusinesses{
	width: 517px;
	overflow: auto;
	background: url(../images/h_view_all_businesses.gif) no-repeat top #E2E9EE;
	padding: 10px;
	padding-top: 50px;
	margin-top: 20px;
}
#viewallbusinesses p, #viewallbusinesses p a{ font-size: 14px; }

#whatsnew{
	width: 537px;
	position:relative;
	overflow: hidden;
	background: url(../images/h_whats_new.gif) no-repeat top #E2E9EE;
	padding-top: 43px;
	margin-top: 20px;
}

#whatsnew img.type{ width: 48px; height: 48px; display: block; float: left; padding: 0px 10px 0px 0px; }
#whatsnew span.description{ display: block; float: right; width: 449px; }

#whatsnew h4 a{ 
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
}
#whatsnew p.details{ clear: both; margin: 0px; }
#whatsnew p.details,
#whatsnew p.details a{ font-size: 12px; }

#whatsnew p.eventdetails{ font-size: 12px; clear: both; margin: 0px 0px 10px 0px; }

#whatsnew a.fullwidthbutton{ display: block; width: 537px; height: 24px; line-height: 24px; text-align: center; cursor: pointer; background: #E2E9EE; border-bottom: 2px solid #ccc; }
#whatsnew a.fullwidthbutton:hover{ color: #fff; background: #8BACC1; }

#whatsnew a.fullwidthbutton.bottom{ border-bottom: none; border-top: 2px solid #ccc; }

#whatsnew .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 537px;
	height:260px;
}
#whatsnew .scrollable .items {
	/* this cannot be too large */
	height:20000em;
	position:absolute;
	z-index: 100;
}
#whatsnew .items div {
	float:left;
	width: 507px;
	padding: 8px 15px;
}

#whatsnew .items div.even {
	background: #F2F4F6;
}

table.keyword-search{ border: none; width: 100%;}
table.keyword-search td{ padding: 5px;}

table.news-list{ width: 100%; }
table.news-list tr td{ padding: 8px; padding-left:15px; padding-right: 15px; }

table.business-list{ width: 920px; table-layout: fixed; }
table.business-list thead tr th{ font-size: 14px; font-weight: bold; padding: 10px; color: #fff; border: 1px solid white; }
table.business-list thead tr .header{ cursor: pointer; background: #4F91CD url(../images/tablesorter/bg.gif) no-repeat center right; }
table.business-list thead tr .headerSortUp { background-image: url(../images/tablesorter/asc.gif); }
table.business-list thead tr .headerSortDown { background-image: url(../images/tablesorter/desc.gif); }
table.business-list thead tr .headerSortDown, table.business-list thead tr .headerSortUp { background-color: #7DA7CD; }
table.business-list tbody tr td{ background: #F2F4F6; padding: 5px;  padding-left: 10px;  padding-right: 10px; }
table.business-list tbody tr.odd td{ background: #E2E9EE; }
table.business-list tbody tr.hover td{ background: #A4C5E3; cursor: pointer; }

table.business-list .col1{ width: 300px; }
table.business-list .col2{ }
table.business-list .col3{ width: 160px; }
table.business-list .col4{ width: 140px; }

table.business-list.long .col1{ width: 160px; }
table.business-list.long .col2{ width: 90px; }
table.business-list.long .col3{ }
table.business-list.long .col4{ width: 180px; }
table.business-list.long .col5{ width: 110px; }
table.business-list.long .col6{ width: 100px; }

table.business-list.short .col1{ width: auto; }
table.business-list.short .col2{ width: 160px; }
table.business-list.short .col3{ width: 140px; }

table.business-list.products thead tr .header{ background-color: #8E1C3D; }
table.business-list.services thead tr .header{ background-color: #8E1C3D; }
table.business-list.jobs thead tr .header{ background-color: #BAC33A; }
table.business-list.rfps thead tr .header{ background-color: #BAC33A; }
table.business-list.investments thead tr .header{ background-color: #BAC33A; }
table.business-list.news thead tr .header{ background-color: #F4794A; }
table.business-list.events thead tr .header{ background-color: #F4794A; }


table.business-list-admin{ width: 100%; }
table.business-list-admin thead tr th{ font-size: 14px; font-weight: bold; padding: 10px; color: #fff; background: #4F91CD; }
table.business-list-admin tbody tr td{ background: #F2F4F6; padding: 5px;  padding-left: 10px;  padding-right: 10px; }
table.business-list-admin tbody tr.odd td{ background: #E2E9EE; }
table.business-list-admin tbody tr.hover td{ background: #A4C5E3; cursor: pointer; }

table.business-list-admin .col1{ }
/*
table.business-list-admin .col2{ width: 60px; }
table.business-list-admin .col3{ width: 60px; }
table.business-list-admin .col4{ width: 120px; }
table.business-list-admin .col5{ width: 80px; }
*/

#footer{ width:940px; margin:auto; padding-bottom: 10px;}
#footer #cell{ float:left;}
#footer #cell1{ float:right; width: 140px;}


.grid {/* border: solid 1px #999999; */ width:100%;}
.gridHeader{ background-color:#333333; color:#FFFFFF; height: 3px; }
.gridAltItem{ background-color:#D5DBE0;}

#red .grid td.gridItem p,
#red .grid td.gridAltItem p{ margin: 0px; }

#red .grid td.gridItem,
#red .grid td.gridAltItem{ vertical-align: top; padding: 5px; font-size: 12px; }

#signup_form{ margin: 0px auto; width:450px; }

#pagecontent_wrapper h2{ font-size:16px; font-weight:bold;}
.section_head{width:956px; height:23px; color:#FFFFFF; padding-top:5px; text-indent:20px; cursor: pointer;}
.section_head b{ font-weight: bold; font-size:14px;}
#head_blue{background:url(../images/h_blue.gif);}
#head_red{ background:url(../images/h_red.gif); margin-top:20px;}
#head_green{ background:url(../images/h_green.gif); margin-top:20px;}
#head_orange{ background:url(../images/h_orange.gif); margin-top:20px;}

#pagecontent_wrapper .section{ float:left; width:956px; background-color:#e2e9ee;}
#pagecontent_wrapper .section .compinfo{ width:380px; float:left; margin:10px; }
#pagecontent_wrapper .section .compinfo td{ width: 285px; vertical-align: top; padding-bottom: 10px; padding-right: 10px; }
#pagecontent_wrapper .section .compinfo td.heading{ width: 80px; font-weight: bold; }
#pagecontent_wrapper .section .compinfo tr.nonprofitServices td.heading{ width: 80px; font-weight: bold; }

#pagecontent_wrapper .section .profile{ width:530px; float:left; margin:10px;}
/* #pagecontent_wrapper .section .profile{ width:300px; float:left; margin:10px;} */
/* #pagecontent_wrapper .section .logo{ width:210px; float:left; margin:10px; text-align: right;} */
.logo-inline{ float:right; padding-left: 10px; padding-bottom: 10px; }
#pagecontent_wrapper .section .cell{ width:295px; float:left; margin:10px;}
#pagecontent_wrapper .section .cell-50{ width:452px; float:left; margin:10px;}
#pagecontent_wrapper .section .cell-75{ width:610px; float:left; margin:10px;}
#pagecontent_wrapper .section .cell-100{ width:925px; float:left; margin:10px;}
.edit_b_h{ display:none;}
.edit_b_v{ display:block;}

.notice{ width:956px; margin-bottom: 20px;}
.notice p{ padding: 10px; padding-top: 20px;}

.home_input { border:1px solid #999; background-color:#FFFFFF; width:300px; font-size:12px; padding: 2px; height:16px;}
.home_select { border:1px solid #999; background-color:#FFFFFF; width:306px; font-size:12px; padding: 2px; height:23px;}

input.home_input_mini { border:1px solid #ccc; border-top:1px solid #999; border-left:1px solid #999; background-color:#FFFFFF; width:475px; font-size:16px; padding: 5px 10px; }
input.home_submit_mini{ font-size: 14px; }

.title_blue { font-family:Arial,Verdana; color:#5191cd; FONT-SIZE: 16px; font-weight:bold;}
.title_red { font-family:Arial,Verdana; color:#820024;  FONT-SIZE: 14px; font-weight:bold;}
.title_green { font-family:Arial,Verdana; color:#b2bb1e; FONT-SIZE: 14px; font-weight:bold;}
.title_orange { font-family:Arial,Verdana; color:#f26631; FONT-SIZE: 14px; font-weight:bold;}

.error {color:#ff0000; font-size: 12px; }
.error div{ background-color:#FFFFFF; border:solid 1px #FF0000; padding: 5px 5px 5px 5px; width:400px;}

#didyouknow-container{ margin-top: 30px; margin-bottom: 30px; }
.didyouknow{ width: 255px; position: relative; left: 30px;}
.didyouknow li{
	margin-bottom: 5px;
}

#citytagcloud{ margin-top: 30px; margin-bottom: 30px; }
#citytagcloud p{ text-align: center; font-size: 12px;}
#citytagcloud p a{ white-space: nowrap; font-size: 12px; text-decoration: none; }

.tooltip, .tooltipPopup{ cursor: help; }

.pager{ margin-top: 5px; }
.pager img{ cursor: pointer; position: relative; top: 4px;}

.callout{ float: right; text-align: right; padding: 15px;  /* border: 4px solid #4F91CD; */ margin: 15px; }

.addyourbusiness{ /* clear: both; */ float: right; padding:5px 10px; padding-right: 0px; text-align: right; }
.addyourbusiness p{ font-style: italic;}
.addyourbusiness img{ position: relative; top: 7px; }

/* #contact-form{ width: 350px; float: right; background: #E2E9EE; border: 4px solid #4F91CD; padding: 15px; } */
#contact-form{ width: 590px; background: #E2E9EE; border: 4px solid #4F91CD; padding: 10px; }
#contact-form input[type="text"]{ width: 540px; height: 16px; border:1px solid #999; background-color:#FFFFFF; font-size:11px; padding: 2px; }
#contact-form select{ border:1px solid #999; background-color:#FFFFFF; width:545px; font-size:12px; padding: 2px; height:23px;}
#contact-form textarea{ border:1px solid #999; background-color:#FFFFFF; width:540px; font-size:12px; padding: 2px; height:60px;}
#contact-form p{ margin:0; padding: 0;}
#contact-form fieldset{ margin-bottom: 5px; }
/* #contact-form .error {color:#ff0000; font-size: 11px; } */
#contact-form div.errors{ font-size: 11px; color: #FF0000; padding: 5px 0px 5px; margin: 0;}

#sitemap ul{ list-style: none; margin: 10px; }
#sitemap ul li { margin-bottom: 5px; }
#sitemap ul li a { font-weight: bold; font-size: 14px; }
#sitemap ul li ul{ list-style: circle; }
#sitemap ul li ul li{ margin-bottom: 2px; }
#sitemap ul li ul li a{ font-weight: normal; font-size: 11px; }

.editLink{ margin-bottom: 10px; }

#createbusinessfrm input[type="text"]{ border:1px solid #999; background-color:#FFFFFF; font-size:11px; padding: 2px; }
#createbusinessfrm select{ border:1px solid #999; background-color:#FFFFFF; font-size:12px; padding: 2px; }
#createbusinessfrm textarea{ border:1px solid #999; background-color:#FFFFFF; font-size:12px; padding: 2px; }

#createlogofrm input[type="text"]{ border:1px solid #999; background-color:#FFFFFF; font-size:11px; padding: 2px; width: 100%; }

.socmedia{ width: 260px; height: 80px; background: url(../images/bg_socmedia.png) no-repeat; }
.socmedia img{ position: relative; top:18px; left:12px; }
.socmedia p{ margin: 0; padding: 0; position: relative; top:-12px; left:62px; font-size: 13px; }

.highlight{ font-weight: bold; text-decoration: none; }
#sidebarlogin input[type="submit"]{ position: absolute; bottom: 0; right: 0; }


.popup-content{ padding: 10px; overflow: auto; height: 310px; }
/*

.stepbystep{
	padding: 0px;
	margin: 0;
	float: left;
	font-weight: bold;
	list-style: decimal inside;
}
.stepbystep li {
	float: left;
	margin: 0;
	padding: 5px;
	padding-left: 30px;
	padding-right: 10px;
	color: #999;
	background: url(../images/stepbystep.png) no-repeat left;
	font-size: 20px;
}
.stepbystep li span{ }
.stepbystep li.active{
	color: #4F91CD;
}
.stepbystep li.active span{ color: #000; }
.stepbystep li.first{
	background: none;
	padding-left: 0px;
}
*/
.stepbystep{
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	padding: 5px;
}
.stepbystep img{
	position: relative;
	top:10px;
	left: 5px;
}
.stepbystep.active{ color: #4F91CD; }
.stepbystep span { color: #000; }


#create-account{
	border: 4px solid #4F91CD;
	background: #E2E9EE;
	padding: 25px;
	font-size: 14px;
	width: 400px;
}
#create-account p{ font-size: 12px; }
#create-account input[type="text"], #create-account input[type="password"]{ width: 250px; }
#create-account select{ width: 256px; }
#create-account td { padding-bottom: 5px; }
#create-account td img.tooltip { padding: 0; }
#create-account .error { float: left; }

#create-business{
	border: 4px solid #4F91CD;
	background: #E2E9EE;
	padding: 5px;
	font-size: 14px;
	width: 550px;
}
#create-business h2{ padding: 10px; padding-bottom: 0px; }

#create-business label.error{ display: block; }

#createBusiness-accordion{ padding:0px 10px;}
#createBusiness-accordion div{ margin-top: 10px; }

#createBusiness-accordion p{ font-size: 12px; }
#createBusiness-accordion input[type="text"], #create-business input[type="password"]{ width: 300px; }
#createBusiness-accordion input[type="text"].search{ width: 180px; }
#createBusiness-accordion select{ width: 306px; }
#createBusiness-accordion td { padding-bottom: 2px; min-width: 120px; }
#createBusiness-accordion td img.tooltip, #createBusiness-accordion td img.tooltipPopup { padding: 0; }


/* multiselect formatting */
div.ui-multiselect li.ui-state-default.ui-element{ overflow: hidden; background: none; }
div.ui-multiselect a.add-all{ display: none; }
div.ui-multiselect a.remove-all{ display: none; }

div.ui-multiselect li{ background: #E6E6E6; } /*url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/

/* Back to top link */
.top{ padding-right: 20px; }

/* A-Z link list */
#azlinks, #azlinks a{ font-size: 14px; padding: 0px 6px; }

.resource-list{}
/*
.resource-list li{
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
 }
*/


/* small text */
.smalltext, .smalltext p, .smalltext a{ font-size: 11px; }

#resources-accordion h3.ui-accordion-header{ background: #E2E9EE; }
#resources-accordion div.ui-accordion-content{ background: #F2F4F6; }

#resources-accordion h3.ui-accordion-header.ui-state-active{ background: #4F91CD; }
#resources-accordion h3.ui-accordion-header.ui-state-active a { color: #fff; }

#news-list div.news-item{ width: 590px; padding: 10px; }

#red div.productservice-item{ width: 915px; padding: 10px; }

#red .even,
#news .even{ background: #D5DBE0; }

#map_canvas{}
#map_canvas a{ font-size: 7px; }

#map_info{ position: fixed; left: 50px; top: 10%; width: 440px; padding: 20px; background: #fff; display: none; border: 5px solid #820024; }

#map_content{ width: 100%; }
#map_content td{ vertical-align: top; } 
#map_content h1{ font-size: 14px; }
#map_text{ margin-bottom: 0px; }
#map_link{  }
#map_link p{ /* float: right; */ margin: 0; padding: 0; margin-top: 15px; }
#map_link a{ font-size: 12px; color: #fff; padding: 5px; font-weight: bold; background: #F26631; text-decoration: none; }
#map_link a:hover{ color: #fff; background: #F78355; text-decoration: none; }


#info_close{
	background: url("images/controls.png") no-repeat scroll -25px 0 transparent;
	padding-top: 3px;
	height: 22px;
	width: 25px;
	text-indent: -35px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
#info_close:hover{ background: url("images/controls.png") no-repeat scroll -25px -25px transparent; }

   .labels {
     color: black;
     background-color: none;
     font-family: "Arial", sans-serif;
     font-size: 10px;
     font-weight: normal;
     text-align: left;
     width: auto; 
     border: none;
     /* white-space: nowrap; */
     width: 86px;
     cursor: pointer;
     text-align: center;
   }
   .labels-hover {
     color: black;
     background-color: none;
     font-family: "Arial", sans-serif;
     font-size: 18px;
     font-weight: normal;
     text-align: left;
     width: auto; 
     border: none;
     width: 130px;
     text-align: left;
     /* white-space: nowrap; */
     cursor: pointer;
     
     text-align: center;
   }
   
   
   .labelsBig {
     color: black;
     background-color: none;
     font-family: "Arial", sans-serif;
     font-size: 14px;
     font-weight: normal;
     text-align: left;
     width: auto; 
     border: none;
     /* white-space: nowrap; */
     width: 86px;
     cursor: pointer;
     text-align: center;
   }
   .labelsBig-hover {
     color: black;
     background-color: none;
     font-family: "Arial", sans-serif;
     font-size: 18px;
     font-weight: normal;
     text-align: left;
     width: auto; 
     border: none;
     width: 130px;
     text-align: left;
     /* white-space: nowrap; */
     cursor: pointer;
     
     text-align: center;
   }
   
   .labelsSmall {
     color: black;
     background-color: none;
     font-family: "Arial", sans-serif;
     font-size: 9px;
     font-weight: normal;
     text-align: left;
     width: auto; 
     border: none;
     /* white-space: nowrap; */
     width: 86px;
     cursor: pointer;
     text-align: center;
   }
   .labelsSmall-hover {
     color: black;
     background-color: none;
     font-family: "Arial", sans-serif;
     font-size: 11px;
     font-weight: normal;
     text-align: left;
     width: auto; 
     border: none;
     width: 100px;
     text-align: left;
     /* white-space: nowrap; */
     cursor: pointer;
     
     text-align: center;
   }  


/* Page Anayltics */
.analytics-row{ display: none; }
table.business-list-admin tr.analytics-row td{ background: #fcfcfc; }
.analytics-row h2{ color: #000; }
.analytics-row h3{ color: #000; }

.date_container{ float: left; width: 400px; font-style: italic; }
.date_container .updateBtn{ position: relative; top: -1px; }

.date_container input{ width: 120px; padding: 5px; font-size: 13px; text-align: center; cursor: pointer; }

.total_data{ float: right; width: 394px; }

.analytics{ float: left; width: 110px; padding: 5px 10px; border: 1px solid #969A9E; border-right: none; background: #F2F4F6; }
.analytics.border-right{ border-right: 1px solid #969A9E; }
.analytics-title{
	font-size: 12px;
	display: block;
}
.analytics-data{
	font-size: 22px;
	font-weight: bold;
}

.analytics-sources-table{ /* width: 870px; */ width: 910px; margin:0 auto; background: #BFC5C9; text-align: right; margin-bottom: 15px; }
table.analytics-sources-table td{ padding: 5px 10px; border:1px solid #969A9E; }
.analytics-sources-table th{ font-weight: bold;  border:1px solid #969A9E; font-size: 12px; height: 30px; text-align: right; padding: 5px 10px; }


.analytics_last_update{ clear: both; font-size: 11px; font-style: italic; }

.analytics-nodata{ clear: both; padding-top: 15px; }
.analytics-nodata p{ text-align: center; }

.analytics-loading{ clear: both; padding-top: 15px; }
.analytics-loading p{ text-align: center; font-style: italic; }
