@charset "UTF-8";
/* CSS Document */

html {
}
/*=====STANDARD STUFF=====*/

body {
	background:#fff;
	background-image:none !important;
	color: #000;
	font-family:"HelveticaNeue", Arial, Helvetica, Sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}
p {
	line-height: 19px;
	font-size:13px;
	font-family:"HelveticaNeue-Bold", "HelveticaNeue", Arial, Helvetica, Sans-serif;
color #000;
}
section, article, header, footer, nav, aside, hgroup {
	display:block;
}
a {
	color:#005e7d;
	text-decoration:none;
}
a:hover {
	color: #196191;
	text-decoration:underline;
}
h1 {
	font-size:25px;
	font-weight: bold;
	color:#5da733;
	margin: 0 0 6px 0;
}
h2 {
	font-size:14px;
	font-weight: bold;
	color:#5da733;
	margin: 0 0 10px 0;
}
h4 {
	font-size:14px;
	font-weight: bold;
	color:#005e7d;
	margin:0px 0px;
}
h5 {
	font-size:12px;
	font-weight: bold;
	color:#005e7d;
	margin:0px 0px;
}
h6 {
	font-size:11px;
	font-weight: bold;
	color:#005e7d;
	margin:0px 0px;
}
/*styles within admin editor*/
.red {
	color:#990000;
}
.black {
	color:#000;
}
.summit-gray {
	color:#3a3a3a;
}
.summit-green {
	color:#5da733;
}
.large {
	font-size: 15px;
}
.small {
	font-size: 12px;
}
.xtra-small {
	font-size: 11px;
}
.tiny {
	font-size: 10px;
}
.featurelink {
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	background-image:url(/img/promo_bullet_2.gif);
	background-repeat:no-repeat;
	background-position:right;
}
/*end admin styles*/




label {
}
label.filter {
	font-size: 10px;
	text-transform:uppercase;
	font-weight: bold;
	color:#005e7d;
}
label.txt {
	color: #3a3a3a;
	font-family:"HelveticaNeue", Arial, Helvetica, Sans-serif;
	font-size:13px;
	font-weight: normal;
}
.b {
	font-weight: bold;
}
.i {
	font-style:italic;
}
.sm {
	font-size: 12px;
}
.tiny {
	font-size:10.5px;
}
.med {
	font-size: 14px;
}
.lrg {
	font-size: 18px;
}
.center {
	text-align:center;
}
.left {
	float:left;
	text-align:left;
}
.right {
	float: right;
}
.inline {
	display:inline;
}
ul.inline li {
	display:inline;
}
.topborder {
	border-top: solid 1px #acc0c7;
	padding-top: 10px;
	margin-top: 5px;
}
.bottomborder {
	border-bottom: solid 1px #acc0c7;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.gray {
	color:#3a3a3a;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.pointer {
	cursor: pointer;
}
/*=====FORM ELEMENTS=====*/

form {
	padding: 0px;
	margin: 0px;
}
input {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:3px;
}
input.field, textarea {
	font-size:14px;
	width: 330px;/*-moz-border-radius:3px 3px 3px 3px;
	border: solid 1px #ccc;*/
}
input.upload {
	font-size:11px;
	width:230px;
}
textarea {
	height:140px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
input.short, textarea.short {
	width: 200px;
}
input.wide, textarea.wide {
	width: 500px;
}
input.small, textarea.small {
	font-size:12px;
}
input.large, textarea.large {
	font-size:17px;
}
input.tiny {
	height:12px;
	font-size: 11px;
	font-weight:bold;
}
select {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
select.select {
	font-size:14px;
}
select.wide {
	width:350px;
}
select.short {
	width:150px;
}
select.small {
	font-size:12px;
}
select.large {
	font-size:16px;
}
select.multiple {
	width:200px;
	height:100px;
	overflow:auto;
}
select.multiple_wide {
	width:340px;
	height:100px;
	overflow:auto;
}
input.button {
	font-family:"HelveticaNeue-Bold", "HelveticaNeue", Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size:16px;
	
	border: solid 1px #acc0c7;
	color:#005e7d;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	padding:3px 8px;
	text-decoration:none;
	text-shadow: 1px 1px 1px #fff;
}
input.button:hover {
	-webkit-box-shadow: 0 1px 2px #838a90;
	-moz-box-shadow: 0 1px 2px #838a90;
	box-shadow: 0 1px 2px #838a90;
	color: #3a3a3a;
}
/* MULTI-SITE NAV */

div.multisite {
	display: none;
}
/* PAGE BODY WHITE BG */
div.pgbody {
	background-color: #fff;
	width: 940px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	display:block;
}
/* SITE HEADER */
div.header {
	padding: 10px 0 0 0;
	display:block;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
div.header-home {
	
}
div.header div.topnav {
	display:none;
}
div.header div.logo {
	float:left;
	display: inline-block;
}
div.header div.tag {
	float:left;
	display: inline-block;
	padding: 69px 0 0 0;
}

/*=======SEARCH BOX========*/
div.site_search {
	display:none;
}
/*=====MAIN NAV TABS=====*/
.main_tabs {
	display:none;
	height: 0;
}

/*=====MAIN NAV BARS=====*/

div.main_nav {
	display: none;
	height: 0;
}

/*===========PAGE BODY COLUMNS===========*/


div.page_inner {
	float:left;
	margin: 15px 0;
	background-image:none;
	/*background-image: url(../img/page_inner_bg.png);
	background-repeat: repeat-y;
	background-position:center;*/
}
div.page_account {
	margin:0;
}
div.page_col {
	display:inline-block;
	float:left;
	clear:right;
}
div.col_left {
	display:none;
}
div.col_main {
	width:100%;
	margin: 0px 20px 0 0;
}
div.col_wide {
	width:100%;
	margin: 0px 20px 0 0;
}
div.col_right {
	/*width:240px;*/
	display:none;
}
.intro {
	display:block;
	clear:right;
	margin: 10px 0;
}
.abstract {
	font-weight:bold;
	margin: 0 0 10px 0;
}
/*===========LEFT COLUMN SUBNAV FOR PAGES===========*/

div.subnav {
	margin: 10px 0;
	padding: 0;
}
div.subnav h1 {
	color:#20AAC5;
	font-size: 20px;
	border-bottom: 1px solid #BBC8C7;
	padding:0 0 0 14px;
	margin: 0;
}
div.subnav ul {
	list-style:none;
	margin: 13px;
	padding: 0;
	color:#005e7d;
}
div.subnav ul li {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 22px 0;
}
div.subnav ul li a {
}
div.subnav ul li a.on {
	font-weight: bold;
	color: #072e47;
	text-decoration: underline;
}
div.subnav ul ul {
	margin:inherit;
	margin-bottom: 10px;
	margin-left: 15px;
}
div.subnav ul ul li {
	font-weight: normal;
	font-size: 13px;
	margin: 4px 0 12px 0;
}
div.subnav ul ul li ul li {
	font-weight: normal;
	font-size: 12px;
}
/*=====CALLOUTS (PROMOS)=====*/

div.callout {
	padding: 10px 0;
}
/*=====MAIN PAGE COLUMN ELEMENTS=====*/

div.page_tools {
	border-bottom: solid 1px #BBC8C7;
	height: 22px;
}
ul.page_tools {
	list-style:none;
	float:left;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color:#4C4C4C;
}
ul.page_tools li {
	display: inline;
	padding:0 5px;
	margin: 0;
}
ul.page_tools li.saved {
	background-image:url(../img/icon_mini_saved.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 14px;
}
ul.page_tools li.comments {
	background-image:url(../img/icon_mini_comments.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 14px;
}
ul.page_tools li.rating {
}
/* ADD THIS STYLES */
div.page_tools div.addthis_toolbox {
	display:none;
}

.page_social {
	display:none;/*border: solid 1px #BBC8C7;
	border-left: none;
	border-right: none;
	margin: 27px 0;
	height:40px;
	display:block;*/
}


div.commenting a.post-comment, a.create-group {
	display: none;/*color: #005E7D;
	font-weight: bold;
	font-size: 15px;
	border: solid 1px #BBC8C7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-repeat:no-repeat;
	background-position: right;
	background-color: #F3F6F5;
	padding: 4px 32px 5px 6px;*/
}

div.commenting ul {
	margin: 10px 0 0 0;
	padding: 0;
}
div.commenting ul li.comment {
	color: #4c4c4c;
	list-style:none;
	background:url(../img/icon_comment_mark.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	padding: 0px 0 36px 30px;
}
div.commenting ul li.comment h3 {
	color: #838A90;
	font-size: 14px;
	margin:0;
}
div.commenting div.comment_profile img {
	margin: 0 10px 0 0;
}
div.commenting div.comment_profile {
	color: #838A90;
	font-size: 11px;
}
a.flag {
	display: inline-block;
	background-image:url(../img/icon_flag.png);
	height: 10px;
	width: 125px;
	background-position:100% -0;
	margin: 0;
	padding: 0;
}
a.flag:hover {
	background-position:100% -10px;
	text-decoration:none;
}
/* TABBED CONTENT AREA TABS */

.ca_panel {display:block;}
.hide {display:block;}


.ca_tabs {
	width:100%;
	padding:0px;
	margin: 20px 0;
	height: 26px;
	border-bottom: solid 1px #BBC8C7;
}
.ca_tabs ul {
	padding:0px;
	list-style:none;
	margin:0;
}
.ca_tabs li {
	display:inline;
	margin:0px;
	padding:0;
	font-weight: bold;
}
.ca_tabs a {
	float:left;
	background-image:url(../img/ca_tabs_bg_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0px 4px;
	margin: 0 4px 0 0;
	text-decoration:none;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005e7d;
}
.ca_tabs a span {
	display:block;
	padding: 5px 8px 4px 6px;
	color:#10486d;
	background-image:url(../img/ca_tabs_bg_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.ca_tabs a span {
	float:none;
}
.ca_tabs a:hover {
	border-color:#7fa6af;
	border-bottom: none;
	background-image:url(../img/ca_tabs_bg_left_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.ca_tabs a:hover span {
	color:#20aac5;
	border-color:#7fa6af;
	background-image:url(../img/ca_tabs_bg_right_on.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.ca_tabs li.current {
}
.ca_tabs li.current a {
	background-image:url(../img/ca_tabs_bg_left_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 4px;
}
.ca_tabs .current a span {
	display:block;
	color:#008CB6;
	padding: 5px 8px 6px 6px;
	background-image:url(../img/ca_tabs_bg_right_on.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.ca_tabs .current a:hover {
	border-color:#BBC8C7;
	border-bottom: none;
}
.ca_tabs .current a:hover span {
	border-color:#BBC8C7;
	border-bottom: none;
}
/* TABBED CONTENT AREA TABS 2ND BANK */
.ca_tabs_2nd_bank {
	width:100%;
	padding:0px;
	margin: 20px 0;
	height: 26px;
	border-bottom: solid 1px #BBC8C7;
}
.ca_tabs_2nd_bank ul {
	padding:0px;
	list-style:none;
	margin:0;
}
.ca_tabs_2nd_bank li {
	display:inline;
	margin:0px;
	padding:0;
	font-weight: bold;
}
.ca_tabs_2nd_bank a {
	float:left;
	background-image:url(../img/ca_tabs_bg_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0px 4px;
	margin: 0 4px 0 0;
	text-decoration:none;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005e7d;
}
.ca_tabs_2nd_bank a span {
	display:block;
	padding: 5px 8px 4px 6px;
	color:#10486d;
	background-image:url(../img/ca_tabs_bg_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.ca_tabs_2nd_bank a span {
	float:none;
}
.ca_tabs_2nd_bank a:hover {
	border-color:#7fa6af;
	border-bottom: none;
	background-image:url(../img/ca_tabs_bg_left_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.ca_tabs_2nd_bank a:hover span {
	color:#20aac5;
	border-color:#7fa6af;
	background-image:url(../img/ca_tabs_bg_right_on.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.ca_tabs_2nd_bank li.current {
}
.ca_tabs_2nd_bank li.current a {
	background-image:url(../img/ca_tabs_bg_left_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 4px;
}
.ca_tabs_2nd_bank .current a span {
	display:block;
	color:#008CB6;
	padding: 5px 8px 6px 6px;
	background-image:url(../img/ca_tabs_bg_right_on.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.ca_tabs_2nd_bank .current a:hover {
	border-color:#BBC8C7;
	border-bottom: none;
}
.ca_tabs_2nd_bank .current a:hover span {
	border-color:#BBC8C7;
	border-bottom: none;
}
/* TABBED RELATED AREAS AND COMMENTING */
/* TABS */
div.commenting_only li {
	display:none;
}
div.commenting_only li.current {
	display:block;
}
.related_tabs {
	width:100%;
	padding:0px;
	margin: 20px 0;
	height: 26px;
	border-bottom: solid 1px #BBC8C7;
}
.related_tabs ul {
	padding:0px;
	list-style:none;
	margin:0;
}
.related_tabs li {
	display:inline;
	margin:0px;
	padding:0;
	font-weight: bold;
}
.related_tabs a {
	float:left;
	background-image:url(../img/ca_tabs_bg_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0px 4px;
	margin: 0 4px 0 0;
	text-decoration:none;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005e7d;
}
.related_tabs a span {
	display:block;
	padding: 5px 8px 5px 6px;
	color:#10486d;
	background-image:url(../img/ca_tabs_bg_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.related_tabs a span {
	float:none;
}
.related_tabs a:hover {
	border-color:#7fa6af;
	border-bottom: none;
	background-image:url(../img/ca_tabs_bg_left_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.related_tabs a:hover span {
	color:#20aac5;
	border-color:#7fa6af;
	background-image:url(../img/ca_tabs_bg_right_on.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.related_tabs li.current {
}
.related_tabs li.current a {
	background-image:url(../img/ca_tabs_bg_left_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 4px;
}
.related_tabs .current a span {
	display:block;
	color:#008CB6;
	padding: 5px 8px 6px 6px;
	background-image:url(../img/ca_tabs_bg_right_on.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.related_tabs .current a:hover {
	border-color:#BBC8C7;
	border-bottom: none;
}
.related_tabs .current a:hover span {
	border-color:#BBC8C7;
	border-bottom: none;
}
/*TABBED CONTENT AREA TABS USING CSS3

.ca_tabs {
	width:100%;
	padding:0px;
	margin: 20px 0;
	height: 25px;
	border-bottom: solid 1px #BBC8C7;
}
.ca_tabs ul {
	margin:0;
	padding:0px;
	list-style:none;
}
.ca_tabs li {
	display:inline;
	margin:0px;
	padding:0;
	font-weight: bold;
}
.ca_tabs a {
	float:left;
	background:#F3F6F5;
	padding:0 0 0 4px;
	margin: 0 4px 0 0;
	text-decoration:none;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005e7d;
	border: solid 1px #BBC8C7;
	line-height: 15px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
.ca_tabs a span {
	display:block;
	padding:4px 8px 5px 6px;
	color:#10486d;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

.ca_tabs a span {
	float:none;
}

.ca_tabs a:hover {
	border-color:#7fa6af;
	border-bottom: none;
}
.ca_tabs a:hover span {
	color:#20aac5;
	border-color:#7fa6af;
}
.ca_tabs li.current {
}
.ca_tabs li.current a {
	float:left;
	display:block;
	background:#fff;
	padding:0 0 1px 4px;
	margin: 0 4px 0 0;
	text-decoration:none;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom:#fff;
}
.ca_tabs .current a span {
	display:block;
	background:#fff;
	padding:4px 8px 5px 6px;
	color:#008CB6;
}
.ca_tabs .current a:hover {
	border-color:#BBC8C7;
	border-bottom: none;
}
.ca_tabs .current a:hover span {
	border-color:#BBC8C7;
	border-bottom: none;
}*/


/*-----PAGE "PANELS"------*/








/*=====RIGHT COLUMN INCLUDING "MY" PANEL=====*/

div.my_panel {
	padding: 0;
	width:240px;
	min-height:320px;
}
div.account_inner {
	padding: 0 0 0 6px;
	text-align:center;
}
div.account_inner img.register_cta {
	margin: 0 0 16px 8px;
}
/*
div.account_inner ul.user {list-style: none; width:240px; margin: 0; padding: 0; border: solid 1px #ccc;}


div.account_inner ul.user li {display:inline;}

li.profileimg {}
li.screenname {width:140px;}
li.logout {width: 30px;}


div.account_inner ul.user li.logout span {
	font-size: 10px;
	font-weight: bold;
	float:right;

}   */

h2.screenname {
	font-size: 18px;
	font-weight: bold;
	color:#1FAAC5;
	vertical-align: middle;
	text-align:left;
	padding: 0 10px;
}
h2.screenname span {
	font-size: 10px;
	font-weight: bold;
	float:left;
}
ul.account_buttons {
	list-style: none;
	margin:24px 0 24px 10px;
	padding: 0;
	width:240px;
}
ul.account_buttons li {
	width:77px;
	display:inline;
	margin:0 0 15px 0;
	padding:0;
	text-align:center;
	float:left;
}
/*ul.account_buttons li a {
	display:block;
	border: none;
	padding: 0;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;

}*/
ul.account_buttons li a:hover {
	text-decoration: none;
}
ul.account_buttons li a.posts {
/* background-image:url(../img/account_button_posts.jpg); */
}
ul.account_buttons li a.pages {
/* background-image:url(../img/account_button_pages.jpg); */
}
ul.account_buttons li a.rates {
/* background-image:url(../img/account_button_rates.jpg); */
}
ul.account_buttons li a.groups {
/* background-image:url(../img/account_button_groups.jpg);  */
}
ul.account_buttons li a.tools {
/*background-image:url(../img/account_button_tools.jpg);*/
}
ul.account_buttons li a.preferences {
/*background-image:url(../img/account_button_preferences.jpg);*/
}
ul.account_buttons li a.about {
/*background-image:url(../img/account_button_about.jpg);*/
}
ul.account_buttons li a.login {
/*background-image:url(../img/account_button_login.jpg);*/
}
ul.account_buttons li a.register {
/*background-image:url(../img/account_button_register.jpg);*/
}
div.title {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#005E7D;
}
div.module_recently, div.module_topsaved, div.module_toprated {
	padding: 0 0 0 16px;
	margin: 0 0 20px 0;
}
div.module_recently h4, div.module_topsaved h4, div.module_toprated h4 {
	padding: 0;
	margin: 4px 0 7px 0;
	font-size: 15px;
	color: #005E7D;
}
div.module_recently ul, div.module_topsaved ul, div.module_toprated ul {
	padding: 0 0 0 20px;
	margin: 0;
	color: #3a3a3a;
	font-size: 12px;
	width: 180px;
}
div.module_recently ul li, div.module_topsaved ul li, div.module_toprated ul li {
	padding: 0;
	margin: 0 0 4px 0;
}
div.module_recently ul li em, div.module_topsaved ul li em, div.module_toprated ul li em {
	font-size: 11px;
	color: #838a90;
}
/*=====MYSUMMMIT PAGES and IMAGE BASED TITLES FOR LOGIN, ETC.=====*/

h1.mysummit {
	/*background-image:url(../img/pg_title_mysummit.gif);*/
	width:160px;
	height: 45px;/*text-indent: -10000em;*/
}
h1.login_title {
	background-image:url(../img/pg_title_login_welcome.gif);
	width:160px;
	height: 45px;
	text-indent: -10000em;
}
label.required {
}
label.agree {
	font-size: 11px;
}
/*=====FOOTER=====*/

div.footer {
	display:none;/*	display:block;
	height: 115px;
	border-top: 1px solid #BBC8C7;
	padding: 10px 0 0 0;
	clear:left;*/
}
div.footer div.foot {
	display: inline-block;
	float: left;
	color:#999;
}
div.footer div.social {
	display: inline-block;
	float: right;
	margin: 0 15px;
}
div.footer div.foot div.foot_nav {
	margin: 0 0 20px 0;
}
div.footer div.foot div.foot_nav a {
	color: #999;
}
div.footer div.foot ul.compliance {
	list-style:none;
	margin: 12px 0;
	padding: 0;
}
div.footer div.foot ul.compliance li {
	display: inline;
	margin: 0 8px 0 0;
	float:left;
}
/*=======FILTER SELECT========*/
div.filter {
	padding:0px;
	height:25px;
	margin-top: 3px
}
/* =========TABLE LIST VIEWS===========*/

table.list_view {
	width: 665px;
}
table.list_view td {
	padding:8px;
}
table.list_view td.list_head {
	font-family:"HelveticaNeue-Bold", "HelveticaNeue", Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color:#5DA533;
	background: #e5f3df;
	border-bottom: solid 1px #bee0b6;
}
table.list_view tr.list_row {
	background: #eff8eb;
	height: 56px;
}
table.list_view tr.list_row_alt {
	background: #fff;
	height: 56px;
}
table.list_view td.wide {
	width:auto;
}
.name {
	width:240px;
}
.date {
	width:80px;
}
.branch {
	width:100px;
}
.branch_wide {
	width:200px;
}
.rating {
	width: 60px;
}
.saves {
	width: 40px;
}
.thumb_list {
	margin: 0 10px 0 0;
	float:left;
	clear:both;
}
.list_item {
	font-weight: bold;
}
.list_business h3 {
	margin: 0px;
}
table.grid {
	background-color: #eef1f2;
}
table.grid td {
	padding:14px 4px;
}
td.head {
	color:#fff;
	background-color: #5a8eb0;
}
td.options {
	background-color: #aec1cd;
}
td.options_alt {
	background-color: #dbe4e7;
}
.rule1 {
	border: solid 1px #bbc8c7;
}
.trule {
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.tbrule {
	border-left: none;
	border-right: none;
}
.label {
	color: #072e47;
}
.large {
	font-size:16px;
}
.med {
	font-size:14px;
}
.small {
	font-size: 12px;
}
.b {
	font-weight: bold;
}
.footnote {
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
}
/*===============IMAGE THUMBS AND CONTAINERS FOR LANDING PAGES================*/

.thumb40 {
}  /*smallest image for list views*/
div.img40 {
	width: 40px;
	height: 40px;
	overflow:hidden;
	margin: 0;
}/* 'thumb40 container */
.thumb70 {
	width:70px;
}   /*potential size for list views*/
div.img70 {
	width: 40px;
	height: 40px;
	overflow:hidden;
	margin: 0;
}/* 'thumb70 container */
.thumb90 {
}  /* 'feature image */
div.img90 {
	width: 90px;
	height: 90px;
	overflow:hidden;
	margin: 0 10px 0 0;
}/* 'feature container */
.image200 {
} /*spotlight image*/
div.img200 {
	margin: 0 10px 10px 0;
	width: 200px;
	height: 200px;
	overflow:hidden;
} /* 'spotlight container */
/*===============IMAGE FULLS================*/
.image250 {
	float:left;
	margin: 0 20px 10px 0;
} /* 'post detail image - no container for this image */
/*===============POST LANDING PAGE STYLES================*/

/* landing spotlights*/
div.spotlight {
	margin: 0 0 30px 0;
	display: block;
	height:220px;
}
div.spotlight h1 a {
	color:#5da733;
}
/*landing features*/
ul.featured {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.featured li {
	dispaly:inline;
	width: 300px;
	float:left;
	height: 120px;
	overflow: hidden;
	padding: 0 10px 50px 0px;
	margin: 0;
}
div.feature-img {
	float:left;
}
ul.featured li.feature-sep {
	border-top:none;
	border-right: solid 1px #bbc8c7;
	border-bottom:none;
	border-left:none;
	width:10px;
	float:left;
	margin: 0 10px 0 0;
}
li.landing_feature h2 {
	font-size:18px;
	color:#5da733;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
li.landing_feature h2 a {
	color:#5da733;
}
h3.feature-abstract {
	font-size: 14px;
	margin: 0;
	line-height: 16px;
	font-weight: normal;
}
/*HOMEPAGE AND HOMEPAGE THEME STYLES*/

body.theme1 {
	background-color: #fff;
}
div.home {
}
div.theme1 {
}
/* ALERTS */

div.home_alert, div.landing_alert {
	padding:7px 8px;
	margin: 0;
	font-size:13px;
	overflow: hidden;
	height:13px;
}
div.theme-money div.home_alert a, .theme1 div.home_alert a, .theme1 div.landing_alert a {
	color:#fff;
}
/*apply styles to alert areas within theme-money*/
div.theme1 div.home_alert {
	color:#fff;
	background: #5da733;
}
div.theme-money div.home_alert {
	color:#fff;
	background: #20AAC5;
}
div.landing_alert {
	color:#fff;
	background: #7fa6af;
}
.alert {
	color: #990000;
}
ul.home_wrapper {
	width: 680px;
	margin: 0px;
	padding: 0px;
}
ul.home_wrapper li {
	display: block;
	margin: 0px;
	padding: 0 0 10px 0;
}
ul.home_wrapper li.home-banner {
	height: 300px;
}
ul.home_wrapper li.banner {
	height: 220px;
}
ul.content-areas {
	padding:0;
	margin:0;
	width: 680px;
	display: block;
	overflow:auto;
}
div.theme1 div.content-areas {
	background: #EDF5E8;
} /*apply background color to content areas within theme1*/
div.theme-money ul.content-areas {
	background: #F3F6F5;
} /*apply background color to content areas within theme-money*/
li.home-ca {
	margin: 10px;
	padding:12px !important;
	width: 200px;
	display:inline;
	float:left;
}
li.home-ca div.content-area {
	border-left: solid 1px #BBC8C7;
	padding: 10px;
	overflow:auto;
}
div.theme1 li.home-ca div.content-area {
	min-height: 140px;
}
div.theme-money li.home-ca div.content-area {
	min-height: 300px;
}
li.home-ca div.area1 {
	border: none;
}
li.home-ca div.area2 {
}
li.home-ca div.area3 {
}
li.home-ca div.content-area h2 {
	font-size:18px;
	margin:0;
	padding:0;
}
div.theme-money li.home-ca div.content-area h2 {
	color:#1FAAC5;
} /*apply color to H2 within theme-money content areas*/
li.home-ca div.content-area p {
	line-height: 19px;
}
/* FORMS - REGISTRATION, ACCOUNT PREFERENCES, COMMENTING */

fieldset {
	border:none;
	padding:5px 0;
}
fieldset label {
	color:#5da733;
	/*text-transform:uppercase;*/
	font-weight: bold;
	font-size:12px;
	display: block;
}
fieldset.rule {/*login form fieldset exception for horizontal line*/
	border-bottom: solid 1px #BAC7C6 !important;
	padding: 0;
	margin: 0 0 4px 0;
}
span.aid {
	color: #999;
	font-size: 12px;
	line-height: 14px;
}
span.aid ul {
	margin: 0 0 0 20px;
	padding: 0px;
}
div.fields ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
div.fields ul li {
	height: 80px;
}
fieldset div.error_message, div.error {
	color: #990000 !important;
	font-size: 12px;
	margin: 3px 0;
}
div.submit {
	min-height: 80px;
	width: 440px;
	float:right;
	text-align:left;
	border-top: solid 1px #ccc;
	padding: 12px 0;
	margin: 10px 0 30px 12px;
}
fieldset .left {
	min-height: 80px;
	width: 180px;
	margin:0 10px 10px 0;
	float:left;
	text-align:left;
}
fieldset .right {
	min-height: 80px;
	width: 440px;
	float:right;
	text-align:left;
}
.status label {
	font-weight: normal;
	text-transform:none;
	color:#3a3a3a;
	display: inline;
	font-size: 14px;
}
/*PREFERENCES SPECIFIC*/
fieldset .profile_type {
	min-height: 10px;
	margin: 0;
}
img#profimgsm {
	width:34px;
}
/*div.aid_wide {padding: 0; width: 620px; margin:0 0 40px 0; text-align:left;}*/

.comment_form {
	display:none;
}
fieldset.commenting {
	display: none;
}

.formset {
}
.profile_ind {
}
.profile_biz {
}
/*login form styles -- also see jq_overides*/
.register_cta_login {
	width:300px;
	height: 142px;
	background-image:url(../img/register_cta_login.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.register_cta_login a {
	padding:70px 0 0 200px;
}
/*message alert dialogs*/
.message_box {
}
.message_box div.message {
	text-align: center;
	font-size: 14px;
	color:#005e7d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
/*seminar listing displays*/
div.sem_field fieldset div.left, div.sem_signup fieldset div.left, div.rate_alert fieldset div.left {
	width: 100px;
	min-height:20px;
}
div.sem_field fieldset div.right, div.sem_signup fieldset div.right, div.rate_alert fieldset div.right {
	width: 350px;
	min-height:20px;
}
div.news_inner {
	margin: 0 0 20px 0;
}
div.news_wrapper fieldset div.left {
	width: 80px;
	min-height:20px;
}
div.news_wrapper fieldset div.right {
	width: 550px;
	min-height:20px;
}
/*
seminar signup*/
div.sem_signup div.left, .sem_signup div.right {
	min-height: 30px;
}
div.sem_signup {
	width: 80%;
}
div.sem_signup fieldset .left {
	width: 120px;
}
div.sem_signup, div.sem_field {
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}
/*seminar signup link...*/


div.seminar_wrapper {
}
div.seminar_wrapper div.sem_signup_link {
	float:right;
}
div.seminar_wrapper header {
	padding: 10px 0;
}
div.seminar_wrapper h4 {
	display: inline;
}
div.seminar_wrapper div.sem_signup_link ul {
	margin: 5px 0;
	padding: 0;
	display: inline;
}
div.seminar_wrapper div.sem_signup_link ul li {
	display: inline;
	float: right;
	padding: 0 2px;
	margin: 0;
	font-size:9px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
div.seminar_wrapper div.sem_signup_link ul li a {
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:top left;
	color: #005E7D;
	padding:0px 9px 3px 15px;
	height:15px;
	margin: 3px 0 0 0;
}
div.seminar_wrapper div.sem_signup_link ul li a:link, div.seminar_wrapper div.sem_signup_link ul li a:visited {
}
div.seminar_wrapper div.sem_signup_link ul li a:hover, div.seminar_wrapper div.sem_signup_link ul li a:active {
	background-position:0% -17px;
}
div.seminar_wrapper div.sem_signup_link ul li a.signup {
	background-image:url(../img/social_button_bg_signup.png);
}
/* progress indicator*/
.ajaxInProgress_wrapper {
	z-index: 99999;
	/*opacity: .5;*/
    height: 100px;
	position: fixed;
	/*background: none repeat scroll 0 0 lightgrey;*/
    width: 100%;
}
.ajaxInProgress_wrapper .ajaxInProgess {
	position: fixed;
	background-image:url(../img/wait.gif);
	width:245px;
	height: 70px;
}

/* end progress indicator */
