/****************************************
RedPost, Inc.
Version 3

All images, layout, photographs and design are Copyright 2008 RedPost, Inc. All rights reserved.
****************************************/

/************************************************
Basic Setup
************************************************/

body{
	background:#F4F2E8 url(/images/layout/redpost_v3_background.jpg) top center no-repeat;
	text-align:center;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
}

/************************************************
Structure
************************************************/

#container {
	width:1000px;
	margin:0 auto;
	margin-top: 25px;
	position: relative;
}

#header {
	width:98%;
	height:171px;
	padding-left:20px;
	padding-right:20px;
	margin-top:0px;
}

#header_logo_container {
	float:left;
	margin-top: 40px;
}

#header_logo {
	width:159px;
	height:102px;
	background:url(/images/layout/redpost_v3_header_logo.png) top center no-repeat;
	cursor: pointer !important;
}

#header_welcome{
	float: right;
	position: relative;
	height: 20px;
	font-size: 15px;
	margin-right: 37px;
	height:125px;
	text-align: right;
	background: url(/images/layout/redpost_v3_header_welcome_background.png) bottom center no-repeat;
	width: 323px;
}

#header_welcome_content{
	text-align: left;
	margin: 10px;
}

#header_welcome_content span#header_welcome_content_change_neighborhoods {
	font-size: .7em;
	height: 16px;
	background: url(/images/layout/redpost_v3_utility_icon_home_16.png) top left no-repeat;
	padding-left: 18px;

}

#header_welcome_content span#header_welcome_content_account_settings {
	font-size: .7em;
	height: 16px;
	background: url(/images/layout/redpost_v3_utility_icon_person_16.png) top left no-repeat;
	padding-left: 18px;
}

#header_welcome_content span#header_welcome_content_messages {
	font-size: .7em;
	height: 16px;
	background: url(/images/layout/redpost_v3_utility_icon_mail_unread_16.png) top left no-repeat;
	padding-left: 18px;
	margin-left: 68px;
	padding-bottom: 5px;
}

#header_welcome_content_avatar {
	float: left;
	margin-right: 5px;
}

#header_navigation{
	float:left;
	font-size:93%;
	line-height:normal;
	text-align:center;
	width:100%;
}

#main_content_container{
	width: 100%;
	clear: both;
}

#main_content_top{
	width: 100%;
	height: 6px;
	background: url(/images/layout/redpost_v3_main_content_top.png) top right no-repeat;
}

#main_content_top_application{
	width: 100%;
	height: 6px;
	background: url(/images/layout/redpost_v3_main_content_top_application.png) top right no-repeat;
}

#main_content_body{
	width: 100%;
	min-height:500px;
	background: white url(/images/layout/redpost_v3_main_content_background.gif) top right repeat-y;
	padding-bottom: 32px;
	padding-top: 1px;

}

#main_content_body_content{
	width: 94%;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
}

.main_content_body_alpha {
	margin-top: 10px;	
}

.main_content_body_beta {
	width:33%;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-right: 17px;
	margin-top: 10px;
}

.main_content_body_cappa {
	width: 597px;	
}

#footer{
	width: 100%;
	height: 219px;
	background: white url(/images/layout/redpost_v3_footer_background.gif) top right no-repeat;
	text-align: center;
	position: relative;
	
}
#footer_container{
	margin:0 auto;
	width: 90%;
	text-align: left;
	padding-top: 70px;
}
#footer_left{
	float: left;
	width: 180px;
}
#footer_logo{
	width: 180px;
	height: 80px;
	background: url(/images/layout/redpost_v3_footer_logo.png) top left no-repeat;
}
#footer_body{
	float:left;
	width: 710px;
}
.footer_nav {
	float: left;
	margin-right: 30px;
}
#calltoaction {
	position: absolute;
	right: 0px;
	top: 65px;
	z-index: 1000;
	background-color: rgb(255, 255, 153);
	padding: 7px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}


/************************************************
Navigation - Secondary
************************************************/

#main_content_body_secondary_nav {
	width: 100%;
	margin-bottom: 10px;
	background: url(/images/layout/redpost_v3_secondary_navigation_container_background.png) top left no-repeat;
	height: 98px;
}

/* Neighborhood Indicator */

#main_content_body_secondary_nav_section_header{
	width: 45%;
	height: 100%;
	float: left;
	font-size: 1.2em;
	padding-left: 65px;
	margin-left: 5px;
}

#main_content_body_secondary_nav_section_header h2 {
	margin-top: 15px;
	padding-top: 0px;
}

#main_content_body_secondary_nav_section_header span.secondary_nav_neighborhood_change {
	font-size: .7em;
}

.secondary_nav_section_type_neighborhoods {
	background: url(/images/layout/redpost_v3_section_header_neighborhoods.png) top left no-repeat;
}

.secondary_nav_section_type_postersandsigns {
	background: url(/images/layout/redpost_v3_section_header_posters_and_signs.png) top left no-repeat;
}

.secondary_nav_section_type_myaccount {
	background: url(/images/layout/redpost_v3_section_header_my_account.png) top left no-repeat;
}

.secondary_nav_section_type_support {
	background: url(/images/layout/redpost_v3_section_header_support.png) top left no-repeat;
}

/* Secondary Navigation */

#main_content_body_secondary_nav_navigation {
	float: right;
	width: 45%;
	height: 60px;
	margin-right: 14px;
	font-size: 1em;
	margin-top: 5px;
}

#main_content_body_secondary_nav_navigation_container {
	text-align: right;
	
}

#main_content_body_secondary_nav_navigation_container ul {
	list-style: none;
	margin-right: 10px;
}

#main_content_body_secondary_nav_navigation_container ul li {
	display: inline;
	color: white;
}

#main_content_body_secondary_nav_navigation_container ul > li:last-child {

}

#main_content_body_secondary_nav_navigation_container ul li a {
	padding-left: 10px;
	padding-right: 10px;
	color: white;
}

#main_content_body_secondary_nav_navigation_container ul li a:hover {

}


/************************************************
Navigation - Footer
************************************************/

.footer_nav ul{
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

.footer_nav ul li {
	margin: 3px;
	padding-left: 5px !important;

}

/************************************************
Typography
************************************************/

h1, h2, h3, h4, h5, h6, p, blockquote {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	color: #393939	;
}

h1 {
	font-size: 35px;
}

.main_content_body_alpha h3 {
	margin-top: 30px;
}

div.main_content_body_alpha > h1:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

p {
	line-height: 150%;
	
}

hr {
	border-top: 1px solid #D9D9D9;
	width: 50%;
	text-align: center;
	height: 1px;
}

blockquote {
	line-height: 150%;
	margin-left: 15px;
	padding-left: 34px;
	background: transparent url(/images/layout/redpost_v3_blockquote_background.gif) top left no-repeat;
	min-height: 72px;
}

#header_logo h1 {
	display:none;
}

#header_navigation ul li {
	font-size: 14px;
	font-weight: bold;
}

#footer{
	color: white;
}

#footer h4{
	color: white;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 4px;
}

#application_sidebar_container_body_content ul:last-child {
	margin-bottom: 0px;
}

.header_welcome_neighborhood {
	font-size: .8em;
}

#header_welcome_content_messages p {
	margin-top: 0px;
}

#main_content_body_secondary_nav_section_header h2 {
	color: white;
}

.grey {
	color: #393939;
}

.inline_alert {
	display: block;
	background: #b60612;
	width: 50%;
	padding: 10px;
	color: white;
	font-size: .85em;
	font-weight: bold;
}

/************************************************
Links
************************************************/

a {
	text-decoration: underline;
	color: #b60612;
}

a:hover {

}

a img {
	border: 0px;
}

#header_navigation ul li a {
	text-decoration: none;
	color: #b60612;
}

.footer_nav ul li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.footer_nav h4 a {
	text-decoration: none;
	color: white;
	font-weight: bold;

}

.footer_nav h4 a:hover {
	color: #FF4E05;

}

.footer_nav ul li a:hover{
	color: #FF4E05;
}

#header_navigation ul li a:hover span {
	color:#f3f2e8;
}

#header_navigation ul li a.active {
	color:#f3f2e8;
}

/************************************************
Form Structure
************************************************/

/* Basic */

input {
}

/* Test CMX */

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #b60612;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


/************************************************
Form Styling - DEFAULT
************************************************/

form.cmxform {
	width: 370px;
	font-size: 1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #f3b569;
	background: url(/images/layout/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/layout/cmxform-divider.gif) left bottom repeat-x;
	}

/************************************************
Brochure: Accessories
************************************************/

#signs_accessories_header_kicker {
	background: transparent url(/images/layout/redpost_v3_accessories_kicker.jpg) top left no-repeat;
	width: 100%;
	height: 301px;
}

#signs_accessories_header_kicker h2 {
	display: none;
}

/************************************************
Brochure: About
************************************************/

#about_header_kicker {
	background: transparent url(/images/layout/redpost_v3_about_kicker.jpg) top left no-repeat;
	width: 100%;
	height: 301px;
}

#about_header_kicker h2 {
	display: none;
}

/************************************************
Brochure: Leasing
************************************************/

#leasing_header_kicker {
	background: transparent url(/images/layout/redpost_v3_leasing_kicker.jpg) top left no-repeat;
	width: 100%;
	height: 400px;
}

#leasing_header_kicker h2 {
	display: none;
}

/************************************************
Brochure: Advertise
************************************************/

#advertise_header_kicker {
	background: transparent url(/images/layout/redpost_v3_advertise_kicker.jpg) top left no-repeat;
	width: 100%;
	height: 400px;
}

#advertise_header_kicker h2 {
	display: none;
}

/************************************************
Brochure: What is RedPost
************************************************/

#signs_whatisredpost_header_kicker {
	background: transparent url(/images/layout/redpost_v3_whatisredpost_kicker.jpg) top left no-repeat;
	width: 100%;
	height: 301px;
}
#signs_whatisredpost_header_kicker h2 {
	display: none;
}
#whatis_nav {
	display: block;
	height: 86px;
	width: 940px;
	overflow:hidden;
}
.whatis_nav_item a {
	text-decoration: none;
	color: #000;
}
ul#whatis_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
li.whatis_nav_item {
	list-style: none;
	width: 174px;
	padding: 6px;
	float:left;
	background-color: #ccc;
	color: #000;
	border-top: #999 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
}
li.whatis_nav_item .title {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
#whatis_nav li.selected {
	background-color: #fff;
	color: #000;
	border-bottom: #FFF solid 1px;
}
.borderleft {
	border-left: #999 solid 1px;
}
.borderright {
	border-right: #999 solid 1px;	
}
.roundtopleft {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}
.roundtopright {
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;	
}
#whatis_content {
	width: 940px;
	height: 550px;
	overflow: hidden;
	display: block;
}
.whatis_content_inner {
	width: 914px;
	height: 474px;
	padding: 12px;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	background-color: #FFF;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.whatis_content_inner h2 {
	margin-top: 0;
}
#whatis_biginner {
	width: 3760px;
	height: 500px;
}

.downloadPDF {
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 150px;
	height: 45px;
	background-color: #DB001B;
	color: #fff;
	border: 1px solid #999;
	padding: 7px;
	font-size: 18px;
    -moz-border-bottomleft-radius: 10px;
    -moz-border-topright-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	text-decoration: none;
}
.downloadPDF a {
	text-decoration: none;
}
.downloadPDF:hover {
	background-color: #ff4b0c;
}

/* Free Trial Promotion */

#brochure_whatisredpost_freetrial_promotion {
	background: transparent url(/images/layout/brochure_whatisredpost_freetrial_promotion.jpg) top left no-repeat;
	width: 328px;
	height: 230px;
	margin-bottom: 10px;
}

#brochure_whatisredpost_freetrial_promotion p, #brochure_whatisredpost_freetrial_promotion h3 {
	display: none;
}

/* Leasing Promotion */

#brochure_leasing_promotion {
	background: transparent url(/images/layout/brochure_leasing_promotion.jpg) top left no-repeat;
	width: 328px;
	height: 230px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#brochure_leasing_promotion p, #brochure_leasing_promotion h3 {
	display: none;
}

/* User Photos Promotion */

#brochure_userphotos_promotion {
	background: transparent url(/images/layout/brochure_userphotos_promotion.jpg) top left no-repeat;
	width: 328px;
	height: 230px;
	margin-bottom: 10px;
}

#brochure_userphotos_promotion p, #brochure_userphotos_promotion h3 {
	display: none;
}

#ihin_download {
	background: transparent url(/images/layout/ihin_download.jpg) top left no-repeat;
	width: 328px;
	height: 230px;
	margin-bottom: 10px;
}

#ihin_download p {
	display: none;
}


/************************************************
Brochure: Signs
************************************************/
#signs_header_kicker{
	background: transparent url(/images/layout/redpost_v3_signs_kicker3.jpg) top left no-repeat;
	width: 100%;
	height: 400px;
}
#signs_header_kicker h2 { display: none; }
.signs_header_title h3 { display:none; }
.signs_header_title a { text-decoration:none; }
#signs_header_sign{
	background: transparent url(/images/layout/redpost_v3_brochure_sign_header_sign2.jpg) top left no-repeat;
	width: 100%;
	height: 140px;
}
#signs_header_kit{
	background: transparent url(/images/layout/redpost_v3_brochure_sign_header_kit2.jpg) top left no-repeat;
	width: 100%;
	height: 140px;
}
#signs_header_fitpc{
	background: transparent url(/images/layout/redpost_v3_brochure_sign_header_fitpc.jpg) top left no-repeat;
	width: 100%;
	height: 140px;
}
#signs_header_diy {
	background: transparent url(/images/layout/redpost_v3_brochure_sign_header_diy.jpg) top left no-repeat;
	width: 100%;
	height: 145px;
}
#signs_header_touch {
	background: transparent url(/images/layout/redpost_v3_brochure_sign_header_touch.jpg) top left no-repeat;
	width: 100%;
	height: 145px;
}
#signs_tabs {
	display: block;
	height: 75px;
	width: 940px;
	overflow:hidden;
}
.signs_tabs_item a {
	text-decoration: none;
	color: #000;
}
ul#signs_tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}
li.signs_tabs_item {
	list-style: none;
	width: 143px;
	height: 61px;
	padding: 6px;
	float:left;
	background-color: #ccc;
	color: #000;
	border-top: #999 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
}
li.signs_tabs_item .title {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
#signs_tabs li.selected {
	background-color: #fff;
	color: #000;
	border-bottom: #fff solid 1px;
}
#signs_tabs_content {
	width: 940px;
	height: 750px;
	overflow: hidden;
	display: block;
	margin: 0;
}
.signs_tabs_content_inner {
	width: 914px;
	height: 725px;
	padding: 12px;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	background-color: #fff;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.signs_tabs_content_inner h2 {
	margin-top: 0;
}


/* Accessories Promotion */

#brochure_signs_accessories_promotion {
	background: transparent url(/images/layout/brochure_signs_accessories_promotion.jpg) top left no-repeat;
	width: 328px;
	height: 230px;
	margin-bottom: 10px;
}

/* DIY Page */

#signs_diy_header_kicker {
	background: transparent url(/images/layout/redpost_v3_signs_diy_kicker.jpg) top left no-repeat;
	width: 100%;
	height: 301px;
}

#signs_diy_header_kicker h2 {
	display:none;
}

/* Sidebar Link Container */

.signs_body_sidebar_container {
	width: 328px;
	height: 65px;
	background: transparent url(/images/layout/redpost_v3_brochure_sign_sidebarlink.gif) top left no-repeat;
	font-size: .85em;
	margin-bottom: 12px;
}

.signs_body_sidebar_container img {
	float: right;
	padding-top: 3px;
	padding-right: 2px;
	margin-left: 3px;
}

.signs_body_sidebar_container p {
	position: relative;
	left: 6px;
	top: 6px;
}

a .signs_body_sidebar_container p { text-decoration:none !important; }

.signs_body_sidebar_container { text-decoration:none !important; }

/* Inline Link Container */

.signs_body_inlinelink_container {
	width: 185px;
	height: 65px;
	background: transparent url(/images/layout/redpost_v3_brochure_sign_storelink.gif) top left no-repeat;
	font-size: .85em;
	float: right;
}

.signs_body_inlinelink_container img {
	float: right;
	padding-top: 3px;
	padding-right: 2px;
	margin-left: 3px;
}

.signs_body_inlinelink_container p {
	position: relative;
	top:7px;
	left:6px;
	margin: 0;
}

a .signs_body_inlinelink_container {
	text-decoration: none;
	color: #000000 !important;
}

.signs_body_inlinelink_container { text-decoration: none !important; }

/* Store Link Container */

.signs_body_storelink_container {
	width: 185px;
	height: 65px;
	background: transparent url(/images/layout/redpost_v3_brochure_sign_storelink.gif) top left no-repeat;
	font-size: .85em;
	position: relative;
	/*top: 27px;*/
	left: 390px;
}

.signs_body_storelink_container.sign{
}

.signs_body_storelink_container.diy_instructions{
	/*top: 37px;*/
}

.signs_body_storelink_container.diy_wicker{
	top: 5px;
}

.signs_body_storelink_container img {
	float: right;
	padding-top: 3px;
	padding-right: 2px;
	margin-left: 3px;
}

.signs_body_storelink_container p {
	position: relative;
	top:7px;
	left:6px;
	margin: 0;
}

a .signs_body_storelink_container {
	text-decoration: none;
	color: #000000 !important;
}

/************************************************
Brochure: Accessories
************************************************/
.accessories_header_title {
	margin-top: 30px; 
	height: 131px; 
	width: 544px;
}

.accessories_header_title h3 { display:none; }

#accessories_header_signpost {
	background: transparent url(/images/layout/redpost_v3_brochure_accessories_header_signpost.jpg) top left no-repeat;

}

#accessories_header_flushmount {
	background: transparent url(/images/layout/redpost_v3_brochure_accessories_header_flushmount.jpg) top left no-repeat;
	margin-top: 50px;
}

#accessories_header_flashdrive {
	background: transparent url(/images/layout/redpost_v3_brochure_accessories_header_flashdrive.jpg) top left no-repeat;
	margin-top: 50px;
}

/************************************************
Brochure: Misc.
************************************************/

p.brochure_image_row {
	
}

p.brochure_image_row img {
	margin: 5px;
	border: 0px;
}

p.brochure_image_row img {
	margin: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 3px;
	border: 1px solid #d9d9d9;
}

p.brochure_image_row img:hover {
	border: 1px solid #b60612;
}

/************************************************
Small Bits
************************************************/

/* Current Neighborhood Sidebar */

#nb_sidebar_container {
	width: 328px;
	margin-bottom: 8px;
}

#nb_sidebar_container_top {
	width: 100%;
	height: 21px;
	background: url(/images/layout/redpost_v3_nb_sidebar_top.gif) top left no-repeat;
}

#nb_sidebar_container_header {
	width: 100%;
	height: 84px;
	background: url(/images/layout/redpost_v3_nb_sidebar_header.gif) top left no-repeat;
}

#nb_sidebar_container_body {
	width: 100%;
	color: white;
	min-height: 48px;
	background: #4D4D4D url(/images/layout/redpost_v3_nb_sidebar_body.gif) top left no-repeat;
	
}

#nb_sidebar_container_bottom {
	clear: both;
	width: 100%;
	height: 20px;
	background: url(/images/layout/redpost_v3_nb_sidebar_bottom.gif) top left no-repeat;
}

#nb_sidebar_container_body_content {
	margin-right: 15px;
	margin-left: 15px;
}

#nb_sidebar_container_header 
 {
	display:none;
}

#nb_sidebar_container_body_content > h2:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

#nb_sidebar_container_body_content > p:first-child {
	margin: 0px;
	padding: 0px;
}

#nb_sidebar_container_body_content p.change-neighborhood {
	margin: 0px;
	padding: 0px;
	margin-top: 10px !important;
	padding-left: 20px !important;
	font-size: .85em;
	background: url(/images/layout/redpost_v3_nb_sidebar_body_tool_icon.gif) top left no-repeat;
}

#nb_sidebar_container_body_content p.add-neighborhood {
	margin: 0px;
	padding: 0px;
	margin-top: 10px !important;
	padding-left: 20px !important;
	font-size: .85em;
	background: url(/images/layout/redpost_v3_nb_sidebar_body_add_icon.gif) top left no-repeat;
}

#nb_sidebar_container_body_content a{
	color: white;
}



a.nb_sidebar_nb_id {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.10em;
}

/************************************************
Application-Specific: Global
************************************************/

h3.section_header{
	margin-bottom: 0px;
	font-size: 14pt;
	font-weight: 100;
}

span.sort_selection{
	font-size: 10px;
	display: block;
}

span.sort_selection ul{
	list-style-image:none;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
}

span.sort_selection {
	display: inline;
	line-height: 13px;

}

span.sort_selection_grey{
	color: #393939;
}

span.sort_selection a {
	display: inline;
	margin-left: 4px;
	background: transparent url(/images/layout/redpost_v3_sort_selection_left.png) no-repeat scroll left top;
	padding-left: 3px;
	
}

span.sort_selection a:hover {
	background-position: 0% -13px;
	color: white;
}

span.sort_selection a span {
	background: transparent url(/images/layout/redpost_v3_sort_selection_right.png) no-repeat scroll right top;
	padding-right: 3px;
}

span.sort_selection a:hover span {
	background-position: 100% -13px;
}

span.sort_selection a.sort_selection_active  {
	background: transparent url(/images/layout/redpost_v3_sort_selection_left.png) no-repeat scroll;
	background-position: 0% -13px;
	color: white;
}

span.sort_selection a.sort_selection_active span{
	background: transparent url(/images/layout/redpost_v3_sort_selection_right.png) no-repeat scroll 100% -13px;
}

span.section_header_get_help {
	font-size: .70em !important;
	float: right;
	background: transparent url(/images/layout/redpost_v3_utility_icon_support_16.png) center left no-repeat;
	padding-left: 20px;

}

.clear_left { position: relative; clear: left; }

.clear_right { clear: right; }

.clear_both { clear: both; }

.clear_both_redpost_frontpage_structure { clear: both; }

/************************************************
Application-Specific: Organize
************************************************/


ul.draggable_table {
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:left;
	width:100%;
	margin-top: 8px !important;
}

ul.draggable_table li.head {
	background: url(/images/layout/redpost_v3_organize_background_top.gif) repeat-x scroll left top;
	color:#FFFFFF;
	font-size:15px;
	font-weight: bold;
	color: white;
	padding-top: 7px;
	margin-bottom: -7px;
}

ul.draggable_table li {
	background-color:#FFFFFF;
	border-bottom:1px solid #CCC;
	height:26px;
	margin:0px;
	overflow:hidden;
	padding:4px 0px 3px;
	cursor: pointer;
}

ul.draggable_table li:hover {
	background-color: #eaeaea;
	border-bottom:1px solid #999;
}



ul.draggable_table li div {
	float:left;
	margin:0px 0px 0px 10px;
	overflow:hidden;
	padding:0px;
	white-space:nowrap;
}

ul.draggable_table li div.buttons {
	float:right;
	margin-right:3px;
	text-align:right;
}

ul.draggable_table li div.search {
	font-size: 11px;
}
ul.draggable_table li div.unclickable {
	cursor:default;
}

span.poster_title {
	font-size: 14px;
}

ul.draggable_table li:hover span.poster_title:after {
	content: "   (Click for details)";
	font-size: 10px;
	color: #b60612;
}

/* Details Container */

.organize_details_container {
	padding: 10px 10px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

h2.organize_details_container_poster_title {
	display: inline;
}

h2.organize_details_container_poster_title:hover:after {
	content: " (Click title to change it.)";
	font-size: 11px;
	background-color: white !important;
	padding-top: 5px;
	padding-bottom: 1px;
}

.organize_details_container_edit {
	margin-top: 10px;
	width: 100%;
}

.organize_details_container_edit h3 {
	color: #b60612 !important;
}

.organize_details_container_edit_details_playlists {
	width: 280px;
	float: left;
	border-right: 1px solid #CCC;
}

.organize_details_container_edit_details_other {
	width: 280px;
	float: left;
	margin-left: 10px;
}

ul.organize_details_container_edit_details_playlists_list {
	list-style: none;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

ul.organize_details_container_edit_details_playlists_list li {
	list-style: none;
	background-color:#FFFFFF;
	border-bottom: 0;
	min-height:20px;
	margin:0px;
	overflow: visible;
	padding: 0px;
	padding-left: 5px !important;
	padding-top: 7px !important;
	margin-right: 10px;
}

ul.organize_details_container_edit_details_playlists_list li:hover {
	border-bottom: 0px;
}

.organize_details_container_edit_details_playlists_list_title {
	margin: 0px !important;
	float: none;
	width: 187px;
}

.organize_details_container_edit_details_playlists_list_title > img {
	position: relative;
	top: 2px;
}

.organize_details_container_edit_details_playlists_list_toolbar {
	display: none;
	float: none;
}

ul.organize_details_container_edit_details_playlists_list li:hover .organize_details_container_edit_details_playlists_list_toolbar {
	display: inline;
}

.organize_details_container_edit_comfirm {
	text-align: right;
	margin-top: 20px;
}

.organize_details_container_edit_confirm_save {
	width: 150px;
	height: 25px;
	background: url(/images/layout/redpost_v3_button_save_changes.gif) no-repeat top left;
	display: inline-block;
	cursor: pointer;
}

.organize_details_container_edit_confirm_save p {
	display: none;
}

.organize_details_container_edit_confirm_disgard {
	width: 150px;
	height: 25px;
	background: url(/images/layout/redpost_v3_button_disgard_changes.gif) no-repeat top left;
	display: inline-block;
	cursor: pointer;
}

.organize_details_container_edit_confirm_disgard p {
	display: none;
}

/* Neighborhood Sharing */

.organize_details_container_edit_details_playlists_list_neighborhood {
	margin: 0px !important;
	float: none;
	width: 167px;
}

/************************************************
Support
************************************************/

#support_header_kicker {
	background: transparent url(/images/layout/redpost_v3_support_kicker.jpg) top left no-repeat;
	width: 100%;
	height: 301px;
}

#support_header_kicker h2 {
	display: none;
}

#ihin_header_kicker {
	background: transparent url(/images/layout/redpost_v3_ihin_kicker.jpg) top left no-repeat;
	width: 100%;
	height: 400px;
}

#ihin_header_kicker h2 {
	display: none;
}

/* NEWS & UPDATES */

#news_head {
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 0;	
}

#news_head h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#news_content {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
}

#news_content ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 17px;
	margin-top: 0px;
	padding-top: 0px;
}

#news_content li {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
}

.news_date {
	font-size: .8em;
	color: #666666;
}

