/*

	Shared styles for /classifieds/ , /directories/ , and /account/

*/

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- main styles */
/* -------------------------------------------------------------------------------------------- */

body {
	background: #fff;
	color: #333;
	font-size: 13px;
	/*font: 13px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	/*line-height: 18px;*/
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}

#header {
	margin: 20px 0 0 5px;
	min-height: 35px;
	position: relative;
}

#ad_tower {
	clear: both;
    float: left;
	margin: 20px 0;
}

.center {
	clear: both;
	text-align: center;
	display: block;
	padding: 20px 0;
}

.center p {
	margin: 20px 0;
}

#container a:hover {
	text-decoration: none;
}

#container h1 {
	font: bold 24px;
	letter-spacing:-1px;
	color: #333;
	font-size: 25px;
	line-height:30px;
}

#container h1 small {
	font-size: 16px;
	color: #666;
}

#container h2 {
	color: #333;
	font-size: 20px;
	line-height: 20px;
}

#container h2 small {
	font-size: 12px;
	color: #999;
}

#container h3, h4, h5, h6 {
	clear: both;
	color: #333;
	font-size: 16px;
	position: relative;
}

#container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#main_content {
	width: 980px;	
	float: left;
	background: #EDEBE0;
	border-top: solid 5px;
	border-left: solid 1px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	position: relative;
}

#left_column {
	width: 600px;
	background: #F9F9F2;
	padding: 20px;
	float: left;
	min-height: 850px;
}

.wrap {
	clear: both;
	float: left;
	background: #fff;
	width: 558px;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 10px auto;
}

.wrap_title {
	clear: both;
	overflow: auto;
	background: #fff;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px auto;
	padding: 0;
}

span#id_brief_parent, span#id_content_parent {
	clear: both;
	float: left;
}

#right_column {
	width: 300px;
	float: left;
	padding: 40px 20px;
	font-size: 12px;
}

#right_column img {
	border: 1px solid #999;
	padding: 0;
}

#right_column p {
	margin: 10px 0;
}

#right_column ul li {
	margin: 0 0 15px 0;
}

#right_column h4 {
	font-size: 14px;
	display: block;
	margin: 20px 0;
	color: #333;
}

#right_column dl {
	float: left;
	width: 300px;
}

#right_column dl dt {
	font-weight: bold;
	padding: 10px 0;
}

#right_column dl dd a {
	text-decoration: none;
	color: #333;
	padding: 3px;
	float: left;
	margin: 3px 5px 3px 0;
	background: #DDDBD0;
}

#right_column dl dd a:hover {
	text-decoration: underline;
	background: #F9F9F2;
}

.subscription_price {
	color: #2E536B;
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0;
}

#main_button {
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	border: 0;
	text-align: center;
	font-size: 14px;
	max-width: 150px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
	cursor: hand;
	margin: 10px auto;
	display: block;
}

#main_button:hover {
	-moz-box-shadow: 0px 1px 1px #C3C3C3;
	-webkit-box-shadow: 0px 1px 1px #C3C3C3;
	box-shadow: 0px 1px 1px #C3C3C3;
}

#main_button:active {
	-moz-box-shadow: 0px 0px 0px #C3C3C3;
	-webkit-box-shadow: 0px 0px 0px #C3C3C3;
	box-shadow: 0px 0px 0px #C3C3C3;
}

.item_url {
	display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
}

.event_panel {
	float: left;
	clear: both;
	width: 558px;
	padding: 10px 20px;
}

.event_intro {
	width: 428px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	float: left;
}

.list_item {
	border: 1px solid #d1d1d1;
	background:#fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    margin: 15px 0;
	position: relative;
	float: left;
	clear: both;
}

.event_info {
	float: right;
	width: 118px;
	margin: 10px 0 0 0;
	font-size: 12px;
	text-align: right;
	line-height: 18px;
}

.event_info em {
	font-style: normal;
	color: #666;
}

.event_info b {
	text-transform: uppercase;
	color: #DDDBD0;
	font-size: 12px;
	font-weight: normal;
}

.event_panel h4 {
	float: left;
	width: 428px;
}

.event_panel h4 a {
	color: #333;
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 20px;
	float: left;
}

.event_divider {
	clear: both;
	height: 1px;
	width: 598px;
	border-bottom: 1px solid #d1d1d1;
	padding-top: 10px;
}

#top p {
	margin: 20px 0;
}

#tab1, #tab2, #tab3 {
	clear: both;
	float: left;
	margin-top: 40px;
}

a.more {
	padding: 0 10px;
}

#left_column .section {
	width: 598px;
}
/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- tabs */
/* -------------------------------------------------------------------------------------------- */

.tabsnav {
	position: absolute;
	width: 640px;
    list-style: none;
    top: 0;
	left:0;
    background: #EDEBE0;
	font-weight: bold;
	font-size: 12px;
}

.tabsnav li {
    float: left;
	background: #EDEBE0;
	border-right: 1px solid #F9F9F2;
}

.tabsnav li a {
	color: #333;
	float: left;
    text-decoration: none;
	padding: 10px 20px;
}

ul.tabsnav li:hover {
	background: #F6F4EC;
}

.tabsnav li a:focus {
	outline: 0;
}

.tabsnav li a.selected {
	background: #F9F9F2;
	color: #fff;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- search results */
/* -------------------------------------------------------------------------------------------- */

#post_results {
	background: #EDEBE0;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 20px;
	float: left;
	width: 560px;
}

#post_results a {
	color: #E33500;
}

#post_results a:hover {
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- details page */
/* -------------------------------------------------------------------------------------------- */

#details {
	padding: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	width: 558px;
	clear: both;
	float: left;
	background: #fff;
	border: 1px solid #999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

#details h2 {
	font-size: 24px;
	line-height: 30px;
}

#details ul {
	width: 329px;
	float: left;
	margin-bottom: 20px;
}

#details p {
	clear: both;
}

a#back_to_search_results {
	display: block;
	float: left;
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a#back_to_search_results:hover {
	text-decoration: underline;
}
#sidebar #magazines {
	float: left;
	margin: 20px 0;
}
#sidebar #magazines img {
	width: 148px;
	height: 193px;
	float: left;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- error list */
/* -------------------------------------------------------------------------------------------- */

.error_list {
	font-size: 12px;
	color: red;
	background: rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
}

#error_list { 
	color: red;
	background: #eee;
	padding: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#error_list ul {
	padding: 0;
	margin-top: 10px;
	font-size: 14px;
	color: #000;
}

#error_list ul li {
	float: left;
	margin: 0 20px 10px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- forms */
/* -------------------------------------------------------------------------------------------- */

#sidebar {
	float: left;
}
fieldset {
	border: 0; margin: 0; padding: 0;
}

#sidebar .wrap_title {
	width: 298px;
}
.wrap_title .section {
	padding: 20px 0;
}

#sidebar .section {
	padding: 20px;
}

fieldset legend, .legend {
	color:#666;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 20px;
	margin: 0px;
	background: #EDEBE0;
}

#left_column legend {
	width: 558px;
}

#sidebar legend {
	width: 258px;
}

#sidebar #promorional_right strong {
	display: block;
	margin: 0 0 15px 0;
}

.member_benefits {
	margin: 0 0 0 20px;
}

.member_benefits li {
	list-style: disc;
}

fieldset label {
	display: inline;
	width: 170px;
	float: left;
	font-size: 13px;
	text-align: right;
	padding: 5px 10px 0 0;
}

fieldset .form_section {
	clear: both;
	padding: 3px 20px;
}

fieldset .form_section input[type="text"], fieldset .form_section input[type="password"] {
	font-size: 13px;
	padding: 2px 4px;
	width: 185px;
}

fieldset .form_section select {
	font-size: 12px;
	margin: 3px 0 0 0;
	padding: 2px;
	width: 200px;
}

fieldset .form_section textarea, fieldset textarea {
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: 13px;
	border: 1px solid #999;
	padding: 7px;
}

fieldset.center {
	text-align: center;
}

fieldset.center label {
	float: none;
	text-align: center;
}

.wrap_title table, #media_preference {
	margin: 0 20px;
	padding: 0 0 10px 0;
}

#error_row {
	color: red;
	font-weight: bold;
	text-align: center;
}

.error_row {
	width: 150px;
	display: inline;
	font-size: 12px;
	color: red;
	margin: 0 0 0 5px;
}

.error_top {
	text-align: center;
	font-size: 16px;
	color: red;
}

.confirmation_top {
	text-align: center;
	font-size: 16px;
	color: green;
}

fieldset:first-child legend {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.description label {
	width: 558px;
	float: left;
	text-align: left;
	padding: 0 20px;
}

.description textarea {
	width: 542px;
	margin: 10px 20px 0 20px;
	float: none;
}

.description .error_row {
	margin: 10px 20px 0 20px;
}

.notice {
	font-weight: bold;
	padding: 10px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- form buttons */
/* -------------------------------------------------------------------------------------------- */

a.button, a.subscribe, a#submit, input#submit, input#continue, input#find, a#submit {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	border: 0;
	font-size: 14px;
	text-align: center;
	/*text-shadow: 1px 1px 0px #333;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
	background: #2E536B; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337299', endColorstr='#2E536B'); /* for IE */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#337299), to(#2E536B)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #337299, #2E536B);
}

a.button:hover, a.subscribe:hover, input#submit:hover, input#continue:hover, input#find:hover, a#submit:hover {
	cursor: pointer;
	-moz-box-shadow: 0px 1px 1px #C3C3C3;
	-webkit-box-shadow: 0px 1px 1px #C3C3C3;
	box-shadow: 0px 1px 1px #C3C3C3;
}

a.button:active, a.subscribe:active, input#submit:active, input#continue:active, input#find:active, a#submit:active {
	cursor: pointer;
	-moz-box-shadow: 0px 0px 0px #C3C3C3;
	-webkit-box-shadow: 0px 0px 0px #C3C3C3;
	box-shadow: 0px 0px 0px #C3C3C3;
}

/* styling submit buttons to look like links */
#make_changes {
	border: 0;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: transparent;
	font-weight: bold;
	color: #5F82A3;
	text-decoration: underline;
}

#make_changes:hover {
	cursor: pointer;
	text-decoration: none;
}
#white_papers_logo {
	position: absolute;
	bottom:-7px;
	z-index: 1000;
}
/* whitepaper list styles */
#site_list table ul {
	margin: 10px 0;
}
#site_list table ul li {
	list-style-type: disc;
	padding: 3px;
	margin-left: 20px;
}
/* whitepaper button position */
#site_list table a.button {
	float: right;
	margin-top: 10px;
	clear: both;
}
#whitepaper_title {
	font-size: 20px;
	line-height: 24px;
}
