@charset "utf-8";
/*
	---------------------------------------------------------------
	leadlinked by fencl web design -- http://www.fenclwebdesign.com
	---------------------------------------------------------------
	base.css 7/19/2011
	---------------------------------------------------------------
*/

@import url("reset.css");

/* body settings */

body {
	background: #f9f9f9;
}

/* main wrapper */

#container {
	width: 100%;
	min-width: 980px;
	position: relative;
}

/* header */

header {
	width: 100%;
	height: 142px;
	position: relative;
	background: #ccc url(../images/headerbackground.jpg) repeat-x;
}

header img#grouplogo {
	position: absolute;
	top: 20px;
	left: 20px;
}

/*
header span {
	position: absolute;
	top: 73px;
	left: 123px;
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}

header span a {
	color: #707070;
	text-decoration: underline;
}

header span a:hover {
	color: #fff;
	text-decoration: none;
}
*/
header aside {
	position: absolute;
	top: 35px;
	right: 5px;
}

header aside ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0px 10px 0px 8px;
	border-right: solid 1px #000;
	color: #000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

header aside ul li a {
	color: #707070;
	text-decoration: underline;
}

header aside ul li a:hover {
	color: #707070;
	text-decoration: none;
}

/* -> navigation */

header nav {
	height: 36px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	margin: 0px 0px 0px 20px;
	width:1280px;
	/*overflow: hidden;*/
}

header nav .mainnav {
	height: 36px;
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	color: #fff;
	font: normal 12px/36px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 40px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration:none;
}


header nav .mainnav:hover,
header nav a.active{ color: #000; }


/* -> navigation -> specifics */

nav #dashboard {
	width: 220px;
	background: url(../images/nav_dashboard.png) no-repeat;
}

nav #dashboard:hover,
nav #dashboard.active {
	background: url(../images/nav_dashboard_active.png) no-repeat;
}

nav #managegroup {
	width: 158px;
	background: url(../images/nav_group.png) no-repeat;
}

nav #managegroup:hover,
nav #managegroup.active {
	background: url(../images/nav_group_active.png) no-repeat;
}

nav #editinformation {
	width: 179px;
	background: url(../images/nav_info.png) no-repeat;
}

nav #editinformation:hover,
nav #editinformation.active {
	background: url(../images/nav_info_active.png) no-repeat;
}

nav #sentLeads {
	width: 164px;
	background: url(../images/nav_leads.png) no-repeat;
}

nav #sentLeads:hover,
nav #sentLeads.active {
	background: url(../images/nav_leads_active.png) no-repeat;
}



nav #leadsmanager {
	width: 164px;
	background: url(../images/nav_leads.png) no-repeat;
}

nav #leadsmanager:hover,
nav #leadsmanager.active {
	background: url(../images/nav_leads_active.png) no-repeat;
}

nav #offermanager {
	width: 164px;
	background: url(../images/nav_offers.png) no-repeat;
}

nav #offermanager:hover,
nav #offermanager.active {
	background: url(../images/nav_offers_active.png) no-repeat;
}

/* subnav */


/* boxes */

#content {
	width: 100%;
	clear: both;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
}

article {
	position: relative;
	float: left;
	padding-bottom: 10px;
}

article.percent65 { width: 60%; min-width: 596px; }
article.percent35 { width: 35%; min-width: 365px; }
.percent50 { width: 47.5%; min-width: 486px; }
article.percent45 { width: 40%; }
article.percent55 { width: 55%; }
article.percent100 { width: 98%;}
article.percent100 section { width:100%; padding-right:6px;}

.sided { float: left; }
.newrow { clear: left; }
.spaceit { margin-right: 6px; }
.pushit { margin-left: 10px; }
.downit { margin-top: 10px; }

article section, section {
	position: relative;
	border: solid 1px #d9d9d9;
}
section.dashboard_large_header {
	width: 100%;
	height: 32px;
	background: #eceded;
	line-height: 32px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 14px;
}
section.dashboard_large_header span.small{
	font-size:11px;
	font-weight:normal;
	padding:0 5px;
}

section.dashboard_large_area {
	width: 100%;
	/*max-height: 500px;*/
	overflow: auto;
	background: #fff;
	margin: 2px 0 0 0;
}

.dashboard_small_area {
	width: 100%;
	background: #ffffff;
}

section #editicon {
	width: 33px;
	height: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: solid 1px #d9d9d9;
	cursor: pointer;
}

section #editicon img {
	position: relative;
	margin: 10px 0 0 0;
}

/* area styling: myprofile */

.dashboard_large_area table#myprofile {
	width: 98%;
	position: relative;
	margin: 10px 10px 0px 10px;
	border-top: solid 1px #d9d9d9;
}

td.profilepic {
	width: 200px;
}

td.profilepic img {
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
	border-left: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	vertical-align: top;
}
td.groupLogoPic {
	 width: 320px;
}

td.groupLogoPic img {
	/*width: 300px;
	height: 72px;*/
	position: relative;
	float: left;
	border-left: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	vertical-align: top;
}

td.profileinfo {
	width: 100%;
	vertical-align: top;
	padding: 5px 0px 10px 10px;
}

td.profileinfo h1 {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #d9d9d9;
	color: #294c33;
	font: bold 12px Arial, Helvetica, sans-serif;
}

td.profileinfo hgroup {
	width: 100%;
	position: relative;
	min-height: 31px;
	clear: both;
	margin-bottom: 2px;
}

td.profileinfo hgroup.altbg {
}

td.profileinfo hgroup.greyone {
	background: #f5f5f5;
}

td.profileinfo hgroup.greytwo {
	background: #fafafa;
}

td.profileinfo hgroup.lastone {
	border-bottom: solid 1px #d9d9d9;
}


td.profileinfo p {
	position: relative;
	padding: 10px;
	color: #525151;
	font: normal 12px Arial, Helvetica, sans-serif;
}

/*td.profileinfo span {
	width: 90px !important;
	position: relative;
	float: left;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
}*/

td.profileinfo p a {
	color: #3ca66b;
	text-decoration: underline;
}

td.profileinfo p a:hover {
	color: #333;
	text-decoration: none;
}

/* area styling group news */

.dashboard_small_area .news {
	max-height: 483px;
	overflow: auto;
	padding: 0px 10px 10px 10px;
}

.dashboard_small_area .smallheading {
	padding: 10px 10px 0px;
}



.dashboard_small_area .smallheading h1 {
	color: #000;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #d9d9d9;
	padding: 0px 0px 6px 0px;
}

.dashboard_small_area .news hgroup {
	background: #f5f5f5;
	padding: 5px;
	border-bottom: solid 1px #d9d9d9;
}

.news hgroup.altbg {
	background: #fafafa;
}

.dashboard_small_area .news hgroup table.news {
	width: 100%;
}

td.newspic {
	width: 72px;
	padding-right: 10px;
}

td.newsbody {
	width: 100%;
	vertical-align: top;
}

td.newsbody strong {
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
}

td.newsbody h2 {
	padding-bottom: 5px;
	border-bottom: solid 1px #d9d9d9;
	color: #000;
	font: normal 10px Arial, Helvetica, sans-serif;
}

td.newsbody h2 em {
	color: #4c6b1f;
}

td.newsbody p {
	width: 100%;
	text-align: justify;
	padding: 5px 0px 5px 0px;
	color: #606060;
	font: normal 10px Arial, Helvetica, sans-serif;
}

/* area styling: myprofile */

	table#mycompany {
	width: 99%;
	position: relative;
}

td.companyname {
	width: 100px;
	padding-left: 10px;
}

td.companyname h1 {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #d9d9d9;
	color: #294c33;
	font: bold 12px Arial, Helvetica, sans-serif;
}

td.companypics {
	width: 100%;
	padding: 2px 0px 2px 10px;
}

td.companypics img {
	float: left;
	padding-right: 2px;
}

td.companypics img.lastpic {
	padding-right: 0px;
}

td.clear {
	clear: both;
}

td.companyinfo {
	width: 100%;
	vertical-align: top;
	padding: 0px 0px 10px 10px;
}

td.companyinfo hgroup {
	width: 100%;
	position: relative;
	min-height: 31px;
	clear: both;
	margin-bottom: 2px;
}

td.companyinfo hgroup.altbg {
}

td.companyinfo hgroup.lastone {
	border-bottom: solid 1px #d9d9d9;
}


td.companyinfo p {
	position: relative;
	padding: 10px;
	color: #525151;
	font: normal 12px Arial, Helvetica, sans-serif;
}

/*td.companyinfo span {
	width: 130px !important;
	position: relative;
	float: left;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
}*/

td.companyinfo p a {
	color: #3ca66b;
	text-decoration: underline;
}

td.companyinfo p a:hover {
	color: #333;
	text-decoration: none;
}

/*  area styling: payments */

.dashboard_small_area #payments {
	max-height: 483px;
	overflow: auto;
	padding: 0px 10px 10px 10px;
}

#payments hgroup {
	width: 100%;
	position: relative;
	min-height: 31px;
	clear: both;
	margin-bottom: 2px;
}

#payments hgroup.altbg {
}

#payments hgroup.lastone {
	border-bottom: solid 1px #d9d9d9;
}

#payments hgroup img {
	float: right;
}


#payments hgroup p {
	position: relative;
	padding: 10px;
	color: #525151;
	font: normal 12px Arial, Helvetica, sans-serif;
}
 .helper > p { 
	position: relative;
	padding: 10px;
	color: #525151;
	font: normal 12px Arial, Helvetica, sans-serif;
}

/*
#payments hgroup span {
	width: 90px !important;
	position: relative;
	float: left;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
}*/

/*  area styling: files */
.dashboard_small_area #files {
	max-height: 483px;
	overflow: auto;
	padding: 0px 10px 10px 10px;
}

#files hgroup {
	width: 100%;
	position: relative;
	min-height: 31px;
	clear: both;
	margin-bottom: 2px;
}

#files hgroup.altbg {
}

#files hgroup.lastone {
	border-bottom: solid 1px #d9d9d9;
}

#files hgroup img {
	float: right;
}

#files hgroup p {
	position: relative;
	padding: 10px;
	color: #525151;
	font: normal 12px Arial, Helvetica, sans-serif;
}

/*
#files hgroup span {
	width: 100px !important;
	position: relative;
	float: left;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
}*/


#files hgroup a { color:#3ca66b; }
#files hgroup.dlink p { text-align:right; }



/* MANAGE GROUP TAB
**************************************/
/* manage group sub navigation */
#manage-navigation {
	background-color:#fcfcfc;
	border: 1px solid #d9d9d9;
	width: 95%;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    font-weight: bold;
    font-size: 14px;
	text-transform:uppercase;
	position:relative;
	margin: 0 0 10px 10px;
	padding-right:6px;
}
#manage-navigation div.managenav {
	float:left;
	padding-right:10px;
}
#manage-navigation div.active {
}
#manage-navigation div.divider {
	float:left;
	padding-right:10px;
}
#manage-navigation div.managenav a {
	text-decoration:underline;
	color:#000;
	font-weight:normal;
}

/*  area styling: GENERAL */
#group-info, #access-requests, #current-group-news {
    position: relative;
    margin: 0 10px 10px;
}
#edit-group-info, #add-news-item, #add-points, #add-payment, #active-payments, #current-files, #add-file, #send-email {
    position: relative;
    margin: 10px 10px 0;
}
#active-payments, #current-files {
    position: relative;
    margin: 10px;
}

/* area styling: .news*/
.news .edit {
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#134522;
	padding:5px 5px;
}
.news a {
	text-decoration:none;
	padding:0 4px;
	color:#3ca66b;
}
.news a:hover {
	text-decoration:underline;
}


/* area styling: help box & content */
.dashboard_small_area .helper {
	position:relative;
	padding:0 10px 10px;
}
.helper hgroup {
	padding:0 10px;
	background-color:#fcfcfc;
}
.helper h2 {
    font-weight: bold;
    font-size: 12px;
	border-bottom: 1px solid #ededed;
	padding:5px 0;
}
.helper p {
	padding-left:0;
}

.helper  ul{
	padding:0 10px;
	color:#3ea057;
	margin-left:15px;
}
.helper li{
	list-style:initial;
	padding:10px 0;
}
.helper li span {
	line-height:18px;
	font-size:12px;
	color:#757575;
}

/* area styling: MANAGE MEMBERS */
#manage-members {
    position: relative;
    margin: 0 10px 10px;
}
#manage-members .subheader { color:#11451f;}
#manage-members nav {
	float:right;
	border:solid 1px #d9d9d9;
	padding:2px 0 5px;
	margin-top:5px;
	margin-right:-3px;
}
#manage-members nav span {
	padding:0 5px;
}
#manage-members nav span a {
	text-decoration:underline;
	font-size:10px;
}
#manage-members input.text {
	padding:2px 10px;
	border:1px solid #d9d9d9;
	width:250px;
}
#manage-members hgroup.lastone {
	margin-bottom:10px;
}



/* GLOBAL DEFAULT STYLES
**************************************/

/* aligns, floats & clears */
.alignright{ text-align:right;}
.clearboth{ clear:both;}
.floatleft { float:left;}
.floatright { float:right;}

/* spacers for vertical space */
.spacer34 { height:34px; visibility:hidden; }

/* basic default styles for things within content */
#content a { color:#707070;}
#content .required { color:red; }

/* global no border classes */
.noborder { border: none !important; }
.noborder-right { border-right: none !important; }
.noborder-left { border-left: none !important; }
.noborder-top { border-top: none !important; }
.noborder-bottom { border-bottom: none !important; }

/* hgroup */
hgroup span {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	position: relative;
}
hgroup span.label { 
	width: 150px !important; 
	font-weight:bold;
	float: left;
}
hgroup span.details {
	display:block;
	margin-left:100px;
}
hgroup p {
	position: relative;
	padding: 10px;
	color: #525151;
	font: normal 12px Arial, Helvetica, sans-serif;
}
hgroup {
	/*width: 100%; */
	position: relative;
	min-height: 31px;
	clear: both;
	margin-bottom: 2px;
	background-color: #f1f1f1;
}
hgroup.altbg {
	background: #fcfcfc;
}
hgroup.lastone {
	border-bottom: solid 1px #d9d9d9;
}
hgroup.paypal form {
	padding:10px;
	text-align:right;
}
hgroup.alignright {
	text-align:right;
}
hgroup.edit{
	text-align:right;
}
hgroup.edit a {
	color:#3ca66b;
	padding:0 6px;
}


/* h1 subheader default styles */
h1.subheader {
    width: 100%;
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #d9d9d9;
    color: #294c33;
    font: bold 12px Arial, Helvetica, sans-serif;
}


/* expand link styles */
span.expand  { float:right; color:#000; font-weight:normal; font-size:12px;}
span.expand a { color:#3ca66b; font-weight:normal; font-size:12px;}

/* FORM STYLES FOR MANAGE */
form.manage {

}
form.manage div {
    width: 100%;
    position: relative;
    clear: both;
	padding-bottom:6px;
}
form.manage label {
	background-color:#fafafa;
	float:left;
	border: solid 1px #d9d9d9;
	text-align:center;
	width:100px;
	height:31px;
	line-height:31px;
	font-weight:bold;
	font-size:12px;
}
form.manage span.field {
	display:block;
	min-height:31px;
	border: solid 1px #e2e1e1;
	margin-left:110px;
	padding-right:20px;
}
form.manage span.row{
	display:block;
	border: solid 1px #d9d9d9;
	background-color:#fbfbfb;
	margin:0 0 2px 0;
	line-height:16px;
	font-weight:bold;
	font-size:12px;
	padding:10px;
}
form.manage span.row a {
	font-weight:normal;
}
form.manage span.file {
	display:block;
	min-height:31px;
	margin-left:110px;
	padding-right:97px;
	position:relative;
	background-image:url('../images/button_browse.png');
	background-repeat:no-repeat;
	background-position:right;
}

span.smallfile{
	display:block;
	min-height:31px;
	margin-left:20px;
	padding-right:97px;
	position:relative;
	background-image:url('../images/button_browse.png');
	background-repeat:no-repeat;
	background-position:right;
}

form.manage input.file {
	position: absolute;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width:100%;
	height:100%;
}
form.manage input.filedisplay {
	position:relative;
	top:0; left:0;
	z-index:1;
	width:100%;
	padding-left:5px;
	background-color:#fafafa;
	border: solid 1px #d9d9d9;
	height:30px;
}


	
form.manage input.text { 
	background-color:#fafafa;
	color:#747474;
	border:none;
	display:block;
	margin:0;
	padding:0 10px;
	width:100%;
	height:31px;
}
form.manage input.checkbox {
	margin:0 10px 1px 0;
}
form.manage textarea {
	resize:vertical;
	width:100%;
	height:100px;
	background-color:#fafafa;
	color:#747474;
	border:none;
	margin:0;
	padding:5px 10px;
}
form.manage select {
	width:100%;
	display:block;
	background:none;
	border:none;
	height:30px;
	margin-left:20px;
}
form.manage select.multiple {
	height:auto;
}
form.manage span.radio {
	display:block;
	height:31px;
	padding-right:14px;
	float:left;
	line-height:31px;
}
form.manage span.radio input {
	vertical-align:top;
	margin:8px 10px;
}
form.manage span.charcount {
	color:#ccc;
	display:block;
	width:100%;
	border-top: solid 1px #d9d9d9;
	padding:3px 10px;	
}
form.manage span.charcount input {
	border:none;
	color:#ccc;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
/* hover state */
form.manage input.text:hover, form.manage textarea:hover {
	background-color:#ffffff;
	color:#000;
}

/* form buttons */
form input.button-edit {
	background-repeat:no-repeat;
	background-image:url('../images/button_edit.png');
	width:81px;
	height:23px;
	border:none;
}
form input.button-position {
	background-repeat:no-repeat;
	background-image:url('../images/button_position.png');
	width:103px;
	height:23px;
	border:none;
}
form input.button-news {
	background-repeat:no-repeat;
	background-image:url('../images/button_news.png');
	width:83px;
	height:23px;
	border:none;
}
form input.button-payment {
	background-repeat:no-repeat;
	background-image:url('../images/button_payment.png');
	width:153px;
	height:23px;
	border:none;
}
form input.button-file {
	background-repeat:no-repeat;
	background-image:url('../images/button_file.png');
	width:71px;
	height:23px;
	border:none;
}
form input.button-email {
	background-repeat:no-repeat;
	background-image:url('../images/button_mail.png');
	width:83px;
	height:23px;
	border:none;
}
form .subheader{ margin-bottom:5px; font-size: 16px;}
/* form sortheader holder thingy */
.sortheader {
	margin-bottom:10px;
	font-size:10px;
}
.sortheader a, .sortheader span {
	padding:0 5px;
}


.addbutton{	
	font-family:Arial; 
	font-weight:bold; 
	font-size:12px; 
	color:#000; 
	background-color:#ECECEC; 
	border:1px solid #DDDDDD;	
}


.leadnumber{
	
	
	position:absolute; 
	font-family:Tahoma, Geneva, sans-serif; 
	left:720px; 
	top: 6px;
	z-index:1000; 
	font-size:10px; 
	background-color:#900; 
	padding:2px;
	text-align:center; 
	color:#FFF; 
	font-weight:bold;
	
}


/* footer */

#footer {
	width: 100%;
	height: 143px;
	position: relative;
	clear: both;
}

#footer #links {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	/*background: black;*/
}

#footer #links ul {
	position: absolute;
	top: 85px;
	left: 80px;
}

#footer #links ul li {
	display: inline;
	list-style: none;
	padding-right: 20px;
	font: normal 14px Arial, Helvetica, sans-serif;
}


#footer #links ul li a { color: #e2f1e4; text-decoration: none; }
#footer #links ul li a:hover { color: #fff; text-decoration: underline; }

#footer #links #leadlinked {
	width: 195px;
	height: 34px;
	position: absolute;
	background-position: top right;
	right: 15px;
	top: 75px;
	color: #e2f1e4;
	font: normal 14px/34px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

#footer #links #leadlinked:hover {
	color: #fff;
	text-decoration: none;
}

#copyrighting {
	position: relative;
	margin: -25px 0 0 50px;
	text-align: center;
	color: #555;
	font: normal 12px Arial, Helvetica, sans-serif;
	z-index: 10;
  /*background:#ccc !important;*/
}

#copyrighting a { text-decoration: underline; }
#copyrighting a:hover { color: #555; text-decoration: none; }


/* folling is for my points on dashboard*/
#pointstable{ background:url(/backend/images/bckg_gradient01.png) repeat-x #5f5f60; margin:10px; padding:10px;}
#pointstable table {width:100%;color: #000; vertical-align: baseline;  }
#pointstable hr {margin:3px 0; background:#000; border:none; }
#pointstable tr:hover td {color:#ff6600;}
.ptype, .pmtotal, .pgtotal {font-size: 20px; border-bottom:1px dashed #707070; padding: 10px 0;}
.phead {font-size:25px;padding-bottom: 8px; color:#00c758!important; border:none!important; }
.pmtotal {
    text-align: center;
}
.pgtotal {
    text-align: center;
}



.clear {clear:both;}
#pie1, #pie2 {float:left;margin: 30px 20px 155px;}
#pie1 * , #pie2 *{font-size: 14px !important;}
/* @end */
.btn_sumit{ height:40px; background:#006633; font-size:14px; font-weight:bold; color:#FFF; cursor:pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
@media print {
.noshow { display: none; }
}