/* BEGIN :: General Style Definitions */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	background: url('/images/background_bottom.png') bottom center no-repeat #eeece0;
	color: #666;
}
img { border: none; }
a, a:link, a:visited {
	color: #4293cc;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:active, a:focus { outline: none; }
h1,h2,h3,h4,h5,h6,div,form { margin: 0; }
h3.ttl {
	font-size:20px; 
	color:#333;
	border-bottom:3px solid #dddddd;
	line-height:normal;
	padding:0 0 3px 0;
}
h4.ttl {
	font-size:20px; 
	color:#333;
	line-height:normal;
	padding:0 0 3px 0;
}
div.clear {
	clear:both;
	font-size:1px;
	line-height:0px;
	height:0px;
}
span.left {
	float:left;
	margin:15px 15px 5px 0;
	margin-left:0px;
}
span.right {
	float:right;
	margin:15px 0 5px 15px;
}

.container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	/*display: inline;*/
	overflow: hidden;
	clear: both;
}
.column {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
ul.column, ol.column, ul.column li, ol.column li { list-style: none; }
.floatL { float: left; }
.floatR { float: right; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }

ol.horizontal, ol.horizontal li,
ul.horizontal, ul.horizontal li,
ol.navigation, ul.navigation li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ol.horizontal, ul.horizontal,
ol.navigation, ul.navigation {
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
}
ol.horizontal li, ul.horizontal li, ol.navigation li, ul.horizontal li { float: left; }

ol.formList, ol.formList li {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
ol.formList li { clear: both; }

.tab_navigation {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab_navigation li {
	position: relative;
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

a.link_rss, a.link_rss:link, a.link_rss:visited {
	position: relative;
	display: inline-block;
	float: left;
	width: 48px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	background: url('/images/icon_rss.png') 0 0 no-repeat;
}

.breadcrumbs {
	position: absolute;
	top: 13px;
	left: 0;
	margin: 0;
	padding: 0 0 5px;
	width: auto;
	height: 26px;
	line-height: 26px;
	z-index: 1;
	overflow: hidden;
	background: url('/images/breadcrumbs_back.png') 0 0 no-repeat;
	list-style: none;
	font-size: 1.2em;
}
.breadcrumbs li {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
}
.breadcrumbs li.first { z-index: 3; }
.breadcrumbs li.previous {
	z-index: 2;
	margin: 0 -7px;
}
.breadcrumbs li .breadcrumb {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0 7px 0 0;
	float: left;
	height: 26px;
}
.breadcrumbs li a, .breadcrumbs li a:link, .breadcrumbs li a:visited {
	cursor: pointer;
	color: #e8f6ff;
	font-weight: bold;
	background: url('/images/breadcrumbs_links.png') top right no-repeat;
}
.breadcrumbs li a.breadcrumb .inner {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0 17px 0 24px;
	float: left;
	height: 26px;
	background: #4293cc;
}
.breadcrumbs li a:hover {
	text-decoration: none;
	background-position: bottom right;
}
.breadcrumbs li a:hover .inner { background-color: #245f8a; }

.breadcrumbs li.current { margin: 0; }
.breadcrumbs li.current .breadcrumb {
	color: #4293cc;
	padding: 0 20px 0 12px;
	font-weight: normal;
	background: url('/images/breadcrumbs_current.png') top right no-repeat #fff;
}

a.link_supportcharity, a.link_supportcharity:link, a.link_supportcharity:visited {
	padding-left: 15px;
	background: url('/images/icon_roundplus.png') center left no-repeat;
}

a.link_classyshare, a.link_classyshare:link, a.link_classyshare:visited {
	position: relative;
	float: left;
	display: inline-block;
	width: 86px;
	height: 0;
	padding: 16px 0 0 0;
	margin: 0 5px 0 0;
	overflow: hidden;
	background: url('/images/link_classyshare.png') 0 0 no-repeat;
}

a.link_readmore, a.link_readmore:link, a.link_readmore:visited {
	color: #7acd22;
	display: block;
	width: auto;
}

/* END :: General Style Definitions */


/* BEGIN :: Shared Container Definitions */
#master_container { background: url('/images/background_top.png') 0 0 repeat-x; }
	
#header_inner, #content_inner, #footer_inner {
	margin: 0 auto;
	width: 980px;
}
#content_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}
/* END :: Shared Container Definitions */


/* BEGIN :: Header Definitions */
#header, #header_inner {
	z-index: 200;
	height: 100px;
	overflow: visible;
}
#header2 {
	z-index: 0;
	overflow: visible;
}
#header2 .topright{
    display:block;
    position:fixed;
    top:400px;
    right:0;
    width:26px;
    z-index:200;
    cursor: pointer;
  }
#header2 .topright_sun{
	background: url('/images/top_sun.png') 0 0 no-repeat;
    display:block;
    position:absolute;
    top:0px;
    left:0;
    width:735px;
  	height:542px;
    z-index:1;
  
  }

a#header_logo, a#header_logo:link, a#header_logo:visited {
	position: absolute;
	display: block;
	z-index: 200;
	top: 2px;
	left: 30px;
	width: 242px;
	height: 74px;
}
a#header_logo:hover { text-decoration: none; }
#header_logo .subtitle {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #415c68;
	text-align: right;
}
#navigation_primary {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 231px;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 10px 0;
	overflow: visible;
	font-size: 1.2em;
	background: url('/images/navigation_primary_back_left.png') 0 0 no-repeat #4293cc;
}
#navigation_primary li {
	position: relative;
	float: left;
	width: auto;
	display: inline;
	overflow: visible;
	height: 27px;
	padding: 3px 0 0;
	margin: 0 5px 0 0;
	line-height: 1.1em;
}
#navigation_primary li a#btn_header_join, #navigation_primary li a#btn_header_join:link, #navigation_primary li a#btn_header_join:visited {
	float: left;
	height: 30px;
	color: #FFF;
	font-weight: normal;
	padding: 0 0 0 10px;
	cursor: pointer;
}

#navigation_primary li.profile_user a.profile_user {
	
	background:url(/images/dark_blue_header/header_blue_toggle_down_light.png) no-repeat right;
	padding-right:25px;
	
	}

#navigation_primary li a, #navigation_primary li a:link, #navigation_primary li a:visited {
	color:#fff;
}

#nav_link_login, #nav_link_login:link, a#nav_link_login:visited {
	float: left;
	height: 30px;
	color: #FFF;
	font-weight: normal;
	padding: 0 0 0 10px;
	cursor: pointer;
}

#li_navigation_primary a, #li_navigation_primary a:link, #li_navigation_primary a:visited {
	float: left;
	height: 30px;
	color: #FFF;
	font-weight: normal;
	padding: 0 0 0 10px;
	cursor: pointer;
}


#li_navigation_primary a#btn_header_join, #li_navigation_primary a#btn_header_join:link, #li_navigation_primary a#btn_header_join:visited {
	float: left;

}


#li_navigation_primary:hover a, #li_navigation_primary:hover a:link, #li_navigation_primary:hover a:visited,
#li_navigation_primary a:hover {
	text-decoration: none;
	background: url('/images/navigation_primary_link_tier1_left.png') 0 0 no-repeat #245f8a;
}
#li_navigation_primary a .inner, #li_navigation_primary a:link .inner, #li_navigation_primary a:visited .inner {
	position: relative;
	float: left;
	padding: 7px 10px 10px 0;
}
#li_navigation_primary:hover a .inner, #li_navigation_primary:hover a:link .inner, #li_navigation_primary:hover a:visited .inner,
#navigation_primary li a:hover .inner { background: url('/images/navigation_primary_link_tier1_right.png') right top no-repeat; }
#navigation_primary li ul.tier2 {
	position: absolute;
	top: 33px;
	left: 0;
	margin: 0;
	width: 195px;
	padding: 0 0 10px;
	display: none;
	background: url('/images/navigation_primary_back_tier2.png') bottom left no-repeat;
}

#navigation_primary li:hover ul.tier2 { display: block; }
#navigation_primary li ul.tier2 li {
	position: relative;
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	width: 181px;
	padding: 0 7px 2px;
	height: 23px;
	line-height: 23px;
	margin: 0;
	background: #245f8a;
}
#navigation_primary li ul.tier2 li.first {
	padding: 10px 7px 0;
	background: url('/images/navigation_primary_link_tier1_right.png') right top no-repeat #245f8a;
}
#navigation_primary li ul.tier2 li a, #navigation_primary li ul.tier2 li a:link, #navigation_primary li ul.tier2 li a:visited {
	position: relative;
	display: block;
	width: 173px;
	height: 23px;
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 23px;
	font-size: 1.1em;
	background: url('/images/navigation_primary_link_tier2_back.png') 0 0;
}
#navigation_primary li ul.tier2 li a:hover {
	color: #FFF;
	background-position: 0 -23px;
	text-decoration: none;
}
#navigation_primary li ul.tier2 li.separator {
	position: relative;
	display: block;
	width: 181px;
	overflow: hidden;
	padding: 15px 7px 0;
	background: url('/images/border_dashed_blue_horizontal.png') 7px 5px no-repeat #245f8a;
}
#navigation_primary li ul.tier2 li .subtitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
}

#navigation_primary li.first ul.tier2 {
	left: 10px;
	width: 177px;
	padding: 0 0 5px;
	background-image: url('/images/navigation_join_back.png');
}
#navigation_primary li.first ul.tier2 li {
	width: 167px;
	padding: 5px 5px 0;
	height: 26px;
	line-height: 26px;
	margin: 0;
	background: #7acd22;
}
#navigation_primary li.first ul.tier2 li.first {
	font-size: 17px;
	padding-top: 5px;
	height: 36px;
	line-height: 36px;
	background: url('/images/navigation_join_top.png') 0 0 no-repeat;
}
#navigation_primary li.first ul.tier2 li.first a,
#navigation_primary li.first ul.tier2 li.first a:link,
#navigation_primary li.first ul.tier2 li.first a:visited {
	width: 167px;
	height: 36px;
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 17px;
	text-align: center;
	background: url('/images/link_join_member_back.png') 0 0;
}
#navigation_primary li.first ul.tier2 li.first a:hover { background-position: 0 -36px;}
#navigation_primary li.first ul.tier2 li.last a,
#navigation_primary li.first ul.tier2 li.last a:link,
#navigation_primary li.first ul.tier2 li.last a:visited {
	width: 167px;
	height: 26px;
	margin: 0;
	padding: 0;
	line-height: 26px;
	font-size: 13px;
	text-align: center;
	background: url('/images/link_register_charity_back.png') 0 0;
}
#navigation_primary li.first ul.tier2 li.last a:hover { background-position: 0 -26px;}
#navigation_primary li.nav_logged_in {
	margin:0 10px 0 8px;
	padding-right:8px;
	border-right:1px dotted #80b7dd;
}
#navigation_primary li.nav_logged_in .avatar {
	display:block;
	width:30px;
	height:30px;
	border:1px solid #d3eeff;
	float:left;
	position:relative;
	bottom:10px;
	margin-right:5px
}
#navigation_primary li.nav_logged_in ul li.last {
	height:29px;
}
#navigation_primary li.nav_logged_in ul li.last span {
	border-top:1px dotted #5b87a7;
	display:block;
	margin-top:3px;
	padding-top:3px;
}
#navigation_primary li:hover a#nav_account, #navigation_primary li:hover a#nav_account:link, #navigation_primary li:hover a#nav_account:visited, #navigation_primary li a#nav_account:hover {
	background-image:none;
}
#navigation_primary li:hover a#nav_account .inner, #navigation_primary li:hover a#nav_account:link .inner, #navigation_primary li:hover a#nav_account:visited .inner, #navigation_primary li a#nav_account:hover .inner {
	background-image:none;
}
#navigation_primary a#nav_account{
	bottom:13px;
	height:50px;
	position:relative;
}
#navigation_primary a#nav_account .inner{
	position: relative;
	top: 13px;
}
#nav_channels_container {
	position: absolute;
	width: 974px;
	top: 33px;
	left: -665px;
	display: none;
	padding: 0 0 30px;
	background: url('/images/nav_channels_back_bottom.png') bottom left no-repeat;
}
#nav_channels_container .inner {
	position: relative;
	width: 924px;
	padding: 25px 25px 0;
	margin: 0;
	background: url('/images/nav_channels_back_top.png') top left no-repeat;
}
#navigation_primary li:hover #nav_channels_container { display: block; } 
#nav_channels_container h4 {
	font-size: 1.8em;
	color: #333;
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #8db4ce;
}
#navigation_primary li #nav_channels_container a.link_close,
#navigation_primary li #nav_channels_container a.link_close:link,
#navigation_primary li #nav_channels_container a.link_close:visited {
	position: absolute;
	top: 7px;
	right: 4px;
	width: 64px;
	height: 0;
	overflow: hidden;
	padding: 28px 0 0;
	background: url('/images/btn_close.png') 0 0;
}
#navigation_primary li #nav_channels_container a.link_close:hover { background: url('/images/btn_close.png') 0 -28px; }
#nav_channels .channel {
	position: relative;
	width: 158px;
	height: 98px;
	float: left;
	margin: 0 32px 29px 0;
}
#nav_channels .channel.last { margin-right: 0; }
#nav_channels .channel img {
	position: absolute;
	top: 0;
	left: 5px;
}
#nav_channels .channel a.title, #nav_channels .channel a.title:link, #nav_channels .channel a.title:visited {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 148px;
	height: 28px;
	margin: 0;
	padding: 5px 0 0 10px;
	line-height: 28px;
	background: url('/images/btn_channel.png') 0 0;
}
#nav_channels .channel a.title:hover { background: url('/images/btn_channel.png') 0 -33px; }

#header_search {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	width: 218px;
	height: 42px;
	overflow: visible;
	padding: 8px 0 0 13px;
	background: url('/images/navigation_primary_back_right.png') top right no-repeat #3881b5;
}
#header_search ol.formList {
	width: 206px;
	height: 32px;
	padding: 0;
	margin: 0;
	background: url('/images/header_search_back.png') 0 0 no-repeat;
}
#header_search ol.formList li {
	position: relative;
	float: left;
	width: auto;
	clear: none;
}
#header_search ol.formList li.first {
	padding: 3px 0 0 6px;
	width: 163px;
	height: 26px;
	line-height: 26px;
}
#header_search ol.formList li.last {
	padding: 7px 0 0 8px;
	width: 29px;
	height: 22px;
	line-height: 22px;
}
#header_search ol.formList li.first input {
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	padding: 3px 0 0 0;
	width: 158px;
	height: 21px;
	line-height: 21px;
	font-size: 1.2em;
	float: left;
}
#header_search ol.formList li.first input.empty { color: #999; }
#header_search ol.formList li.first input.focus { color: #333; }

#header_search_options {
	position: absolute;
	display: none;
	top: 50px;
	left: 0;
	width: 231px;
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
	list-style: none;
	font-size: 1.2em;
	background: url('/images/header_search_options_back.png') bottom left no-repeat;
}
#header_search:hover { background: #3881b5; }
#header_search:hover #header_search_options { display: block; }
#header_search_options li {
	position: relative;
	margin: 0;
	padding: 0 12px;
	height: 25px;
	line-height: 23px;
	list-style: none;
	background-color: #3881b5;
}
#header_search_options li.first { padding-top: 2px; }
#header_search_options li .subtitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
}
#header_search_options li a, #header_search_options li a:link, #header_search_options li a:visited {
	position: relative;
	display: block;
	width: 199px;
	height: 23px;
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 23px;
	font-size: 1.1em;
	color: #c3e0f4;
	background: url('/images/nav_header_search_options.png') 0 0;
}
#header_search_options li a:hover {
	background-position: 0 -23px;
	text-decoration: none;
}
#header_search_options li a.active, #header_search_options li a.active:link, #header_search_options li a.active:visited, #header_search_options li a.active:hover {
	color: #fff;
	background-position: 0 -46px;
}

#navigation_primary li a#btn_header_join, #navigation_primary li a#btn_header_join:link, #navigation_primary li a#btn_header_join:visited {
	position: relative;
	display: inline;
	margin: -13px 0 0 10px;
	padding: 55px 0 0 0;
	width: 106px;
	height: 0;
	overflow: hidden;
	background: url('/images/btn_join.png') 0 0;
}

#navigation_primary li a#nav_login, #navigation_primary li a#nav_login:link, #navigation_primary li a#nav_login:visited { height: 27px; }
#navigation_primary li a#nav_login .inner, #navigation_primary li a#nav_login:link .inner, #navigation_primary li a#nav_login:visited .inner { padding: 7px 10px 7px 0; }
#navigation_primary li:hover a#nav_login, #navigation_primary li:hover a#nav_login:link, #navigation_primary li:hover a#nav_login:visited,
#navigation_primary li a#nav_login:hover { background: url('/images/btn_login_left.png') top left no-repeat #245f8a; }
#navigation_primary li a#nav_login:hover .inner { background: url('/images/btn_login_right.png') top right no-repeat #245f8a; }

/* NEW LOG-IN */

#navigation_primary li a.signin {
	height: 22px;
	color:#fff;
	padding: 7px 8px 0px 10px;
}
#navigation_primary li a.signin:hover {
	background:#245f8a;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#navigation_primary li a.signin, #navigation_primary li a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("/images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:0 16px 0 0;
}
#navigation_primary li a.menu-open {
	background:#245f8a url("/images/toggle_up_dark.png") no-repeat;
	background-repeat:no-repeat;
	background-position:86% 35%;
	color:#fff!important;
	height:30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding: 7px 24px 0px 10px;
	margin-left:3px;
	
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("/images/toggle_up_dark.png");
	color:#fff;
}

#signin_menu {
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#245f8a;
	position:absolute;
	width:215px;
	z-index:200;
	border:1px transparent;
	text-align:left;
	padding:10px;
	margin-left:124px;
	*margin-left:124px;
	margin-top:33px;
	color:#d3eeff;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#ecf8ff;
	border:2px solid #bce1f6;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}

#signin_menu a:hover {
	color:#fff;
}

#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
.forgot {
	color:#4292cb!important;
}
.forgot a:hover {
	color:#5fafe8!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#80ce2a url('/images/bg-btn-green.png') repeat-x scroll 0 0;
	border:1px solid #affb2e;
	color:#fff;
	text-shadow:0 1px 0 #2e5304;
	padding:4px 10px 5px;
	font-size:17px;
	margin:0 5px 0 0;
	font-weight:bold;
	text-decoration:none;
}

#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
	color:#fff;
}



/* END NEW LOG-IN */


#navigation_header_location {
	position: absolute;
	z-index: 50;
	top: 60px;
	right: 15px;
	margin: 0;
	padding: 0;
	width: auto;
	float: right;
	overflow: visible;
}
#navigation_header_location li {
	position: relative;
	width: auto;
	display: inline;
	float: left;
	margin-left: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 1.1em;
}
#navigation_header_location li a, #navigation_header_location li a:link, #navigation_header_location li a:visited { color: #3e779a; }
#navigation_header_location li a#nav_more_locations, #navigation_header_location li a#nav_more_locations:link, #navigation_header_location li a#nav_more_locations:visited {
	font-weight: bold;
	padding: 0 10px 0 0;
	background: url('/images/icon_arrow_down_blue.png') center right no-repeat;
}
#more_cities_container {
	position: absolute;
	display: none;
	top: -4px;
	right: -5px;
	width: 509px;
	padding: 0 0 11px;
	background: url('/images/more_cities_back_bottom.png') bottom left no-repeat;
}
#more_cities_container .inner {
	position: relative;
	padding: 36px 10px 0;
	background: url('/images/more_cities_back_top.png') 0 0 no-repeat;
}
#more_cities_container h4 {
	font-size: 1.8em;
	color: #333;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #8db4ce;
}
#more_cities_container #more_cities {
	width: 469px;
	padding: 10px;
	background: #fff;
}
#more_cities_container #more_cities a, #more_cities_container #more_cities a:link, #more_cities_container #more_cities a:visited {
	position: relative;
	display: block;
	float: left;
	width: 105px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.1em;
	text-decoration: none;
	color: #4293cc;
	font-weight: bold;
}
#more_cities_container #more_cities a:hover { text-decoration: underline; }
#more_cities_container a.link_close, #more_cities_container a.link_close:link, #more_cities_container a.link_close:visited {
	position: absolute;
	display: block;
	line-height: 24px;
	height: 24px;
	width: 32px;
	top: 0;
	right: 0;
	color: #4b4110;
	padding-right: 16px;
	text-align: right;
	font-weight: bold;
	background: url('/images/icon_arrow_down_brown.png') 36px 10px no-repeat;
}
#more_cities_container a#link_other_cities, #more_cities_container a#link_other_cities:link, #more_cities_container a#link_other_cities:visited {
	position: absolute;
	bottom: 10px;
	right: 11px;
	width: 192px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 1.1em;
	padding: 0 0 0 11px;
	text-decoration: none;
	background: url('/images/btn_link_other_cities.png') 0 0;
}
#more_cities_container a#link_other_cities:hover { background-position: 0 -20px; }
/* END  :: Header Definitions */


/* BEGIN :: Home Definitions */
#care_about_choose #top_left_mask{
	background: url('/images/top_mask_corners_dkblue.png') no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
#care_about_choose #bottom_right_mask{
	background: url('/images/top_mask_corners_dkblue.png') no-repeat 0 -5px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 5px;
	height: 5px;
}
#main_hdr_dark #care_about_images{
	margin: 0;
	padding: 0;
}
#main_hdr_dark #care_about_images li{
	margin: 0;
	padding: 0;
	position: relative;
}
#main_hdr_dark {
	background:url('/images/top_curve_dkblue.png') 0 0 no-repeat;
	padding-top:22px;
}
#main_hdr_dark .main_hdr_inner {
	padding:0 10px 10px 10px;
	width:960px;
}
#main_hdr_dark .main_hdr_inner #main_col_left {
	float:left;
	width:398px;
	height:252px;
	position:relative;
	/*overflow: hidden;*/
	overflow: visible;
}
#main_hdr_dark .main_hdr_inner #main_col_right {
	float:right;
	width:410px;
	height:252px;
}
#main_hdr_dark .main_hdr_inner #main_col_right .column{
	width: 162px;
	float:left;
	padding: 0 0 0 13px;
}
#main_hdr_dark .main_hdr_inner #main_col_right .column.last{
	width: 187px;
}
#main_hdr_clear {
	background:url('/images/home_bk_white.png') bottom left no-repeat;
	padding-top: 2px;
	padding-bottom: 15px;
}
#main_hdr_clear .main_hdr_inner {
	padding:0 10px 10px 10px;
	width:980px;
}
#main_hdr_clear .main_hdr_inner #main_col_left {
	float:left;
	width:400px;
	height:245px;
	position:relative;
	/*overflow: hidden;*/
}

#main_hdr_clear .main_hdr_inner #main_col_left .video{
	/*float:left;*/
	display: inline;
	width:400px;
	height:240px;
	position:relative;
	overflow: hidden;
	/*padding: 0 0 0 20px;*/
	padding-left: 50px;
	margin-left: 20px;
}

#main_col_left h2{
	font-size: 12px;
	line-height: 1.4em;
	font-weight:normal;
	color: #333;
	padding: 5px 30px 0 20px;
}
#main_col_left h3{
	font-size: 30px;
	line-height: 1em;
	color: #333;
	padding: 0 30px 0 20px;
	margin: 0 0 2px 0;
}
#main_hdr_clear .main_hdr_inner #main_col_right {
	float:right;
	width:560px;
	height:220px;
}
#zIndexPlane{
	/*margin-top: -.3%;*/
	margin-top: -.3%;
	margin-left: 64%;
	/*margin: -5px 0 0 950px;*/
	position:absolute;
	z-index: 10;
}

#zIndexPlaneIE{
	/*margin-top: -.8%;*/
	margin-top: -.6%;
	margin-left: 680px;
	/*margin: -5px 0 0 950px;*/
	position:absolute;
	z-index: 10;
}

#zIndexPlaneIE8{
	/*margin-top: -.8%;*/
	margin-top: -.6%;
	margin-left: 64%;
	/*margin: -5px 0 0 950px;*/
	position:absolute;
	z-index: 10;
}

#zIndexPlaneImage{
	width: 320px;
	height: auto;
}

#leftArrow{
	/*position:absolute;
	margin-left: 14%;
	margin-top: 8.6%;
	z-index: 11;*/
	margin-left: -5px;
	padding-left: -20px;
	margin-right: 5px;
	margin-top: 40px;
	float: left;
}

#viewAll{
	font-size: 10px;
	font-weight: bold;
}

#viewAllIE{
	margin-top: 10px;
	font-size: 10px;

}

#seeHowWorks{
	/*float: left;*/
	/*margin-right: 50px;*/
	margin-left: -100px;
}

#leftEdge{
	float: left;
	margin-bottom: -10px;
}

#zLeftArrow{

width: 10px;
float:left;
display: inline;
}

#getStarted{
	margin-top: 10px;
}

#notHostingText{
	font-size: 13px;
}

#hiddenPlane{
	visibility: hidden;
}
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help{
	width: 320px;
	float:left;
}
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help ul{
	list-style:none;
	margin:0;
	padding: 20px 0 0;
	width:330px;
}
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help ul li {
	color:#4392cb;
	font-size:15px;
}
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help ul li {
	display:block;
	height:35px;
	padding:0 0 0 7px;
}
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help ul li span.icon {
	display:block;
	background:url('/images/home_main_icons.png') 0 0 no-repeat;
	height:35px;
	line-height:35px;
	padding:0 0 0 45px;
}
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help ul li.help1 span.icon { background-position:0 0; }
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help ul li.help2 span.icon { background-position:0 -45px; }
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help ul li.help3 span.icon { background-position:0 -90px; }
#main_hdr_clear .main_hdr_inner #main_col_right .column_sc_help ul li.help4 span.icon { background-position:0 -135px; }


#main_hdr_clear .main_hdr_inner #main_col_right .get_started{
	width: 230px;
	float:right;
	margin: 70px 0 0 0;
}

#main_hdr_clear .main_hdr_inner #main_col_right .column.last{
	width: 220px;
}
#main_col_right h2{
	font-size: 13px;
	line-height: 1em;
	color: #4293cc;
	padding: 15px 0 0 10px;
}
#main_col_right h3{
	font-size: 18px;
	line-height: 1em;
	color: #245f8a;
	padding: 7px 0 0 0px;
	margin: 15px 0 2px 0;
}
#main_hdr_clear ol{
	overflow: hidden;
}
#main_hdr_clear ol, #main_hdr_clear li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#main_hdr_clear li{
	position: relative;
	margin-bottom: 10px;
	top:0;
	left:0;
}
/**/
#main_col_right ul, #main_col_right li{
	margin: 0;
	padding: 0;
}
#main_col_right li{
	line-height: 21px;
	font-size: 12px;
	color: #333;
}
#main_col_right #more_causes{
	font-size: 12px;
	padding: 15px 0 30px 5px;
}

#main_col_right h1 {
	font-size:2.2em;
	line-height:normal;
	padding:55px 0 0 0;
	color:#245f8a;
}
#header_inner #logo_subtitle{
	bottom: 19px;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	right:787px;
}
#header_inner #logo_subtitle a{
	font-style: normal;
	font-size: 10px;
}
#main_col_left .overlay_content {
	position:absolute;
	width:166px;
	bottom:12px;
	right:0;
}
#main_col_left .overlay_content #feature_overlay_corner_bottom {
	display:block;
	background:url('/images/feature_overlay_back.png') 0 0 no-repeat;
	width:166px;
	height:5px
}
#main_col_left .overlay_content .overlay_inner {
	color:#333;
	padding:10px 15px;
	position:relative;
	font-size: 12px;
	overflow:hidden;
	font-style: italic;
	text-align: center;
	background:url('/images/feature_overlay_back.png') 0 -5px repeat-y;
}
#main_col_left .overlay_content .overlay_inner p {
	margin:0px;
	padding:10px 0;
	line-height:1.5em;
}
#main_col_left .overlay_content .overlay_inner span.name{
	font-weight: bold;
	display: block;
}
#main_col_left .overlay_content .overlay_inner span.title{
	display: block;
}
#main_col_left .overlay_content .overlay_inner .slider_controls {
	float:right;
	position:relative;
	z-index:2;
}
#main_col_left .overlay_content .overlay_inner a.slider_prev, #main_col_left .overlay_content .overlay_inner a.slider_next {
	display:block;
	background:url('/images/btns_home_slider.png') 0 0 no-repeat;
	width:14px;
	height:0px;
	padding-top:14px;
	overflow:hidden;
	float:left;
}
#main_col_left .overlay_content .overlay_inner a.slider_prev {
	background-position:0 0;
	margin-right:4px;
}
#main_col_left .overlay_content .overlay_inner a.slider_next {
	background-position:0 -14px;
}
#main_col_left .overlay_content .overlay_inner a.slider_prev:hover {
	background-position:-14px 0;
}
#main_col_left .overlay_content .overlay_inner a.slider_next:hover {
	background-position:-14px -14px;
}
#main_col_left .overlay_content .slider_controls a.disabled{
	cursor: default;
}
#main_col_left .overlay_content .slider_controls a.slider_prev.disabled{
	background-position:-28px 0;
}
#main_col_left .overlay_content .slider_controls a.slider_next.disabled{
	background-position:-28px -14px;
}
/**/

#care_about_choose{
	/*overflow: hidden;*/
	margin-bottom: 10px;
	position: relative;
}
#care_about_choose h4{
	font-size: 37px;
	line-height: 1em;
	color: #333;
	padding: 0 30px 0 20px;
	margin: 0 0 2px 0;
}

/* ACTION BTNS */
#action_btns {
	list-style:none;
	margin:0px;
	padding:0px;
}
#action_btns li {
	margin:0px;
	padding:0px;
}
#action_btns li a {
	background:url('/images/action_btns.png') 0 0 no-repeat;
	display:block;
	width:200px;
	height:0px;
	padding:79px 0 0 0;
	overflow:hidden;
}
#action_btns li.action_find_compatibility a { background-position:0 0; }
#action_btns li.action_improve_compatibility a { background-position:0 -79px; }
#action_btns li.action_create_event a { background-position:0 -158px; }
#action_btns li.action_register_charity a { background-position:0 -237px; }
/**/
#action_btns li.action_find_compatibility a:hover { background-position:-200px 0; }
#action_btns li.action_improve_compatibility a:hover { background-position:-200px -79px; }
#action_btns li.action_create_event a:hover { background-position:-200px -158px; }
#action_btns li.action_register_charity a:hover { background-position:-200px -237px; }

/* EVENT SLIDER */
#event_tabbed {
	padding:0 0 40px 0;
}
#event_tabbed .tabbed_top {
	height: 36px;
	line-height: 36px;
	border-bottom: 3px solid #ddd;
}
#event_tabbed .tabbed_top h2 {
	height:36px;
	line-height:36px;
	color:#333;
	float:left;
	padding-left:10px;
}

#content_body #event_tabbed .tabbed_top ul.tab_navigation {
	float:right;
	width:auto;
	border:none;
	padding-top:6px;
}
#content_body #event_tabbed .tabbed_top ul.tab_navigation li a {
	color:#333;	
	font-size:11px;
}
#content_body #event_tabbed .tabbed_top ul.tab_navigation li a span {
	padding-top:7px;
}
#content_body #event_tabbed .tabbed_top ul.tab_navigation li a:hover span {
	border-bottom:3px solid #333;
}
#content_body #event_tabbed .tabbed_top ul.tab_navigation li a.active {
	background-image:url('/images/tab_navigation_tab_left_gray.png');
	color:#333333;
	height:30px;
	line-height:30px;
	padding-left:3px;
}
#content_body #event_tabbed .tabbed_top ul.tab_navigation li a.active .inner {
	background-image:url('/images/tab_navigation_tab_right_gray.png');
	background-color:#ddd;
	height:30px;
	line-height:30px;
	padding-left:7px;
}
#content_body #event_tabbed .tabbed_top ul.tab_navigation li a .inner u {
	text-decoration:none;
}
#content_body #event_tabbed .tabbed_top ul.tab_navigation li a.active .inner u {
	border-bottom:3px solid #a4d737;
}
/**/
#event_tabbed #tabbed_content_container {
	border-bottom:1px dotted #CCC;
	padding:15px 0;
}
#event_tabbed #tabbed_content_container .event_listing {
	float:left;
	padding:0 0 0 10px;
	width:170px;
}
#event_tabbed #tabbed_content_container .event_listing a.avatar span {
	display:block;
	font-size:13px;
	font-weight:700;
}
#event_tabbed #tabbed_content_container .event_listing a.avatar:hover span {
	text-decoration:underline;
}
#event_tabbed #tabbed_content_container .event_listing .timestamp {
	font-size:12px;
	padding-top:3px;
}
#event_tabbed #tabbed_content_container .event_listing .location {
	font-size:11px;
	font-style:italic;
}
#event_tabbed #tabbed_content_container .event_listing .circle {
	font-size:11px;
	color:#7ACD22;
}

/* CHANNELS COLUMN */
#column_channels {
	
}
#column_channels .column_channels_inner {
	background-color:#e8f6ff;
	border:5px solid #d0e6f5;
	border-top:0px;
	padding:4px 9px;
	width:192px;
}
#column_channels #column_channels_top {
	display:block;
	background:url('/images/column_channel_back.png') 0 0 no-repeat;
	width:220px;
	height:10px;
}
#column_channels #column_channels_bottom {
	display:block;
	background:url('/images/column_channel_back.png') 0 -22px no-repeat;
	width:220px;
	height:5px;
}
#column_channels .column_channels_inner h3 {
	font-size:13px;
	color:#666;
	margin-bottom:3px;
}
#column_channels .column_channels_inner h2 {
	font-size:18px;
	color:#333;
	border-bottom:1px dotted #adcee4;
	padding:0 0 8px 0;
}
#column_channels .column_channels_inner ul {
	list-style:none;
	margin:0px;
	padding:3px 0;
}
#column_channels .column_channels_inner ul li {
	margin:0px;
	padding:3px 0;
}
#column_channels .column_channels_inner ul li a {
	color:#245f8a;
	font-size:13px;
	font-weight:700;
}
#column_channels .column_channels_inner ul li a {
	display:block;
	width:185px;
	height:25px;
	padding:0 0 0 7px;
}
#column_channels .column_channels_inner ul li a:hover {
	background:url('/images/column_channel_hover.png') 0 0 no-repeat;
	text-decoration:none;
}
#column_channels .column_channels_inner ul li a span.icon {
	display:block;
	background:url('/images/channel_icons.png') 0 0 no-repeat;
	height:25px;
	line-height:25px;
	padding:0 0 0 25px;
}
#column_channels .column_channels_inner ul li.channel_entertainment a span.icon { background-position:0 6px; }
#column_channels .column_channels_inner ul li.channel_environment a span.icon { background-position:0 -40px; }
#column_channels .column_channels_inner ul li.channel_healthy_living a span.icon { background-position:0 -81px; }
#column_channels .column_channels_inner ul li.channel_tech_innovation a span.icon { background-position:0 -127px; }
#column_channels .column_channels_inner ul li.channel_politics a span.icon { background-position:0 -170px; }
#column_channels .column_channels_inner ul li.channel_medical a span.icon { background-position:0 -214px; }
#column_channels .column_channels_inner ul li.channel_spirituality a span.icon { background-position:0 -256px; }
#column_channels .column_channels_inner ul li.channel_sports a span.icon { background-position:0 -300px; }
#column_channels .column_channels_inner ul li.channel_volunteering a span.icon { background-position:0 -345px; }
#column_channels .column_channels_inner ul li.channel_college a span.icon { background-position:0 -390px; }


/* END  :: Home Definitions */

/* BEGIN :: What do you care about Definitions */
#care_about {
	width:990px;
	margin:0 auto;
	position:relative;
	bottom:0;
	height: 55px;
	
}

#care_about span#care_about_bottom {
	display:block;
	background:#d3eeff;
	width:988px;
	height:10px;

}
#care_about .care_about_inner {
	background:url(/images/care_about_inner_bg.png) no-repeat;
	height:56px;
	padding:5px 15px 5px;
	width:988px;
	z-index:9999;
	margin-left:-9px;
	
	/*float:right;*/
	/*margin-top: -10px;*/
}

#care_about .care_about_inner #featslides {
	
	 width:960px;
	 margin:0;
	
}

#care_about .care_about_inner .feat {
	color:#3881b5;
	font-size:13px;
	line-height:29px;
	height:65px;
	width:960px;
	margin:8px 0 0 0;
	padding:0px;

}

#care_about .care_about_inner .feat.charity img{
	
	margin-right:-5px;
	
	
	}
	
#care_about .care_about_inner .feat.press img{
	
	margin-right:5px;
	
	
	}



#care_about .care_about_inner .feat a.btn_more_press{
	display:block;
	background:url('/images/btn_more_press.gif') 0 0 no-repeat;
	width:94px;
	height:21px;
	float:right;
	padding: 0 0px 0 0;
	margin-top: 8px;
	margin-right:15px;


}

#care_about .care_about_inner .feat a.btn_more_press_IE{
	display:block;
	background:url('/images/btn_more_press.gif') 0 0 no-repeat;
	width:94px;
	height:21px;
	float:right;
	padding: 0 0px 0 0;
	margin-top: -20px;
	margin-bottom: 10px;
	

}

#care_about .care_about_inner .feat a.btn_more_press:hover{
	text-decoration:none;
	border:none;
	background-position:0 -21px;
}

#care_about .care_about_inner .feat a.btn_more_nonprofits{
	display:block;
	background:url('/images/btn_more_nonprofits.gif') 0 0 no-repeat;
	width:121px;
	height:21px;
	float:right;
	padding: 0 0px 0 0;
	margin-top:8px;
	margin-right:15px;

}

#care_about .care_about_inner .feat a.btn_more_nonprofits_IE{
	display:block;
	background:url('/images/btn_more_nonprofits.gif') 0 0 no-repeat;
	width:121px;
	height:21px;
	float:right;
	padding: 0 0px 0 0;
	margin-top: -20px;
	margin-bottom: 10px;

}

#care_about .care_about_inner .feat a.btn_more_nonprofits:hover{
	text-decoration:none;
	border:none;
	background-position:0 -21px;
}



#care_about .care_about_inner .hdr strong {
	color:#333;
}
#care_about .care_about_inner .hdr h2 {
	display:inline;
	font-size:20px;
	color:#333;
}
#care_about .care_about_inner .hdr a.btn_get_started {
	display:block;
	background:url('/images/btn_get_started.png') 0 0 no-repeat;
	width:97px;
	height:27px;
	line-height:27px;
	float:right;
	color:#FFF;
	text-align:center;
}
#care_about .care_about_inner .hdr a.btn_get_started:hover {
	text-decoration:none;
	border:none;
	background-position:0 -27px;
}
#care_about .care_about_inner .care_about_listing {
	width:225px;
	float:left;	
	padding:0 10px 0 0;
	position:relative;
	overflow:hidden;
}
#care_about .care_about_inner .care_about_listing .avatar {
	display:block;
	width:60px;
	height:60px;
	float:left;	
	padding:0 8px 0 0;
}
#care_about .care_about_inner .care_about_listing .info {
	float:left;
	width:157px;
	color: #333;
}
#care_about .care_about_inner .care_about_listing .info a {
	font-size:12px;
	font-weight:700;
	color:#4293cc;
}
#care_about .care_about_inner .care_about_listing .note {
	font-size:11px;
	line-height:1.3em;
}
/* END  :: What do you care about Definitions */

/* BEGIN :: Content Definitions */
#content, #content_inner {
	z-index: 100;
	min-height: 360px;
}
#content_top_corners {
	position: absolute;
	display: block;
	z-index: 100;
	top: 0;
	right: 5px;
	width: 980px;
	height: 10px;
	margin: 0;
	padding: 0;
	line-height: 10px;
	overflow: hidden;
	background: url('../images/content_cap_top.png') 0 0 no-repeat;
}
#content_corner {
	position: absolute;
	display: block;
	z-index: 100;
	bottom: 0;
	right: 5px;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	line-height: 10px;
	overflow: hidden;
	background: url('/images/content_cap_bottom.png') 0 0 no-repeat;
}
#content_corner.blue {
	background: url('../images/content_cap_bottom-blue.png') 0 0 no-repeat;
}

/* CONTAINERS */
#content_body {
	padding: 30px 0;
	overflow:visible;
	background: #fff;
}
#content_body #col_left_home {
	width: 620px;
	padding-left: 15px;
	clear: none;
}
#wall_hdr {
	background:none repeat scroll 0 0 transparent;
	border-bottom:3px solid #DDDDDD;
	color:#333333;
	font-family:"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	font-weight:bold;
	font-size:1.9em;
	display:block;
	line-height:30px;
	position:relative;
	margin-bottom:5px;
}
#wall_hdr .view_all{
	color:#333333;
	font-size: 0.6em;
	color:#4292cb;
	font-weight:normal;
	position:relative;
	padding: 0 0 0 12px;
}
#content_body #col_left {
	width: 620px;
	min-height: 660px;
	padding-left: 15px;
	clear: none;
}
#content_body #col_left h1 {
	font-size:3.0em;
	line-height:normal;
	padding:0 0 60px 0;
	color:#333;
}
#content_body #col_right {
	width: 300px;
	padding-right: 15px;
	clear: none;
	float: right;
}

#content_body #col_right_hang {
	width:315px;
	clear:none;
	float:right;
	padding:0;
	margin-bottom:20px;
}
#content_inner #content_body .column_wide {
	width:720px;
}
#content_inner #content_body .column_short {
	width:200px;
}
#content_inner #content_body #col_right_hang.column_short {
	width:220px;
	position:relative;
	margin-right:-5px;
}
#content_body #col_left #inner_column_390 {
	width:390px;
	float:left;
}
#content_body #col_left #inner_column_290 {
	width:290px;
	float:right;
	
}
#content_body #col_left_home #inner_column_390 {
	width:280px;
	float:left;
}
#content_body #col_left_home #inner_column_290 {
	width:400px;
	float:right;
}

#content_body #col_left_home #inner_column_290 a{
    
   position:relative;
	
}


/* TABS */
#content_body .tab_navigation {
	line-height: 1.5em;
	border-bottom: 3px solid #4293cc;
}
#content_body .tab_navigation li a, #content_body .tab_navigation li a:link, #content_body .tab_navigation li a:visited {
	position: relative;
	display: block;
	float: left;
	width: auto;
	font-weight: bold;
	color: #4293cc;
	padding-left: 10px;
	font-size: 1.2em;
}
#content_body .tab_navigation li a .inner {
	position: relative;
	display: block;
	padding-top: 11px;
	margin-right: 10px;
}
#content_body .tab_navigation li a:hover { text-decoration: none; }
#content_body .tab_navigation li a:hover .inner {
	border-bottom: 3px solid #c9e4f5;
}
#content_body .tab_navigation li a.active, #content_body .tab_navigation li a.active:link, #content_body .tab_navigation li a.active:visited {
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	color: #fff;
	background: url('/images/tab_navigation_tab_left.png') 0 0 no-repeat;
}
#content_body .tab_navigation li a.active .inner {
	height: 38px;
	line-height: 38px;
	padding-top: 0;
	padding-right: 10px;
	margin-right: 0;
	background: url('/images/tab_navigation_tab_right.png') top right no-repeat #4293cc;
}

#content_body #col_left .tab_subnavigation {
	position: relative;
	margin: 0 0 20px;
	padding: 10px 13px 10px 7px;
	width: 600px;
	overflow: hidden;
	background: url('/images/tab_subnavigation_back.png') 0 0 no-repeat;
	font-size: 1.1em;
}
#content_body #col_left .tab_subnavigation .navigation {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
	line-height: 1.5em;
}
#content_body #col_left .tab_subnavigation .navigation li {
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 23px;
}
#content_body #col_left .tab_subnavigation .navigation li a, #content_body #col_left .tab_subnavigation .navigation li a:link, #content_body #col_left .tab_subnavigation .navigation li a:visited {
	position: relative;
	display: block;
	float: left;
	width: auto;
	padding-left: 10px;
	color: #666;
	font-weight: bold;
}
#content_body #col_left .tab_subnavigation .navigation li a .inner {
	position: relative;
	display: block;
	padding-top: 3px;
	margin-right: 10px;
}
#content_body #col_left .tab_subnavigation .navigation li a:hover { text-decoration: none; }
#content_body #col_left .tab_subnavigation .navigation li a:hover .inner {
	border-bottom: 3px solid #a4d737;
}
#content_body #col_left .tab_subnavigation .navigation li a.active,
#content_body #col_left .tab_subnavigation .navigation li a.active:link,
#content_body #col_left .tab_subnavigation .navigation li a.active:visited,
#content_body #col_left .tab_subnavigation .navigation li a.active:hover {
	line-height: 23px;
	color: #fff;
	border: none;
	background: url('/images/tab_subnavigation_tab_left.png') 0 0 no-repeat #a4d737;
}
#content_body #col_left .tab_subnavigation .navigation li a.active .inner {
	padding-top: 0;
	padding-right: 10px;
	margin-right: 0;
	background: url('/images/tab_subnavigation_tab_right.png') top right no-repeat #a4d737;
}

#content_body #col_left .tab_subnavigation a.link_rss, #content_body #col_left .tab_subnavigation a.link_rss:link, #content_body #col_left .tab_subnavigation a.link_rss:visited {
	position: absolute;
	top: 10px;
	right: 13px;
}

#content_body #col_left .pagination {
	position: relative;
	margin: 0;
	padding: 14px 10px 0;
	width: 600px;
	height: 28px;
	line-height: 16px;
	text-align: right;
	font-size: 1.1em;
	color: #222;
	clear:left;
	background: url('/images/tab_subnavigation_back.png') 0 0 no-repeat;
}
#content_body #col_left .pagination a, #content_body #col_left .pagination a:link, #content_body #col_left .pagination a:visited {
	color: #222;
	margin: 0 5px;
}
#content_body #col_left .pagination a:hover {
	text-decoration: none;
	border-bottom: 2px solid #222;
}
#content_body #col_left .pagination a.disabled, #content_body #col_left .pagination a.disabled:link, #content_body #col_left .pagination a.disabled:visited,
#content_body #col_left .pagination a.disabled:hover {
	color: #999;
	border: none;
	cursor: default;
}
#content_body #col_left .pagination a.current, #content_body #col_left .pagination a.current:link, #content_body #col_left .pagination a.current:visited,
#content_body #col_left .pagination a.current:hover {
	padding: 0 3px;
	margin: 0 2px;
	background: #a4d737;
	border: none;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
#content_inner #content_body .column_wide .pagination {
	width:695px;
	background-image:url('/images/tab_subnavigation_back_wide.png');
}

#content_body #col_right .sidebar_block, #content_body #col_right_hang .sidebar_block {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	width: 300px;
	overflow: hidden;
}
#content_inner #content_body .column_short .sidebar_block {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	width: 200px;
	overflow: hidden;
}
#content_body #col_right .sidebar_block h4, #content_body #col_right_hang .sidebar_block h4 {
	font-size: 1.2em;
	color: #fff;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 12px;
	margin: 0 0 10px;
	background: url('/images/corner_left_5px.png') 0 0 no-repeat;
}
#content_body #col_right .blue h4, #content_inner #content_body .event_column_blue .sidebar_block h4 { background-color: #3881b5; }
#content_inner #content_body .event_column_gray .sidebar_block h4 { background-color: #b1b1b1; }
#content_body #col_right .orange h4 { background-color: #fab543; }
#content_body #col_right .pink h4 { background-color: #f16dc7; }
#content_body #col_right .beige h4 { background-color: #c9c5ad; }
#content_body #col_right .gray h4 { background-color: #8e8e8e; }
#content_body #col_right .sidebar_block a.connection, #content_body #col_right .sidebar_block a.connection:link, #content_body #col_right .sidebar_block a.connection:visited, 
#content_body #col_right_hang .sidebar_block a.connection, #content_body #col_right_hang .sidebar_block a.connection:link, #content_body #col_right_hang .sidebar_block a.connection:visited, 
#content_body .compatible_members a.connection, #content_body .compatible_members a.connection:link, #content_body .compatible_members a.connection:visited {
	position: relative;
	margin: 0 0 10px;
	padding: 0 7px;
	width: 60px;
	height: 100px;
	float: left;
}
#content_body .compatible_members { padding:10px 0 0 0; border-bottom:1px dotted #CCC; }
#content_body .compatible_members a.connection, #content_body .compatible_members a.connection:link, #content_body .compatible_members a.connection:visited {
	padding:0 6px;	
}
#content_body #col_right .sidebar_block a.connection:hover, #content_body #col_right_hang .sidebar_block a.connection:hover{ 
	text-decoration: none; 
}
#content_body #col_right .sidebar_block a.connection img, #content_body #col_right_hang .sidebar_block a.connection img,
#content_body .compatible_members a.connection img {
	position: relative;
	z-index: 1;
}
#content_body #col_right .sidebar_block a.connection .compatibility, #content_body #col_right_hang .sidebar_block a.connection .compatibility,
#content_body .compatible_members a.connection .compatibility {
	position: absolute;
	z-index: 2;
	top: 47px;
	right: 7px;
	height: 13px;
	line-height: 13px;
	padding: 0 3px;
	color: #fff;
	background: #000;
	font: bold 11px Arial, Helvetica, sans-serif;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
}
#content_body #col_right .sidebar_block a.connection .label, #content_body #col_right_hang .sidebar_block a.connection .label,
#content_body .compatible_members a.connection .label {
	position: absolute;
	top: 65px;
	left: 7px;
	width: 60px;
	font-size: 1.2em; 
}
#content_body #col_right .sidebar_block a.connection:hover .label, #content_body #col_right_hang .sidebar_block a.connection:hover .label { text-decoration: underline; }
#content_body #col_right .sidebar_block a.link_viewall, #content_body #col_right .sidebar_block a.link_viewall:link, #content_body #col_right .sidebar_block a.link_viewall:visited {
	position: relative;
	display: block;
	clear: both;
	width: auto;
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding-right: 25px;
	margin: 10px 0 0;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1.2em;
}
#content_body #col_right .sidebar_block a.link_viewall:hover, #content_body #event_tabbed a.link_viewall:hover, #content_body .event_column_blue a.link_viewall:hover { background-position: bottom right; }
#content_body #col_right .blue a.link_viewall, #content_body #col_right .blue a.link_viewall:link, #content_body #col_right .blue a.link_viewall:visited, 
#content_body #event_tabbed a.link_viewall, #content_body #event_tabbed a.link_viewall:link, #content_body #event_tabbed a.link_viewall:visited,
#content_body .event_column_blue a.link_viewall, #content_body .event_column_blue a.link_viewall:link, #content_body .event_column_blue a.link_viewall:visited {
	color: #4293cc;
}
#content_body #col_right .orange a.link_viewall, #content_body #col_right .orange a.link_viewall:link, #content_body #col_right .orange a.link_viewall:visited {
	color: #fab543;
}
#content_body #col_right .pink a.link_viewall, #content_body #col_right .pink a.link_viewall:link, #content_body #col_right .pink a.link_viewall:visited {
	color: #f16dc7;
}
#content_body #col_right .beige a.link_viewall, #content_body #col_right .beige a.link_viewall:link, #content_body #col_right .beige a.link_viewall:visited {
	color: #f16dc7;
}
#content_body #col_right .gray a.link_viewall, #content_body #col_right .gray a.link_viewall:link, #content_body #col_right .gray a.link_viewall:visited {
	color: #6c6c6c;
}
#content_body .event_column_gray a.link_viewall, #content_body .event_column_gray a.link_viewall:link, #content_body .event_column_gray a.link_viewall:visited {
	color: #999999;
}
#content_body #col_right .blue a.link_viewall, #content_body .event_column_blue .sidebar_block a.link_viewall, 
#content_body #event_tabbed a.link_viewall { background-image: url('/images/btn_viewall_blue.png'); }
#content_body #col_right .orange a.link_viewall { background-image: url('/images/btn_viewall_orange.png'); }
#content_body #col_right .pink a.link_viewall { background-image: url('/images/btn_viewall_pink.png'); }
#content_body #col_right .gray a.link_viewall { background-image: url('/images/btn_viewall_gray.png'); }
#content_body .event_column_gray a.link_viewall { background-image: url('/images/btn_viewall_gray2.png'); }

a.link_viewall, a.link_viewall:link, a.link_viewall:visited {
	position: relative;
	display: block;
	clear: both;
	width: auto;
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding-right: 25px;
	margin: 10px 0 0;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1.2em;
	float:right;
	color: #4293CC;
	background-image: url('/images/btn_viewall_blue.png'); 
}
a.link_viewall:hover {
	background-position:right bottom;
}

#content_body #col_right a.gallery_thumbnail, #content_body #col_right a.gallery_thumbnail:link, #content_body #col_right a.gallery_thumbnail:visited {
	position: relative;
	width: 85px;
	float: left;
	margin: 0 7px;
	display: inline;
	height: 75px;
}

#content_body #col_right .sidebar_block a.video_thumbnail, #content_body #col_right .sidebar_block a.video_thumbnail:link, #content_body #col_right .sidebar_block a.video_thumbnail:visited {
	position: relative;
	margin: 0 13px 10px;
	padding: 0;
	width: 124px;
	height: 120px;
	float: left;
}
#content_body #col_right .sidebar_block a.video_thumbnail:hover { text-decoration: none; }
#content_body #col_right .sidebar_block a.video_thumbnail img {
	position: relative;
	z-index: 1;
	border: 3px solid #4293cc; 
}
#content_body #col_right .sidebar_block a.video_thumbnail .length {
	position: absolute;
	z-index: 2;
	top: 60px;
	right: 3px;
	height: 13px;
	line-height: 13px;
	padding: 0 2px;
	color: #fff;
	background: #000;
}
#content_body #col_right .sidebar_block a.video_thumbnail .label {
	position: absolute;
	top: 80px;
	left: 0;
	width: 124px;
	font-size: 1.2em;
	padding-left: 16px;
	background: url('/images/icon_video_thumbnail.png') 0 0 no-repeat; 
}
#content_body #col_right .sidebar_block a.video_thumbnail:hover .label { text-decoration: underline; }
#content_body #col_right .sidebar_ad {
	text-align:center;
	width:160px;
	margin:0 auto;
}
#content_body #col_right .sidebar_ad div {
	width:135px;
}
/**/
#action_create_event, #action_create_event:link, #action_create_event:visited {
	display: block;
	width: 200px;
	height: 157px;
	background: url('/images/action_create_event.png') 0 0 no-repeat;
	position:relative;
	margin-bottom:20px;
}
a#action_create_event:hover { text-decoration: none; }
a#action_create_event .label {
	position: absolute;
	bottom: 7px;
	left: 7px;
	width: 186px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	font-size: 1.8em;
	background: url('/images/btn_action_create_event.png') 0 0;
}
a#action_create_event:hover .label { background-position: 0 -31px; }
a#action_compatibility, a#action_compatibility:link, a#action_compatibility:visited {
	display:block;
	width:200px;
	height:157px;
	background:url('/images/action_compatibility.png') 0 0 no-repeat;
	position:relative;
	margin-bottom:20px;
}
a#action_compatibility:hover { background-position:0 -157px; }
a#action_compatibility span { display:none; }
/* END :: Content Definitions */


/* BEGIN :: Footer Definitions */
#footer, #footer_inner { z-index: 100; }
#footer_inner {
	padding-top: 30px;
	font-size: 1.1em;
}
#navigation_footer_container {
	width: 950px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 1;
	padding-bottom: 35px;
	margin-bottom: 20px;
	border-bottom: 1px solid #88c0d9;
}
#navigation_footer_container .navigation {
	width: 220px;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation_footer_container a, #navigation_footer_container a:link, #navigation_footer_container a:visited { color: #5a7f90; }
#navigation_footer_container a:hover {
	color: #3a81b3;
	text-decoration: none;
}
#navigation_footer_container li.first {
	text-transform: uppercase;
	color: #415c68;
}

/*Handle IE*/

#navigation_footer_container li.firstIE{
	text-transform: uppercase;
	color: #415c68;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

#navigation_footer_container li.notFirst{
	font-size: 10px;
}

#navigation_footer_container li.lastIE{
	font-size: 10px;
}


#navigation_footer_container #footer_about_us { width: 200px; }
#footer_inner a.link_backtotop, #footer_inner a.link_backtotop:link, #footer_inner a.link_backtotop:visited {
	position: absolute;
	z-index: 100;
	top: 30px;
	right: 15px;
	padding-right: 12px;
	background: url('/images/icon_arrow_up_blue.png') center right no-repeat;
}
#footer_links {
	width: 725px;
	padding: 0 0 0 15px;
	color: #5a7f90;
}
#footer_links p { margin: 0 0 15px; }
#footer_links a, #footer_links a:link, #footer_links a:visited { margin: 0 3px; }
#footer_social_links {
	position: absolute;
	top: 0;
	right: 20px;
	width: auto;
	float: right;
}
#footer_social_links ul, #footer_social_links ul li {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	width: auto;
	overflow: hidden;
	float: right;
	clear: right;
}
#footer_social_links ul li {
	width: auto;
	display: inline;
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
}
/* FOOTER SLIDER */
#footer_slider {
	width:950px;
	height: 135px;
	margin:0 auto;
	padding:20px 0;
	background:#EEE url('../images/footer_slider_corner.png') right bottom no-repeat;
	position:relative;
}
#footer_slider .footer_prev, #footer_slider .footer_next {
	display:block;
	width:48px;
	height:32px;
	background:url('../images/btns_footer_slider.png') 0 0 no-repeat;
	position:absolute;
	z-index:3;
	top:73px;
}
#footer_slider .footer_prev { 
	background-position: 0 0; 
	left:-6px;
}
#footer_slider .footer_next { 
	background-position: -48px 0; 
	right:-6px;	
}
#footer_slider .footer_prev a, #footer_slider .footer_next a {
	display:block;
	width:48px;
	height:0px;
	padding-top:26px;
	overflow:hidden;
	background:url('../images/btns_footer_slider.png') 0 0 no-repeat;
}
#footer_slider .footer_prev a, #footer_slider .footer_prev a:link, #footer_slider .footer_prev a:visited { background-position: 0 0; }
#footer_slider .footer_next a, #footer_slider .footer_next a:link, #footer_slider .footer_next a:visited { background-position: -48px 0; }
#footer_slider .footer_prev a:hover { background-position: 0 -32px; }
#footer_slider .footer_next a:hover { background-position: -48px -32px; }
#footer_slider .footer_slider_container {
	overflow:hidden;
	padding:0 15px;
	width:920px;
	height: 150px;
}
#footer_slider .footer_prev.disabled a, #footer_slider .footer_next.disabled a{
	cursor: default;
}
#footer_slider .footer_prev.disabled a { background-position: 0 -64px; }
#footer_slider .footer_next.disabled a { background-position: -48px -64px; }
#footer_slider .footer_slider_container .slider{
	overflow: hidden;
	position: absolute;
	padding-left: 12px;
	top: 0;
	left: 0;
	width: 5000px;
}
#footer_slider .footer_slider_container .footer_slide {
	width:210px;
	height:137px;
	float:left;
	padding:0 12px;
}

/* END :: Footer Definitions */

/* BEGIN :: Left 2 Column Definitions */
#col_search_filter {
	float:left;
	width:155px;
	padding:20px 30px 20px 0;
}
#col_search_results {
	float:left;
	width:530px;
	padding:20px 0 0 0;
}
/* SEARCH FILTER */
#col_search_filter div.search_category {
	background:url('/images/filter_hdr_blue.png') 0 0 no-repeat;
	width:145px;
	height:22px;
	color:#FFF;
	font-weight:700;
	font-size:13px;
	line-height:22px;
	padding: 0 5px;
	margin: 0 0 4px 0;
	cursor: pointer;
}
#col_search_filter div.search_category a.toggle {
	background-image:url('/images/btn_minimize_blue.png');
	display:block;
	width:14px;
	height:14px;
	float:right;	
	background-repeat:no-repeat;
	position:relative;
	top:3px;
}
#col_search_filter div.search_category a.minimize {
	background-position:-14px 0;
}
#col_search_filter div.search_category a.minimize:hover {
	background-position:-14px -14px;	
}
#col_search_filter div.search_category a.expand {
	background-position:0 0;
}
#col_search_filter div.search_category a.expand:hover {
	background-position:0 -14px;	
}
#col_search_filter div.search_category a.toggle span {
	display:none;
}
#col_search_filter div.search_container {
	padding:0;
}
#col_search_filter ul {
	list-style:none;
	margin:0px;
	padding-left:0px;
}
#col_search_filter ul li {
	margin:0px;
	padding:1px 0;
	font-size:12px;
}
#col_search_filter ul li a {
	display:block;
	background-image:url('/images/filter_states.png');
	background-position:0 21px;
	background-repeat:no-repeat;
	height:21px;
	line-height:21px;
	padding:0 0 0 5px;
}
#col_search_filter ul li a:hover {
	background-position:0 0;
	text-decoration:none;
}
#col_search_filter ul li a.active {
	background-position:0 -21px;
	font-weight:700;
	color:#666666;
}
#col_search_filter ul li span, #col_search_filter ul li a.active span {
	color:#666666;
	font-weight:100;
}
/**/
#col_search_filter div.filter_sub_list {
	padding:10px 0 0 5px;
}
#col_search_filter div.filter_sub_list strong {
	font-size:12px;
	color:#666666;
}
#col_search_filter div.filter_sub_list ul li a {
	background-image:url('/images/filter_states_short.png');
}
/**/
#col_search_filter form label {
	font-weight:700;
	font-size:12px;
	display:block;
	color:#333;
	padding:5px 0 5px 5px;
}
#col_search_filter form select {
	font-size:11px;
	width:130px;
} 
#col_search_filter form input {
	background:url('/images/filter_location_input.png') 0 0 no-repeat;
	padding:6px;
	width:138px;
	height:15px;	
	border:none;
	font-size:11px;
}
#col_search_filter .zipity label{
	font-size:12px;
	color:#333;
	font-weight:bold;
}

#col_search_filter .zipity input {
	background:url('/images/filter_location_input.png') 0 0 no-repeat;
	padding:6px;
	width:138px;
	height:15px;	
	border:none;
	font-size:11px;
	margin: 5px 0 5px 0;
}
#col_search_filter div.search_container div.search_more {
	border-top:1px dotted #CCCCCC;
	padding:5px;
	margin:5px 0 0 0;
	font-size:12px;
}
/* END :: Left 2 Column Definitions */


 /* BEGIN :: Search Results Definitions */
#content_body #col_search_results div.results_ttl {
	margin:0px;
	padding:0 0 17px 0;
	font-size:18px;
	color:#666666;
	line-height:normal;
}
#content_body #col_search_results div.results_ttl strong {
	font-size:24px;
	color:#333333;
}
#content_body #col_search_results div.results_ttl i {
	font-size:24px;
	color:#333333;
}
#col_search_results div.search_results {
	padding:0 0 40px 0;
}
#col_search_results div.search_results h3 {
	background:url('/images/search_results_back.png') 0 0 no-repeat;
	width:510px;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#333;
	padding:0 10px;
	margin-bottom:15px;
}
#col_search_results div.search_results h3 span {
	color:#666666;
	font-weight:100;
	font-style:italic;
}
#col_search_results div.search_results div.results {
	border-bottom:1px dotted #CCCCCC;
	position:relative;	
	width:100%;
	overflow:hidden;
	padding:3px 0;
}
#col_search_results div.search_results div.results a.avatar {
	float:left;
	display:block;
	padding:0 5px;
	margin-left:10px;
}
#col_search_results div.search_results div.results div.meta {
	float:left;
	padding:7px 10px 0 10px;
}
#col_search_results div.search_results div.results div.meta h2 {
	padding:0 0 3px 0;
}
#col_search_results div.search_results div.results div.meta h2 a {
	color:#245f8a;
	font-size:16px;
}
#col_search_results div.search_results div.results div.meta span.stat {
	font-size:13px;
	color:#999;
}
#col_search_results div.search_results div.results div.meta span.stat strong{
	font-weight:700;
	color:#333;
}
#col_search_results div.search_results a.link_viewall, #col_search_results div.search_results a.link_viewall:link, #col_search_results div.search_results a.link_viewall:visited {
	position: relative;
	display: block;
	clear: both;
	width: auto;
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding-right: 25px;
	margin: 10px 0 0;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1.2em;
	float:right;
	color: #7ACD22;
	background-image: url('/images/btn_viewall_green.png'); 
}
#col_search_results div.search_results a.link_viewall:hover { background-position: bottom right; }

/* CHARITIES */
#col_search_results div.search_results_charities div.results a.avatar { width:60px; }
#col_search_results div.search_results_charities div.results div.meta { width:400px; padding-top:12px; }

/* EVENTS */
#col_search_results div.search_results_events div.results { margin-bottom:0px; }
#col_search_results div.search_results_events div.results a.avatar { width:90px; margin-top:5px; }
#col_search_results div.search_results_events div.results div.meta { width:400px; }
#col_search_results div.search_results_events div.results div.meta h4 { font-size:16px; }

/* MEMBERS */
#col_search_results div.search_results_members div.results h2 { font-size:12px; color:#888888; font-weight:100; }
#col_search_results div.search_results_members div.results h2 a { font-weight:700; }
#col_search_results div.search_results_members div.results a.avatar { width:60px; margin-top:7px; }
#col_search_results div.search_results_members div.results div.meta { width:430px; padding-bottom:8px; }
#col_search_results div.search_results_members div.results div.meta span.stat { display:block; width:215px; float:left; padding-bottom:5px; }
#col_search_results div.search_results_members div.results div.meta a.connections { font-size:11px; color:#999999; text-decoration:underline; }
#col_search_results div.search_results_members div.results div.meta a.connections:hover { color:#4293CC; }

/* END :: Search Results Definitions */

 /* BEGIN :: Listing Definitions */
#content_body .listing {	
	position: relative;
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	width:100%;
	overflow:hidden;
}
#content_body .listing div.avatar {
	width:60px;
	float:left;
	padding:3px 0 0 10px;
}
#content_body .listing .timestamp {
	font-size: 0.9em;
	padding: 0 0 0px 80px;
	color: #999;
}
#content_body .listing .meta { padding: 0 0 0 80px; }
#content_body .listing .meta strong { color: #333; }
#content_body .listing .meta a, #content_body .listing .meta a:link, #content_body .listing .meta a:visited {
	color:#666;
}
#content_body .listing .title {
	padding: 0 0 0 80px;
	margin: 0;
	font-size:14px;
}
#content_body .listing h4.reg {
	padding: 0 0 0 80px;
	margin:0 0 2px 0;
	font-size:12px;
	font-weight:normal;
}
#content_body .listing h4.title { font-size: 1.1em; }
#content_body .listing h4.title i {
	font-size: 12px;
	font-weight:100;
}
#content_body .listing .excerpt { padding: 0 0 0 80px; }
#content_body .listing .excerpt p { margin:0 0 3px 0; font-size:12px; }
#content_body .listing .excerpt p a { color:#7ACD22; }
/* END :: Listing Definitions */

 /* BEGIN :: Event Listing Definitions */
#col_search_results div.event {
	width:530px;
	margin:0 0 20px 0;
	border-bottom:1px solid #d3e0e8;
}
#col_search_results div.last {
	border:none;	
}	
#col_search_results div.meta {
	width:375px;
}
#col_search_results div.meta h4.title, #col_search_results div.meta div.timestamp, #col_search_results div.meta div.benefiting,  #col_search_results div.meta div.location {
	margin:0 0 8px 0;
}

 .event {
	position: relative;
	margin: 0 0 20px 10px;
	padding: 0 0 20px;
	width: 610px;
	overflow: hidden;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
}
.event .gallery_widget {
	position: relative;
	width: 140px;
	float: left;
}
.event .gallery_widget a.large_widget, .event .gallery_widget a.large_widget:link, .event .gallery_widget a.large_widget:visited {
	position: relative;
	display: block;
	width: 140px;
	height: 110px;
	overflow: hidden;
	margin: 0 0 15px;
}
.event .gallery_widget a.large_widget img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
}
.event .gallery_widget h5 {
	position: relative;
	display: block;
	color: #ccc;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ccc;
}
.event .gallery_widget a.thumbnail, .event .gallery_widget a.thumbnail:link, .event .gallery_widget a.thumbnail:visited {
	position: relative;
	display: inline;
	float: left;
	width: 46px;
	height: 46px;
	margin: 0 1px 10px 0;
	overflow: hidden;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
.event .gallery_widget a.thumbnail.last, .event .gallery_widget a.thumbnail.last:link, .event .gallery_widget a.thumbnail.last:visited { margin-right: 0; }
.event .gallery_widget a.thumbnail:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
	text-decoration: none;
}
.event .gallery_widget a.link_more, .event .gallery_widget a.link_more:link, .event .gallery_widget a.link_more:visited {
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	color: #999;
}
.event .meta {
	position: relative;
	float: right;
	width: 460px;
}
.event .meta h4.title {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #245f8a;
	margin: 0 0 15px;
}
.event .meta h4.title a {
	color:#245f8a;
}
.event .meta .timestamp {
	font-size: 1.1em;
	margin: 0 0 15px;
	color: #333;
}
.event .meta .benefiting {
	color: #888;
	margin: 0 0 15px;
}
.event .meta .benefiting a, .event .meta .benefiting a:link, .event .meta .benefiting a:visited { font-weight: bold; }
.event .meta a.host, .event .meta a.host:link, .event .meta a.host:visited {
	position: relative;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 0.9em;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0 0 0 35px;
	background: #ededed;
}
.event .meta a.host:hover {
	background: #ddd;
	text-decoration: none;
}
.event .meta .host .mask {
	position: absolute;
	z-index: 100;
	width: 5px;
	height: 31px;
	top: 0;
	left: 0;
	background: url('/images/event_host_mask.png') 0 0 no-repeat;
}
.event .meta .host .label {
	position: relative;
	float: left;
	display: inline;
	height: 31px;
	line-height: 31px;
	margin: 0 5px 0 0;
}
.event .meta .host .user {
	position: relative;
	float: left;
	display: inline;
	height: 31px;
	line-height: 31px;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	color: #245f8a;
	background: url('/images/event_host_mask_r.png') top right no-repeat;
}
.event .meta a.host:hover .user { text-decoration: underline; }
.event .meta .host img.avatar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.location {
	position: relative;
	clear: both;
	display: block;
	font-size: 1.1em;
}
.location a.map, .location a.map:link, .location a.map:visited {
	font-size: 10px;
	color: #fff;
	background: #999;
	padding: 1px 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.location a.map:hover {
	background: #ccc;
	text-decoration: none;
}
.location .proximity {
	font-style: italic;
	font-size: 11px;
}
.location .region {
	display: block;
	font-style: italic;
	font-size: 11px;
}
.event .meta .description a.link_readmore, .event .meta .description a.link_readmore:link, .event .meta .description a.link_readmore:visited { display: inline; }
.event .actions {
	clear: both;
	color: #999;
	padding: 0;
}
.event .actions a, .event .actions a:link, .event .actions a:visited {
	color: #999;
	font-size: 0.9em;
	margin: 0 10px;
}
.event .actions a:first-child, .event .actions a:first-child:link, .event .actions a:first-child:visited { margin: 0 10px 0 0; }
.event .actions a:hover { color: #4293cc; } 
/* END :: Event Listing Definitions */


 /* BEGIN :: Project Definitions */
 .project {
	position: relative;
	margin: 0 0 20px 25px;
	padding: 0 0 20px;
	width: 595px;
	overflow: hidden;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
}
.project.last { border-bottom: none; }
.project .goal_widget {
	position: relative;
	float: left;
	width: 142px;
	height: 207px;
	background-image: url('/images/goal_widget.png');
	background-position: -142px 0;
}
.project.firsttime .goal_widget { background-position:  0; }
.project.completed .goal_widget { background-position: -284px 0; }
.project .goal_widget .goal_label {
	position: absolute;
	top: 8px;
	right: 12px;
	text-align: right;
	width: 140px;
	font-size: 11px;
	color: #666;
}
.project.completed .goal_widget .goal_label {
	top: 0;
	right: 0;
	display: block;
	width: 118px;
	height: 0;
	padding-top: 118px;
	overflow: hidden;
	margin: 0;
	z-index: 200;
	background: url('/images/goal_completed.png') 0 0 no-repeat;
}
.project .goal_widget .charity_label {
	position: relative;
	top: 8px;
	left: 12px;
	float: left;
	width: 120px;
	margin-bottom:5px;
	font-size: 11px;
	color: #666;
}
.project.firsttime .goal_widget a.link_donate,
.project.firsttime .goal_widget a.link_donate:link,
.project.firsttime .goal_widget a.link_donate:visited {
	color: #fff;
}
.project.firsttime .goal_widget a.link_donate:hover { text-decoration: none; }
.project.firsttime .goal_widget .title {
	position: absolute;
	top: 28px;
	left: 10px;
	font-size: 21px;
}
.project.firsttime .goal_widget .subtitle {
	position: absolute;
	top: 85px;
	left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #e8f6ff;
}
.project.firsttime .goal_widget .goal {
	position: absolute;
	top: 145px;
	left: 10px;
	font-size: 25px;
	font-weight: bold;
}
.project .goal_widget .goal_label .goal {
	font-weight: bold;
	color: #245f8a;
}
.project .goal_widget .charity_label .goal {
	font-weight: bold;
	color: #245f8a;
}
.project .goal_widget .goal_bar {
	position: absolute;
	top: 30px;
	left: 0;
	width: 130px;
	height: 167px;
}
.project .goal_widget .charity_benefit {
	padding: 8px 5px 0 5px;
	width: 130px;
	height: 140px;
	float:left;
}
.project .goal_widget .bar_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 40px;
	height: 167px;
	overflow: hidden;
	background: url('/images/goal_bar.png') 0 0 no-repeat;
}
.project .goal_widget .bar_wrapper .mask {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 40px;
	height: 167px;
	background: url('/images/goal_bar.png') -40px 0 no-repeat;
}
.project.completed .goal_widget .bar_wrapper .mask { background-position: -120px 0; }
.project .goal_widget .bar_wrapper .bar {
	position: absolute;
	z-index: 50;
	left: 0;
	width: 40px;
	height: 167px;
	background: url('/images/goal_bar.png') -80px 0 no-repeat;
}
.project .goal_widget .goal_bar .guage {
	position: absolute;
	z-index: 100;
	width: 82px;
	height: 167px;
	margin-bottom: 6px;
	right: 24px;
	padding-right: 24px;
	text-align: right;
	background: url('/images/goal_guage.png') 87px 0px no-repeat;
}
.project.completed .goal_widget .goal_bar .guage {
	bottom: -50%;
	margin-bottom: 15px;
	background: none;
}
.project .goal_widget .goal_bar .guage strong {
	color: #333;
	font-size: 16px;
}
.project .goal_widget .goal_bar .guage em {
	color: #666;
	font-size: 10px;
	display: block;
}
.project .meta {
	position: relative;
	float: right;
	width: 440px;
}
.project .status {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 3px;
}
.project.completed .status { color: #fab543; }
.project .meta h4.title {
	font-size: 1.6em;
	margin: 0 0 5px;
}
.project .meta h4.title a, .project .meta h4.title a:link, .project .meta h4.title a:visited,
.project .meta h4.title a:hover { text-decoration: none; }
.project .meta .description {
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.project .meta .description p, .project .meta .description ul, .project .meta .description ol { margin: 0 0 10px; }
.project .cta {
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 0 15px;
}
.project .cta a, .project .cta a:link, .project .cta a:visited {
	position: relative;
	float: left;
	display: inline;
	width: 131px;
	height: 0;
	padding: 26px 0 0;
	margin: 0 10px 0 0;
	overflow: hidden;
	background-position: 0 0;
}
.project .cta a:hover { background-position: 0 -26px; }
.project .cta a.btn_donate, .project .cta a.btn_donate:link, .project .cta a.btn_donate:visited {
	background-image: url('/images/btn_donate.png');
}
.project .cta a.btn_learnmore, .project .cta a.btn_learnmore:link, .project .cta a.btn_learnmore:visited {
	background-image: url('/images/btn_learnmore.png');
}
.project .cta a.btn_startfund, .project .cta a.btn_startfund:link, .project .cta a.btn_startfund:visited {
	background-image: url('/images/btn_startfund.png');
}
.project .project_stats {
	position: relative;
	clear: both;
	display: block;
	float: left;
	padding: 0 15px;
	margin: 5px 0 10px;
	line-height: 29px;
	height: 29px;
	width: auto;
	background: #f3f3f3;
	font-size: 1.1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.project .project_stats strong {
	font-size: 1.2em;
	color: #333;
}
.project .actions {
	clear: both;
	color: #999;
	padding: 0;
}
.project .actions a, .project .actions a:link, .project .actions a:visited {
	color: #999;
	font-size: 0.9em;
	margin: 0 10px;
}
.project .actions a:first-child, .project .actions a:first-child:link, .project .actions a:first-child:visited { margin: 0 10px 0 0; }
.project .actions a:hover { color: #4293cc; }
/* END :: Project Definitions */


 /* BEGIN :: Comments Definitions */
 .activity .comments {
	position: relative;
	margin: 10px 0 0 80px;
	width: 430px;
	background: url('/images/comments_back.png') 0 0 repeat-y;
}
.activity .comments .comments_cap_top,
.activity .comments .comments_cap_bottom {
	position: relative;
	clear: both;
	margin: 0;
	padding: 8px 0 0;
	line-height: 8px;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: url('/images/comments_back_top.png') 0 0 no-repeat;
}
.activity .comments .comments_cap_bottom { background: url('/images/comments_back_bottom.png') 0 0 no-repeat; }
 .activity .comments h4 {
 	color:#333333;
	font-size:16px;	
	line-height:normal;
	padding:0 0 5px 10px;
 }
.activity .comments a.link_view_all_comments, .activity .comments a.link_view_all_comments:link, .activity .comments a.link_view_all_comments:visited {
	display: block;
	float: left;
	width: auto;
	margin: 0 0 5px 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #a4d737;
	padding-left: 18px;
	background: url('/images/icon_comments.png') center left no-repeat;
}
.activity .comments .recent_comments,
.activity .comments .first_comment {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 392px;
	overflow: hidden;
	background: #fff;
}
.activity .comments .recent_comments .comment {
	position: relative;
	width: 398px;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
.activity .comments .avatar {
	position: relative;
	float: left;
}
.activity .comments .recent_comments .comment .timestamp {
	float: right;

	width: 351px;
	padding: 0 0 5px 0;
}
.activity .comments .recent_comments .comment .excerpt {
	float: right;

	width: 351px;
	padding: 0;
}
.activity .comments .recent_comments .your_comment input.comment_field {
	padding: 3px 10px 4px;
	width: 435px;
	border: 2px solid #e3e3e3;
	font-size: 1em;
}
.activity .comments .recent_comments .your_comment input.comment_field.empty { color: #999; }
.activity .comments .recent_comments .your_comment input.comment_field.focus { color: #333; }
.activity .staff_note {
	font-weight: bold;
	color: #f1b025;
	padding: 0 0 5px 80px;
}
.activity .comments .first_comment .your_comment textarea.comment_field {
	position: relative;
	z-index: 1;
	float: right;
	padding: 5px;
	margin: 0 0 5px;
	width: 339px;
	height: 50px;
	border: 2px solid #e3e3e3;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}
.activity .comments .first_comment .your_comment .first_comment_arrow {
	position: absolute;
	z-index: 100;
	top: 20px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url('/images/first_comment_arrow.png') 0 0 no-repeat;
}
.activity .comments .first_comment .your_comment input.submitBtn { float: right; }
/**/


#msgBottom .activityFull{width:575px;
	min-height:auto;
	padding:5px 5px;
	border-bottom:#ccc thin dashed;
	margin:0;
	float:left;}
	
	

#msgBottom .timestamp{	
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:10px;
	margin:0 0 0 0;
	}
	
#msgBottom .commentContainer{height:auto;width:500px;float:right;}	

#msgBottom .commentContainer .meta a{
	
	font-size:12px;
	font-weight:bold;
	color:#4292cb;
	
	}

#msgBottom .commentContainer .meta {
	
font-size:12px;
	font-weight:normal;
	color:#666;

}


#msgBottom .commentContainer .excerpt {
	
font-size:12px;
	font-weight:normal;
	color:#666;

}

#msgBottom .commentContainer .meta .benifactor{
	
font-weight:normal;	
	
}

#msgBottom .commentContainer a.comment{
	text-decoration:underline;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0;padding:0;}	

#msgBottom .comments{	background:#ebeaeb;
	width:480px;
	height:auto;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:#d5d4d5 thin solid;
	padding:10px;
	margin:20px 0 0 30px;
	padding-bottom:0;
	}
	
	
	#msgBottom .comments img{float:left;}
	#msgBottom .comments .timestamp{float:left;margin:0 0 0 10px;}
	#msgBottom .comments .excerpt{float:none;width:420px;float:right;font-size:12px;
	font-weight:normal;
	color:#666;}
	
	#msgBottom .comments .excerpt a{font-size:12px;
	font-weight:bold;
	color:#4292cb;}
	
	#msgBottom .activityFull textarea{width:425px;float:left;height:60px;margin:15px 0 0 25px;color:#666;font-family:Verdana, Geneva, sans-serif;font-size:11px;}
	#msgBottom .activityFull input[type="image"]{margin:10px 0 0 25px;}
	
	
    #msgBottom .comments .comment{width:470px;height:auto;background:#fff;background-color:#FFF;float:left;padding:5px;margin:0 0 0px 0;}
    #msgBottom h3{border-bottom:#cecece 5px solid;padding:5px 0 10px 0;}




.activity_full .comments {
	margin:0px;
	width:620px;
	background:#efefef;
}
.activity_full .comments .recent_comments {
	width:580px;
}
.activity_full .comments .recent_comments .comment {
	width:580px;
}
.activity_full .comments .recent_comments .comment .timestamp {
	width:540px;
	font-size:11px;
}
.activity_full .comments .recent_comments .comment .excerpt {
	width:540px;
	font-size:12px;
}
.activity_full .comments .recent_comments .comment_form .your_comment .comment_field {
	width:555px;
}
.activity_full .comments .comments_cap_top {
	background-image:url('/images/comments_back_top_wide.png');
}

.activity_full .comments .comments_cap_bottom {
	background-image:url('/images/comments_back_bottom_wide.png');
}

#msgBottom .activity{float:left;min-height:80px;margin-bottom:20px;width:575px;border-bottom:#e5e5e5 1px dotted;padding-bottom:20px;}

#msgBottom .activity a img{float:left;}

#msgBottom .activity .excerpt{padding-left:25px;background:#fff;float:left;width:490px;color:#666;font-size:12px;font-family:Verdana, Geneva, sans-serif;}
#msgBottom .activity .timestamp{width:490px;height:auto;float:left;margin-left:25px;font-size: 11px;color: #999999;}
#msgBottom .activity .msgBottomInnCont .meta{width:490px;height:auto;float:right;}
#msgBottom .activity .msgBottomInnCont .meta a{font-weight:bold;width:auto;margin:0;}
#msgBottom .activity .msgBottomInnCont .actions a{margin-left:25px;background:#fff;color:#999;float:left;margin-top:2px;}
#msgBottom .activity .msgBottomInnCont .actions a:hover{color: #4293cc;}
#msgBottom .activity .benifactor{float:none;width:auto;color:#666;font-size:12px;margin:0 5px;}
#msgBottom .activity .msgBottomInnCont .excerpt a{float:none;color: #4293cc;font-weight:normal;text-decoration: none;font-size:12px;font-family:Verdana, Geneva, sans-serif;font-weight:bold;}
#msgBottom .activity .excerpt a:hover{text-decoration: underline;}


/* END :: Comments Definitions */

div.search_top {
	border-bottom:3px solid #DDDDDD;
	padding:5px 0 10px 0;
	margin-bottom:20px;
}
div.search_top h3 {
	display:inline;
	font-size:16px;
	color:#333333;
	float:left;
	position:relative;
}


/* START Event and Charity Search Form */
#search_event, #search_charity {
	left: 0px;
	margin: 0;
	padding: 0 0 6px;
	width: 740px;
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	background: url('/images/search_back.png') 0 0 no-repeat;
	list-style: none;
	font-size: 1.2em;
	position:absolute;
	left:-1px;
	top:73px;
	z-index: 10;
}
#search_event #search_bar, #search_charity #search_bar { 
	display:block;
	background:#4293cc url('/images/search_right_end.png') right 0 no-repeat; 
	height:53px;
	line-height:53px;	
	position:absolute;
	z-index:3;
	width:100%;
}
#search_event h2, #search_charity h2 {
	color:#FFF;
	font-size:22px;
	float:left;
	margin:0 15px 0 25px;
}
#search_charity form h2 {
	margin:0 6px 0 13px;
} 

#search_event input, #search_charity input {
	background-position:0 0;
	background-repeat:no-repeat;
	height:18px;
	margin:0 6px;
	padding:8px 5px;
	border:0px;
	position:relative;
	bottom:1px;
	font-size:13px;
	color:#666666;
}
#search_event input#search_keyword, #search_charity input#search_keyword {
	background-image:url('/images/search_field_wide.png');
	width:277px;	
}
#search_event input#search_location, #search_charity input#search_location {
	background-image:url('/images/search_field_narrow.png');
	width:127px;	
}
#search_event span, #search_charity span{
	font-size:14px;
	font-weight:700;
	color:#FFF;
}
#search_event input.search, #search_charity input.search{
	width:86px;
	height:34px;
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:9px;
	right:13px;
}
/* END Event and Charity Search Form */

/* Joe Area */
#standard_content{
	padding:10px;
	background: #FFFFFF;
}

#myAutoComplete .yui-ac-content {
	height:200px;max-height:100px;overflow:auto;overflow-x:hidden; /* set scrolling */ 
	_height:100px; /* ie6 */ 
}

a.inlineHelp, a.inlineHelp:link, a.inlineHelp:visited {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 3px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #245f8a;
	background: #5391c9;
	text-decoration: none;
	margin-left: 5px;
	position:relative;

}
a.inlineHelp:hover {
	text-decoration: none;
	background: #245f8a;
	border-color: #245f8a;
    font-size: 99%; /* this is just for IE */
    width:200px;
}

a.inlineHelp span {
	display: none;
	font-weight: normal;
	position: absolute;
	top: 20px;
	left: -10px;
	width: auto;
	padding: 10px;
	z-index: 99999;
	background: #245f8a;
	color: #ecf8ff;
	-moz-border-radius: 4px; /* this works only in camino/firefox */
	-webkit-border-radius: 4px; /* this is just for Safari */

}
a:hover.inlineHelp {
	font-size: 99%; /* this is just for IE */
}

a:hover.inlineHelp span {
	display: block;
}
.eventcreate_subhdr {
	font-size:17px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
}
#navigation_admin {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 10px 0;
	overflow: visible;
	font-size: 1.2em;
}
#navigation_admin li {
	position: relative;
	float: left;
	width: auto;
	display: inline;
	overflow: visible;
	height: 27px;
}
#navigation_admin li a, #navigation_admin li a:link, #navigation_admin li a:visited {
	position: relative;
	float: left;
	height: 30px;
	color: #FFF;
	font-weight: normal;
	padding: 0 0 0 10px;
	cursor: pointer;
}
#navigation_admin li:hover a, #navigation_admin li:hover a:link, #navigation_admin li:hover a:visited,
#navigation_admin li a:hover {
	text-decoration: none;
	background: url('/images/navigation_admin_link_tier1_left.png') 0 0 no-repeat #245f8a;
}
#navigation_admin li a .inner, #navigation_admin li a:link .inner, #navigation_admin li a:visited .inner {
	position: relative;
	float: left;
	padding: 7px 10px 10px 0;
}
#navigation_admin li:hover a .inner, #navigation_admin li:hover a:link .inner, #navigation_admin li:hover a:visited .inner,
#navigation_admin li a:hover .inner { background: url('/images/navigation_admin_link_tier1_right.png') right top no-repeat; }
#navigation_admin li ul.tier2 {
	position: absolute;
	top: 33px;
	left: 0;
	margin: 0;
	width: 175px;
	padding: 0 0 10px;
	display: none;
	background: url('/images/navigation_admin_back_tier2.png') bottom left no-repeat;
}
#navigation_admin li:hover ul.tier2 { display: block; }
#navigation_admin li ul.tier2 li {
	position: relative;
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	width: 160px;
	padding: 0 7px 2px;
	height: 23px;
	line-height: 23px;
	margin: 0;
	background: #245f8a;
}
#navigation_admin li ul.tier2 li.first {
	padding: 10px 7px 0;
	background: url('/images/navigation_primary_link_tier1_right.png') right top no-repeat #245f8a;
}
#navigation_admin li ul.tier2 li a, #navigation_admin li ul.tier2 li a:link, #navigation_admin li ul.tier2 li a:visited {
	position: relative;
	display: block;
	width: 153px;
	height: 23px;
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 23px;
	font-size: 1.1em;
	background: url('/images/navigation_admin_link_tier2_back.png') 0 0 no-repeat;
}
#navigation_admin li ul.tier2 li a:hover {
	color: #FFF;
	background-position: 0 -23px;
	text-decoration: none;
}
#navigation_admin li ul.tier2 li.separator {
	position: relative;
	display: block;
	width: 160px;
	overflow: hidden;
	padding: 15px 7px 0;
	background: url('/images/border_dashed_blue_horizontal_sml.png') 7px 5px no-repeat #245f8a;
}

#navigation_admin li.first ul.tier2 {
	left: 10px;
	width: 157px;
	padding: 0 0 5px;
	background-image: url('/images/navigation_join_back.png');
}
#navigation_admin li.first ul.tier2 li {
	width: 147px;
	padding: 5px 5px 0;
	height: 26px;
	line-height: 26px;
	margin: 0;
	background: #7acd22;
}
#navigation_admin li.first ul.tier2 li.first {
	font-size: 17px;
	padding-top: 5px;
	height: 36px;
	line-height: 36px;
	background: url('/images/navigation_join_top.png') 0 0 no-repeat;
}
#navigation_admin li.first ul.tier2 li.first a,
#navigation_admin li.first ul.tier2 li.first a:link,
#navigation_admin li.first ul.tier2 li.first a:visited {
	width: 147px;
	height: 36px;
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 17px;
	text-align: center;
	background: url('/images/link_join_member_back.png') 0 0;
}
#navigation_admin li.first ul.tier2 li.first a:hover { background-position: 0 -36px;}
#navigation_admin li.first ul.tier2 li.last a,
#navigation_admin li.first ul.tier2 li.last a:link,
#navigation_admin li.first ul.tier2 li.last a:visited {
	width: 146px;
	height: 26px;
	margin: 0;
	padding: 0;
	line-height: 26px;
	font-size: 13px;
	text-align: center;
	background: url('/images/link_register_charity_back.png') 0 0;
}
#navigation_admin li.first ul.tier2 li.last a:hover { background-position: 0 -26px;}
#navigation_admin li.nav_logged_in {
	margin:0 0 0 2px;
}
#navigation_admin li.nav_logged_in .avatar {
	display:block;
	width:30px;
	height:30px;
	border:1px solid #4293cc;
	float:left;
	position:relative;
	top:2px;
	margin-right:5px
}
#navigation_admin li.nav_logged_in ul li.last {
	height:29px;
}
#navigation_admin li.nav_logged_in ul li.last span {
	border-top:1px dotted #5b87a7;
	display:block;
}

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

/***********************White Header**************************/

/***********************White Header**************************/

/***********************White Header**************************/

/***********************White Header**************************/
span.divider {
	margin:4px 8px 0 15px;
	height:36px;
	width:1px;
	border-left:#a3a3a3 thin dotted;
	float:left;
}
#white_header {
	background:url(/images/white_header/white_header_bg.png);
	width:100%;
	height:49px;
}
.white_header_inner {
	width:980px;
	height:44px;
	margin:0 auto;
	padding:0;
}
.white_header_inner_left {
	width:560px;
	height:44px;
	margin:0 auto;
	padding:0;
	float:left;
}
.white_header_inner_right {
	width:410px;
	height:44px;
	margin:0 auto;
	padding:0;
	float:right;
}
.white_header_logo {
	width:141px;
	height:44px;
	background:url(/images/white_header/white_header_logo.png) no-repeat;
	float:left;
}
.white_header_logo:hover {
	background:url(/images/white_header/white_header_logo_hover.png) no-repeat;
}
.white_header_logo a {
	display:block;
	width:126px;
	height:44px;
}

#white_header li.profile_user a.profile_user {
	
	background:url(/images/white_header/white_header_toggle_down_light.png) no-repeat right;
	padding-right:25px;
	
	}
	


	

.white_header_shadow {
	position:absolute;
	background:url(/images/white_header/header_shadow.png);
	width:1236px;
	height:37px;
	top:46px;
	z-index:1;
	margin-left:-150px;
}
 #nav,   #nav ul {
	float: left;
	width: auto;
	height:44px;
	list-style: none;
	background: none;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:12px;
	margin-left:7px;
	padding-right:5px;
}
 #nav ul {
	color:#333;
	background:#245f8a;
	-moz-border-radius-topright:5px;  /*Top Right Corner Rounded*/
	-moz-border-radius-bottomleft:5px;  /*Bottom Left Corner Rounded*/
	-moz-border-radius-bottomright:5px;  /*Bottom right Corner Rounded*/
	-webkit-border-top-right-radius:5px;  /*Top Right Corner Rounded*/
	-webkit-border-bottom-left-radius:5px;
	;  /*Bottom Left Corner Rounded*/
	-webkit-border-bottom-right-radius:5px;  /*Bottom Right Corner Rounded*/
}
 #nav ul:hover {
	color:#fff;
}
 #nav.profile_user a {
	display: block;
	width:auto;
	color: #d3eeff;
	text-decoration: none;
	padding:9px 0 0 5px;
	
	
}
 #nav a {
	display: block;
	width:auto;
	color: #d3eeff;
	text-decoration: none;
	height:37px;
}
 #nav a.outer {
}

 #nav span.username {
	float:left;
	margin:7px 0 0 0;
}


 #nav span.bold {
	margin-right:10px;
}




  #nav a.profile_user {
	color:#333;
	
}
 #nav a.profile_user span.bold {
	font-weight:bold;
}
 #nav a.profile_user img {
	margin:0 7px 0 0;
}
 #nav a.profile_user:hover {
	color:#fff
}
 #nav li {
	float: left;
	padding: 0;
	width: auto;
	min-width:100px;
}
 #nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
}
 #nav li ul.left_nav, #nav li ul.myprofile_inner {
	w\idth: 166px;
	width:169px;
	float:none;
	clear:both;

	}
	
	
	 #nav li ul.left_nav{padding-left:3px;}

	
	#nav li ul.myprofile_inner {
		
		
		width:auto;
		padding-right:2px;
		padding-left:20px;
	
		
		
	}

 #nav li ul.left_nav a{
	 
float:none;
clear:both;
color:#d3eeff;
font-size:13px;


	 }

 #nav li ul.charity_admin {
	w\idth: 310px;
	width:360px;
	-moz-border-radius-bottomleft:5px;      /*Bottom Left Corner Rounded*/
	-webkit-border-bottom-left-radius:5px;  /*Bottom Left Corner Rounded*/
	z-index:999;
}
 #nav li li {
	padding-right: 1em;
	margin-left:5px;
	width:auto;

	margin-bottom:0;

	
}
 #nav li li a {
	-moz-border-radius: 5px;  /*Produces Fully Rounded Effect*/
	-webkit-border-radius: 5px;  /*Produces fully rounded effect*/
	height:21px;
	width:140px;
}
 #nav li li.outer a {
	width: 199px;
	height:15px;
	margin-left:5px;
	background:url(/images/white_header/li_outer_arrow.png) no-repeat right;
	margin:0 0 0 0px;
	padding:4px 15px 4px 5px;
	
}



 #nav li li.outer.myprofile a, #nav li li.outer.charity_admin a {
-moz-border-radius-topleft:5px;         /*Top Left Corner Rounded*/
	-moz-border-radius-bottomleft:5px;      /*Bottom Left Corner Rounded*/
	-moz-border-radius-topright:0px;        /*Top Left Corner Rounded*/
	-moz-border-radius-bottomright:0px;     /*Bottom Left Corner Rounded*/
	-webkit-border-top-left-radius:5px;     /*Top Left Corner Rounded*/
	-webkit-border-bottom-left-radius:5px;  /*Bottom Left Corner Rounded*/
	-webkit-border-top-right-radius:0px;    /*Top Left Corner Rounded*/
	-webkit-border-bottom-right-radius:0px; /*Bottom Left Corner Rounded*/
	width:150px;
 }


 #nav li li.charity_admin a.inner_charity_admin {
	width:340px;
	float:left;
	height:auto;
	padding-bottom:8px;
	padding-right:0;
	margin:0;
	
}
 #nav li li.outer ul li a {
	background:none;
}

 #li.myprofile_inner a{
	
	 }

 #nav li li.outer ul li.myprofile_inner a:hover {
	background:none;
	
	 
}

 #nav li li.logout a {
	margin-top:5px;
}
 #nav .left_nav a:hover {
	background:#3677a7;
}
 #nav li li.myprofile a:hover {
	background:#3677a7 url(/images/white_header/li_outer_arrow.png) no-repeat right;
}
 #nav li li.charity_admin a.outer:hover {
	background:#3677a7 url(/images/white_header/li_outer_arrow.png) no-repeat right;
}
 #nav li li.charity_admin a.outer:hover {
	background:#3677a7 url(/images/white_header/li_outer_arrow.png) no-repeat right;
}


#nav li li.outer.no_dec a, #nav li li.mySettings a,#nav li li.logout.no_dec a{background:none;width:100%;padding:4px 0 2px 4px;height:17px;}
#nav li li.outer.no_dec a:hover, #nav li li.mySettings.no_dec a:hover,#nav li li.logout.no_dec a:hover{background:#3677a7;-moz-border-radius-bottomleft:3px;/*Bottom Left Corner Rounded*/	-webkit-border-bottom-left-radius:3px;  /*Bottom Left Corner Rounded*/}
#nav li li.outer{width:157px;height:25px;padding-left:0;}
#nav li li.outer.myprofile a{padding-left:4px;}
#nav li li.outer.charity_admin a{padding-left:4px;}
 #nav li li.logout {
	border-top:#d3eeff thin dotted;
	margin-top:5px;
	margin-bottom:10px;
	width:157px;
padding-right:0;
	 }

#nav li li.charity_admin a.inner_charity_admin:hover {
	background:#428ec5;
	-moz-border-radius: 5px;  /*Produces Fully Rounded Effect*/
	-webkit-border-radius: 5px;  /*Produces fully rounded effect*/
}
 #nav li ul a {
	width: 150px;
	w\idth: 120px;
}
 #nav li ul ul {
	margin: -23px 0 0 169px;
	z-index:-1;
	background:#3677a7;
	padding:4px 0 12px 5px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	min-width:155px;
}
#nav li ul ul.myprofile_inner {
	margin: -23px 0 0 169px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:10px;
}

#nav li ul ul.myprofile_inner li.myprofile_inner{
	
	padding:4px;
	padding-right:0;
	height:15px;
	margin:0;
	padding-left:9px;
	width:100%;
	
	}

#nav li ul ul.myprofile_inner li.myprofile_inner a{

	background:none;
	padding:0;
	margin:0;
}
 #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 #nav li.profile_user:hover {
	background: #245f8a;
	height:auto;
}
 #nav li.myprofile_inner:hover {
	background: #428ec5;
	-moz-border-radius: 5px;  /*Produces Fully Rounded Effect*/
	-webkit-border-radius: 5px;  /*Produces fully rounded effect*/

}
p.facebook_like {
	margin:11px 11px 0 0;
	float:left;
}
p.facebook_like a {
	display:block;
	width:51px;
	height:22px;
	background:url(/images/white_header/like.png);
}
#nav.share_page {
	width:117px;
	height:22px;
	background:url(/images/white_header/share_page.png);
	margin:11px 0 0 0;
	padding:0;
}
#nav.share_page ul#bac {
	width:160px;
}
#nav.share_page li {
	background:none;
	width:118px;
	height:37px;
}
#nav.share_page li:hover {
	background:#245f8a;
	-moz-border-radius-topleft:5px;  /*Top Left Corner Rounded*/
	-moz-border-radius-topright:5px;  /*Top Left Corner Rounded*/
	-webkit-border-top-left-radius:5px;  /*Top Left Corner Rounded*/
	-webkit-border-top-right-radius:5px;  /*Top Left Corner Rounded*/
}
#nav.share_page a.share_page {
	width:117px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#3b5998;
	font-size:10.5px;
	margin:0;
	padding:4px 0 0 8px;
}
#nav.share_page a.share_page:hover {
	width:117px;
	height:30px;
	background:url(/images/white_header/share_page_hover.png) no-repeat 98px 6px;
	color:#78bff2;
}

#nav.wh_logsign .profile_user{min-width:0;width:auto;padding:0;padding-right:7px;margin:0;height:25px;}
#nav.wh_logsign.signin .profile_user{margin-left:-5px;}


#nav.wh_logsign a{margin-top:6px;margin-bottom:0;height:33px;}

#nav.wh_logsign a.btnLink{color:#333;font-family:Arial, Helvetica, sans-serif;font-size:1.2em;}
#nav.wh_logsign a.signin{color:#333;font-family:Arial, Helvetica, sans-serif;font-size:1.2em;}

#nav.wh_logsign a.btnLink:hover, #nav.wh_logsign a.signin:hover{color:#fff;}

li.share_page_inner {
	color:#000;
	display:block;
	padding-left:0 0 0 10px;
}
li.share_page_inner a {
	display:block;
	padding:10px 0 5px 35px;
	margin-bottom:5px;
	color:#d3eeff;
}
li.share_page_inner a:hover {
	display:block;
}
li.share_page_inner.facebook a {
	background:url(/images/white_header/share_facebook_icon.png) 5px 7px no-repeat;
}
li.share_page_inner.facebook:hover a {
	background:#3677a7 url(/images/white_header/share_facebook_icon.png) 5px 7px no-repeat;
}
li.share_page_inner.twitter a {
	background:url(/images/white_header/share_twitter_icon.png) 5px 7px no-repeat;
}
li.share_page_inner.twitter:hover a {
	background:#3677a7 url(/images/white_header/share_twitter_icon.png) 5px 7px no-repeat;
}
li.share_page_inner.email a {
	background:url(/images/white_header/share_email_icon.png) 5px 7px no-repeat;
}
li.share_page_inner.email:hover a {
	background:#3677a7 url(/images/white_header/share_email_icon.png) 5px 7px no-repeat;
}
li.share_page_inner.grab_widget a {
	background:url(/images/white_header/share_widget_icon.png) 5px 7px no-repeat;
}
li.share_page_inner.grab_widget a:hover {
	background:#3677a7 url(/images/white_header/share_widget_icon.png) 5px 7px no-repeat;
}
input.classy_search[type="text"] {
	width:155px;
	float:left;
	background:#f8f8f8;
	border:#b5b5b5 2px solid;
	border-right:none;
	margin:8px 0 0 0;
	padding:5px 10px;
	height:15px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
input.classy_search[type="text"]:hover {
	background:#ecf8ff;
	border:#d4eaf8 2px solid;
	border-right:none;
}
input.classy_search[type="submit"] {
	width:26px;
	height:29px;
	background:url(/images/white_header/search_submit.png);
	float:left;
	border:none;
	margin:8px 0 0 0;
	border:#b5b5b5 2px solid;
	border-left:none;
	-moz-border-radius-topright:5px;        /*Top Left Corner Rounded*/
	-moz-border-radius-bottomright:5px;     /*Bottom Left Corner Rounded*/
	-webkit-border-top-right-radius:5px;    /*Top Left Corner Rounded*/
	-webkit-border-bottom-right-radius:5px; /*Bottom Left Corner Rounded*/
	cursor:pointer;
}
#nav li.charity_admin a:hover {
	background:none;
}
#nav li.charity_admin {
	width:166px;
	margin:0 0 5px 5px;
	padding-bottom:0px;
	padding-right:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav li.charity_admin.inner_charity_admin {
	width:348px;
	height:auto;
	padding-bottom:0;

}
#nav li.charity_admin a.inner_charity_admin img {
	position:absolute;
}
#nav li.charity_admin a.inner_charity_admin p.admin_type {
	height:12px;
	font-weight:bold;
	color:#f4f8fb;
	font-size:10px;
	padding:0;
	margin-top:0;
}
#nav li.charity_admin a.inner_charity_admin p.charity_name {
	height:auto;
	margin:0 0 0 0;
	font-weight:12px;
	color:#d3eeff;
	height:10px;
	padding-bottom:5px;
	
}
#nav ul.charity_admin li a p {
	position:relative;
	width:300px;
	float:right;
	margin:0 0 0px 0;
	padding:0 0 0 25px;
	font-family:Verdana, Geneva, sans-serif;
}
.mail_friends a {
	display:block;
	width:22px;
	height:16px;
	float:left;
	margin:7px 0 0 5px;
}
.mail_friends a.no_mail {
	background:url(/images/white_header/no_mail.png);
}
.mail_friends a.no_mail:hover {
	background:url(/images/white_header/no_mail_hover.png);
}
.mail_friends a.got_mail {
	background:url(/images/white_header/got_mail.png);
}
.mail_friends a.got_mail:hover {
	background:url(/images/white_header/got_mail_hover.png);
}
.mail_friends a.no_friends {
	background:url(/images/white_header/no_friends.png) no-repeat;
	height:20px;
	width:16px;
	cursor:default;
}
.mail_friends a.got_friends {
	background:url(/images/white_header/got_friends.png) no-repeat;
	height:20px;
	width:16px;
}


.mail_friends a.no_mail.blue_header {
	background:url(/images/blue_header/no_mail_blue_header.png) no-repeat;
	height:21px;
}
.mail_friends a.no_mail.blue_header:hover {
	background:url(/images/blue_header/no_mail_blue_header.png) no-repeat;
}
.mail_friends a.got_mail.blue_header {
	background:url(/images/blue_header/got_mail_blue_header.png) no-repeat;
	height:21px;
	
}
.mail_friends a.got_mail.blue_header:hover {
	background:url(/images/blue_header/got_mail_blue_header_hover.png)no-repeat;
}
.mail_friends a.no_friends.blue_header {
	background:url(/images/blue_header/no_friends_blue_header.png) no-repeat;
	height:20px;
	width:21px;
	cursor:default;
}
.mail_friends a.got_friends.blue_header {
	background:url(/images/blue_header/got_friends_blue_header.png) no-repeat;
	height:20px;
	width:21px;
}

.mail_friends a.got_friends.blue_header:hover {
	background:url(/images/blue_header/got_friends_blue_header_hover.png) no-repeat;
	
}


/*grid hover info*/

a.gridHover{
    position:relative; /*this is the key*/
    z-index:24;
}

a.gridHover:hover{z-index:25;}

a.gridHover span{display: none}

a.gridHover:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-10px; left:-160px; width:150px;
    border:1px solid #fff;
    background:#2E2E2E; color:#fff;
	font-size:10px;
	font-weight:bold;
    text-align: center;
	padding:2px;
	-moz-border-radius: 5px;  /*Produces Fully Rounded Effect*/
	-webkit-border-radius: 5px;  /*Produces fully rounded effect*/
	}


a.gridHover.delete:hover span{background:#dc5556;top:-3px;}
a.gridHover.copy:hover span{background:#3e7dbd;}
a.gridHover.supporterEdit:hover span{top:-3px;}


/***********************Blue Header**************************/

/***********************Blue Header**************************/

/***********************Blue Header**************************/

/***********************Blue Header**************************/


#blue_header {
	background:url(/images/dark_blue_header/dark_blue_header_bg.png);
	width:100%;
	height:49px;
}

.blue_header_inner_left {
	width:560px;
	height:45px;
	margin:0 auto;
	padding:0;
	float:left;
}
.blue_header_inner_right {
	width:250px;
	height:45px;
	padding:0;
	float:right;
	text-align:right;
}

#blue_header li.profile_user a.profile_user {
	
	background:url(/images/dark_blue_header/header_blue_toggle_down_light.png) no-repeat right;
	padding-right:25px;
	
	}


.blue_header_logo {
	width:141px;
	height:45px;
	background:url(/images/dark_blue_header/dark_blue_header_logo.png) no-repeat;
	float:left;
	margin-left:40px;
}
.blue_header_logo:hover {
	background:url(/images/dark_blue_header/dark_blue_header_logo_hover.png) no-repeat;
}
.blue_header_logo a {
	display:block;
	width:126px;
	height:45px;
<<<<<<< .mine
}

/****Checkboxes***/
div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(/images/fancycheckbox/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('../images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Checkbox */

div.checker {
  width: 20px;
  height: 30px;
float:none;
	text-align:left;
}

div.checker input {
  width: 20px;
  height: 20px;
}

div.checker span {
  background-position: 0px 0px;
  height: 20px;
  width: 20px;
}

div.checker:active span, 
div.checker.active span {
  background-position: 0px -40px;
}

div.checker.focus span {
	
	background-position: 0px 0px;
	
	
}


div.checker:hover span {
  background-position: 0px -20px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: 0px -40px;
}

div.checker span.checked {
  background-position: 0px -40px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
    background-position: 0px -40px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
   background-position: 0px -40px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}




/* Checker */
div.checker {
  margin-right: 10px;
}


/* Checker */

div.checker {
  position: relative;
  float: left;
}

div.checker span {
  display: block;
  float: left;
  text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}
/*  label {
 label.checkboxSpecial {
        font-size: 10px;
        
        display: block;
        margin-bottom: 3px;
        clear: both;
      }

        label span{float:left;margin-top:3px;}=======
}*/
label.checkboxSpecial span{float:left;margin-top:3px;}=======
}

/***********************ZenDesk Feedback**************************/

/***********************ZenDesk Feedback**************************/


#zenbox_overlay { top:0; left:0; width: 100%; height: 100%; position: absolute; _position: absolute; z-index: 90000; }
#zenbox_overlay * { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-style:normal; font-variant:normal; font-size: 12px; color:#245f8a;}

#zenbox_main #overlay_header {
  padding:6px 5px 1px 0; background-color:#245f8a; 
  font-weight: bold; height:18px; border: solid 2px #000; 
}
#zenbox_main #overlay_header span {
  float:right; height:20px; padding-right:20px; background: transparent url(/images/close.png) no-repeat 33px 0; 
  text-decoration:underline; font-size:11px; cursor:pointer; color: #ecf8ff; 
}

#zenbox_main #overlay_loading h2 {padding: 10px 0; font-size:28px; }

#zenbox_main { width: 550px; height: 620px; margin: 0 auto; z-index:2; position:relative; }
#zenbox_main div { padding: 5px 20px 0 20px; margin:0; background: #EEE; overflow:none; border-right: solid 2px #000; border-left: solid 2px #000; }
#zenbox_main h2 { margin: 11px 0 7px 0; font-size: 24px; color: #111; font-weight:normal;}
#zenbox_main p  { margin: 7px 20px 0 0; line-height:1.4em;}
#zenbox_main iframe { width: 100%; height: 100%; }

#zenbox_main #overlay_preamble h2, #zenbox_main #overlay_preamble p {text-align:left;} 

#zenbox_screen { top:0; left:0; z-index:1; width: 100%; position: absolute; background-color: #4292cb; opacity: 0.42; filter:alpha(opacity=42); -moz-opacity: 0.42;}

a#zenbox_tab {
  top: 35%; right: 0; width: 26px; height: 199px; cursor:pointer; text-indent:-5000px; 
  position: fixed; _position: fixed; z-index: 10000; overflow:hidden; margin-left: -12px;
}
a#zenbox_tab:hover {background-color: #54a8e4;}>>>>>>> .r2804
