﻿@import url(reset.css);
@import url(960.css);
@import url(forms.css);
@import url(../ui-theme/ui.all.css);
@import url(/assets/css/universal-nav.css);

body {
	color: #333;
	font: 11px arial, helvetica, sans-serif;
	text-align: center;
	background: url(../images/bg-html.gif);
	line-height: 1.5em;
}

#masthead
{
	z-index: 1;
} 
#wrapper {
	margin: 45px auto;
	text-align: left;
	background: #FFF;
	/*position: relative;*/
	z-index: 0;
}



/* = Content Styles
-----------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	font-weight: lighter;
	font-family: Palatino,"Times New Roman",Times,serif;
	display: block;
}

h1 {
	border-bottom: 2px solid #FFD24F;
	color: #455560;
	font-size: 2.5em;
	letter-spacing: 1px;
	padding: 1em .5em .5em 0;
	margin: 0 20px 10px 10px;
	width: 900px;
}

h2 {
	padding: 0 5px 0 25px;
	height: 20px;
	color: #455560;
	text-transform: uppercase;
	font: 18px/20px Georgia, "Times New Roman" , Times, serif;
	background: center left no-repeat url(/assets/images/base/legend_accent.gif);
}

	h2.h2-sub {
		background: none;
		color: #45545F;
		padding: 0; margin: 0;
		font: 15px/20px Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: left;
	}

h3 {
	/*background-color: #63707A;*/
	font-size: 1.6em;
	color: #455560;
	font: normal Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 15px;
}

	h3 a {
		color: #FFF;
		display: block;
		text-decoration: none;
	}
	
	h3 a:hover, h3 a:visited, h3 a:link {
		color: #FFF;
	}

h4 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	color: #455560;
}


h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

p {
	/*padding: .5em 7.8em 1em 1em;*/
	padding: 1em .5em;
	line-height: 20px;
}

a:link, a:visited {
	color: #860038;
}

a:hover, a:active {
	color: #860038;
}

ul.bullets {
	padding: 10px 0 0 0;
}

ul.bullets li {
	margin: 0 0 0 15px; padding: 0 0 10px 0;
	line-height: 20px;
	list-style-type: disc;
}

ul {
	padding: 0 0 10px 0;
}

ul li {
	margin: 0 0 0 15px;
	line-height: 16pt;
	list-style-type: circle;
}

ol {
	padding: 0 0 10px 0;
}

ol li {
	margin: 0 0 0 25px;
	line-height: 16pt;
	list-style-type: upper-roman;
}

ol.ol_decimal li {
	list-style-type: decimal;
}

ol.ol_lower-alpha li {
	list-style-type: lower-alpha;
}

dl {
	padding: 0 0 10px 0;
}

dt {
	font-weight: bold;
}

dd {
	padding: 5px 0 10px 20px;
	line-height: 14pt;
}

dl.press-releases {
	padding: 10px 0;
}

dl.press-releases dt {
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
}

dl.press-releases dd {
	margin: 0;
	padding: 0 0 10px 20px;
	line-height: 14pt;
}

/* External Links */
a.external {
	padding: 0 12px 0 0;
	background: center right no-repeat url(/assets/images/base/link_external.gif); /* IE6 and IE7 */
	*padding: 0;
	*background: none;
}

/* Fine Print */
.fineprint {
	font: bold 8pt/normal arial, sans-serif;
}


/* = Page Specific
-----------------------------------------------------------*/

/* Realtor Rewards Nav */

ul#nav {
	float: left;
	margin-top: -32px;
	padding: 10px 0 0 10px;
	width: 960px;
}

ul#nav li {
	display: inline;
	padding-right: 10px;
}

ul#nav a {
	color: #455560;
	text-decoration: none;
}

ul#nav a:active , ul#nav a:hover {
	color: #455560;
	text-decoration: underline;
}

ul#nav li.logout a {
	float: right;
	color: #860038;
	padding-right: 10px;
	margin-top: -23px;
}

/*img {
	border: 4px solid #FFD24F;
}*/

div.user-details {
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #99A2A8;
}

	div.user-details-btns {
		padding: 10px 0 10px 0;
	}

	div.user-details-btns button {
		display: inline;
	}

	div.user-details label
	{
		display: block;
		font-weight: normal;
		margin: 3px;
	}
	
		label#lblName {
			font-weight: bold;
			font-size: 17px;
			color: #45545F;
		}
	
	div.user-details address {
		display: block;
		font-weight: normal;
		margin: 3px;
		padding-top: 10px;
	}
	
	.pts-img {
		float: left;
		margin: 0 10px 20px 0;
	}
	
	/* Accordians */
	
	h3.accordian_headings {
		background: #63707A url(/realtor-rewards/assets/images/bg_accordian.gif) no-repeat scroll 0 0;
		border:1px solid #FFFFFF;
		color:#FFFFFF;
		cursor:pointer;
		font-weight:bold;
		height: 20px;
		padding:5px 5px 0px 25px;
		position: relative;
	}
	
		h3.accordian_headings a {
			display: block;
		}
		
		h3.accordian_headings a span {
			background: top left no-repeat url(/realtor-rewards/assets/images/bg_pts.gif); 
			width: 69px;
			color: #FFF;
			display: block;
			font-family: Arial, "Arial";
			font-weight: bold;
			font-size: 12px;
			height: 18px;
			line-height: 18px;
			position: absolute;
			top: 3px;
			right: 20px;
			text-align: center;
		}
	
		h3.accordion_headings:hover{
			background-position: left -25px;
		}
		
	/* Contest CSS */
	
	div#contest-a-details, div#contest-b-details {
		width: 460px;
		padding-bottom: 40px;
	}
	
		div#contest-a-point-summary table, div#contest-a-point-detail table, div#contest-b-point-summary table, div#contest-b-point-detail table {
			width: 560px;
		}
	
		div#contest-a-details p {
			padding-left: 0;
		}
		

	/* Neighborhood Management */
	
	ul#neighborhoods li {
		background-color: #63707A;
		border:1px solid #FFFFFF;
		color:#FFFFFF;
		cursor:pointer;
		font-weight:bold;
		height:22px;
		margin-bottom: 3px;
		padding:5px 5px 0 5px;
	}
	
	ul#neighborhoods li a.edit {
		background: top left no-repeat url(/realtor-rewards/assets/images/btn-edit.gif); 
		display: block;
		float: right;
		width: 55px;
		height: 22px;
		margin-top: -18px;
		padding-right: 5px;
		text-indent: 9999px;
	}
	
	ul#neighborhoods li a.realtors {
		background: top left no-repeat url(/realtor-rewards/assets/images/btn-realtors.gif); 
		display: block;
		float: right;
		width: 77px;
		height: 22px;
		margin-top: -18px;
		padding-right: 5px;
		text-indent: 9999px;
	}
	

/* = Realtors
	-----------------------------------------------------------*/
	
div#realtors {
}

div#realtors ul {
	
}	


div#realtors li {
	background: top left no-repeat url(/realtor-rewards/assets/images/bg_realtors-card.gif); 
	float: left;
	width: 242px;
	height: 168px;
	padding: 30px 10px 0 10px;
}	

/* = Messages
-----------------------------------------------------------*/
.message {
	margin: 10px 0; padding: 1em 1em 1em 3em;
	font: bold 8pt/normal arial, sans-serif;
}

.good {
	padding-top: 10px;
	color: #333 !important;
	border: 3px solid #3d993d;
	background: center left no-repeat url(/assets/images/base/icon_good.gif) #e2f9e3;
}

.alert {
	color: #333 !important;
	border: 3px solid #d4b743;
	background: center left no-repeat url(/assets/images/base/icon_alert.gif) #fcf9e7;
}

.bad {
	color: #fff !important;
	border: 3px solid #a00;
	background: center left no-repeat url(/assets/images/base/icon_bad.gif) #c00;
}

form table td label,
form table th label
{
	font-weight: normal;
	font-size: 100%;
	display: inline;
}

.heading
{
	position: relative;
}

a.back
{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #455560;
	color: #D1C575;
	padding: 3px 8px;
	text-decoration: none;
	-moz-border-radius-bottomleft: 8px;
}
a.back:hover
{
	color: #FFF;
}

/* Contest Content */

div.contest-content ul {
	float: left;
	width: 42%;
}



/* ---- TABLES ---- */

table {
  border-collapse: collapse;
  border: 1px solid #455560;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #F6ECF0;
  background: #E7E9EA;
  width: 100%;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
  border: 1px solid #FFF;
  padding: .8em;
  color: #455560;
  }

th.num, td.num
{
	text-align: right !important;
}
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #FFF;
  text-align: left;
  background: #455560;
  color: #F6ECF0;
  padding-top:6px;
  }

 	th.total-pts {
		font-weight: bold;
		text-transform: uppercase;
		color: #455560;
		text-align: right;
		background-color: #FFF;
	}
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  }
tbody td a:hover {
  background: transparent;
  color:  #FFF;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #F6ECF0;
  }


tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }

	tfoot td.sum-td {
		color: #860038;
		background-color: #FFF;
		border: 1px solid #FFF;
		text-align: right;
		font-weight: bold;
		font-size: 150%;
	}
	
.odd {
  background: #FFF;
  }
tbody tr:hover {
  background:  #FFD24F;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  cursor: pointer;	
  background: #CCCCCC;
  }

.error
{
	background: pink;
}

/* ----- BUTTONS ----- */


button {
	cursor: pointer;
	border: none;
	display: block;
	height: 24px;
	width: 100px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0px 0 10px 0;
	float: left;
}

	button span {
		display: none;
	}
	
	a.secondary-btn,
	a.secondary-btn-big
	{
		display: block;
		float: left;
		margin-left: 10px;
		margin-top: 5px;
		line-height: 24px;
	}
	a.secondary-btn-big
	{
		line-height: 33px;
	}

	.btn-submit
	{
		background: #fff url(/assets/images/forms/btn_submit.gif) no-repeat top;
		width: 90px;
	}
	.btn-login
	{
		background: #fff url(/assets/images/forms/btn_login.gif) no-repeat top;
		width: 132px;
		height: 33px;
	}
	
	.btn-edit
	{
		background: #fff url(/assets/images/forms/btn_edit.gif) no-repeat top;
		width: 65px;
	}
	.btn-change-password
	{
		background: #fff url(/assets/images/forms/btn_change-password.gif) no-repeat top;
		width: 142px;
	}
	#btnUpload
	{
		background: #fff url(/realtor-rewards/assets/images/btn-upload.gif) no-repeat top;
		cursor: pointer;
		width: 77px;
		height: 22px;
	}
	
	#btnReset {
		background: #fff url(/assets/images/forms/btn_reset-password.gif) no-repeat top;
		width: 142px;
	}
		
	#btnSubmit {
		background: #fff url(/assets/images/forms/btn_submit.gif) no-repeat top;
		display: inline;
		width: 90px;
		height: 24px;
	}
	
	#btnClear {
		background: #fff url(/assets/images/forms/btn_clear.gif) no-repeat top;
		display: inline;
		width: 90px;
		height: 24px;
	}
	
a#past-winners	{
	background: #fff url(/assets/images/forms/btn_view-past-winners.gif) no-repeat top;
	display: block;
	float: left;
	padding: 0;
	margin-right: 10px;
	text-indent: -9999px;
	width: 142px;
	height: 24px;
}

a#rules	{
	background: #fff url(/assets/images/forms/btn_view-rules.gif) no-repeat top;
	display: block;
	float: left;
	text-indent: -9999px;
	width: 142px;
	height: 24px;
}

div.past-winners h3 {
	background-color: transparent;
	font-size: 13px;
	color: #455560;
	font: normal Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 25px;
}

div.winner {
	font: normal Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0 0 40px 23px;
	
}


