body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size  : 13px;
	color	   : #000;
	margin	   : 0;
	padding	   : 0;
}

/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#faux {
	background: url("../images/site/bg_content.gif");
	margin: 6px 0 0 0;
	overflow: auto;
	width: 100%
}

#header {
	color: #333;
	width: 956px;
	padding: 12px 22px;
	height: 61px;
	margin: 0px;
	background: url("../images/site/bg_header.png");
}

#header_login {
	float: right;
}

#header_login a {
	background: url("../images/site/icon_login.png") no-repeat 0 0;
	padding: 0 0 0 22px;
	font-weight: bold;
	color: #000;
}

#nav_upper_container {
	margin: 24px 0 0 0;
	overflow: hidden;
}

#nav_upper {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_upper li {
	border-left: 1px solid #000;
	float: left;
	margin: 0 8px 0 -8px;
	padding: 0 8px 0 8px;
}

#nav_upper li a {
	padding: 0 0 0 20px;
	color: #000;
	font-weight: bold;
}

.nav_upper_credits {
	background: url("../images/site/icon_credits.png") no-repeat 0 0;
}
.nav_upper_account {
	background: url("../images/site/icon_account.png") no-repeat 0 0;
}
.nav_upper_inbox {
	background: url("../images/site/icon_inbox.png") no-repeat 0 0;
}
.nav_upper_listings {
	background: url("../images/site/icon_listings.png") no-repeat 0 0;
}
.nav_upper_help {
	background: url("../images/site/icon_help.png") no-repeat 0 0;
}
.nav_upper_contact {
	background: url("../images/site/icon_contact.png") no-repeat 0 0;
}

#clock {
	float: right;
	margin: 24px 0 0 0;
	font-weight: bold;
}

#nav_lower_container {
	padding: 10px 22px;
	margin: 0px;
	height: 13px;
	background: url("../images/site/bg_nav.gif");
}

#nav_lower {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}

#nav_lower li {
	border-right: 1px solid #000;
	float: left;
	margin: 0 -8px 0 8px;
	padding: 0 8px 0 8px;
}

#nav_lower li a {
	color: #6000a5;
	font-weight: bold;
}

#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px 6px;
	padding: 0px;
	width: 168px;
	float: left;
}

#search {
	margin-bottom: 8px;
}

#search_field {
	width: 160px;
}

#search_target {
	margin: 2px 0;
}

.search_button {
	width: auto;
	border: 0px;
	margin: 6px 0;
	float: right;
}

#categories {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
	width: 90%;
}

#categories li {
	padding: 4px 0 4px 12px;
	line-height: 18px;
	background: url("../images/site/bullet_purple.png") no-repeat 0 11px;
	color: #b4b4b4;
	border-top: 1px dashed #e2e2e2;
}

#categories li a {
	color: #000;
}

#content {
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: 0px;
	width: 612px;
	display: inline;
	position: relative;
}

#rightcolumn {
	display	: inline;
	position: relative;
	color	: #333;
	margin	: 10px 10px 10px 0px;
	padding	: 0px;
	width	: 160px;
	float	: right;
}

.featured_picture {
	float : left;
	margin: 6px 4px;
}

.featured_text {
	text-align: center;
	margin	  : auto 0;
}

#footer {
	clear	 : both;
	width	 : 1000px;
	background: url("../images/site/footer_bar.gif") no-repeat 0 0;
	margin	 : 0;
	padding	 : 6px 0;
	font-size: 10px;
}

#footer_text_right {
	float: right;
}

#footer_text_left {
	float: left;
}

.clear {
	clear	  : both;
	background: none;
}

#help_box {
	border	  : 1px solid #5c5c5c;
	background: #e0e0e0;
	padding	  : 6px;
	min-height: 250px;
}

.badge {
	border-width: 0px;
	margin: 0 0 14px 10px;
}

/* HOME */

#splash {
	font-size: 16px;
	line-height: 1.5em;
	width: 334px;
	float: left;
}

#splash img {
	display: block;
	margin: 0 auto;
}

#join_message {
	float: right;
	width: 260px;
	border: 1px solid #e2e2e2;
	padding: 6px;
	margin: 0 0 10px 10px;
}

#join_message.homejoin {
	float: right;
	width: 228px;
	border: 1px solid #bbb;
	padding: 12px 16px 16px;
	margin: 0 0 16px 16px;
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
	background-color: #e7e7e7;
}

#join_message li {
	margin-bottom: 4px;
}

#join_message p {
	margin: 6px 0 0 0;
}

#join_message h4 {
	font-size: 18px;
}

#join_message a.register {
	display: block;
	height: 55px;
	width: 228px;
	text-indent: -9999px;
	background-image: url('/images/site/register-button.png');
	margin: 10px auto 11px;
}

#join_message a.register:hover {
	background-position: 0, -55px;
}

#join_message a.register:active {
	background-position: 0, -110px;
}

#join_message a.listingButton {
	display: block;
	height: 40px;
	width: 228px;
	text-indent: -9999px;
	background-image: url('/images/site/place-listing-button.png');
	margin-top: 2px;
}

#join_message a.listingButton:hover {
	background-position: 0, -40px;
}

#join_message a.listingButton:active {
	background-position: 0, -80px;
}

/* Listings title */

h3.blocktitle {
	display: block;
	clear: both;
	background-color: #E7E3EE;
	padding: 8px;
	margin: 10px 0 4px;
	border-bottom: 1px solid #ccc;
}

/* Extra selectors */

p.bigger {
	font-size: 18px;
}

/* LOGIN */
.login_box {
	border: 1px solid #8c5097;
	background: #e9e9e9;
	width: 470px;
	padding: 10px;
	margin: 10px auto 30px auto;
}

.login_box img {
	vertical-align: middle;
	margin-right: 10px;
}

/* PROFILE */
.profile_box {
	border : 3px solid #d9d9d9;
	margin : 6px 0;
	padding: 6px;
}

.profile_box_group {
	display: inline;
}

.td_right_pad td {
	padding: 0 20px 0 0;
}

.link_gallery {
	background: url("../images/site/icon_gallery.png") no-repeat 0 0;
	padding	  : 0 0 0 20px;
	margin	  : 4px 0;
	float	  : right;

}

.shortlist {
	width: 160px;
}

/* MEMBER GALLERY */
.frame {
	width	  : 100px;
	min-height: 107px;
	border	  : 1px solid #d9d9d9;
	padding	  : 14px;
	margin	  : 10px;
	text-align: center;
}

/* REGISTER */
#registration_form {
	float: right;
	width: 48%;
}

#registration_intro {
	width: 48%;
}

#registration_intro.castingpage {
	font-size: 15px;
	border-right: 1px dashed #ccc;
	padding: 0 10px 0 0;
}

#registration_intro li {
	margin-bottom: 1em;
}



.registration_table {
	
}

.registration_table td.bg_purple {
	background: #dccddf;
}

.registration_table td.bg_purple h3 {
	color: #6000ba;
}

.registration_table td.bg_grey{
	background: #d6d6d6;
}

.promo_box {
	border: 1px solid #000;
	background: url("/images/site/box_header.png") repeat-x;
	padding: 30px 0 0 0;
	margin: 0 0 20px 0;
}

.promo_box_right {
	float: right;
	width: 262px;
	border-left: 1px solid #666;
	padding: 0 10px 0 10px;
	margin: 0 0 0 10px;
}

.promo_box_left {
	padding: 0 0 0 10px;
}

.promo_box_footer {
	clear: both;
	background: url("/images/site/box_footer.png") repeat-x;
	height: 24px;
}

/* ACCOUNT DETAILS */
.my_photo {
	float:left;
	margin: 0 10px 0 0;
}

#action_points {
	border : 3px solid #d9d9d9;
	margin : 0 0 20px 0;
	padding: 6px;
	float: left;
	width: 424px;
	min-height: 192px;
}

#action_points ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#action_points li {
	padding: 4px 0 0 12px;
	line-height: 18px;
	background: url("../images/site/bullet_purple.png") no-repeat 0 11px;
	color: #b4b4b4;
}

#action_points li a {
	color: #000;
}

#upgrade_box {
	clear: both;
	margin: 0 auto 10px auto;
	padding: 4px 6px 6px 26px;
	background: url("../images/site/icon_lock_open.png") 4px 4px no-repeat #ffed93;
	border: 1px dashed #ce6e01;
}

#upgrade_box h2 {
	color: #ce6e01;
	margin: 0 0 6px 0;
	padding: 0;
}

/* MANAGE PROFILE */
#pipelist_container {
	margin-bottom: 16px;
	overflow	 : hidden;
}

#pipelist {
	list-style-type: none;
	margin		   : 0;
	padding		   : 0;
}

#pipelist li {
	border-left: 1px solid #000;
	float	   : left;
	line-height: 1.1em;
	margin	   : 0 8px 0 -8px;
	padding	   : 0 8px 0 8px;
}

.half_column {
	float: left;
	width: 48%;
	position: relative;
}

.loading {
	visibility: hidden;
	z-index: 999;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 0;
}

.loading_pet {
	visibility: hidden;
	z-index: 999;
	width: 100%;
	height: 90px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 90px 0;
}

/* LISTING */
.grey_box {
	border	  : 1px solid #5c5c5c;
	background: #e0e0e0;
	padding	  : 12px;
	margin	  : 10px 0;
	line-height: 20px;
}

.button_apply {
	float: right;
	margin: 0 0 10px 0;
}

.button_back {
	float: left;
	margin: 0 10px 10px 0;
}

#taf {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 90%;
}

#taf li {
	padding: 4px 0 0 0;
	line-height: 20px;
	color: #b4b4b4;
}

#taf li a {
	padding: 0 0 4px 20px;
}

.taf_print { background: url("../images/site/icon_print.png") no-repeat 0 0; }
.taf_email { background: url("../images/site/icon_email.png") no-repeat 0 0; }
.taf_delicious { background: url("../images/site/logo_delicious.gif") no-repeat 0 0; }
.taf_digg { background: url("../images/site/logo_digg.gif") no-repeat 0 0; }
.taf_technorati { background: url("../images/site/logo_technorati.gif") no-repeat 0 0; }
.taf_google { background: url("../images/site/logo_google.gif") no-repeat 0 0; }
.taf_furl { background: url("../images/site/logo_furl.gif") no-repeat 0 0; }
.taf_newsvine { background: url("../images/site/logo_newsvine.gif") no-repeat 0 0; }
.taf_yahoo { background: url("../images/site/logo_yahoo.gif") no-repeat 0 0; }
.taf_live { background: url("../images/site/logo_live.gif") no-repeat 0 0; }
.taf_facebook { background: url("../images/site/logo_facebook.gif") no-repeat 0 0; }

.apply_email {
/*	text-align: center; */
	font-size: 16px;
}

.apply_email a {
	padding: 0 0 0 20px;
	background: url("../images/site/icon_email.png") no-repeat 0 4px;
}

.apply_web {
/*	text-align: center; */
	font-size: 16px;
}

.apply_web a {
	padding: 0 0 0 20px;
	background: url("../images/site/icon_web.png") no-repeat 0 2px;
}

.apply_tel {
/*	text-align: center; */
	font-size: 16px;
}

.apply_tel span {
	padding: 0 0 0 20px;
	background: url("../images/site/icon_contact.png") no-repeat 0 2px;
}

.apply_other {
/*	text-align: center; */
	font-size: 16px;
	padding: 0 0 0 20px;
	background: url("../images/site/icon_note.png") no-repeat 0 2px;
}

.small {
	font-size: small;
}

/* LISTINGS */
.search_right {
	background: #e1e1e1;
	width: 70%;
	float: right;
	padding: 4px;
	height: 116px;
}

.search_right select {
	width: 130px;
}

.search_right p {
	margin: 4px 8px 0px 8px;
	padding: 0;
}

.search_left {
	background: #dccddf;
	width: 27%;
	padding: 4px;
	height: 116px;
}

.search_left select {
	width: 80px;
}

.listingthumb {
	width: 70px;
	height: 57px;
	margin-right: 3px;
}

/* MY LISTINGS */
.app_opt a {
	padding: 0 0 0 20px;
}

.app_opt_message { background: url("../images/site/icon_email.png") no-repeat 0 0; }
.app_opt_confirm { background: url("../images/site/icon_tick.png") no-repeat 0 0; }
.app_opt_confirm_null { background: url("../images/site/icon_tick_null.png") no-repeat 0 0; }
.app_opt_deny { background: url("../images/site/icon_cross.png") no-repeat 0 0; }

.app_accepted {
	border	  : 3px solid #5fa556;
	background: #ace4a1;
	margin	  : 6px 0;
	padding	  : 6px;
}

.app_image {
	margin: 0 10px 0 0;
}

/* INBOX */
.faux_input {
	border	  : 1px solid #6000a5;
	background: #ffffff;
	padding	  : 2px;
}

.recipient {
	padding	  : 0 20px;
	background: url("../images/site/icon_shortlist.png") no-repeat 0 0;
}

.full {
	width: 100%;
}

/* CREDITS */
.credit_prices {
	border: 1px solid #000;
	margin: 0 0 10px 10px;
	padding: 0px;
	float: right;
	clear: both;
}

.credit_prices table {
	margin: 2px;
}

.credit_prices h2 {
	margin: 0;
	padding: 4px;
	background: #725178;
	color: #fff;
	position: relative;
}

/* TAG STYLES */
h1 {
	font-size		: 26px;
	line-height		: 30px;
	padding			: 0px 0px 12px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #000;
}

h2 {
	font-size		: 18px;
	line-height		: 18px;
	padding			: 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #000;
}

h3 {
	font-size		: 16px;
	line-height		: 16px;
	padding			: 4px 0px 10px;
	margin			: 0px;
	background-color: transparent;
	color			: #000;
}

h4 {
	font-size		: 14px;
	line-height		: 14px;
	padding			: 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #000;
}

h5 {
	font-size		: 12px;
	line-height		: 12px;
	padding			: 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #000;
}

h6 {
	font-size		: 10px;
	line-height		: 10px;
	padding			: 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #000;
}

p {
	text-align: left;
	padding	  : 0px 0px 10px 0px;
	margin	  : 0px;
}

a {
	color		   : #6000a5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin : 0px;
	padding: 0px;
}

input, textarea, select {
	border	  : 1px solid #6000a5;
	background: #ffffff;
	padding	  : 2px;
}

textarea {
	height: 100px;
}

table {
	margin : 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin : 4px 0px 4px 16px;
}

hr {
	height: 1px;
	color: #000000;
	background: #000000;
	width: 100%;
	border: 1px solid #000000;
}

/* MISC */
.pagination {
	margin: 6px 0;
	padding: 8px;
	text-align: center;
	border: 1px solid #5c5c5c;
}

.pagination a {
	padding: 1px 3px;
	margin: 2px;
	border: 1px solid #5c5c5c;
	background: #e0e0e0;
}

.pagination em {
	padding: 1px 3px;
	margin: 2px;
	border: 1px solid #5c5c5c;
	background: #fff;
	font-style: normal;
}

.input_full {
	width: 238px;
}

.input_half {
	width: 93px;
}

p.marker {
	clear	 : both;
	margin	 : 0px;
	padding	 : 0px;
	font-size: 1px;
}

table.table_data th {
	text-align : left;
	color	   : #000;
	font-weight: bold;
}

table.table_form th {
	text-align : right;
	color	   : #000;
	font-weight: bold;
}

table.table_form td {
	text-align : left;
}

table.table_form_top th, .th_top {
	text-align : left;
	color	   : #464141;
	font-weight: bold;
	font-style : italic;
	padding-top: 6px;
}

input.icon {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: 20px;
	height			: 20px;
}

.notice {
	color	   : #fff;
	font-weight: bold;
	text-align : center;
}

.button {
	width: auto;
}

.image_button {
	width: auto;
	border: 0px solid #00f;
	background: transparent;
}

.bullet {
	margin: 4px 0 0 2px;
}

.info_box {
	background: url("../images/site/icon_help.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.error_box {
	background: url("../images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.confirm_box {
	background: url("../images/site/icon_accept.png") 4px 4px no-repeat #75c868;
	border	  : 1px solid #226d1f;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.code_box {
	background: url("../images/site/icon_terminal.png") 4px 4px no-repeat #e2e2e2;
	border	  : 1px dashed #000;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
}

.todo_box {
	background: url("../images/site/icon_note.png") 4px 4px no-repeat #f7e187;
	border	  : 1px dashed #df7900;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
}

.inline {
	display: inline;
}

.grey {
	color	   : #818181;
	font-style : italic;
	font-weight: bold;
}

.icon {
	vertical-align: middle;
}

.small {
	font-size: 9px;
}

.icon_link {
	padding: 0 0 0 20px;
	color: #000;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
