@import url("../css/global.css");

/*  Layout + Content Boxes
--------------------------------------------------------------------------------------------------- */
#primary .column_1 {
	float: left;
	width: 339px;
}
#primary .column_2 {
	float: right;
	width: 370px;
}

#primary .box {
	background: #fff;
	padding: 12px;
	margin: 0 0 6px 0;
}
#secondary .box {
	background: #fff;
	padding: 12px;
	margin: 0 0 6px 0;
}

#managers_corner {
	clear: both;
	padding: 12px;
	background: #BABCBE url(../images/silver_grad.png) repeat-x 0 0;
}
#managers_corner h2 {
	text-transform: uppercase;
	font-size: 14px;
}
#managers_corner .box {
	background: #fff;
	padding: 12px;
	margin: 0 0 6px 0;
	clear: none;
	float: none;
}
#record_info {
	padding: 6px 0;
	margin: 0 0 6px 0;
	background: url(../images/bg_twocol.gif) repeat-y 0 0;
	clear: both;
}
#innercontent {
	float: right;
	width: 582px;
	padding: 24px 64px 0;
	position: relative;
	line-height: 1.4em;
	background: #FFFFFF;
}
/*  Corporate Memo
--------------------------------------------------------------------------------------------------- */
#corporate_memo {
	height: 203px;
	width: 715px;
	background: #ccc;
	margin: 0 0 6px 0;
	position: relative;
}
#corporate_memo .memo {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 173px;
	width: 305px;
	overflow: auto;
	z-index: 1000;
}
#corporate_memo p {
	color: #fff;
}
#corporate_memo a {
	color: #1F2C5F; 
}
#corporate_memo a:hover {
	color: #B6DBF3;
}

/*  Resource Boxes + Tabs
--------------------------------------------------------------------------------------------------- */
.resource_box, #popular_tags.box {
	width: 315px;
	padding: 12px;
	margin: 0 0 6px 0;
	background: #fff url(../images/bg_box2.png) no-repeat 0 100%;
}
#resource_boxes, .resource_box, #popular_tags, #find_resource, .box {
	clear: both;
}
.resource_box ul {
	padding: 8px 0 0 0;
	line-height: 1.4em;
}
#t-my_resources,
#t-popular_tags,
#t-popular_corp_resources,
#t-popular_resources {
	width: 49%;
	height: 27px;
	line-height: 27px;
	float: left;
	margin: 0; padding: 0;
	background: #fff url(../images/beige_grad.gif) repeat-x 0 0;
}
#t-popular_corp_resources {
	width: 100%;
}
#t-my_resources a,
#t-popular_tags a,
#t-popular_corp_resources a,
#t-popular_resources a {
	width: 100%;
	height: 27px;
	display: block;
	text-indent: 12px;
	text-decoration: none;
	color: #CBC0B2;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
#t-my_resources a:hover,
#t-popular_tags a:hover,
#t-popular_corp_resources a:hover,
#t-popular_resources a:hover {
	color: #1F2C5F;
}
#t-my_resources.tabs-selected,
#t-popular_tags.tabs-selected,
#t-popular_resources.tabs-selected ,
#t-popular_corp_resources {
	background: #fff url(../images/bg_tab.png) repeat-x 0 0;
}
#t-my_resources.tabs-selected a,
#t-popular_tags.tabs-selected a,
#t-popular_resources.tabs-selected a,
#t-popular_corp_resources a {
	color: #1F2C5F;
}
#t-my_resources.tabs-selected a {
	text-indent: 40px;
	background: url(../images/icons/Favourite.gif) no-repeat 10px 50%;
}
#t-popular_tags.tabs-selected a {
	text-indent: 40px;
	background: url(../images/icons/Tag.gif) no-repeat 10px 50%;
}

/*  Find a Resource
--------------------------------------------------------------------------------------------------- */
#find_resource.box {
	background: #fff url(../images/silver_grad.png) repeat-x 0 0;
	border: 1px solid #fff;
}
#find_resource .field {
	padding: 4px 0;
}
#find_resource label,
#find_resource select {
	display: block;
	float: right;
}
#find_resource input {
	float: right;
}
#find_resource label {
	width: 110px;
	float: left;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 0 0 0;
	font-weight: bold;
}
#search_in_resources {
	width: 160px;
	margin: 0 6px 0 0;
}
#find_resource select#filter_by_category {
	width: 195px;
}

/*  Preferred Lender(s)
--------------------------------------------------------------------------------------------------- */
#preferred_lenders ul li {
	background: url(../images/icons/Link.gif) no-repeat 0 0;
	padding: 3px 0 3px 24px;
	line-height: 1.4em;
}
/*  Office Spotlight
--------------------------------------------------------------------------------------------------- */
#office_spotlight img {
	margin: 0 0 12px;
	border: 2px solid #A49A8E;
}

/*  Realtors Spotlight
--------------------------------------------------------------------------------------------------- */
#realtor_spotlight ul {
	float: right;
	width: 110px;
}
#realtor_spotlight ul li {
	padding: 0;
	margin: 0 0 6px;
	background: none;
	font-size: 11px;
	line-height: 1.2em;
}
#realtor_spotlight img {
	margin: 0 8px 10px 0;
	border: 2px solid #A49A8E;
	float: left;
}
#realtor_spotlight .caption {
	clear: both;
	color: #666;
	font-size: 11px;
}
#realtor_spotlight p {
	margin: 0 0 5px 0;
}
#realtor_spotlight ul li.name a {
	font-weight: bold;
	text-decoration: none;
	color: #23709F;
	font-size: 12px;
}
#realtor_spotlight ul li.name a:hover {
	color:#76A4D7;
}

/*  New Realtors
--------------------------------------------------------------------------------------------------- */
#new_realtors ul li {
	padding: 2px 0;
	clear: both;
	line-height: 1.2em;
}
#new_realtors ul li .thumb {
	float: left;
	padding: 0 10px 10px 0;
}
#new_realtors ul li .thumb img {
	border: 2px solid #A49A8E;
}
#new_realtors ul li ul li {
	display: block;
	padding:  0 0 2px 0;
	margin: 0 0 1px 0;
	background: none;
	clear: none;
}
#new_realtors ul li span {
	font-size: 11px;
}
.name a {
	text-decoration: none;
	font-weight: bold;
	color: #23709F;
}
.name a:hover {
	color:#76A4D7;
}
.all { padding: 0 0 0 10px; }
#new_realtors .all { padding: 0; }



/* Stats page
-------------- */
.separator_line {
    border-bottom: 1px dotted #aeb1b3;
    width: 100%;
    margin: 2em 0;
}

.table_A {
    width: 65%;
}

.table_B {
    width: 100%;
}

.table_A, .table_B {
    border-collapse: collapse;
}

.table_A th, .table_A td, .table_B th, .table_B td {
    text-align: right;
    padding: 0 0.5em;
    border-bottom: 1px solid #DDD;
}

.table_A thead th, .table_B thead th {
    vertical-align: bottom;
    border: 1px solid gray;
    border-width: 0 1px 1px 0;
    white-space: normal;
}

.table_A th, .table_B th {
    border-right: 1px solid gray;
    border-bottom-style: dotted;
    white-space: nowrap;
}

.table_A td, .table_B td {
    letter-spacing: -1px;
    border-right: 1px solid #CCC;
    font: small Arial, Helvetica, Sans-Serif;
}

.table_A th, .table_B th {
    letter-spacing: -1px;
    font: Arial, Helvetica, Sans-Serif;    
}

table tr.odd * {
    background: #EEE;
}

tr.odd *, tr.even * {
    border-bottom: 1px solid #e8e6df;
}



