@CHARSET "UTF-8";

@import "/themes/global/default/normal/css/admin.css";   
@import "/themes/global/default/normal/css/directory.css";  
@import "/themes/global/default/normal/css/groups.css"; 

/*  
Theme Name: MemberFuse Default (cooler name coming later)
Theme URI: N/A
Description: This is the default theme for MemberFuse - Professional Networking for Associations
Version: 1.0
Author: Derek Bender
Author URI: http://nfistudios.com/
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	background-color: #F2F2F2;
	padding: 0;
	width: 100%;
	min-width: 1020px;
}
html, body {height: 100%;}
	
.fix {}
.clearfooter {}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END clearfix */
	
/*---------------------------------------- Default Elements */
a {color: #0079BD; text-decoration: underline;}
a:hover {color: #505B66; cursor: pointer;}
h1 {
	text-transform: uppercase;
	color: #505B66;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	margin-bottom: .3em;
}
h1 span.sub {color: #BF0000; text-transform: capitalize; font-size: 18px;}
hr {
	border-bottom: 1px solid #B1BBBF;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	background: transparent;
}
hr.or {border-bottom: 1px solid #B1BBBF; height: 28px; background: url(/themes/global/default/normal/images/or.jpg) center no-repeat;}
address {margin-bottom: 0; padding-bottom: 1.2em;}
address span {display: block; line-height: 1.2; font-size: 13px;}
address span + span {font-weight: normal;}
		
.combo {position: relative;}

.ie {
	background: #ffffc4;
	padding: 8px 0;
	border: 2px solid #FFBF00;
	width: 100%;
	min-width: 996px;
}
.ie p {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	text-align: center;
	color: #CC9900;
}

/*---------------------------------------- Header Wrapper */
#header {width: 100%; position: relative; z-index: 9999;}

/*---------------------------------------- Header Top */
.header_top {height: 80px; width: 100%; background: url(/themes/global/default/normal/images/bg_top.jpg) top left repeat-x;}

/*----- Logo */
div.header_div_logo {position: absolute; float: left; height: 80px;}

a.header_logo {
	background: url(/themes/global/default/normal/images/logo_header.png) top left no-repeat;
	width: 122px;
	height: 80px;
	z-index: 1002;
	position: relative;
	display: block;
}
a.header_logo:hover {cursor: pointer;}

#header .logo-table {height: 80px; margin: 0;}
#header .logo-table tr {}
#header .logo-table td {padding: 0; text-align: left;}
#header .logo-table img {max-height: 80px;}

/*---------------------------------------- Main Navigation */
.header_mainnav {
	position: relative;
	height: 35px;
	z-index: 1001;
	background: url(/themes/global/default/normal/images/bg_mainnav.jpg) top left repeat-x;
}

/*---------------------------------------- Sub Navigation */
.header_subnav {clear: both; height: 30px; background: url(/themes/global/default/normal/images/bg_subnav.jpg) top left repeat-x;}
.header_subnav a.name {text-decoration: none; color: #b1bbbf;}
.header_subnav a.name:hover {text-decoration: underline;}
			
/*----- Subnavigation Colors */
.header_subnav.header_subnav_admin {
	background: -moz-linear-gradient(top,  #fb7e00,  #b85b00);
	background: -webkit-gradient(linear, left top, left bottom, from(#fb7e00), to(#b85b00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb7e00', endColorstr='#b85b00');
}
.header_subnav.header_subnav_sysadmin {
	background: -moz-linear-gradient(top,  #6d6e70,  #444446);
	background: -webkit-gradient(linear, left top, left bottom, from(#6d6e70), to(#444446));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6e70', endColorstr='#444446');
}
.header_subnav.header_subnav_reporting {
	background: -moz-linear-gradient(top,  #018b8d,  #056061);
	background: -webkit-gradient(linear, left top, left bottom, from(#018b8d), to(#056061));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#018b8d', endColorstr='#056061');
}

.header_subnav.header_subnav_admin li,
.header_subnav.header_subnav_reporting li {color: #fff !important;}

.header_subnav.header_subnav_admin a,
.header_subnav.header_subnav_reporting a {color: #f2f2f2 !important;}

/*---------------------------------------- Navigation Shadow */
.nav_shadow {
	position: relative;
	height: 5px;
	z-index: 30;
	background: url(/themes/global/default/normal/images/bgs/bg_navshadow.png) repeat-x 0 0;
}

/*---------------------------------------- Body */
#body {
	clear: both;
	background: url(/themes/global/default/normal/images/bg_body.jpg) top left repeat-x;
	min-width: 1020px;
	margin-top: -5px;
}

/*---------------------------------------- MyInfo */
.myinfo {
	clear: both;
	padding: 5px 0;
	height: 50px;
	width: 100%;
	background: url(/themes/global/default/normal/images/bg_gray.png) top left;
}	
.myinfo .infotext {
	float: right;
	margin-right: 12px;
	color: #F2F2F2;
	text-align: right;
}
.myinfo .infotext h1 {
	color: #f2f2f2;
	font-size: 25px;
	margin-bottom: 5px;
}
.myinfo .infotext a {color: #C7DEF0;}
.myinfo .infotext a:hover {color: #F2F2F2;}
.myinfo .pic {float: right;}
	
/*---------------------------------------- Wrapper */		
.wrap {width: 1000px; margin: auto;}

/* no need, constricts long navs - bender - nov 18, 09 */
/* .wrap2 {
	width: 960px;
	margin: auto;
} */

/*---------------------------------------- Content */
#content {
	clear: both;
	position: relative;
	margin: 0 auto 27px auto;
	width: 958px;
	padding: 20px;
	padding-bottom: 20px; /* testing if sticky footer needs more padding; regular = 140*/
	border-top: 0 none;
	border: 1px solid #E6E6E6;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,.4);
	box-shadow: 0 3px 2px rgba(0,0,0,.4);
	background: url(/themes/global/default/normal/images/content_gradient.gif) repeat-x bottom #FFF;
}

a.viewall {
	float: left;
	margin-top: 5px;
	padding: 4px 5px 0 0;
	width: 100%;
	color: #f2f2f2;
	text-align: right;
	border-top: 1px solid #9AA2A6;
}
a.viewall:hover {text-decoration: underline;}
		
.ad {width: 160px; border: 1px solid #B3B3B3; background: #E6E6E6; padding: 18px; clear: both;}

/*----- Simple Modifier Classes */
.caution,
.caution a {color: #bf0000 !important; }
a.caution:hover {color: #505B66 !important;}
	
.new {color: #ffbf00;}
.go {color: #00A33d;}
.red {color: #c1272d;}
.blue {color: #0079bd;}
.admin {color: #b55a00;}
.deactivated {background: #f9e2e2;}
.viewing {background: #c7def0;}
.subscribe {color: #de6e00;}
.subscribe:hover {color: #4d4d4d;}
		
.admin a,
.moderate a,
a.admin,
a.moderate {color: #b55a00;}

/*----- Drag and Drop Function */
.dragdrop h2 {
	padding: 0 0 0 22px;
	background: url(/themes/global/default/normal/images/icons/dragdrop_light_icon.png) top left no-repeat;
}

/* module inner page structure */	
.pageheader {float: left; margin-bottom: 20px;}
.pageheader .title {
	float: left;
	padding: 0 15px;
	width: 700px;
	height: 35px;
	background: url(/themes/global/default/normal/images/bg_pageheader.jpg) top left repeat-x;
}

.admin .title {background: url(/themes/global/default/normal/images/bg_pageheader_admin.jpg) top left repeat-x;}
		
.pageheader h1 {
	float: left;
	padding-top: 6px;
	text-transform: uppercase;
	color: #F2F2F2;
	font-size: 18px;
}
.pageheader .sections {
	float: left;
	width: 698px;
	height: 30px;
	padding: 0 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	border-top: none 0;
	background: #E8E8E8;
}
.pageheader .sections .menu {float: left; margin: 0;}			
.pageheader .sections .menu li {display: inline; font-size: 1.1em; text-transform: capitalize;}
.pageheader .sections .menu li a {
	float: left;
	margin-right: 1px;
	height: 40px;
	color: #768696;
	text-decoration: none;
}
.pageheader .sections .menu li a:hover,
.pageheader .sections .menu li a.active {
	color: #f2f2f2;
	background: url(/themes/global/default/normal/images/pointer.png) bottom center no-repeat;
}
.pageheader .sections .menu li a span {float: left; height: 12px; padding: 9px;}
.pageheader .sections .menu li a:hover span {background: #808080;}
.pageheader .sections .menu li a.active span {font-weight: bold; background: #808080;}
.pageheader .sections .bulkactions {float: right; margin: 10px 0 0 0;}
.pageheader .expander {
	float: left;
	padding: 5px 15px 0 15px;
	width: 700px;
	line-height: 1.2;
	background: #fff;
}
.pageheader .expander p {font-size: 1.2em;}
.pageheader .expander .search_row {float: left; width: 690px; border-bottom: 1px solid #B3B3B3;}
.pageheader .expander .button_row {float: left; width: 690px; margin: 10px 0;}
.pageheader .expander .button_row .formfield {padding: 0;}
.pageheader .expander .formfield {
	display: inline;
	float: left;
	clear: none;
	margin-left: 20px;
	width: 300px;
}
.pageheader .expander label {width: 85px; font-size: 1.2em; text-align: left;}
.pageheader .expander input[type="text"] {width: 200px;}
.pageheader .expander #submit_field {width: auto; float: right; margin: 0;}
				
/*---------------------------------------- Page Content */		
.pagecontent {
	float: left;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 690px;
}
.pagecontent .content_col {float: left;	width: 460px;}
.pagecontent .sidebar_col {float: right; width: 200px;}

/*---------------------------------------- Page Content 2 */
.pagecontent2 {
	float: left;
	margin-bottom: 20px;
	padding: 0;
	width: 730px;
}
.pagecontent2 .page_left {float: left; width: 500px;}
.pagecontent2 .page_right {float: right;width: 200px;}
		
/*---------------------------------------- Content Box */
.contentBox {
	float: left;
	margin-bottom: 30px;
	font-size: 1.1em;
	background: #E8E8E8;
}
.contentBox ul {list-style: disc outside; margin: 0 0 0 15px; color: #6E6E6E;}
.contentBox ul li {margin: 7px 0;}
.contentBox ul a {color: #6E6E6E; text-decoration: underline;}
.contentBox ul a:hover {color: #0079bd;}
			
/*---------------------------------------- Special Box */	
.specialBox {
	float: left;
	margin-bottom: 30px;
	padding: 15px;
	width: 168px;
	font-size: 1.1em;
	border: 1px solid #B3B3B3;
	background: #F2F2F2;
}
.specialBox .pic {float: left; width: 50px;}
.specialBox .contact_info {float: right; width: 100px;}
	
.subpageheader /*.subpagefooter*/ {
	padding: 10px 15px;
	width: 698px;
	height: 12px;
	border: 1px solid #CCCCCC;
	background: #E8E8E8;
}
	
/*.subpagefooter {
	padding: 0 15px;
	height: 30px;
	margin-bottom: 20px;
}*/
	
	
/*---------------------------------------- Header Elements */
/*----- Search Form in Subnav */
#header_searchform2 {float: left; width: 320px;}
#header_searchform2 #header_formfield_search {
	margin: 0 8px 0 0;
	float: left;
	clear: none;
	padding: 0;
	width: auto;
}
#header_searchform2 #header_formfield_search input {
	float: left;
	width: 190px;
	font-size: 1em;
	height: 16px;
	padding: 2px 4px 0 4px;
	font-weight: normal;
}
#header_searchform2 #header_formfield_searchbtn {
	float: left;
	width: 65px;
	clear: none;
	padding: 0;
	margin: 0;
}
#header_searchform2 input[type="submit"] {float: left;}

/* search form in subnav - refactored 7.12.09 w/ less markup - bender*/
#header_searchform {float: left; width: 320px;}
#header_searchform input[type="text"] {
	float: left;
	width: 220px;
	font-weight: normal;
	font-size: 12px;
	height: 16px;
	padding: 4px 0 0 4px;
	margin-right: 4px;
}
#header_searchform span.submit_btn {
	background-image: url(/themes/global/default/normal/images/btn_search_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#header_searchform span.submit_btn:hover {background-position: left bottom;}
#header_searchform input[type="submit"] {
	background-image: url(/themes/global/default/normal/images/btn_search_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	font-weight: normal;
	border: 0 none;
}
#header_searchform span.submit_btn:hover input[type="submit"] {background-position: right bottom;}

/*---------------------------------------- Buttons */
a.btn {
	float: left;
	height: 22px;
	display: block;
	line-height: 22px;
	padding-left: 11px;
	color: #F2F2F2;
	font-weight: bold;
	border: 0;
	text-transform: lowercase;
	font-size: 13px;
	text-decoration: none;
	}
	
a.xbtn, span.xbtn {
	background: url(/themes/global/default/normal/images/xbtn_left.gif) no-repeat top left;
	/* xbtn should print out "btn" as class also */
	float: left;
	height: 22px;
	display: block;
	line-height: 22px;
	padding-left: 11px;
	color: #F2F2F2;
	font-weight: bold;
	border: 0;
	font-size: 13px;
	white-space: nowrap;
	text-decoration: none;
	}
	
a.xbtn span.name, span.xbtn span.name {
	background: url(/themes/global/default/normal/images/xbtn_right.gif) no-repeat top right;
	/* xbtn should print out "btn" as class also */
	float: left;
	line-height: 16px;
	display: block;
	padding: 3px 28px 3px 0;
}
	
a.xbtn span.x, span.xbtn span.x {
	cursor: pointer;
	margin: 5px 0 0 -20px;
	float: left;
	width: 12px;
	height: 12px;
	background: url(/themes/global/default/normal/images/btn_close.png) no-repeat center;
}
		
.xbtn:hover {}
.xbtn span.x:hover {background: url(/themes/global/default/normal/images/btn_close_over.png) no-repeat center;}
			
a.btn_approve, a.btn_create {
	/*background-image: url(/themes/global/default/normal/images/btns/btn_approve.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 15px;
	color: #4D4D4D;
	font-weight: bold;
	border: 0;
	text-transform: lowercase;
	font-size: 13px;
	white-space: nowrap;
	text-decoration: none;
	margin-right: 15px; adjusts position for the negative margin on the span */
	}
	
	a.btn_approve span, a.btn_create span {
		/* background-image: url(/themes/global/default/normal/images/btns/btn_approve.png);
		background-repeat: no-repeat;
		background-position: top right;
		float: left;
		line-height: 20px;
		display: block;
		padding: 4px 26px 6px 0;
		margin-right: -15px;*/ /* mod to be able to use 1 image for sliding door */
		}
		
		a.btn_approve:hover, a.btn_create:hover {
			/* background-image: url(/themes/global/default/normal/images/btns/btn_approve.png);
			background-repeat: no-repeat;
			background-position: bottom left;
			cursor: pointer; */
			}
			
		a.btn_approve:hover span, a.btn_create:hover span {
			/* background-image: url(/themes/global/default/normal/images/btns/btn_approve.png);
			background-repeat: no-repeat;
			background-position: bottom right;
			color: #F2F2F2;
			cursor: pointer; */
			}		
			
a.btn_action {
	/* background-image: url(/themes/global/default/normal/images/btns/btn_action.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 15px;
	color: #4D4D4D;
	font-weight: bold;
	border: 0;
	text-transform: lowercase;
	font-size: 13px;
	white-space: nowrap;
	text-decoration: none;
	margin-right: 15px;  adjusts position for the negative margin on the span */
	}
	
	a.btn_action span {
		/*background-image: url(/themes/global/default/normal/images/btns/btn_action.png);
		background-repeat: no-repeat;
		background-position: top right;
		float: left;
		line-height: 20px;
		display: block;
		padding: 4px 26px 6px 0;
		margin-right: -15px;  mod to be able to use 1 image for sliding door */
		}
		
		a.btn_action:hover {
			/* background-image: url(/themes/global/default/normal/images/btns/btn_action.png);
			background-position: bottom left;
			cursor: pointer;
			color: #F2F2F2; */
			}
			
		a.btn_action:hover span {
			/* background-image: url(/themes/global/default/normal/images/btns/btn_action.png);
			background-position: bottom right;
			cursor: pointer;
			color: #F2F2F2; */
			}
			
/*---------------------------------------- Login Box */			
#loginBox span.submit_btn {
	background-image: url(/themes/global/default/normal/images/btn_action_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 15px;
	color: #4D4D4D;
	font-weight: bold;
	border: 0;
	text-transform: lowercase;
	font-size: 13px;
	white-space: nowrap;
	text-decoration: none;
}	
#loginBox span.submit_btn input {
	background-image: url(/themes/global/default/normal/images/btn_action_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	line-height: 20px;
	display: block;
	padding: 4px 26px 6px 0;
	width: auto !important;
	font-size: 13px;
	height: 30px;
	color: #1F76AB;
	font-weight: bold;
}		
#loginBox span.submit_btn:hover {
	background-image: url(/themes/global/default/normal/images/btn_action_left.gif);
	background-position: bottom left;
	cursor: pointer;
	color: #F2F2F2;
}		
#loginBox span.submit_btn:hover input {
	background-image: url(/themes/global/default/normal/images/btn_action_right.gif);
	background-position: bottom right;
	cursor: pointer;
	color: #F2F2F2;
}
			
a.reverse {
	background-position: bottom left;
	color: #F2F2F2;
	}
	
	a.reverse span {
		background-position: bottom right;
		}
		
		a.reverse:hover {
			background-position: top left;
			color: #4D4D4D;
			}
			
		a.reverse:hover span {
			background-position: top right;
			color: #4D4D4D;
			}

/*---------------------------------------- Tables */
table {width: 100%;}
thead {}
tbody {}
tbody p {margin: 0;}
th, td {vertical-align: middle; padding: 5px;}
th {
	font-style: oblique;
	font-weight: normal;
	font-size: 11px;
}
	
/*---------------------------------------- Error Styling */
.errors {color: #CB1A68;}
ul.errors {list-style: disc outside; font-weight: bold;}

/*---------------------------------------- Navigation Styling */
/*----- Main Nav */
ul.mainnav {
	position: relative;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	font-size: 15px;
	padding: 0;
	height: 35px;
}
ul.mainnav li {
	display: inline;
	position: relative;
	text-transform: capitalize;
}

ul.mainnav li a,
ul.mainnav li span {
	padding: 0 11px;
	text-decoration: none;
	line-height: 35px;
	color: #505B66;
	display: inline-table;
	*padding: 8px 11px 9px 11px;
}

ul.mainnav li a:hover,
ul.mainnav li span:hover {
	background-color: #0079BD;
	color: #F2F2F2;
	cursor: pointer;
}
ul.mainnav li a[href=""]:hover {cursor: default; text-decoration: none !important;}

/*----- Top Nav */
ul.topnav {
	float: right;
	margin: 58px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	z-index: 1;
	position: relative;
}
	
ul.topnav li {
	display: inline;
	background-image: url(/themes/global/default/normal/images/bg_tab_right.png);
	background-position:  top right;
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	margin-left: 10px;
	padding-right: 8px;
}		
ul.topnav li:hover {
	background-position: bottom right;
	color: #F2F2F2;
	cursor: pointer;
}			
ul.topnav li:hover a {
	background-position: bottom left;
	color: #F2F2F2;
	cursor: pointer;
}
ul.topnav li a {
	background: url(/themes/global/default/normal/images/bg_tab_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	padding: 5px 0 5px 8px;
	text-align: center;
	color:  #505B66;
	text-decoration: none;
}

/*---------------------------------------- Minor Nav */
ul.minornav {
	float: right;
	margin: 0;
	color: #598CBA;
	height: 20px;
	margin-top: 4px;
}
ul.minornav li {
	display: inline;
	color: #F2F2F2;
	float: left;
	margin-left: 4px;
	line-height: 22px;
	position: relative;
}
ul.minornav li a {color: #F2F2F2; text-decoration: none;}
ul.minornav li a:hover {text-decoration: underline; color: #B1BBBF;}
ul.minornav li a.name {font-weight: bold;}

/*---------------------------------------- Secondary Nav */
.navMaster {
	width: 200px;
	float: left;
	margin-bottom: 30px;
}
.navMaster .top,
.navMaster .bottom {
	width: 200px;
	height: 10px;
	float: left;
	font-size: 0;
	line-height: 0;
}
.navMaster .top {background: url(/themes/global/default/normal/images/boxes/navMaster_top.gif) top left no-repeat;}
.navMaster .bottom {background: url(/themes/global/default/normal/images/boxes/navMaster_bottom.gif) top left no-repeat;}
.navMaster .middle {
	background: #6E6E6E;
	width: 190px;
	float: left;
	padding: 0 0 0 10px;
}

.nav {
	width: 180px;
	float: left;
	margin-bottom: 15px;
}

/* basic structure */
	.nav .top, .nav .bottom {
		width: 180px;
		height: 10px;
		float: left;
		font-size: 0;
		line-height: 0;
		}
		
	.nav .top {
		background: url(/themes/global/default/normal/images/boxes/nav_top.gif) top left no-repeat;
		}
		
	.nav .bottom {
		background: url(/themes/global/default/normal/images/boxes/nav_bottom.gif) top left no-repeat;
		}
		
	.nav .middle {
		float: left;
		padding: 0;
		background: #333333;
		width: 178px;
		border-left: 1px solid #00477D;
		border-right: 1px solid #00477D;
		}
	/* end basic structure */
	
	.nav h4 {
		text-transform: uppercase;
		color: #B1BBBF;
		font-size: 1.2em;
		margin: 0 0 .5em 0;
		}
	
	.nav ul {
		margin: 0;
		list-style: none;
		}
		
		.nav ul li {
			font-size: 1.1em;
			clear: both;
			width: 178px;
			float: left;
			margin: 2px 0;
			text-transform: capitalize;
			overflow: visible;
			}
			
			.nav ul li a {
				color: #F2F2F2;
				min-height: 22px;
				_height: 22px;
				width: 165px;
				padding: 8px 0 0 13px;
				float: left;
				text-decoration: none;
				overflow: visible;
				line-height: 1.2;
				}
				
				.nav ul li a span.icon {
					background-position: 138px top;
					background-repeat: no-repeat;
					width: 165px;
					float: left;
					min-height: 22px;
					_height: 22px;
					overflow: visible;
					}
				
				.nav ul li a:hover {
					background: url(/themes/global/default/normal/images/bg_nav_hover.jpg) repeat-x #00477D;
					color: #F2F2F2;
					}
					
				.nav ul li a.admin:hover {
					background: url(/themes/global/default/normal/images/bg_admin_hover.jpg) repeat-x #B55A00;
					}
					
				.nav ul li a.reporting:hover {
					background: url(/themes/global/default/normal/images/bg_reporting_hover.jpg) repeat-x #055F5F;
					}
	
	/* notification structure */
	.nav_notifications .top {
		background: url(/themes/global/default/normal/images/boxes/nav_notifications_top.gif) top left no-repeat;
		}
		
	.nav_notifications .bottom {
		background: url(/themes/global/default/normal/images/boxes/nav_notifications_bottom.gif) top left no-repeat;
		}
		
	.nav_notifications .middle {
		border-left: 1px solid #CC9900;
		border-right: 1px solid #CC9900;
		}
		
		.nav_notifications ul li a:hover {
			background: url(/themes/global/default/normal/images/bg_notifications_hover.jpg) repeat-x #CC9900;
			}
			
		.nav_notifications a .nav_new {
			color: #FFBF00;
			margin-left: 4px;
			}
			
			.nav_notifications a:hover .nav_new {
				color: #3A434D;
				}
	/* end notification structure */
	
	/* admin structure */
	.nav_admin .top {
		background: url(/themes/global/default/normal/images/boxes/nav_admin_top.gif) top left no-repeat;
		}
		
	.nav_admin .bottom {
		background: url(/themes/global/default/normal/images/boxes/nav_admin_bottom.gif) top left no-repeat;
		}
		
	.nav_admin .middle {
		border-left: 1px solid #B55A00;
		border-right: 1px solid #B55A00;
		}
		
		.nav_admin ul li a:hover {
			background: url(/themes/global/default/normal/images/bg_admin_hover.jpg);
			}
	/* end admin structure */
	
	/* sys admin structure */
	.nav_sysadmin .top {
		background: url(/themes/global/default/normal/images/boxes/nav_sysadmin_top.gif) top left no-repeat;
		}
		
	.nav_sysadmin .bottom {
		background: url(/themes/global/default/normal/images/boxes/nav_sysadmin_bottom.gif) top left no-repeat;
		}
		
	.nav_sysadmin .middle {
		border-left: 1px solid #808080;
		border-right: 1px solid #808080;
		}
		
		.nav_sysadmin ul li a:hover {
			background: url(/themes/global/default/normal/images/bg_sysadmin_hover.jpg);
			}
	/* end sys admin structure */
	
	/* reporting structure */
	.nav_reporting .top {
		background: url(/themes/global/default/normal/images/boxes/nav_reporting_top.gif) top left no-repeat;
		}
		
	.nav_reporting .bottom {
		background: url(/themes/global/default/normal/images/boxes/nav_reporting_bottom.gif) top left no-repeat;
		}
		
	.nav_reporting .middle {
		border-left: 1px solid #055F5F;
		border-right: 1px solid #055F5F;
		}
		
		.nav_reporting ul li a:hover {
			background: url(/themes/global/default/normal/images/bg_reporting_hover.jpg);
			}
	/* end reporting structure */
/* endsecondary nav */

/* general styling */
.null {
	font-size: 1.3em;
	color: #505B66;
	display: block;
	padding: 6px;
	clear: both;
	font-weight: bold;
	text-align: center;
	}



/*** END NAVIGATION STYLING ***/

/*** LAYOUT STYLING ***/
.left_col {
	padding: 2px; /* padding to allow for dashboard dragging w/o column jumping */
	float: left;
	width: 200px;
	min-height: 150px;
	_height: 150px;
	}
	
.middle_col {
	padding: 2px;
	float: left;
	width: 500px;
	min-height: 150px;
	_height: 150px;
	}
	
.right_col {
	padding: 2px;
	float: right;
	width: 200px;
	min-height: 150px;
	_height: 150px;
	}
.bottom_col { margin: 30px 0 0 15px; padding-right: 15px; }
	/* temp for reg - junk - widebox is depreciated - bender march 10, 09 */
	
	.wideBox .right_col {
		margin-right: 10px;
		}
		
	.wideBox .middle_col, .wideBox .right_col {
		margin-top: 20px;
		}
	
.righty_col {
	float: right;
	width: 300px;
	/*margin-right: 20px;*/
	min-height: 150px;
	_height: 150px;
	}
	
.lefty_col {
	float: left;
	width: 630px;
	min-height: 150px;
	_height: 150px;
	}
	
.rightwide_col {
	float: right;
	width: 730px;
	}
	
.master_col {
	width: 960px;
        margin: 0 auto !important;
	}
	
.hover_col { /* for dash drag/drop widgets */
	padding: 0;
	margin: -1px;
	border: 1px dashed #4D4D4D;
	}
/*** END LAYOUT STYLING ***/

/*** BASIC BOX STRUCTURE ***/
/*** yo ***/
.wideBox { /* wide and normal modals have different widths - needs to be addressed - bender */
	width: 720px;
	background: #FFFFFF;
	border: 5px solid #D9D9D9;
	float: left;
	margin-bottom: 30px;
	}
	
	.wideBox_top, .wideBox_bottom, .wideBox .top, .wideBox .bottom {
		float: left;
		width: 100%;
		}
	
	.wideBox_top, .wideBox .top {
		background: url(/themes/global/default/normal/images/bg_wideBox_top.jpg) repeat-x;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		width: 700px;
		}
		
		
		
		.wideBox_top a, .wideBox .top a {
			float: right;
			background: transparent url(/themes/global/default/normal/images/bg_white2.png);
			color: #F2F2F2;
			font-weight: bold;
			height: 12px;
			margin-left: 8px;
			padding: 13px 10px 10px 10px;
			text-decoration: none;
			text-transform: capitalize;
			}
			
			.wideBox_top a:hover, .wideBox .top a:hover {
				text-decoration: underline;
				}
				
		.wideBox_top h1, .wideBox .top h1 {
			color: #F2F2F2;
			float: left;
			padding-top: 0;
			}
		
	.wideBox_bottom, .wideBox .bottom {
		height: 0;
		display: none;
		}
		
	.wideBox_middle, .wideBox .middle {
		float: left;
		width: 680px;
		padding: 20px;
		}
		
	/** temp so box can be inside widebox */
		.wideBox .box .top,
		.wideBox .box .bottom {
			width: inherit;
			float: none;
			display: none;
			}
			
		.wideBox .box .middle {
			width: 598px;
			border: 0;
			}
		
		
	.wide_nav {
		width: 690px;
		float: left;
		background: #E8E8E8;
		height: 30px;
		padding: 0 15px;
		margin-bottom: 10px;
		}
		
		.wide_nav ul {
			margin: 0;
			list-style: none;
			}
			
			.wide_nav ul li {
				display: inline;
				font-size: 1.1em;
				text-transform: capitalize;
				}
				
				.wide_nav ul li a {
					color: #768696;
					text-decoration: none;
					height: 40px;
					float: left;
					margin-right: 1px;
					}
					
					.wide_nav ul li a:hover, .wide_nav ul li a.active {
						background: url(/themes/global/default/normal/images/pointer.png) bottom center no-repeat;
						color: #F2F2F2;
						}
						
					.wide_nav ul li a span {
						float: left;
						height: 12px;
						padding: 9px;
						}
						
						.wide_nav ul li a:hover span {
							background: #808080;
							}
								
							.wide_nav ul li a.active span {
								background: #808080;
								font-weight: bold;
								}
								
				.wide_nav ul li div {
					color: #768696;
					text-decoration: none;
					height: 40px;
					float: left;
					margin-right: 1px;
					}
					
					.wide_nav ul li div.active {
						background: url(/themes/global/default/normal/images/pointer.png) bottom center no-repeat;
						color: #F2F2F2;
						}
						
					.wide_nav ul li div span {
						float: left;
						height: 12px;
						padding: 9px;
						}
								
						.wide_nav ul li div.active span {
							background: #808080;
							font-weight: bold;
							}
													
	.large_col {
		float: left;
		width: 450px;
		}
		
		/* temp for demo 
		.large_col .formfield { 
			margin-bottom: 35px;
			}
			
			.large_col #membermatchingform .formfield label { 
				font-size: 1.2em;
				} */
		
	.small_col {
		float: right;
		width: 170px;
		background: #F2F2F2;
		padding: 15px;
		}
		
		.small_col h2 {
			display: block;
			float: none;
			margin-bottom: 10px;
			}
			
		.small_col p {
			font-size: 1.2em;
			}
/* */

/* ??????? depreciated?
.box {
	}
	
	.box .top, .box .bottom {
		width: 200px;
		height: 0;
		float: left;
		font-size: 0;
		line-height: 0;
		}
		
	.box .middle {
		width: 170px;
		float: left;
		padding: 15px;
		background: #E8E8E8;
		}
		
	.box h2 {
		text-transform: capitalize;
		}
*/

		
.infoBox {
	width: 200px;
	float: left;
	margin-bottom: 30px;
	}
	
	.infoBox_bottom, .infoBox .bottom {
		width: 200px;
		height: 10px;
		float: left;
		font-size: 0;
		line-height: 0;
		}
		
	.infoBox_top, .infoBox .top {
		background: url(/themes/global/default/normal/images/boxes/infoBox_top.png) top left no-repeat;
		float: left;
		width: 185px;
		padding: 10px 0 0 15px;
		}
		
		.infoBox h2 {
			color: #B1BBBF;
			font-size: 1.3em;
			text-transform: capitalize;
			margin: 0 6px 8px 0;
			}
		
	.infoBox_bottom, .infoBox .bottom {
		background: url(/themes/global/default/normal/images/boxes/infoBox_bottom.png) top left no-repeat;
		}
		
	.infoBox_middle, .infoBox .middle {
		width: 170px;
		float: left;
		padding: 0 15px;
		background: #6E6E6E;
		}
		
	.infoBox a {
		color: #C7DEF0;
		}
		
		.infoBox a:hover {
			color: #F2F2F2;
			}
			
	.infoBox .marketing {
		font-size: 1.2em;
		font-weight: bold;
		color: #F2F2F2;
		padding-top: 15px;
		}
		
		.infoBox .marketing a {
			color: #C7DEF0;
			}
		
			.infoBox .marketing a:hover {
				color: #F2F2F2;
				}
			
	.infoBox ul {
		margin: 0 0 0 1.2em;
		font-size: 1.2em;
		color: #F2F2F2;
		list-style: outside disc;
		}
		
		.infoBox ul li {
			margin-bottom: 12px;
			}
			
			.infoBox ul li a {
				color: #F2F2F2;
				}
			
				.infoBox ul li a:hover {
					color: #C7DEF0;
					}
					
					
.infoBox2 {
	width: 200px;
	float: left;
	margin-bottom: 30px;
}
		
	.infoBox2_top, .infoBox2 .top {
		background: url(/themes/global/default/normal/images/boxes/box_top.gif) no-repeat;
		float: left;
		width: 185px;
		padding: 11px 0 0 15px;
		min-height: 19px;
		}
		
		.infoBox2_top a, .infoBox2 .top a {
			color: #C7DEF0;
			}
			
			.infoBox2_top a:hover, .infoBox2 .top a:hover {
				color: #F2F2F2;
				}
		
	.infoBox2_bottom, .infoBox2 .bottom {
		border: 1px solid #E6E6E6;
		border-top: 0 none;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		
		width: 198px;
		min-height: 5px;
		padding-bottom: 5px;
		float: left;
		}
		
		.infoBox2 .bottom .links {
			float: right;
			width: 180px;
			margin: 0 10px;
			padding-top: 4px;
			border-top: 1px solid #9AA2A6;
			}
			
			.infoBox2 .bottom .links a {
				float: right;
				text-transform: lowercase;
				color: #4D4D4D;
				margin-left: 5px;
				}
				
				.infoBox2 .bottom .links a:hover {
					color: #0079BD;
					}
		
	.infoBox2_middle, .infoBox2 .middle {
		width: 180px;
		float: left;
		padding: 10px 9px 0 9px;		
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		}
		
		
		.infoBox2 ul {
			font-size: 1.1em;
			margin: 0 0 0 1em;
			list-style: outside;
			}
			
			.infoBox2 ul li {
				margin-bottom: 8px;
				line-height: 1.1;
				}
			
			.infoBox2 ul a {
				color: #00477D;
				}
		
		.infoBox2 h2 {
			color: #F2F2F2;
			font-size: 14px;
			text-transform: capitalize;
			margin: 0 6px 0 0;
			display: inline;
			}
			
		.infoBox2 .middle p {
			margin-bottom: 1em;
			}
			
			.infoBox2 .middle span.label {			
				color: #4D4D4D;
				text-transform: capitalize;
				}
				
			.infoBox2 .middle span.item {
				clear: both;
				color: #1072BB;
				}
				
		.infoBox2 .null {
			color: #4D4D4D;
			text-transform: none;
			font-weight: normal;
			margin-bottom: 6px;
			}
			
.helpBox {
	width: 198px;
	float: right;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	background: #E8E8E8;
	}
	
	.righty_col .helpBox {
		width: 298px;
		}
	
	.helpBox .top {
		width: 170px;
		padding: 14px 14px 0 14px;
		background: none;
		float: left;
		height: auto;
		}
	
	.helpBox .bottom {
		width: 198px;
		height: 0;
		float: left;
		font-size: 0;
		line-height: 0;
		}
		
	.helpBox .middle {
		width: 170px;
		float: left;
		padding: 5px 14px 14px 14px;
		}
		
		.righty_col .helpBox .middle,
		.righty_col .helpBox .top,
		.righty_col .helpBox .bottom {
			width: 270px;
			}
			
		
		.helpBox h2 {
			background: url(/themes/global/default/normal/images/icons/questionmark_blue_icon.png) no-repeat top right;
			color: #505B66;
			font-size: 1.3em;
			text-transform: capitalize;
			padding: 2px 24px 4px 0;
			line-height: 1;
			}
			
		.helpBox p {
			font-size: 1.1em;
			margin: 0 0 8px 0;
			line-height: 1.1;
			}
			
			.helpBox p.strong {
				font-weight: bold;
				}
			
		.helpBox ul {
			font-size: 1.1em;
			list-style: disc outside;
			margin: 0 0 1em 1.3em;
			}
			
.sideBox {
	width: 198px;
	float: right;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	background: #E8E8E8;
	}
	
	.sideBox .top {
		width: 170px;
		padding: 14px 14px 0 14px;
		background: none;
		float: left;
		}
	
	.sideBox .bottom {
		width: 198px;
		height: 0;
		float: left;
		font-size: 0;
		line-height: 0;
		}
		
	.sideBox .middle {
		width: 170px;
		float: left;
		padding: 5px 14px 14px 14px;
		}
		
		.sideBox .formfield {
			width: 170px;
			padding: 0;
			}
			
			.sideBox .formfield label {
				text-align: left;
				font-size: 1.2em;
				padding-bottom: 0;
				}
				
			.sideBox .formfield input[type="text"] {
				width: 158px;
				}
				
			.sideBox .formfield select {
				width: 170px;
				}
				
			.sideBox #submit_field {
				margin: 10px 0 0 0;
				}
				
			.sideBox #sortby_field .optional {
				display: none;
				}
		
.summaryBox {
	width: 500px;
	float: left;
	margin-bottom: 30px;
	}
	
	.summaryBox .top, .summaryBox .bottom {
		float: left;
		width: 490px;
		font-size: 0;
		height: 0;
		}
		
	.summaryBox .top {
		background-image: url(/themes/global/default/normal/images/boxes/wide/top.gif);
		background-position: top left;
		height: 21px;
		padding: 9px 0 0 15px;
		border: 0;
		height: 20px;
		width: 485px;
		font-size: inherit;
		}
		
	.summaryBox .bottom {
		background-color: #EAEAEA;
		background-position: bottom left;
		border: 1px solid #E6E6E6;
		border-top: none 0;
		height: 10px;
		width: 498px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		}
		
		.summaryBox .bottom .sectionnav /* for admin */ {
			background: #E8E8E8;
			margin: 0;
			float: left;
			height: 30px;
			width: 475px;
			list-style: none;
			padding-left: 15px;
			}
			
			.summaryBox .bottom .sectionnav li {
				display: inline;
				}
				
				.summaryBox .bottom .sectionnav li a {
					float: left;
					height: 23px;
					padding: 7px 12px 0 12px;
					text-decoration: none;
					color: #768696;
					text-transform: capitalize;
					}
						
					.summaryBox .bottom .sectionnav li a:hover {
						background: #808080;
						color: #F2F2F2;
						}
						
					.summaryBox .bottom .sectionnav li a.active {
						background: #808080;
						color: #F2F2F2;
						font-weight: bold;
						}
		
	.summaryBox .middle {
		float: left;
		background-image: url(/themes/global/default/normal/images/boxes/wide/middle.gif);
		background-color: #FFF;
		background-repeat: repeat-x;
		background-position: bottom left;
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		width: 468px;
		padding: 15px 15px 5px 15px;
		}
		
		.summaryBox .pic, .summaryBox img.avatar {
			float: left;
			width: 80px;
			height: auto;
			}
			
		.summaryBox .infotext {
			float: right;
			width: 365px;
			}
			
			.summaryBox .infotext .error {
				color: #BF0000;
				}
		
			.summaryBox .infotext p.links {
				margin-bottom: 0;
				}
			
		.summaryBox hr {
			margin-bottom: 15px;
			}
			
		.summaryBox .about, .summaryBox div.about {
			font-size: 1.1em;
			margin: 0 0 12px 0;
			clear: both;
			}
			
			.summaryBox .about p {
				float: none;
				}
			
		.summaryBox p.tags, .summaryBox p.author, .infotext div.about {
			font-size: 13px;
			margin: 0;
			clear: both;
			color: #666;
			}
			
		.summaryBox p.author {
			margin-top: 12px;
			}
			
			.summaryBox p.tags span, .summaryBox p.author span {
				color: #505B66;
				}
				
		.summaryBox .rating {
			font-size: 11px;
			}
			
		.summaryBox ul { /* used in error boxes/pages */
			clear: both;
			line-height: 1.4;
			color: #0079BD;
			list-style-type: disc;
			font-size: 1.1em;
			margin: 1em 0 1.3em 1em;
			}
			
		.summaryBox .bug {
			margin: 0;
			font-size: 1.1em;
			}
			
		/* display pending message in summary box */
		.summaryBox .message {
			background: #FFFFC4;
			color: #CC9900;
			padding: 3px 8px;
			font-size: 14px;
			font-weight: bold;
			width: auto;
			}
			
			.summaryBox p {
				margin: 8px 0 0 0;
				}
				
			.summaryBox .btn {
				float: right;
				margin-bottom: 10px;
				}
				
		.summaryBox .top h2 {
			color: #F2F2F2;
			font-size: 15px;
			text-transform: capitalize;
			}
/*custom box just for the admin*/
.basicbox_admin{
	
	width: 100%;
	float: left;
	margin-bottom: 30px;
	
}
.basicbox_admin .top{
	
	background: #E5EDF0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	/* background: url(/themes/global/default/normal/images/boxes/basicBox_top.gif) no-repeat top left; */
	height: 27px;
	padding: 13px 20px 0 20px;	
	
}
/*end custom admin box*/
.basicBox {
	width: 500px;
	float: left;
	margin-bottom: 30px;
	}
	
.lefty_col .basicBox {
	width: 630px;
	}
	
	.basicBox .top {
		float: left;
		padding-bottom: 15px;
		background: #E5EDF0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		/* background: url(/themes/global/default/normal/images/boxes/basicBox_top.gif) no-repeat top left; */
		min-height: 27px;
		height: auto;
		padding: 13px 20px 0 20px;
		width: 460px;
		}
		
	.lefty_col .basicBox .top, .lefty_col .basicBox .bottom {
		width: 630px;
		}
		
		.basicBox .top div.actions {
			float: right;
			}
		
		.basicBox .top .box_header {
			float: left;
			}
			
		.basicBox .top .box_header h2, .basicBox .top .box_header h4 {
			font-size: 15px;
			margin: 0 6px 0 0;
			float: left;
			line-height: 16px;
			}
			
			.basicBox .top .box_header h2 span {
				color: #0077C0;
				float: none;
				line-height: normal;
				}
				
			.basicBox .top .box_header .rss {
				float: right;
				margin-right: 12px;
				}
			
		.basicBox .top .box_header span {
			float: left;
			color: #9AA2A6;
			line-height: 1.7em;
			margin-right: 6px;
			}
			
			.basicBox .top .box_header span a {
				color: #0077C0;
				text-decoration: underline;
				text-transform: capitalize;
				}
				
				.basicBox .top .box_header span a:hover {
					color: #768696;
					}
					
				.basicBox .top .box_header span a img {
					margin-top: -4px;
					}
		
	.basicBox .bottom {
		float: left;
		height: 22px;
		width: 500px;
		clear: both;
		}
		
		.invite .bottom {
			width: 100%;
			}
		
		.basicBox .bottom .links {
			float: right;
			width: 460px;
			margin: 0 20px;
			padding-top: 4px;
			border-top: 1px solid #9AA2A6;
			}
			
			.basicBox .bottom .links a {
				float: right;
				text-transform: lowercase;
				color: #4D4D4D;
				}
				
				.basicBox .bottom .links a:hover {
					color: #0079BD;
					}
		
	.basicBox .middle {
		width: 470px;
		float: left;
		padding: 8px 15px 0 15px;
		}
		
		#general_settings div.formfield { border-bottom: 1px solid #e6e6e6; }
		#general_settings .label .formfield { border-bottom: none; }
		#general_settings div.formfield:last-child { border-bottom: none; }
		#module_settings .basicBox { margin-bottom: 0; }
		
	.lefty_col .basicBox .middle {
		width: 580px;
		}
		
		.basicBox .middle .box_header {
			display: block;
			float: left;
			width: 100%;
			margin: 0 0 12px 0;
			}
			
	.basicBox .null {
		background: url(/themes/global/default/normal/images/icons/exclamation_blue_icon.png) no-repeat top left;
		color: #00477D;
		display: block;
		padding: 4px 0 0 28px;
		text-align: left;
		text-transform: none;
		min-height: 25px;
		font-weight: normal;
		font-size: 1.2em;
		width: auto;
		margin-top: 10px;
		}
		
/* transplant from crescent.css */
.lefty_col .basicBox .top {
	width: 590px;
	}
	
	.block .top h2,
	.basicBox .top .box_header h2,
	.basicBox .top .box_header h4 {
		font-size: 14px;
		color: #4D4D4D;
		float: none;
		display: inline;
		margin-right: 3px;
		}
		
		.block .top span,
		.basicBox .top .box_header span {
			line-height: normal;
			float: none;
			}
	
	.lefty_col .basicBox .middle {
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		width: 598px;
		}
		
	.dash-col-wide .basicBox .bottom {
		border: 0 none;
		display: block;
		}
	
	.lefty_col .basicBox .middle {
		border-bottom: 1px solid #E6E6E6;
		}
/*******************/
		
.listBox {
	width: 730px;
	float: left;
	margin-bottom: 30px;
	}
	
	.listBox top, .listBox .bottom {
		float: left;
		height: 0;
		width: 730px;
		}
		
	.listBox .middle {
		width: 690px;
		float: left;
		padding: 15px;
		background: #FFF;
		border: 5px solid #D9D9D9;
		}
		
.listBox2 { /* neither - open */
	width: 730px;
	float: left;
	margin-bottom: 30px;
	border-bottom: 5px solid #D9D9D9;
	}
	
	.listBox2_top, .listBox2_bottom {
		float: left;
		height: 0;
		width: 730px;
		display: none;
		}
		
	.listBox2_middle {
		width: 700px;
		float: left;
		padding: 15px;
		}
		
.listBox3 { /* header - open */
	width: 730px;
	float: left;
	margin-bottom: 30px;
	border-bottom: 5px solid #D9D9D9;
	}
	
	.listBox3_top {
		float: left;
		}
		
	.listBox3_bottom {
		float: left;
		height: 0;
		width: 730px;
		display: none;
		}
		
	.listBox3_middle {
		width: 700px;
		float: left;
		padding: 15px;
		}
		
.jumpBox {
	width: 200px;
	float: left;
	margin-bottom: 30px;
	}
	
	.jumpBox_top, .jumpBox_bottom, .jumpBox .top, .jumpBox .bottom {
		width: 200px;
		height: 0px;
		float: left;
		font-size: 0;
		line-height: 0;
		}
		
	.jumpBox_top {
		}
		
	.jumpBox_bottom {
		}
		
	.jumpBox_middle, .jumpBox .middle {
		width: 170px;
		float: left;
		}
		
		.jumpBox hr {
			width: 200px;
			float: left;
			}
		
		.jumpBox ul {
			margin: 0;
			list-style: none;
			}
			
			.jumpBox li {
				float: left;
				clear: both;
				border-bottom: 1px solid #9AA2A6;
				}
			
		.jumpBox a {
			color: #0077C0;
			float: left;
			width: 200px;
			height: 26px;
			font-style: oblique;
			text-decoration: underline;
			}
			
			.jumpBox a:hover {
				color: #000;
				}
				
			.jumpBox span.icon {
				float: left;
				width: 200px;
				height: 10px;
				padding: 8px 0;
				background-position: 175px center;
				background-repeat: no-repeat;
				}
			
.actionBox {
	width: 200px;
	float: left;
	margin-bottom: 30px;
	}
	
	.actionBox .bottom {
		float: left;
		font-size: 0;
		line-height: 0;
		background-color: #EAEAEA;
		border: 1px solid #E6E6E6;
		border-top: none 0;
		height: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		width: 198px;
		}
		
	.actionBox .top {
		background: url(/themes/global/default/normal/images/boxes/action/top.gif) no-repeat;
		font-size: 14px;
		height: 30px;
		line-height: normal;
		padding: 0;
		width: 200px;
		}
		
		.actionBox .top h2 {
			text-indent: 15px;
			color: #F2F2F2;
			font-size: 14px;
			text-transform: capitalize;
			line-height: 24px;
			padding-top: 6px;
			}
		
	.actionBox .middle {
		float: left;
		background: url(/themes/global/default/normal/images/boxes/action/middle.gif) repeat-x bottom left #FFF;
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		margin: 0;
		padding: 10px 10px 0 10px;
		width: 178px;
		padding-bottom: 0;
		}
		
		.actionBox li {
			border-bottom: 1px solid #B3B3B3;
			margin-bottom: 6px;
			}
		
		.actionBox a {
			clear: both;
			color: #1F76AB;
			float: left;
			font-size: 13px;
			font-style: oblique;
			text-transform: lowercase;
			text-decoration: underline;
			width: 180px;
			}
			
			.actionBox a:hover {
				color: #4D4D4D;
				}
				
			.actionBox a span {
				width: 160px;
				padding: 5px 0;
				float: left;
				text-transform: lowercase;
				text-decoration: underline;
				}
				
			.actionBox a.pending {
				margin-top: 5px;
				border-top: 1px solid #B1BBBF;
				background: none;
				cursor: default;
				color: #BE1E2D;
				}
				
				.actionBox a.pending:hover {
					}
				
			/* actionBox alternate btns */	
			.actionBox a.red,
			.actionBox a.warning {
				color: #CB1A68;
				background: none;
				}
				
				.actionBox a.red:hover,
				.actionBox a.warning:hover {
					color: #4D4D4D;
					background: none;
					}
				
			.actionBox a.green,
			.actionBox a.go {
				color: #00A33D;
				background: none;
				}
				
				.actionBox a.green:hover,
				.actionBox a.go:hover {
					color: #4D4D4D;
					background: none;
					}
					
			.actionBox a.admin {
				color: #B37825;
				background: none;
				}
				
				.actionBox a.admin:hover {
					color: #4D4D4D;
					background: none;
					}
			
		.actionBox h4 {
			color: #505B66;
			font-size: 1.2em;
			margin: 0 0 .5em;
			text-transform: uppercase;
			}
			
		.actionBox ul {
			margin: 0;
			list-style: none;
			}
			
			.actionBox ul li {
				float: left;
				}
/*** END BASIC BOX STRUCTURE ***/

/* basic breadcrumbs - added jun 19 09 - bender */
.main_breadcrumb {
	margin: 0 0 10px 0;
	float: left;
	font-size: 1.1em;
	}
	
	.main_breadcrumb li {
		display: inline;
		}
		
		.main_breadcrumb li a {
			color: #505B66;
			text-transform: lowercase;
			}
			
		.main_breadcrumb li a.active {
			font-weight: bold;
			text-decoration: none;
			background: none;
			}

/* basic avatars */
a .avatar { height: 80px; width: 80px; }
	
	a:hover .avatar, a:hover .avatar_small, a:hover .avatar_mini, a:hover .avatar_large, a:hover .avatar_nonstandard {
		opacity: .5;
		}
		
.avatar { height: 80px; width: 80px; }
.avatar_small { height: 50px; width: 50px; }
.avatar_mini { height: 25px; width: 25px; }
.avatar_nonstandard { height: 80px; width: 120px; }
.avatar_large { /*width: 170px; height: 170px;*/ }

/*** profile specific move later ***/
.main_avatar {
	float: left;
	width: 80px;
	text-align: center;
	}
	
	.settings_photo .main_avatar { /* settings - photo upload */
		background: #F2F2F2;
		padding: 10px;
		}
	
.main_info {
	float: right;
	width: 360px;
	}
	
h3 {
	margin: 0;
	}
		
	h3 a {
		font-weight: normal;
		}
	
h2.name {
	font-size: 1.8em;
	color: #0079BD;
	margin: 0 0 .2em 0;
	/* removed per #9538 */
	/* text-transform: capitalize; */
	}
	
h3.title, h3.grouptype, h3.doctype, h3.location {
	font-size: 1.5em;
	font-weight: normal;
	clear: both;
	margin: 0 0 .2em 0;
	}
	
h3.grouptype {
	text-transform: capitalize;
	}
	
h3.grouptype .location_state {
	text-transform: uppercase;
	display: inline;
	}
	
h3.doctype {
	background: url(/themes/global/default/normal/images/icons/resource_doc_icon.jpg) no-repeat;
	padding: 3px 0 3px 24px;
	}

h4.company, h4.category {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	float: left;
	text-transform: capitalize;
	}

div.group_description {
	line-height: 1.25;
	}
	
span.location, span.filename {
	float: right;
	line-height: 2em;
	}
	
	
/** move later **/
.members .middle {
	padding: 0 10px 10px 10px;
	width: 480px;
	}
/** **/

a.member_single {
	display: inline;
	padding: 8px;
	float: left;
	text-decoration: none;
	color:  #505B66;
	}
	
	a.member_single:hover {
		color: #0079BD;
		}
	
	a.member_single .avatar {
		float: left;
		}
	
	a.member_single .name {
		clear: both;
		text-transform: capitalize;
		width: 80px;
		height: 18px;
		text-align: center;
		float: left;
		margin-top: 4px;
		line-height: .8;
		font-size: 11px;
		}
		
		a.member_single .name_first, a.member_single .name_last {
			white-space: nowrap;
			}
		
/* old - refactor / update in older templates with new name "a.member_single" */	
a.associate_person {
	display: inline;
	padding: 8px;
	float: left;
	text-decoration: none;
	color:  #505B66;
	}
	
	a.associate_person:hover {
		color: #0079BD;
		}
	
	a.associate_person .avatar {
		float: left;
		}
	
	a.associate_person .name {
		clear: both;
		text-transform: capitalize;
		width: 80px;
		text-align: center;
		float: left;
		margin-top: 4px;
		line-height: .8;
		font-size: 11px;
		}

/*** profile specific move later ***/
	
/*----- Pagination */	
.pagination {
	padding-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
}

.pagination ul {
	display: block;
	float: left;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	/* padding: 11px 10px 9px 10px; */
}
		
.pagination ul li {
	color: #666666;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
			
.pagination ul li a {
	/*border-radius: 2px;*/
	display: block;
	float: left;
	padding: 5px 7px 3px 7px;
	color: #666666;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: -moz-linear-gradient(top,  #f1f1f1,  #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dedede));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dedede');
	background: url("/themes/global/default/normal/images/btns/btn_basic.jpg") repeat-x scroll center bottom #FFFFFF\9; /*IE Style*/
	box-shadow: 0px 1px 0px #ffffff;
}
				
.pagination ul li a:hover {
	background: #eeeeee;
	color: #333333;
}

.pagination ul li a:active {
	background: #dedede;
}
					
.pagination ul li.current {
	/*border-radius: 2px;*/
	padding: 5px 7px 3px 7px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: -moz-linear-gradient(top,  #cdcdcd,  #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#eeeeee));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#eeeeee');
	background: url("/themes/global/default/normal/images/btns/btn_basic_over.jpg") repeat-x scroll center bottom #FFFFFF\9; /*IE Style*/
	box-shadow: 0px 1px 0px #ffffff;
}
					
.pagination ul li.pre {
	margin-right: 5px;
}
					
.pagination ul li.next {
	margin-left: 5px;
}
					
.pagination ul li.pre a,
.pagination ul li.next a {
	color: #0079bd;
}
					
.pagination ul li.pre a:hover,
.pagination ul li.next a:hover {}
					
.pagination ul li.link_disabled {
	display: none;
}
					
.pagination span {
	display: inline-block;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	text-shadow: 0px 1px 0px #ffffff;
}

.pagination .results {
	margin: 6px 0 0 0;
}

.tablemaker .pagination .results {
	height: 25px;
	line-height: 25px;
}

/*----- Member Match Pagination */
div#match_list div#member_match_pagination {
	clear: both;
	padding-top: 10px;
}

div#match_list div#member_match_pagination div.pagination {
	margin: 0px;
	padding: 0px;
}

div#match_list div#member_match_pagination div.pagination ul {
	padding-left: 5px;
}

/*----- Bulk Actions */
.bulkactions {
	float: right;
	}
	
	.bulkactions a {
		font-style: oblique;
		text-transform: lowercase;
		}
		
		.bulkactions a:hover {
			color: #505B66;
			}
			
.subsections {
	float: left;
	}
	
	.subsections a {
		margin-top: -5px;
		}
		
.misc {
	float: left;
	}


/*** FRONT LOGIN - REMEMBER ME *** bender jan 6, 2009 ***/
#loginBox {
	border: 5px solid #D9D9D9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0;
	background: #FFF;
	}
	
	#loginBox .top {
		background: none;
		margin: 0 25px;
		padding: 0;
		width: auto;
		border-bottom: 1px solid #E6E6E6;
		}
		
	#loginBox .middle {
		background: none;
		padding: 8px 25px 0 25px;
		width: auto;
		}
		
	#loginBox .bottom {
		display: none;
		padding: 0 25px;
		width: auto;
		}
		
		#loginBox h2 {
			color: #1F76AB;
			text-transform: uppercase;
			font-size: 20px;
			}
			
		#loginBox .field_text,
		#loginBox .field_password {
			width: auto;
			}
			
			#loginBox .field_text input,
			#loginBox .field_password input {
				width: 340px;
				}
				
			#loginBox .field_text span,
			#loginBox .field_password span {
				width: auto;
				float: none;
				}
			
		#loginBox .reset {
			float: left;
			margin: 32px 0 0 12px;
			}
			
		#loginBox .input_row {
			width: 354px;
			float: left;
			}
			
		#loginBox .register {
			padding: 8px 0;
			float: right;
			}
			
#facebook_field {
	float: left;
	padding: 12px 0 0 0;
	}
	
	#facebook_field p {
		float: left;
		}
	
	#facebook_field span#fb-link {
		display: block;
		float: left;
		margin-left: 8px;
		}
	
#remember_me_field {
	float: left;
	padding: 0;
	/*width: 230px;*/
	width: auto;
	margin-left: 172px;
	position: relative;
	}
	
	#remember_me_field span.label {
		float: left;
		text-align: left;
		padding: 0;
		width: auto;
		margin: 0 0 0 22px;
		}
		
		#remember_me_field span.label .instructions {
			width: auto;
			font-size: 12px;
			line-height: 22px;
			}
	
	#remember_me_field #remember_me {
		border: none;
		position: absolute;
		left: 0;
		top: 0;
		}
	
#Login_field {
	clear: none;
	float: right;
	width: 100px;
	}
/*** END FRONT LOGIN ***/

/** ORG SETTINGS **/
#editorgsettings .formfield span.label label, #editorgsettings .field_radio span.radio_line label
{
	font-size: 16px;
}

/** CONTENT ALERTS ADMIN **/
#ca_admin_create_form
{
	width: 470px;
	float: left;
}

#myalerts table tr {
	border-bottom: 1px solid #CCC;
}

/** SKIP BUTTON **/
#skip
{
	float: right;
}

/** GO BACK TO ADMIN **/
#go_back_to_admin
{
	margin: 10px 0 0 0;
	float: right;
}

/* reg process quickies */

.reg_join img {
	border: 2px solid #505B66;
	width: 196px;
	}
	
/* recently released */
.released img {
	float: left;
	}
	
.released p {
	margin-top: 45px;
	text-align: center;
	font-size: 18px;
	width: 360px;
	float: right;
	line-height: 1.2;
	}

/* footer styling - merged from nadir.css on  aug 13, 2010 - bender */	
#footer {
	background: none;
	clear: both;
	margin-top: 8px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
	
	#footer a {
		color: #1F76AB;
		}
		
		#footer a:hover {
			color: #4D4D4D;
			}

#footer .content {
	width: 1000px;
	margin: auto;
	position: relative;
	}

	#footer .top,
	#footer .bottom {
		/* background: url(/themes/global/default/normal/images/boxes/footer_top.png) no-repeat; */
		width: 1000px;
		height: 10px;
		display: none;
		}
		
	#footer .bottom {
		/* background: url(/themes/global/default/normal/images/boxes/footer_bottom.png) no-repeat; */
		height: 15px;
		width: 1000px;
		}
		
	#footer .middle {
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6E6E6));
		background: -moz-linear-gradient(top,  #FFFFFF,  #E6E6E6);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6');
		-moz-border-radius: 5px;
		-moz-box-shadow: 0 3px 2px rgba(0,0,0,.4);
		-webkit-border-radius: 5px;
		-webkit-box-shadow: 0 3px 2px rgba(0,0,0,.4);
		border-radius: 5px;
		box-shadow: 0 3px 2px rgba(0,0,0,.4);
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		border: 1px solid #E6E6E6;
		display: table;
		overflow: hidden;
		padding: 0 20px 0 40px;
		width: 938px;
		*display: block;
		/* min-height: 100px; */
		}
		
		/* safari only styling */
			@media screen and (-webkit-min-device-pixel-ratio:0){
			#footer .middle {width: 100%;}
			}
		
		#footer .footer_logo {
			display: table-cell;
			vertical-align: middle;
			*display: block;
			*float: right;
			}
		
		#footer .logo {
			background-image: url(/themes/global/default/normal/images/logo_footer.png);
			background-position: center center;
			background-repeat: no-repeat;
			float: right;
			height: 100px;
			margin: 0;
			width: 120px;
			}
			
			#footer .logo:hover {
				opacity: .7;
				}

			#footer .logo-table {
				height: 100px;
				margin: 0;
				}
				#footer .logo-table tr {}
					#footer .logo-table td {
						padding: 0;
						text-align: right;
						}
						#footer .logo-table img {
							max-height: 80px;
						}

		#footer .info {
			display: table-cell;
			/* float: left; */
			font-size: 13px;
			line-height: 1.4;
			/* height: 100px; */
			/* position: absolute; */
			margin: 0;
			padding: 1em 0;
			width: 700px;
			vertical-align: middle;
			*display: block;
			*float: left;
			}
			
			#footer .info div {
				/* display: table-cell;
				vertical-align: middle;
				color: #333;
				margin: 0; */
				}
				
			/* fix so ie will vertically center footer elements */
			/* #footer .info div { *position: absolute; *top: 50%;}
			#footer .info div div { *position: relative; *top: -50%;} */
			
			#footer .info * {
				margin-bottom: 0;
				}
			
		#footer .about {
			line-height: 1.3;
			font-size: 13px;
			margin: 8px 0;
			}
		
		#footer .cms_nav {
			color: #808080;
			margin: 8px 0;
			font-size: 12px;
			}
			
			#footer .cms_nav li {
				display: inline;
				margin-right: 3px;
				}
				
				#footer .cms_nav a {
					color: #333;
					text-decoration: none;
					}
				
					#footer .cms_nav a:hover {
						color: #1F76AB;
						text-decoration: none;
						}
			
		#footer .contact {
			color: #808080;
			font-size: 11px;
			margin: 8px 0 0 0;
			}
				
		#footer .credits {
			clear: both;
			margin: auto;
			width: 1000px;
			color: #808080;
			font-size: 10px;
			}
			
			#footer .credits p {
				float: left;
				margin: 15px 0 0 0;
				}
				
			#footer .credits a:hover {
				color: #4D4D4D;
				}
				
/** alt css for logo on left **/
/*
#footer .middle {
	display: block;
	}
	
#footer .info {
	display: block;
	float: right;
	margin-right: 100px;
	}
	
#footer .footer_logo {
	display: block;
	float: left;
	}
*/

/** WYSIWYG **/

.wysiwyg {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 0 0;
}
.wysiwyg p {
	margin-bottom: 10px !important;
}
.wysiwyg ul {
	margin-bottom: 10px !important;
	padding-left: 20px;
	}
	.wysiwyg ul li {
		list-style-type: disc;
		padding: 0;
	}
.wysiwyg ol {
	margin-bottom: 10px !important;
	margin-left: 0 !important;
	padding-left: 20px;
	}
	.wysiwyg ol li {
		padding: 0;
	}
	
/* TARGETED CONTENT */

#targeted-content, .targeted-content {
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	background: #F2F2F2;
	float:left;
	height:auto;
	margin-bottom:15px;
	padding: 15px;
	width: 925px;
	}
	#alert-modalbox.targeted-content {
		background: #FFF;
		margin: 0;
		width: auto;
	}
	#targeted-content p, .targeted-content p {
		float: none !important;
		line-height: 1.4;
		padding: 0;
		}
		#alert-modalbox.targeted-content p {
			padding: 0;
		}
	#targeted-content ul, .targeted-content ul {
		list-style: disc outside none;
		margin-left: 2.2em;
	}
	#targeted-content a, .targeted-content a.edit-link {
		color: #0079BD;
		float: right;
		font-style: italic;
		margin: 2px 0 0 20px;
		text-decoration: underline;
	}
		
/** ALERT MODALBOX **/

#alert-modalbox p {
	/* background:url("/themes/global/default/normal/images/targetedcontent/alert.png") no-repeat scroll 15px 15px transparent; */
	background: none !important;
	float:left;
	line-height:1.4;
	padding: 15px;
}
	#alert-modalbox a.alert-modalbox-edit {
		float: right;
	}

.modal-box {
	background-color: white;
	width: 600px;

}

.modal-box.ctrlCntr {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #D9D9D9;
    box-shadow: 10px 10px 8px #4D4D4D;
    width: 600px;
}

.modal-box.ctrlCntr .top {
	background: url("/themes/global/default/normal/images/bg_modalbox_top.jpg") repeat-x scroll 0 0 transparent;
	height: 35px;
	padding: 0 10px;
	width: 580px;
}

.modal-box.ctrlCntr .top a {
    background: url("/themes/global/default/normal/images/bg_white2.png") repeat scroll 0 0 transparent;
    color: #F2F2F2;
    float: right;
    font-weight: bold;
    height: 12px;
    margin-left: 8px;
    padding: 13px 10px 10px;
    text-decoration: none;
    text-transform: capitalize;
}
	.modal-box.ctrlCntr .top a:hover {
		text-decoration: underline;
	}

.modal-box.ctrlCntr .top h1 {
    color: #F2F2F2;
    float: left;
    line-height: 18px;
    margin-top: 8px;
    max-height: 13px;
    max-width: 500px;
    overflow: hidden;
    padding: 3px;
}

#alert-modalbox {
	padding: 20px;
}

