body {
	background: url(../images/wrapper-bg.jpg) black top center repeat-y;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 64.5%;
	margin: 0;
}


.underline {
        border-top: 1px solid black;
	padding-bottom: 10px;
}

/************************
Default Styles 
*************************/

a:link, a:visited {
	color: #d52319;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

ul li a:link,
ul li a:visited {
	color: #ee3b33;
	text-decoration: underline;
}

ul li a:hover,
ul li a:active {
	color: #ee3b33;
	text-decoration: none;
}

p, table, address {
	font-size: 1.15em;
	line-height: 1.3em;
	font-style: normal;
}

p, h4 {
	margin-bottom: 14px;
}

h2 {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 17px;
}

h2 span {
	display: none;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	font-size: 110%;
}

table {
	margin: 0 0 15px 0;
	width: 215px;
	background: #dbdad7;
	border: 1px solid black;
	font-size: 98%;
}

td {
	vertical-align: top;
}

.odd {
	background: #efeeeb;
}

table th {
	height: 27px;
	padding-left: 50px;
}

th span {
	display: none;
}

th.topFundraisers-th {
	background: url(../images/th-topFundRaisers.gif) #ee3b33 10% 50% no-repeat;
}

th.topTeams-th {
	background: url(../images/th-topTeams.gif) #ee3b33 4% 50% no-repeat;
}

th.honorRoll-th {
	background: url(../images/th-honourRoll.gif) #ee3b33 7% 50% no-repeat;
}

table td {
	padding: 5px;
/*	border-bottom: white 1px solid; */
}

ul {
	margin-bottom: 10px;
}

textarea, input {
	padding: 5px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, "sans serif";
}

input[type="text"] {
	width: 122px;
	height: 1.2em;
	border: 1px solid #a5acb2;
}

select {
	font-size: 1.15em;
	padding: 1px;
}

label {
	font-size: 1.2em;
	color: black;
	margin-right: 5px;
}

input[type="radio"],
input[type="text"],
select {
	margin-right: 8px;
}

input[type="submit"]:hover {
	cursor: pointer;
}

table {
	background: none;
	border: none;
}

td {
	vertical-align: middle;
}

hr {
	margin: 30px 0;
}

.btn-submit {
	text-indent: -9999px;
}

.btn-review {
	text-indent: -9999px;
}

/************************
Main Styles 
*************************/

#wrapper {
	background: url(../images/body-bg-2.jpg) top center no-repeat;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#content {
	margin: 0 0 0 45px;
}

/************************
Three Col Layout
*************************/

body#threeCols #wrapper{
	background: url(../images/body-bg-3.jpg) top center no-repeat;
	position: relative;
}

/* Three Col Primary Content */

body#threeCols #primary-content {
	width: 494px;
	margin: 215px 0 0 0px
}

/************************
Single Col Layout
*************************/

body#singleCol #primary-content {
	width: 693px;
}

/************************
Main Nav 
*************************/

#main-nav {
	width: 758px;
	height: 89px;
	margin: 0 auto;
	padding: 151px 0 25px 2px;
}

#main-nav img{
	display: none;
}

#main-nav li,
#main-nav li a,
#personal-nav li,
#personal-nav li a {
	float: left;
	display: inline;
}

#main-nav li#nav-home a  {width: 92px; height: 89px; background: url(../images/icon-welcome-full.jpg) top left; }
#main-nav li#nav-personal a  {width: 95px; height: 89px; background: url(../images/icon-personalPage-full.jpg) top left; }
#main-nav li#nav-team a  {width: 92px; height: 89px; background: url(../images/icon-teamPage-full.jpg) top left; }
#main-nav li#nav-address a  {width: 95px; height: 89px; background: url(../images/icon-addressBook-full.jpg) top left; }
#main-nav li#nav-email a  {width: 95px; height: 89px; background: url(../images/icon-emailCentre-full.jpg) top left; }
#main-nav li#nav-donation a  {width: 102px; height: 89px; background: url(../images/icon-donationHistory-full.jpg) top left; }
#main-nav li#nav-offline a  {width: 102px; height: 89px; background: url(../images/icon-offlineDonations-full.jpg) top left; }
#main-nav li#nav-help a  {width: 85px; height: 89px; background: url(../images/icon-help-full.jpg) top left; }

#main-nav li#nav-home a:hover,
#main-nav li#nav-personal a:hover,
#main-nav li#nav-team a:hover,
#main-nav li#nav-address a:hover,
#main-nav li#nav-email a:hover,
#main-nav li#nav-donation a:hover,
#main-nav li#nav-offline a:hover,
#main-nav li#nav-help a:hover {
	background-position: top right;
}

/************************
Primary Content Wrapper 
*************************/

#primary-content {
	padding: 0px 0 0px 60px;
	float: left;
	width: 460px;
	min-height: 500px;
}

#primary-content h4, 
#primary-content ol,
#primary-content p {
	margin-left: 15px;
}


/************************
Campaign Reminders 
*************************/

h2.campaign-header {
	height: 45px;
	background: url(../images/h2-campaignReminders-2.jpg) no-repeat;
}

.campaign-reminders ul li em{
	font-size: 114%;
	font-weight: bold;
	color: #ce241a;
	font-style: normal;
}

.campaign-reminders ul li {
	font-size: 1.4em;
	font-weight: bold;
}

.campaign-reminders ul li ul {
	margin: 9px 0 17px 36px;
}

/************************ 
Step by Step 
*************************/

h2.stepByStep-header {
	height: 45px;
	background: url(../images/h2-stepByStep.jpg) no-repeat;
	margin: 0 0 8px -5px;
}

ol.custom-numbers {
	margin-bottom: 10px; 
}

ol.custom-numbers li{
	padding: 5px 0 15px 27px; 
	font-size: 1.15em;
}

ol.custom-numbers li#step-1 {
	background: url(../images/li-1.gif) left top no-repeat;
}

ol.custom-numbers li#step-2 {
	background: url(../images/li-2.gif) left top no-repeat;
}

ol.custom-numbers li#step-3 {
	background: url(../images/li-3.gif) left top no-repeat;
}

/************************
Tip of the Week 
*************************/

.tipOfWeek {
	background: url(../images/tip-bg.jpg) top left no-repeat #999798;
	width: 469px;
	border: black 1px solid;
	color: white;
	margin: 0 0 15px 15px;
}

h2.tipOfWeek-header {
	background: url(../images/h2-tipOfWeek.jpg) no-repeat;
	height: 46px;
}

.tipOfWeek h4 {
	padding-top: 15px;
}

.tipOfWeek p {
	padding-right: 15px;
}

.table-home {
	border:1px #0f0d0d solid;
}
	.table-home tr{
		background:#dbdad7;
	}

/************************
The Team
*************************/

#the-team img {
	float: left;
	border: 1px solid black;
	margin: 0 15px 15px 0;
}

#the-team .info {
	float: left;
	width: 195px;
}

#the-team .info h3 {
	margin: 0 0 3px 0;
}

#the-team h2.teamWelcome-header {
	background: url(../images/h2-welcometoOurPage.gif) 0 50% no-repeat;
	height: 18px;
	margin: 0 0 10px 0;
}

#the-team ul li {
	font-size: 1.15em;
	line-height: 1.7em;
}

#the-team p {
	margin: 0 0 20px 0;
	padding: 0;
}

#the-team h4 {
	margin: 0;
	padding: 0;
}

.team-btns img {
	margin-right: 20px;
}

.team-btns {
	margin-bottom: 30px;
}

/************************ 
My Team Info 
*************************/

.myTeamPage-header {
	background: url(../images/h2-myTeamPage.gif) no-repeat;
	height: 18px
}

.my-team-info-inner {
	position: relative;
}

.profile-pic {
	position: relative;
	display: inline;
	float: left;
}

.profile-pic img.append-edit {
	position: absolute; bottom: 1px; right: 1px;
}

.profile-pic img.append-remove {
	position: absolute; bottom: 1px; right: 65px;
}

.my-team-info-inner {
	float: left;
	width: 370px;
	padding: 0 0 0 20px;
}

.my-team-info-inner table td {
	font-size: 1.2em;
	padding: 5px 0 5px 0;
}

.total-amount-raised-number {
	color: #ee3b33;
	font-weight: bold;
}

#primary-content .my-team-info-inner h3, 
#primary-content .my-team-info-inner h4 {
	padding: 0;
	margin: 0;
	font-size: 110%;
}

#primary-content .my-team-info-inner h3 {
	font-size: 1.3em;
	color: #ee3b33;
	margin: 0 0 15px 0;
}

.my-team-info-inner table {
	background: none;
	border: none;
	width: 358px;
	
}

.my-team-info-inner input[type=text] {
	font-size: 1em;
	width: 74px;
	padding: 2px;
}

.btn-updateGoal {
	position: absolute; top: 180px; left: 20px;
	border: none;
	font-size: 1em;
	width: 108px; height: 22px;
	background: url(../images/btn-updateGoal.png) no-repeat;
	padding: 0;
}

.btn-updateGoal:hover {
	cursor: pointer;
}

.my-team-info img {
	float: right;
}
.team_options {
	clear:both;
	margin-left:12px;
	margin-top:15px;
}
	.team_options label{
		display:block;
		margin-top:8px;
	}
	.team_options .btn-save{
		float:right;
		width:54px;
		height:22px;
	}

/* My Team More Info */

.my-team-info-more {
	clear: both;
	float: left;
	margin-top: 20px;
}

.my-team-info-more h3 {
	font-size: 1.15em;
}

.my-team-info-more input[type=text] {
	font-size: 1.15em;
	margin-bottom: 15px;
}

#primary-content .my-team-info-more p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #686868;
}

#primary-content .my-team-info-more p.team-message {
	position: relative;
	border: 1px solid #a5acb2;
	padding: 20px;
}

#primary-content .my-team-info-more p.team-message {
	border: 1px solid #a5acb2;
	padding: 15px;
	color: black;
}

#primary-content .my-team-info-more p.team-message img {
	position: absolute; bottom: 0; right: 0;
}

.team-buttons {
	text-align: right;
}

.team-buttons img {
	margin: 5px 0 0 15px;
}

.team-members {
	position: relative;
}

.teamMembers-header {
	background: url(../images/h2-teamMembers.png) no-repeat 0% 2px;
	height: 21px;
}

.btn-emailMyTeam {
	position: absolute; top: 0; left: 130px;
}

.team-members-list {
	overflow:auto;
	overflow-y:auto; 
	overflow-x:hidden;
	height:136px;
	width:680px;
	border: 1px solid #a5acb2;
	font-size: 1.15em;
}
	.team-members-list table{
		width:100%;
	}
	.team-members-list th{
		background: #ee3b33;
		color: white;
		text-align: left;
		padding: 0;
		margin: 0;   
		height: 100%;
		text-transform: uppercase;

	}
	.team-members-list td {
		padding:4px;
		padding-left:10px;
	}

.btn-viewTeamMessageBoard{
	float:left;
}

	
/************************ 
My Personal Page 
*************************/

h2.myPersonalPage-header {
	background: url(../images/h2-myPersonalPage.gif) no-repeat;
	height: 18px;
}

h2.myPersonalDetails-header {
	background: url(../images/h2-myPersonalDetails.gif) no-repeat;
	height: 18px;
}

.personal-details table {
	float: left;
	background: none;
	border: none;
}

.personal-details-form-1 {
	width: 300px;
}

.personal-details-form-2 {
	width: 330px;
}

.personal-details input {
	font-size: 1.15em;
	height: 1.4em;
	padding: 2px;
}

.personal-details td {
	padding: 0 0 5px 0;
	margin: 0;
}

.personal-details label {
	font-size: 1.2em;
}

.personal-details input[type="text"],
.personal-details input[type="password"],
.personal-details select {
	border: 1px solid #a5acb2;
}

small {
	color: #a5acb2;
}

/************************ 
Secondary Content 
*************************/

#secondary-content {
	float: left;
	width: 240px;
	margin-left: 20px;
	
}

#secondary-content .team-honorRoll {
	width: 200px
}

/************************ 
Front Lines
*************************/

h2.frontLines-header {
	background: url(../images/h2-visitFrontLines.jpg) no-repeat;
	height: 46px;
}

#secondary-content p {
	font-size: 105%;
	color: #67686a;
	width: 213px;
}

#secondary-content img {
	margin:0 0 15px 35px;
}

/************************
Make a Donation
*************************/

body#threeCols #secondary-content {
	width: 197px;
	margin: 205px 0 0 17px;
}

h2.fundraisingGoal-header {
	background: url(../images/h2-fundraisingGoal.jpg) no-repeat;
	height: 45px;
	margin: 0 0 5px 10px;
}

#secondary-content img.therm {
	float: left;
	margin-left: -5px;
}

#secondary-content .fb-share {
	position: relative;
	float: left;
}

#secondary-content .fb-share img {
	float: left;
	margin: 0;
	padding-left: 25px;
}

#secondary-content .fb-share a{
	text-decoration: none;
}

#secondary-content p.fb-share .share {
	position: absolute; top: 3px; left: 65px;
	font-weight: bold;
	color: black;
	font-size: .7em;
}

/************************
Fundraising Goal
*************************/

#secondary-content h4 {
	margin: 0 0 5px 0;
}

#secondary-content .fundraising-goal p {
	font-size: 1.6em;
	color: black;
}

#secondary-content .fundraising-goal h4 span{
	display: none;
}

#secondary-content .fundraising-goal .fund-info {
	float: left;
	width: 100px;
}

#secondary-content .fundraising-goal h4.goal-header {
	height: 13px;
	background: url(../images/txt-goal.gif) top left no-repeat;
}

#secondary-content .fundraising-goal h4.raised-header {
	height: 13px;
	background: url(../images/txt-raised.gif) top left no-repeat;
}

#secondary-content .fundraising-goal h4.totalDonors-header {
	height: 13px;
	background: url(../images/txt-totalDonors.gif) top left no-repeat;
}

#secondary-content p.team-goal {
	font-size: 1.3em;
}

#secondary-content p.team-goal span.goal-percent{
	font-size: 280%;
	font-weight: bold;
	display: block;
	margin: 85px 0 -5px 0;
}

/************************ 
Message Board
*************************/

#messageBoard {
	margin: 0 0 0 60px;
	width: 700px;

}

#messageBoard ul {
	margin-left: 10px;
}

h2.messageBoard-header {
	background: url(../images/h2-messageBoard.gif) no-repeat;
	height: 36px;
	margin: 0 0 5px 0;
}

#messageBoard .messages {
	overflow: scroll;
	overflow-x: hidden;
	height: 150px;
	padding-top: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

/************************
Email Center
*************************/

#email-content .email-body {
	float: left;
}

#email-content .addresses {
	clear: both;
}

#email-content .email-body {
	float: left;
	width: 450px;
}


#email-content li {
	font-weight: bold;
}

#email-content h2.emailCenter-header {
	background: url(../images/h2-emailCenter.gif) no-repeat;
	height: 18px;
	margin: 0 0 5px 0;
}

#email-content h2.emailType-header {
	background: url(../images/h2-typeOfEmail.gif) no-repeat;
	height: 18px;
	margin: 0 0 15px 0;
}

#primary-content #email-content h4, 
#primary-content #email-content ol, 
#primary-content #email-content p {
margin-left:0;
}

#email-content .contentInfo {
	width: 195px;
	float: right;
	border: 1px solid red;
	background: #f2f2f2;
	border: 1px solid black;
	padding: 15px 15px 0 8px;
	margin-top: 25px;
}

#email-content .contentInfo .email-notify-number {
	width: 20px;
	text-align: center;
	font-weight: bold;
	color: #ce241a;
}

#email-content .contentInfo p{
	float: left;
	font-size: .9em;
	width: 160px;
}

#email-content .contentInfo table,
#email-content .contentInfo table td {
	background: none;
	border: none;
}

#email-content .contentInfo table td strong{
	color: #ce241a;
	font-weight: bold;
}

.address-book table {
	width: 100%;
	margin: 0;
}

.address-book table th {
	background: #ee3b33;
	color: white;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 100%;
	text-transform: uppercase;
	padding: 5px;
}

#email-content .buttons {
	margin-bottom: 15px;
}

#email-content .buttons img{
	margin-right: 15px;
}

#email-content textarea {
	width: 100%;
	margin-bottom: 15px;
}

#email-content textarea.emailMessage {
	height: 200px;
}

.submit-area {
	float: right;
}

#email-content .submit-area img{
	margin: 0 -10px 0 15px;
}

/************************
Address Book
*************************/

.address-book-nav,
.contact-search-form {
	border-bottom: 1px solid black;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
}

.address-book {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	height: 200px;
	overflow-y: scroll;
	margin-bottom: 15px;
}

h2.addressBook-header {
	background: url(../images/h2-addressBook.gif) no-repeat;
	height: 19px;
}

h2.searchContacts-header {
	background: url(../images/h2-searchContacts.gif) no-repeat;
	height: 19px;
}

.contact-search-form input {
	width: 250px;
	margin: 0 5px 0 5px;
	font-family: Arial, helvetica, "sans serif";
	font-size: 1.2em;
}

.contact-search-form img {
	vertical-align: middle;
}

/************************
Offline Donations
*************************/

.offlineDonations-body p {
	width: 454px;
}

.offlineDonations-header {
	background: url(../images/h2-offlineDonations.gif) no-repeat;
	height: 18px;
}

.offlineDonations-body .sideBox {
	border: 1px solid black;
	padding: 0px;
	margin: 0;
	background: #f2f2f2;
}

.donationDetails-header {
	background: url(../images/h2-donationDetails.gif) no-repeat;
	height: 18px;
}

.donationDetails-header label{
	float: left;
}

.offlineDonations-body table {
	width: 286px;
	clear:both;
}

.offlineDonations-body table h4{
	margin: 10px 0 5px 0;
}

.offlineDonations-body table strong{
	font-weight: bold;
	color: #ee3b33;
}

.offlineDonations-body input[type="submit"] {
	height: 22px;
	width: 68px;
	background: url(../images/btn-submit.jpg) no-repeat;
	border: none;
}

.offlineDonations-body input[type="submit"][value="review"] {
	margin-left:10px;
	height: 22px;
	width: 138px;
	background: url(../images/btn-reviewDonation.gif) no-repeat;
	border: none;
}

.donationInfo {
	float:left;
	height:50px;
}

.attributedTo {
	width:240px;
	float:right;
}
	.attributedTo input{
		float:left;
	}
	.attributedTo label{
		float:right;
		width:210px;
	}

/************************
Donations History
*************************/

.donationHistory-header {
	background: url(../images/h2-donationHistory.gif) no-repeat;
	height: 18px;
}

.searchHistory-header {
	background: url(../images/h2-searchHistory.gif) no-repeat;
	height: 18px;
}

.teamDonations-header {
	font-size:14px;
	margin-bottom:20px;
}

.donationHistory-body input[type="submit"] {
	background: url(../images/btn-search.jpg) no-repeat;
	width: 72px;
	height: 22px;
	border: none;
	text-indent: -9999px;
}

.donationHistory-body em {
	font-style: normal;
	font-weight: bold;
	color: #ee3b33;
	font-size: 1.2em;
}

.donationHistory-body table{
	width: 80%;
	margin: 0;
	padding: 0;
}

.donationHistory-body td {
	vertical-align: middle;
}

.donationHistory-body .table-box {
	height: 184px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

.donationHistory-body table.info {
	width: 100%;
	background: #dbdad7;
	font-size: 1em;
}

.donationHistory-body table.info td {
	text-align: center;
}

.donationHistory-body table.info th {
	background: #ee3b33 url(../images/th-donations.jpg) no-repeat 10px 50%;
	color: white;
	height: 25px;
}


/************************
Three Col Personal Nav 
*************************/

body#threeCols ul#personal-nav {
	position: absolute; top: 126px; left: 105px;
}

body#threeCols ul#personal-nav li{
	margin-right: 10px;
}

/************************
Three Col Columns
*************************/

.col1 {
	float: left;
	width: 240px;
}

.col1 img{
	margin-bottom: 10px;
}

.col1 table {
	width: 227px;
}

.col2 {
	float: right;
	width: 245px;
}

#primary-content .col2 p {
	margin: 0 0 10px 0;
}

h3 {
	font-size: 140%; 
	font-weight: bold;
	margin-bottom: 10px;
}

.col2 h2.welcomePage-header {
	height: 45px;
	background: url(../images/h2-welcomeToMyPage.gif) no-repeat;
	margin-bottom: -15px;
}

/************************
Three Col Footer
*************************/

body#threeCols #footer {
	background: url(../images/footer-bg-3.png) bottom center repeat-x;
	width: 100%;
	color: white;
	clear: both;
}

#footer .info {
	position: absolute; top: 140px; left: 0;
	padding-right: 30px;
}

#footer .info p {
	font-size: 100%;
}

#footer .info .small {
	color: #67686a;
	font-size: 100%;
	margin-bottom: 10px;
}

/************************
Footer
*************************/

#footer {
	position: relative;
	background: url(../images/footer-bg-3.png) bottom center repeat-x;
	width: 90%;
	height: 123px;
	padding-top: 100px;
	margin: 0 auto;
	color: white;
	clear: both;
}

#footer .info {
	position: absolute; top: 140px; left: 0;
}

#footer .info p {
	font-size: 100%;
}

#footer .info .small {
	color: #67686a;
	font-size: 100%;
	margin-bottom: 10px;
}

/* HELP SECTION */

h2.help-header {
        height: 45px;
        background: url(../images/h2-help_section_header.jpg) no-repeat;
}

/* Misc */

.clear {
	clear:both
}

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.numberSign {
	font-size: 1.2em;
}

.redbold {
	font-weight: bold;
	color: #ff0000;
}