/* -------- // reus_trstyles \\ -----------*/
a {color: #DBA318; text-decoration: none;}
a:hover { color: #555; text-decoration: underline;}
.thermometer .goal {
	background-color: #f5f5f5;
	text-align: left;
}
.thermometer {
	background-color: #f5f5f5;
	border: 1px solid #c7c7c7;
	margin: 10px;
}
.thermometer {
	background-color: #f5f5f5;
	border: 1px solid #c7c7c7;
	margin: 10px;
}
.vScroll {
	background-color: #f5f5f5;
	border: 1px solid #c7c7c7;
	margin: 10px;
	padding: 0;
	width: 170px;
}
div.TrAchievementBadgeIconListLarge {
	background-color: #ffffff;
	border: 0px;
	left:100px;
	position:relative;
}
td.cstmBtnBack {
	background-color: #FFFFFF;
	border: 0px outset;
	padding-left: 2px;
	padding-right: 2px;
}
.vScroll .scrollContent {
	background-color: #f5f5f5;
	height: 180px;
	margin: 10px 15px 15px;
	padding: 10px;
}
.appArea {
	margin-left: 10px;
	margin-top: 10px;
	width: 810px;
}
div.FormBoxNoWidth {
	background-color: #f5f5f5;
	background-image: URL(../images/sp.gif);
	border: black 1px solid;
	padding: 0px;
}
.fr_reg_summary_table_heading_row {
	background-color: #c9c9c9;
	color: "white" font-weight: "bold";
}
.appSubArea .fr_reg_summary_table_heading_row {
	width:900px;
}
h5 {
	border-bottom: 1px black solid;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 15px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 15px;
}
.ROValue {
	background-color: #f5f5f5;
}
.FormBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #f5f5f5;
}
.cstmBack {
	background-color: #ffffff;
	background-image: url("../images/sp.gif");
}


/* --------------- // MASSEY 10K CUSTOM WRAPPER STYLES \\ ----------------*/

body {
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
}

#outer {
	background: url("../../assets/MasseyChallenge2013/images/masseybg.gif") no-repeat fixed 0 0;
	background-size: cover;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#inner {
	background: #eee;
	box-shadow: 0 0 5px #333;
	height: auto;
	margin: 0 auto;
	position:relative;
	width: 900px;
	z-index: 1000;
	
}
#inner img {
	position: relative;
}

.slideshow {
	background: #fff;
}
.slideshow img {
	display: none
}
.slideshow img.first {
	display: block
}

#login-div {
 	background: none repeat scroll 0 0 #070707;
    color: #FFFFFF;
    margin: 0 auto;
    width: 890px;
    z-index: 9999;
	position: relative;
	top: auto;
	right: auto;
	box-shadow: 0 0 5px #333;
}

td.usrLogin {
	padding-left: 5px;
}

input#login{
    background: none repeat scroll 0 0 #F3B81E;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    padding: 2px 5px;}
	
input#login:hover{ background: #ccc;}	

input#USERNAME{

 background: none repeat scroll 0 0 #726E6D;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}


input#Password{
 background: none repeat scroll 0 0 #726E6D;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}


form#LogonForm {

text-align: left;

}

#content {
	background: #fff;
	box-shadow: 0 0 5px #333;
	height: auto;
	margin: 0px auto;
	margin-bottom: -35px;
	margin-top: -15px;
	position: relative;
	width: 850px;
	z-index: 500;
}
#content-inner {
	padding: 10px;
	padding-bottom: 20px;
}

#LogedTable {
	margin-right: 10px;
}

#content-inner table {
	margin-top: 20px;
}

#buttons {
	float: right;
	text-align: center;
	width: 170px;
}
#footer {
	background: #231f20;
	color: #fff;
	margin-bottom: 0;
	padding: 40px 25px 10px;
	z-index: 1;
}
#footer a {
	color: #ffbc0a;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}

img#massey-footer {
	float: right;
}

#footer a#learn-more {color: #fff;}
#footer a#learn-more:hover { border-bottom: 1px solid #fff;}

#nav {
	background: #f6f6f6;
	font-weight: bold;
	height: 43px;
	width: 850px;
}
#navlist {
	height: 70px;
	margin: 0;
	padding-left: 0px;
	padding-top: 0px;
	width: 850px;
	white-space: nowrap;
}
#navlist li {
	display: inline-block;
	float: left;
	font-size: 16px;
	height: 44px;
	list-style-type: none;
	position: relative;
	z-index: 1;
}
#navlist a {
	border-right: 1px dotted #ccc;
	display: block;
	height: 25px;
	outline:0;
	padding: 12px 32px 7px 30px;
	text-shadow: 1px 1px, #fff, 1px 1px #fff;
	z-index: 1;
}
#navlist a:link,
#navlist a:visited {
	color: #231f20;
	text-decoration: none;
	text-shadow: 1px 1px, #fff, 1px 1px #fff;
}
#navlist a:hover {
	background-color: #231f20;
	border-right: 3px solid #F3B81E;
	color: #F3B81E;
	padding: 12px 30px 7px 30px;
	text-decoration: none;
	text-shadow: none;
	box-shadow: 0 0 3px #777;
}
#navlist li ul {
	background: none repeat scroll 0 0 #F6F6F6;
	display: none;
	left: 0;
	margin-left: 0px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 44px;
	z-index: 99;
}
#navlist li:hover ul, #navlist li ul:hover {
	display: block;
	left: 0;
	position: absolute
}
#navlist li ul li {
	display: block;
	float: none;
	height: auto;
	position: relative;
	width: 140px;
	z-index: 1000;
}
#navlist li ul li a{
	display: block;
	height: 25px;
	margin-left: 0px;
	border-right: none;
	/*width: 118px;*/
}

#registerLinks {
	margin-top: 0 !important;
	width: auto;
}
#registerLinks h3 {
	border-bottom: none;
	margin: 0;
	padding: 5px 0;
	width: 165px;
	color: #F3B81E;
}
#registerLinks td {
	padding: 0;
}

#registerLinks td a{
	background: none repeat scroll 0 0 #F3B81E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 15px 10px 15px 40px;
	text-decoration: none;
	text-indent: 0;
	height: auto;
	width: auto;
	}
#registerLinks td a:hover { box-shadow: 0 0 4px #777; text-indent: 0; width: auto; height: auto; }

#LogedTable a:link { color: #fff }
#LogedTable a:hover { color: #ccc; }

a.HelpLink { color: #232323; }
a.HelpLink:hover { color: #ff9900; }

h3#tag { width: 340px; }

td#single a{ 
	background: url("../../assets/MasseyChallenge2013/images/runner.png") no-repeat scroll 10px center #F3B81E;
}

td#single a:hover{ 
	background: url("../../assets/MasseyChallenge2013/images/runner.png") no-repeat scroll 10px center #F3B81E;
}

td#team a{ 
	background: url("../../assets/MasseyChallenge2013/images/runner.png") no-repeat scroll 10px center #F3B81E;
}

td#team a:hover{ 
	background: url("../../assets/MasseyChallenge2013/images/runner.png") no-repeat scroll 10px center #F3B81E;
}

td#jointeam a{ 
	background: url("../../assets/MasseyChallenge2013/images/runner.png") no-repeat scroll 10px center #F3B81E;
}
td#jointeam a:hover{ 
	background: url("../../assets/MasseyChallenge2013/images/runner.png") no-repeat scroll 10px center #F3B81E;
}
td#donate a{ 
	background: url("../../assets/MasseyChallenge2013/images/giftSmall.png") no-repeat scroll 20px center #F3B81E
}
td#donate a:hover{ 
	background: url("../../assets/MasseyChallenge2013/images/giftSmall.png") no-repeat scroll 20px center #F3B81E
}


.reg-box { margin-left: 18px; display: inline-block;}
.reg-box:hover{ box-shadow: 0 0 5px #333;}

div#fb-like {
	display: inline-block;
	margin-left: 15px;
	overflow:visable;
	width: 200px;
	bottom: 10px;
}
.fb_edge_widget_with_comment { position: absolute; }
div#fb2 { position: relative !important; }
.center { text-align: center; }

/* social-action buttons */

#social { width: 799px; margin: 0 auto; height: 50px; display: block; clear: both;}
.social-button { float: left; margin-right: 5px; padding: 20px 55px 20px 83px;  color: #fff; border-radius: 3px;}
.social-button:hover { box-shadow: 0 0 4px #777; cursor: pointer;}
.social-button-last{ margin-right: 0;}
.social-button { color: #fff; text-decoration: none; font-size: 16px;}

#facebook { background: url(../../assets/MasseyChallenge2013/images/fb.png) no-repeat 25px center #1d6190; }
#twitter { background: url(../../assets/MasseyChallenge2013/images/twitter.png) no-repeat 10px center #009ed4;}
#youtube {background: url(../../assets/MasseyChallenge2013/images/youtube.png) no-repeat 10px center #BF2F29;}
#donate-social {background: url(../../assets/MasseyChallenge2013/images/gift.png) no-repeat 10px center #F3B81E; padding: 20px 35px 20px 80px; margin-right: 0;}


.cstmBtnText img { border-radius: 14px;}
.cstmBtnText img:hover { box-shadow: 0 0 3px #777;}

div.sideBar div.menu a img { border-radius: 12px; margin-left: 10px}
div.sideBar div.menu a img:hover { box-shadow: 0 0 3px #777;}

#give_hdr_container { text-decoration: none; font-weight: bold;}

#intro-tag { line-height: 150%; width: 560px; float: left;}

