/* @group Global */
body {
	margin: 0;
	padding: 0;
	color: black;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}
a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	font-style: italic;
}
a.on {
	text-decoration: underline;
}
h1 {
	color: #FF6633;
	font-size: 24px;
}
table h1 {
	color: #FF6633;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
table p {
	margin-top: 5px;
	margin-bottom: 5px;
}
h2, h3 {
	color: #336699;
	font-size: 18px;
}
h4 {
	color: #BE390D;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	/*width: 220px;*/
}
li {
	list-style-type: none;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	border: 2px solid black;
	position: relative;
}
#header {
	/*background: url(images/as_header.png) no-repeat;*/
	width: 950px;
	height: 158px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid black;
	position: relative;
}

/* @group Header Links */

#header a.left {
	display: block;
	position: absolute;
	/*float: left;*/
	left:0;
	width: 325px;
	height: 158px;
	background: url(images/onepixclear.gif) repeat;
}
#header a.middle {
	display: block;
	position: absolute;
	/*float: left;*/
	width: 349px;
	left: 329px;
	height: 158px;
	background: url(images/onepixclear.gif) repeat;
}
#header a.right {
	display: block;
	position: absolute;
	/*float: left;*/
	right: 0;
	width: 266px;
	height: 158px;
	background: url(images/onepixclear.gif) repeat;
}
#header a.left-line {
	display: block;
	position: absolute;
	/*float: left;*/
	left:0;
	width: 325px;
	height: 158px;
	border: 1px solid red;
	margin-right: 1px;
	background: url(images/onepixclear.gif) repeat;
}
#header a.middle-line {
	display: block;
	position: absolute;
	/*float: left;*/
	width: 349px;
	left: 329px;
	height: 158px;
	border: 1px solid red;
	margin-right: 1px;
	background: url(images/onepixclear.gif) repeat;
}
#header a.right-line {
	display: block;
	position: absolute;
	/*float: left;*/
	right: 0;
	width: 266px;
	height: 158px;
	border: 1px solid red;
	background: url(images/onepixclear.gif) repeat;
}
/* @end */

#page-header {
	margin-bottom: 5px;
}

h2.page-header {
	color: #FF6531;
	font-size: 40px;
	margin-top: 0;
	line-height: 40px;
	margin-bottom: 20px;
}
a.header {
	width: 400px;
	height: 150px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
#content {
	padding: 0 10px 10px;
	float: left;
	display: block;
	/*width: 745px;*/
	width: 790px;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}
#left_nav {
	/*height:500px;*/
	position: absolute;	
	width:145px;

	background: url(images/links_bg.gif) repeat-y;
}
#left_nav ul {
	position: relative;
	min-height: 463px;
	height: auto !important;
	height: 463px;
	padding-left: 0px;
	margin-left: 0;
}
#left_nav ul li {
	height: 45px;
	position: relative;
}
#left_nav ul li a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	display: block;
	padding-left: 55px;
}
#left_nav ul li a img {
	position: absolute;
	left: 7px;
	top: -10px;
}
#left_nav div.links-header {
	position: relative;
	height: 30px;
	z-index: 100;
	background: url(images/links_header.gif) no-repeat;
}
#left_nav div.links-bottom {
	height: 7px;
	position: relative;
	background: url(images/links_bottom.gif) no-repeat;
}
form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.formLabel {
	background-color: #f4f7fe;
}

.alternate1 {
	background-color: #f4f7fe;
}

.alternate2 {
	background-color: #fbfdfa;
}

.contentListCell {
	padding-left: 10px;
	border-bottom: 1px solid #ddd;
}

.categoryCell {
	background-color: #ebede9;
	text-align: left;
}

select {
	width: 174px;
}

select:focus {
	background-color: #FFF7E7;
}
textarea {
	background-color: #fbfdfa;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	width: 400px;
	height: 160px;
	padding: 2px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

textarea:focus {
	background-color: #FFF7E7;
}

input {
	padding: 2px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

input:focus {
	background-color: #FFF7E7;
}

input.button {
	background-color: #067BA7;
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 7px;
	border-color: #96C6DA #032330 #032330 #96C6DA;
	margin: 0;
}

input.button:hover {
	background-color: #00a2dc;
	cursor: pointer;
}

.requiredField {
	font-weight: bold;
}

.loginStatusSpan a { 
  color: #4E4E4E; 
  text-decoration: none; 
} 
.as_errorText { 
	color: red; 
	font-weight: bold;
	line-height: 16px;
} 
.as_errorField { 
	border: 2px solid red; 
}
.as_errorInput {
	border: 2px solid red;
}
.as_successMessage {
	font-weight: bold;
	color: green;
	font-size: 14px;
}
#footerDisclaimer {
	font-size: 9px;
	color: red;
	text-align: center;
}
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* @group Main Nav */

#nav {
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	height: 15px;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
	z-index: 10000;
}
#nav_ul {
	margin: 0 auto;
	position: relative;
}
#nav ul {
	padding-left: 0;
	line-height: 15px;
	float: left;
	position: relative;
	margin: 2px auto 0;
	left: 65px;
}
#nav ul li {
	list-style-type: none;
	display: block;
	float:left;
	position:relative;
	/*height: 25px;*/
	z-index:9999;
}
#nav ul li a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	display:block;
	font-style: normal;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #08345f;
}
#nav ul li a.on {
	text-decoration: underline;
	font-style: italic;
}
embed, object {
	position: relative;
	z-index: 0;
}
/* @end */

/* @group Sub Nav */
#nav ul li ul.sub_nav {
	position: absolute;
	width:150px;
	display: none;
}

#nav ul li ul.sub_nav li {
	list-style-type: none;
	display: block;
	width:150px;
	border-bottom: 1px solid silver;
	margin-left: 0;
	padding-left: 0;
	background-color: white;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
}
#nav ul li ul.sub_nav li a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	width:145px;
	display:block;
	margin-left: 0;
	background: white;
	height: 20px;
}
#nav ul li ul.sub_nav li a:hover {
	text-decoration: underline;
	color: #08345f;
	background-color: #f3f8ff;
}
#nav ul li ul.sub_nav li a.on {
	text-decoration: underline;
	font-style: italic;
}

/* @end */

/* @group SuperFish Nav */

#nav ul li:hover ul, #nav ul li.sfHover ul {
	left:5px;
	top: 23px;
	/*width: 100%;*/
}
#nav ul li:hover li ul,
#nav ul li.sfHover li ul {
	top:-999em;
	/*width: 100%;*/
}
#nav ul li li:hover ul, #nav ul li li.sfHover ul {
	left:9.0em;
	top:-1px;
	/*width: 150px;*/
}
#nav ul li li:hover li ul,
#nav ul li li.sfHover li ul {
	top:-999em;
	/*width: 100%;*/
	}
#nav ul li li li:hover ul, #nav ul li li li.sfHover ul {
	left:9.0em;
	top:-1px;
	/*width: 100%;*/
}
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; 
}

/* @end */

/* @group Ad Space */
#adSpace {
	width: 130px;
	display: block;
	float: right;
	/*border: 1px solid silver;*/
	/*padding: 10px;*/
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}
#adSpace ul {
	position: relative;
	padding-left: 0;
	margin: 10px 0;
}
#adSpace ul li {
	position: relative;
	height: 40px;
}
#adSpace ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding-left: 55px;
}
#adSpace ul li a img {
	position: absolute;
	left: 0px;
	top: -10px;
}
#adSpace div {
	border: 1px solid silver;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
#adSpace a {
	border: 0px solid maroon;
}
#adSpace a img {
	border: 0px solid maroon;
}
#adSpaceBanner {
	width: 468px;
	display: block;
	overflow: hidden;
	height: 60px;
	position: absolute;
	top: 85px;
	right: 10px;
	border: 1px solid silver;
	padding: 2px;
}
#adSpaceBanner a {
	border: 0px solid maroon;
}
#adSpaceBanner a img {
	border: 0px solid maroon;
}
/* @end */

/* @group Footer */

#footer {
	text-align: center;
	font-size: 9px;
	color: #336699;
	border-top: 1px solid silver;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
}

#footer a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#footer_nav {
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid silver;
}

#footer_nav ul {
	text-align: center;
	padding-left: 0;
	margin: 5px 0;
}

#footer_nav ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 0;
	margin-right: 0;
}

#footer_nav ul li a {
	font-size: 9px;
	font-weight: normal;
	color: #949494;
	text-decoration: none;
	font-style: normal;
}

#footer_nav ul li a.on {
	text-decoration: underline;
	font-style: italic;
}

#footer_nav ul li a:hover {
	text-decoration: underline;
	font-style: normal;
}
/* @end */

/* @end */

/* @group Home */
#home_top_container {
	clear:both;
	display:block;
	left:155px;
	position:relative;
	width:635px;
	z-index: 6000;
}
#home_left_container {
	width: 308px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
}

#home_left {
	display: block;
  	min-height:280px;
  	height:auto !important;
  	height:280px;
	padding: 0;
	position: relative;
	border: 4px solid #006579;
}

div.upper_capsule_left {
	width: 290px;
	height: 75px;
	display: block;
	position: relative;
	margin: 5px;
	background: url(/accelsite/themes/temp999/images/post.png) no-repeat;
}
div.upper_capsule_left a {
	width: 290px;
	height: 75px;
	display: block;
	position: absolute;
}
div.upper_capsule_left a:hover {
	background: url(/accelsite/themes/temp999/images/post-hover.png) no-repeat;
}
#home_left p.details {
	margin-top: 12px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

#home_left p.details a {
	color: #006579;
	text-decoration: underline;
}
#home_left p.details a:hover {
	color: #006579;
	text-decoration: none;
}
#home_left_pop {
	display: none;
	position: absolute;
	left: -99px;
	top: -10px;
	width: 406px;
	background: url(images/pop_up_large_top.png) no-repeat;
	z-index: 1000;
}

#home_left_pop h1 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 28px;
}

#home_left_pop h2 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
}

#home_left_pop h3 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

#home_left_pop h4 {
	color: #336699;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

#home_left_pop_content {
	width: 376px;
	padding: 10px 15px;
}
#home_left_pop_content img {
	margin-right: 10px;
}

#home_left_pop span.pop_bottom {
	background: url(images/pop_up_large_bottom.png) no-repeat;
	width: 404px;
	height: 23px;
	display: block;
}
#home_left_pop span.pop_bottom a.close-pop-left {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;
}
div.home_left_text {
	width: 230px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left: 20px;
	padding: 5px 15px;
}
div.home_left_text p {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#home_right {
	width: 300px;
	display: block;
	float: right;
	display: block;
  	min-height:280px;
  	height:auto !important;
  	height:280px;
	padding: 0;
	margin: 0 0 15px;
	border: 4px solid #006579;
	position: relative;
	z-index: 110;
}
#home_right h4 {
	text-align: center;
}
div.upper_capsule_right {
	width: 290px;
	height: 75px;
	display: block;
	position: relative;
	margin: 5px;
	background: url(/accelsite/themes/temp999/images/search.png) no-repeat;
}
div.upper_capsule_right a {
	width: 290px;
	height: 75px;
	display: block;
	position: absolute;
}
div.upper_capsule_right a:hover {
	background: url(/accelsite/themes/temp999/images/search-hover.png) no-repeat;
	margin-left: 0px;
}
#home_right p.details {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	position: relative;
	clear: both;
	display: block;
	bottom: -9px;
}
#home_right p.details a {
	color: #006579;
	text-decoration: underline;
}
#home_right p.details a:hover {
	color: #006579;
	text-decoration: none;
}
#home_right_pop {
	display: none;
	position: absolute;
	left: -5px;
	top: -10px;
	width: 406px;
	background: url(images/pop_up_large_top.png) no-repeat;
	z-index: 5000;
}

#home_right_pop_content {
	width: 376px;
	padding: 10px 15px;
}
#home_right_pop_content h1 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 28px;
}

#home_right_pop_content h2 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
}

#home_right_pop_content h3 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

#home_right_pop_content h4 {
	color: #336699;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}
#home_right_pop_content img {
	margin-right: 10px;
}
#home_right_pop span.pop_bottom {
	background: url(images/pop_up_large_bottom.png) no-repeat;
	width: 404px;
	height: 23px;
	display: block;
}
#home_right_pop span.pop_bottom a.close-pop-right {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;
}
#home_right text a.free-pop {
	color: #006579;
	text-decoration: underline;
}
a.free-pop {
	text-decoration: underline;
}
a.free-pop:hover {
	text-decoration: none;
}
#free_right_pop {
	display: none;
	position: absolute;
	left: -50px;
	top: 30px;
	width: 406px;
	background: url(images/pop_up_large_top.png) no-repeat;
	z-index: 3000;
}

#free_right_pop_content {
	width: 376px;
	padding: 10px 15px;
}
#free_right_pop_content h1 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 28px;
}
#free_right_pop_content h2 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
}
#free_right_pop_content h3 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
}
#free_right_pop_content h4 {
	color: #336699;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}
#free_right_pop_content img {
	margin-right: 10px;
}
#free_right_pop span.pop_bottom {
	background: url(images/pop_up_large_bottom.png) no-repeat;
	width: 404px;
	height: 23px;
	display: block;
	position: relative;
	/*left: -1px;*/
}
#free_right_pop span.pop_bottom a.close-free-pop {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;
}
#free_right_pop_content strong {
	color: red;
	font-weight: bold;
}
#home_bottom {
	clear: both;
	display: block;
	position: relative;
	left: 155px;
	margin-bottom: 25px;
	width: 635px;
	z-index: 50;
}

div.bottom_capsule {
	height: 75px;
	display: block;
	position: relative;
	margin: 5px;
	background: url(/accelsite/themes/temp999/images/member_login.png) no-repeat;
	z-index: 1;
}

#home_bottom h2.home_login {
	margin-top: 5px;
	color: white;
	font-weight: bold;
	font-size: 44px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 75px;
}

div.bottom_capsule img.login {
	display: block;
	position: absolute;
	top: 8px;
	right: 15px;
}

#logged_in {
	text-align: center;
	font-weight: bold;
	min-height:255px;
  	height:auto !important;
  	height:255px;
	border: 4px solid #FF9243;
	position: relative;
	display: block;
	bottom: 5px;
	margin-top: 10px;
}

div.logged_capsule_left {
	width: 290px;
	height: 59px;
	display: block;
	position: relative;
	margin: 5px;
	background: url(/accelsite/themes/temp999/images/as_welcome.png) no-repeat;
}
p.logged_in {
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.logged_in span {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #FF6531;
}
#user_name p.user_name {
	color: #FF6531;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	top: 0;
	left: 20px;
	white-space: nowrap;
}

a.home_post {
	border: 0 solid white;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-left: 120px;
}

span.manage_posts {
	color: #336699;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 18px;
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	font-weight: bold;
}

span.manage_posts a {
	color: #336699;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}
#logged_in span.manage_posts a:hover, #logged_in a.logout:hover {
	text-decoration: none;
}
a.logout {
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline;
	padding-top: 5px;
}
div.home_left_text p strong {
	color: red;
	font-weight: bold;
}
div.home_right_text {
	width: 230px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left: 20px;
	padding: 5px 15px;
	color: black;
	z-index: 2000;
}
div.home_right_text p {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.home_right_text p strong {
	color: red;
	font-weight: bold;
}
form.memberForm {
	position: relative;
	display: block;
	margin: 0 5px 5px;
	padding: 0;
	background-color: white;
	width: 294px;
	float: left;
}

h2.legend {
	color: #336699;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	text-transform: uppercase;
	position: relative;
	display: inline;
	margin: 0;
}

#memberLogin {
	border: 2px solid white;
	/*padding: 5px 10px;*/
	margin: 0;
	position: relative;
	height: 75px;
}

#login {
	margin: 0 0 5px;
	padding: 2px;
	display: block;
	float: left;
	width: 185px;
	height: 15px;
	line-height: 15px;
	color: #3e80c3;
	font-size: 12px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#password {
	margin: 0 0 3px;
	padding: 2px;
	display: block;
	position: relative;
	float: left;
	width: 185px;
	height: 15px;
	line-height: 15px;
	color: #3e80c3;
	font-size: 16px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
form.memberForm label.login {
	border-width: 0;
	margin-top: 0;
	width: 80px;
	padding: 0;
	height: 15px;
	float: left;
	display: block;
	position: relative;
	font-weight: bold;
	color: black;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
form.memberForm label.password {
	border-width: 0;
	width: 80px;
	padding: 0;
	height: 15px;
	display: block;
	float: left;
	position: relative;
	color: black;
	font-weight: bold;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
form.memberForm input.submitButton {
	text-align: center;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	height: 22px;
	display: block;
	width: 91px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: black;
	top: -8px;
	left: 0px;
	border: 0px solid #ccc;
	background: transparent url(/accelsite/themes/temp999/images/as_submitButton.gif) no-repeat;
}
a.forgot_password {
	position: relative;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	margin: 2px 30px 0 0;
	padding: 0;
	float: right;
	color: #006579;
	text-decoration: underline;
}
a.forgot_password:hover {
	text-decoration: none;
}
a.forgot_password_error {
	position: relative;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	margin: 2px 30px 0 0;
	padding: 0;
	float: right;
	color: #c60000;
	text-decoration: underline;
	font-weight: bold;
}
a.login_forgot_password {
	position: relative;
	font-size: 11px;
	line-height: 13px;
	color: #006579;
	text-decoration: underline;
	left: 180px;
	top: -30px;
}
a.login_forgot_password:hover {
	text-decoration: none;
}
#bottom_left {
	width: 301px;
	display: block;
	float: left;
	position: relative;
	border: 4px solid #006579;
	height: 210px;	
}
#post_wanted {
	text-align: center;
}
#bottom_left p.details {
	margin-top: 12px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

#bottom_left p.details a {
	color: #006579;
	text-decoration: underline;
}
#bottom_left p.details a:hover {
	color: #006579;
	text-decoration: none;
}
#bottom_pop {
	display: none;
	position: absolute;
	left: -99px;
	top: -10px;
	width: 406px;
	background: url(images/pop_up_large_top.png) no-repeat;
	z-index: 1000;
}
#bottom_pop a.close-pop-wanted {
	bottom:10px;
	color:#FF6531;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:15px;
	text-decoration:underline;
}
#bottom_pop_content h1 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 28px;
}

#bottom_pop_content h2 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
}

#bottom_pop_content h3 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

#bottom_pop_content h4 {
	color: #336699;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

#bottom_pop_content {
	width: 376px;
	padding: 10px 15px;
}
#bottom_pop_content img {
	margin-right: 10px;
}

#bottom_pop span.pop_bottom {
	background: url(images/pop_up_large_bottom.png) no-repeat;
	width: 404px;
	height: 23px;
	display: block;
}
#bottom_pop span.pop_bottom a.close-pop-left {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;
}

div.bottom_left_plaque {
	background: url(images/post_wanted.png) no-repeat;
	width: 291px;
	height: 76px;
	margin-left: 5px;
	margin-top: 5px;
}
div.bottom_left_plaque:hover {
	background: url(images/post_wanted_hover.png) no-repeat;
}
div.bottom_left_plaque a.post-a-sublet {
	width: 290px;
	height: 75px;
	display: block;
	position: absolute;
}
#bottom_left div.content {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#bottom_right {
	width: 301px;
	display: block;
	float: right;
	position: relative;
	border: 4px solid #FF6531;
	height: 210px;
}
div.bottom_right_plaque {
	background: url(images/member_login_bg.png) no-repeat;
	width: 291px;
	height: 76px;
	margin-left: 5px;
	margin-top: 5px;
}
#user_name {
	position: relative;
	width: 140px;
	float: left;
	margin-top: 10px;
	z-index: 1;
}
#user_name img.logged-in {
	position: relative;
	top: 45px;
	left: 30px;
}
/*#user_name_shadow {
	position: absolute;
	width: 140px;
	margin-top: 10px;
	top: 83px;
	left: 1px;
	z-index: 0;
}
#user_name_shadow p, #user_name_shadow span {
	color: #414141;
}*/
/*#bottom_right img.not_an_actor {
	position: relative;
	border-width: 0;
	margin-left: 50px;
}*/
#home_bottom_actor p {
	position: relative;
	font-size: 16px !important;
	line-height: 16px;
	color: red;
	top: 5px;
}

#bottom_right p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
	position: absolute;
	top: 165px;
	left: 65px;
}
#bottom_right a.promo-pop {
	display: block;
	text-align: center;
	line-height: 20px;
	color: green;
	top: 55px;
	left: 10px;
	position: relative;
}
#logged_in a.promo-pop_welcome {
	display: block;
	text-align: center;
	line-height: 20px;
	color: green;
}
#home_bottom p.wrong_login {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/*margin-top: 5px;
	margin-bottom: 5px;
	line-height: 14px;*/
	color: #c60000;
	position: absolute;
	top: 53px;
	left: 0px;
	font-style: italic;
	white-space: nowrap;
	width: 100%;
}

a.join {
	color: #006579;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
a.join:hover {
	font-style: italic;
	text-decoration: none;
}
#home_right h3.search {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #FF6531;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

#home_right form.home_search {
	margin: 5px 15px;
}

#home_right form.home_search div h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: relative;
	float: left;
	line-height: 14px;
}

#home_right form.home_search div select {
	margin-top: 5px;
	position: relative;
	float: right;
	text-align: left;
	width: 100px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-top: 0;
	padding-bottom: 0;
}

#home_right form.home_search div select option {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#home_right input.home_search {
	text-align: center;
	position: relative;
	left: 112px;
	width: 70px;
	bottom: 15px;
}
span.to {
	margin-left: 30px;
	font-weight: bold;
	color: black;
	font-size: 12px;
}
#home_right a.search {
	margin-left: 95px;
	text-decoration: underline;
	font-weight: bold;
}
#home_right a.search:hover {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a.home_my_search {
	position: absolute;
	border-width: 0;
	text-decoration: none;
	display: block;
	width: 66px;
	height: 58px;
	left: 228px;
	bottom: 1px;
}
a.home_my_search:hover {
	position: absolute;
	border-width: 0;
	text-decoration: none;
	display: block;
	width: 66px;
	height: 58px;
	left: 223px;
	bottom: 3px;
}
img.my_searches {
	border-width: 0;
}

/* @end */

/* @group My Account */
#account_info {
	border: 2px solid #336699;
}

#member_bio_info {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	color: black;
}
#member_bio_info #charlimitinfo {
	font-size: 12px;
	font-weight: bold;
	color: maroon;
	text-align: center;
}
span.keyCode {
	font-size: 9px;
	font-weight: bold;
	color: maroon;
}
#account_info tr {
	
}
#account_info tr td {
	border: 1px solid silver;
	padding: 10px;
}
.table-hover {
	background-color: #f3f8ff;	
}
h4.memberUpdate {
	color: #BE390D;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
	width: 100%;
}

#content #you_owe {
	color: #BE390D;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
	width: 100%;
}
td #submitInfoButton {
	position: relative;
	right: 60px;
}

/* @group Saved Search Profiles */
p.profile_info {
	font-weight: bold;
	color: #95320a;
}
#searchProfiles {
	position: relative;
	border: 2px solid gray;
	/*border-collapse: collapse;*/
	width: 100%;
}

#searchProfiles td a.listing-title {
	font-weight: bold;
	font-size: 14px;
}
#searchProfiles th.header {     
    cursor: pointer; 
    font-weight: bold; 
    padding-left: 5px; 
    border-right: 1px solid #dad9c7; 
    /*margin-left: -1px;*/
	border-bottom: 2px solid #333;
	padding-right: 5px;
	background: #EBEDE9 url(images/tb-sort.gif) no-repeat right center;
}

#searchProfiles th {     
    cursor: pointer; 
    font-weight: bold; 
    padding-left: 5px; 
    border-right: 1px solid #dad9c7; 
    /*margin-left: -1px;*/
	border-bottom: 2px solid #333;
	padding-right: 5px;
	background: #EBEDE9;
}
#searchProfiles th.headerSortUp { 
    background-image: url(images/tb-asc.gif); 
    background-color: gray; 
}
#searchProfiles th.headerSortDown { 
    background-image: url(images/tb-desc.gif); 
    background-color: silver; 
}
#searchProfiles tr.odd {
	background-color: #fff7de;
}
#searchProfiles tr.even {
	background-color: #ffffee;
}
#searchProfiles tr.hover {
	background-color: #fff2b2;
}
#search_profile_header {
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}

#search_profile_header th {
	background-color: #EBEDE9;
	font-weight: bold; 
    padding-left: 5px; 
    border-right: 1px solid #dad9c7; 
	border-bottom: 2px solid #333;
	padding-right: 5px;
	height: 20px;
}
tr.saved_profile td {
	padding: 5px;
}

#saved_profile table tr td {
	height: 20px;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
#searchProfiles tr td p.profile_name {
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #336699;
}
h3.ab_header {
	margin-top: 5px;
	margin-bottom: 5px;
}

p.success_message {
	color: green;
	font-weight: bold;
	font-size: 12px;
}
p.successText {
	color: green;
	font-weight: bold;
	font-size: 12px;
}
label.profile-name {
	font-size: 14px;
	font-weight: bold;
	color: #BE390D;
	line-height: 20px;
}

#search_summary {
	margin-left: 0;
	padding-left: 5px;
	display: none;
	border: 1px solid silver;
	margin-top: 5px;
	margin-bottom: 2px;
}

#search_summary li {
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* @end */

/* @group Payment */

input.pay-button {
	position: absolute;
	right: 125px;
	bottom: 86px;
	width: 200px;
}

/* @end */

/* @end */
/* @group Post */

p.description_instructions {
	width: 400px;
	line-height: 14px;
	margin-top: 10px;
}

span.required_header {
	font-size: 16px;
	color: #336699;
	line-height: 24px;
	font-weight: bold;
	position: relative;
	left: 5px;
	/*height: 30px;*/
	display: block;
}
span.desc-info {
	font-size: 10px;
	font-weight: bold;
	color: maroon;
	padding-left: 15px;
}

span.ex_title {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	color: maroon;
	padding-left: 15px;
	width: 180px;
	top: 5px;
}
p.login_required {
	font-weight: bold;
	color: #c81607;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}
ul.as_custom_forms_list_A {
	padding-left: 0;
	margin-left: 0;
}

ul.as_custom_forms_list_A li {
	padding-left: 0;
	margin-left: 0;
	display: block;
	float: right;
}

ul.as_custom_forms_list_A li.formLabel {
	padding-left: 0;
	margin-left: 0;
	display: block;
	float: left;
}

h3.photoTip {
	/*padding-left: 10px;*/
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	position: relative;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: white;
	width: 555px;
	display: block;
}

#pix_tip_pop {
	display: none;
	position: absolute;
	left: 530px;
	top: 1px;
	width: 406px;
	background: url(images/pop_up_large_top.png) no-repeat;
	z-index: 1000;
}

#pix_tip_pop_content {
	width: 380px;
	padding: 10px;
}

#pix_tip_pop span.pop_bottom {
	background: url(images/pop_up_large_bottom.png) no-repeat;
	width: 404px;
	height: 23px;
	display: block;
}
#pix_tip_pop a.close-pix-pop {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;	
}

h3.price {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: red;
	position: absolute;
	top: 0px;
	left: 250px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3.pay_price {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: red;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.customField_container {
	position: relative;
	width: 416px;
	display: block;
	/*margin-bottom: 15px;*/
	min-height: 15px;
	height: auto !important;
	height: 15px;
}
div.customField_container span.max_title {
	font-size: 9px;
	font-weight: bold;
	color: maroon;
}
div.customField_label {
	float: left;
	position: relative;
	width: 231px;
	padding-left: 5px;
	line-height: 30px;
	background-color: #F4F7FE;
	display: block;
	border-bottom: 1px solid white;
}
div.customField_instructions {
	line-height: 16px;
	position: absolute;
	width: 350px;
	top: 3px;
	left: 432px;
	font-size: 10px;
	color: maroon;
	font-weight: bold;
}
div.customField_input {
	float: right;
	position: relative;
	border-bottom: 1px solid white;
}
div.text_input {
	float: right;
	position: relative;
	border-bottom: 1px solid white;
	/*width: 174px;*/
}
div.text_input input {
	width: 167px;
}
div.amenities_container {
	width: 135px;
	height: 245px;
	position: relative;
	display: block;
}

div.amenities_label {
	font-size: 16px;
	color: #336699;
	line-height: 24px;
	font-weight: bold;
	background-color: white;
	padding-left: 0;
}

div.features_container {
	width: 82px;
	height: 165px;
	position: relative;
	display: block;
	margin-bottom: 5px;
}

div.features_label {
	font-size: 16px;
	color: #336699;
	line-height: 24px;
	font-weight: bold;
	background-color: white;
	padding-left: 0;
}

h3.neighborhood {
	font-size: 16px;
	color: #336699;
	line-height: 24px;
	font-weight: bold;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*div.subway_label {
	line-height: 20px;
}*/
span.subway-pref {
	
	font-weight: bold;
	color: black;
	padding-left: 4px;
	/*line-height: 10px;*/
}

span.subway-inst {
	font-size: 10px;
	font-weight: bold;
	color: maroon;
	padding-left: 10px;
	/*line-height: 30px;*/
	position: absolute;
	width: 330px;
}
span.path-inst {
	font-size: 10px;
	font-weight: bold;
	color: maroon;
	padding-left: 10px;
	/*line-height: 30px;*/
	position: absolute;
	width: 330px;
	left: 174px;
	top: 15px;
}
span.street-inst {
	font-size: 10px;
	font-weight: bold;
	color: maroon;
	padding-left: 10px;
	line-height: 30px;
	position: absolute;
	width: 270px;
}
div.photo_container {
	width: 555px;
	min-height:348px;
  	height:auto !important;
  	height:348px;
	position: relative;
	display: block;
	background-color: #F4F7FE;
}

div.photoUpload img {
	position: relative;
	display: block;
	border: 2px solid silver;
}

div.photoUpload p.example {
	margin-top: 2px;
	margin-bottom: 2px;
	position: absolute;
	top: 55px;
	left: 190px;
}

div.photo_label {
	float: left;
	position: relative;
	width: 231px;
	padding-left: 5px;
	display: block;
	/*height: 348px;*/
}

div.photo_input {
	float: right;
	position: relative;
	border-bottom: 1px solid white;
	width: 313px;
	background-color: white;
	padding-left: 5px;
	/*height: 348px;*/
}

label.resourceImage {
	display: block;
	position: relative;
}

input.resourceImage {
	display: block;
	position: relative;
}

label.resourceCaption {
	display: block;
	position: relative;
}

input.resourceCaption {
	display: block;
	position: relative;	
}

div.description_label {
	width: 435px;
	margin-bottom: 15px;
	float: none;
	margin-top: 15px;
}

input.post-button {
	width: 200px;
}
/* @group Manage Posts */
table.manageListings {
	position: relative;
	border: 2px solid gray;
}

table.manageListings td a.listing-title {
	font-weight: bold;
	font-size: 14px;
}
table.manageListings th.categoryCell { 
    background-image:url(images/tb-sort.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-left: 10px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px;
	border-bottom: 2px solid #333;
}
table.manageListings th.categoryCell b {
	
}
table.manageListings th.headerSortUp { 
    background-image: url(images/tb-asc.gif); 
    background-color: gray; 
}
table.manageListings th.headerSortDown { 
    background-image: url(images/tb-desc.gif); 
    background-color: silver; 
}
#manageListings tr.odd {
	background-color: #fff7de;
}
table.manageListings tr.even {
	background-color: #ffffee;
}
table.manageListings tr.hover {
	background-color: #fff2b2;
}

table.manageListings td.expired {
	font-weight: bold;
	font-size: 12px;
	color: #e30000;
	text-align: left;
	width: 125px;
}

table.manageListings td.expire-date {
	font-weight: bold;
	font-size: 12px;
	color: green;
	text-align: left;
	width: 125px;
}
table.manageListings span.na-expire {
	font-size: 12px;
	color: black;
	text-align: center;
}

span.edit-delete {
	font-size: 12px;
	color: #c60000;
	display: inline;
	position: relative;
	line-height: 18px;
}

span.edit-delete a {
	padding-right: 2px;
	padding-left: 2px;
	color: maroon;
}

/* @group Delete Posting */

#deleteContainer {
	background-color: #FFF7E7;
	padding: 10px;
	width: 350px;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #600000;
}
h3.delete_title {
	margin-top: 5px;
	margin-bottom: 5px;
}
h4.delete {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 350px;
	text-decoration: none;
}
#deleteYes {
	display: block;
	float: left;
}
#deleteCancel {
	display: block;
	float: right;
}
#deleteContainer form input {
	
}

#confirm {
	background-color: #FFF7E7;
	padding: 10px;
	width: 350px;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #600000;
}

#confirm span a.close-confirm {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: bold;
	text-decoration: underline;
}
/* @end */

/* @end */

/* @end */

/* @group Search */

#search_left {
	width: 285px;
	float: left;
	display: block;
}

#search_container form.search {
	margin: 5px 5px 5px 5px;
}

#search_container form.search div {
	margin: 5px;
}

#search_container form.search div h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: relative;
	float: left;
	line-height: 14px;
}

#search_container form.search div h3.search_options {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #336699;
	line-height: 18px;
	float: none;
}

#search_container form.search div select {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	float: right;
	text-align: left;
	width: 130px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
#search_container #notifierExpire {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	float: left;
	text-align: left;
	width: 130px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
#search_container input.search {
	text-align: center;
	position: relative;
	top: 20px;
	left: 330px;
	/*border-width: 0;*/
}

#search_right {
	display: block;
	float: right;
	width: 300px;
}

#search_right input {
	border-width: 0;
}

#search_right div.amenities h3.amenities {
	float: none;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #336699;
	line-height: 18px;
}

#search_right div.features h3.features {
	float: none;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #336699;
	line-height: 18px;
}

a.search_profile {
	position: relative;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
	line-height: 30px;
}

h3.noResults {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #590000;
}

#search_drop {
	display: none;
}

#save_search {
	margin: 0 0 10px;
	padding: 0;
}
a.start_new_search {
	color: #BE390D;
	font-weight: bold;
	text-decoration: underline;
	position: absolute;
	left: 600px;
	top: 15px;
	font-size: 16px;
}

a.start_new_search:hover {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
input.save-profile {
	width: 150px;
}
#pagination {
	height: 30px;
	padding-top: 10px;
	width: 100%;
}
#pagination div.prev{
	float: left;
	position: relative;
}
#pagination div.next {
	float: right;
	position: relative;
}

#pagination_bot {
	height: 30px;
	padding-top: 10px;
	width: 100%;
}
#pagination_bot div.prev{
	float: left;
	position: relative;
}
#pagination_bot div.next {
	float: right;
	position: relative;
}
#search_wanted {
	position: absolute;
	top: 0;
	left: 380px;
	color: red;
	font-size: 16px;
	font-weight: bold;
}
#search_wanted a {
	text-decoration: underline;
	color: red;
}
#search_wanted img {
	position: relative;
	float: left;
	width: 80px;
}
#search_wanted span {
	position: relative;
	top: 25px;
	float: right;
	white-space: nowrap;
	padding-right: 10px;
}
/* @end */

/* @group MySearches */
span.email {
	position: absolute;
	top: 30px;
	right: 10px;
	line-height: 30px;
	height: 30px;
}

span.email a {
	line-height: 25px;
	/*vertical-align: 100%;*/
}

span.email a img {
	border-width: 0;
	vertical-align: middle;
	margin-left: 5px;
}

span.emailDetail {
	position: relative;
	line-height: 30px;
	height: 30px;
}

span.emailDetail a {
	line-height: 25px;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
span.emailDetail a:hover {
	line-height: 25px;
	text-decoration: underline;
	font-style: italic;
}
span.emailDetail a img {
	border-width: 0;
	vertical-align: middle;
	margin-left: 5px;
}
#saved_searches {
	display: block;
	position: relative;
}

table.savedSearches {
	position: relative;
	border: 2px solid gray;
	/*border-collapse: collapse;*/
	width: 100%;
}

table.savedSearches td a.listing-title {
	font-weight: bold;
	font-size: 14px;
}
table.savedSearches th.header {     
    cursor: pointer; 
    font-weight: bold; 
    padding-left: 5px; 
    border-right: 1px solid #dad9c7; 
    /*margin-left: -1px;*/
	border-bottom: 2px solid #333;
	padding-right: 5px;
	background: #EBEDE9 url(images/tb-sort.gif) no-repeat right center;
}

table.savedSearches th.headerSortUp { 
    background-image: url(images/tb-asc.gif); 
    background-color: gray; 
}
table.savedSearches th.headerSortDown { 
    background-image: url(images/tb-desc.gif); 
    background-color: silver; 
}
table.savedSearches tr.odd {
	background-color: #fff7de;
}
table.savedSearches tr.even {
	background-color: #ffffee;
}
table.savedSearches tr.hover {
	background-color: #fff2b2;
}

tr.saved_search_header {
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}

tr.saved_search_header th {
	background-color: #EBEDE9;
	font-weight: bold; 
    padding-left: 5px; 
    border-right: 1px solid #dad9c7; 
	border-bottom: 2px solid #333;
	padding-right: 5px;

	height: 20px;

}

#saved_searches table tr.saved_search {
	width: 100%;

}
#saved_searches table tr td {
	height: 20px;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

#saved_searches table tr td.contact-expired a {
	color: #c41507;
	font-weight: bold;
}

#saved_searches table tr td.location {
	font-weight: bold;
	color: #336699;
}

a.note {
	position: relative;
	display: block;
	width: 40px;
	height: 15px;
}

table.savedSearches a.close_notes {
	position: absolute;
	width: 40px;
	height: 15px;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;
}
a.close_notes {
	position: absolute;
	width: 40px;
	height: 15px;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;
}

span.memotome {
	position: absolute;
	height: 15px;
	top: 10px;
	left: 10px;
	font-size: 12px;
	color: #FF6531;
}

a.memotome {
	position: absolute;
	/*width: 40px;*/
	height: 15px;
	top: 20px;
	left: 55px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;
}

a.memotome-image img {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
	text-decoration: none;
	border-width: 0;
}
.note-container {
	display: none;
	position: absolute;
	width: 406px;
	color: #6a645c;
	z-index: 10000;
	left: 490px;
	background: url(images/as_pop_med_whole.png) no-repeat;
	height: 226px;
}

.note-content {
	width: 406px;
	padding: 15px;
	color: #6a645c;
	z-index: 15000;
	height: 226px;
	display: block;
}

form.notes input.save_note {
	position: relative;
	clear: both;
}

form.notes {
	width: 230px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	z-index: 3000;
	left: 145px;
}

form textarea.notes {
	width: 220px;
	height: 150px;
	margin: 0 0 5px;
	padding: 2px;
	clear: both;
	right: 15px;
	top: 15px;
}
/* @end */

/* @group Browse Listings */

/* @group Listing */

#content a.new_search {
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	left: 650px;
}

#content a.new_search:hover {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#resource_list_nav_top {
	height: 25px;
	position: relative;
	margin-top: 10px;
	margin-left: 15px;
}

#resource_list_nav_top a.previous {
	float: left;
	position: relative;
}

#resource_list_nav_top a.next {
	float: right;
	position: relative;
}
#resource_list_nav_bot {
	height: 25px;
	position: relative;
	margin-top: 10px;
	/*margin-left: 15px;*/
}

#resource_list_nav_bot a.previous {
	float: left;
	position: relative;
}

#resource_list_nav_bot a.next {
	float: right;
	position: relative;
}
#resource_list_container {
	padding: 10px 20px;
	float: left;
	display: block;
	position: relative;
}
div.res_image_container {
	width: 190px;
	height: 130px;
	position: relative;
}
div.resource_list_item {
	border-bottom: 1px solid #0A256B;
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	display: block;
	position: relative;
  	height:100px;
	width: 745px;
	font-weight: bold;
	overflow: hidden;
}
div.resource_list_item.premium {
	background-color: #dbfddf;	
}
div.resource_list_item.premium div.premium-overlay {
	position: absolute;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	color: #336699;
	top: 90px;
	right: 5px;
	z-index: 1000;
}
div.resource_list_item_pending {
	border-bottom: 1px solid #0A256B;
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	display: block;
	position: relative;
  	height:100px;
	width: 745px;
	font-weight: bold;
	overflow: hidden;
	z-index: 90;
}
div.resource_list_item_pending a {
	z-index: 200;
}
div.resource_list_item_pending h2.as_res_name {
	z-index: 200;
}
div.resource_list_item_pending ul.as_res_location {
	z-index: 200;
}
div.resource_list_item_pending ul.as_res_location li a {
	/*z-index: 200;*/
	/*position: relative;*/
}
div.pending {
	position: absolute;
  	height:116px;
	width: 745px;
	background-color: #d8d8d8;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 100;
}
div.pending h2.pending {
	font-size: 24px;
	line-height: 28px;
	color: #336699;
	margin-top: 25px;
	position: absolute;
	top: 40px;
	left: 535px;
}
#resource_detail_left h2.pending {
	font-size: 24px;
	line-height: 28px;
	color: #336699;
	margin-top: 25px;
	position: absolute;
	top: 69px;
	left: 297px;
}
h2.as_res_name {
	margin-top: 0;
	line-height: 22px;
	color: #FF6633;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 2px;
	position: relative;
	left: 130px;
	width: 610px;
	margin-left: 5px;
}
h2.as_res_name a.as_res_name {
	color: #FF6633;
	width: 200px !important;
	position: relative;
}
span.rent {
	position: absolute;
	font-weight: bold;
	color: #336699;
	font-size: 18px;
	text-transform: none;
	right: 140px;
}
span.rent-detail {
	position: absolute;
	font-weight: bold;
	color: #336699;
	font-size: 18px;
	text-transform: none;
	right: 300px;
}
span.posted-list {
	position: absolute;
	font-weight: bold;
	color: #666;
	font-size: 12px;
	text-transform: none;
	font-style: italic;
	display: inline;
	right: 1px;
}

span.posted {
	position: absolute;
	font-weight: bold;
	color: #666;
	font-size: 12px;
	text-transform: none;
	font-style: italic;
	display: inline;
	right: 1px;
	top: -30px;
}
span.available {
	position: absolute;
	font-weight: bold;
	color: #BE390D;
	font-size: 12px;
	text-transform: none;
	display: inline;
	right: 1px;
}
span.date-start, span.date-end {
	color: black;
}
a.as_res_site {
	position: relative;
	text-align: right;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 40px;
	text-transform: none;
}

li.google_map {
	margin-top: 5px;
}
ul.as_res_location {
	padding-left: 0;
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	left: 130px;
	width: 180px;
	height: 80px;
}
ul.as_res_location li {
	list-style-type: none;
}
ul.as_res_features {
	padding-left: 10px;
	display: block;
	position: relative;
	margin-top: 5px;
	margin-left: 0;
	left: 315px;
	top: -75px;
	margin-bottom: 5px;
	width: 420px;
	border-left: 1px solid #999;
}
ul.as_res_features li {
	list-style-type: none;
}
span.cust_label {
	font-weight: bold;
}
#resource_list_container ul li a {
	color: #0A256B;
	text-decoration: underline;
}
a.as_res_photo {
	margin-right: 15px;
	border: 0 solid white;
	position: absolute;
	margin-top: 5px;
	/*height: 97px;*/
	/*width: 127px;*/
	overflow: hidden;
}
a:hover.as_res_photo {
	background-color: #336699;
}
a.as_res_photo img {
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	/*height: 90px;
	width: 120px;*/
}

#right_content p {
	font-size: 11px;
	line-height: 16px;
	margin-left: 0;
	margin: 0;
	padding-bottom: 15px;
}
#right_content_wrapper_bottom {
	width: 710px;
	height: 11px;
}

/* @end */

/* @group Detail */

#resource_detail_container {
	width: 770px;
	position: relative;
}

#resource_detail_container_pending {
	width: 770px;
	position: relative;
	/*border: 4px solid gray;*/
}

a.search_results {
	color: #BE390D;
	position: absolute;
	top: -30px;
	text-decoration: underline;
	font-weight: bold;
	right: 178px;
}
a.search_results:hover {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
h2.as_res_name_detail {
	margin-top: 0;
	line-height: 28px;
	color: #FF6633;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 24px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #336699;
	margin-left: 0;
}
#pending {
	display: none;
	position: absolute;
	left: 73px;
	top: 125px;
	width: 406px;
	background: url(images/pop_up_large_top.png) no-repeat;
	z-index: 3000;
}

#pending_content {
	width: 376px;
	padding: 10px 15px;
}
#pending_content h1 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 28px;
}
#pending_content h2 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
}
#pending_content h3 {
	color: #FF6531;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
}
#pending_content h4 {
	color: #336699;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}
#pending_content img {
	margin-right: 10px;
}
#pending span.pop_bottom {
	background: url(images/pop_up_large_bottom.png) no-repeat;
	width: 404px;
	height: 23px;
	display: block;
	position: relative;
	/*left: -1px;*/
}
#pending span.pop_bottom a.close-pending {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FF6531;
}
#pending_content strong {
	color: red;
	font-weight: bold;
}
#detail_links {
	height: 60px;
	position: relative;
	display: block;
	width: 410px;
	margin-top: 10px;
	z-index: 100;
}

#detail_links p.saved_search {
	font-weight: bold;
	color: maroon;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

#detail_links p.saved_search a {
	font-size: 12px;
	text-decoration: underline;
}

#detail_links p.saved_search a:hover {
	font-size: 12px;
	text-decoration: none;
}

#detail_links img {
	border-style: solid;
	border-width: 0;
}

#detail_links a.map {
	width: 50px;
	height: 60px;
	display: block;
	position: relative;
	float: left;
	
	margin-right: 5px;
}

#detail_links a.subway {
	width: 50px;
	height: 60px;
	display: block;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#detail_links a.subway img {
	padding-top: 2px;
}

#subway {
	display: none;
	padding: 0;
	position: absolute;
	width: 440px;
	left: 120px;
	z-index: 10000;
	border: 3px solid #336699;
}

#subway span.subway-head {
	height: 18px;
	width: 440px;
	background-color: black;
	display: block;
	z-index: 12000;
}

#subway a.sub-close {
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: none;
	width: 40px;
	height: 15px;
	text-decoration: underline;
	border: 0;
	display: block;
	position: absolute;
	top: 3px;
	left: 400px;
	z-index: 11000;
}

#subway img {
	border-width: 0;
	margin: 0;
	display: block;
	z-index: 13000;
	position: relative;
}

#subway a.subway-link {
	width: 230px;
	height: 15px;
	padding: 2px 2px 0 5px;
	background-color: gray;
	color: #d5efff;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 14000;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

#subway a.subway-map {
	width: 230px;
	height: 15px;
	padding: 2px 2px 0 5px;
	background-color: gray;
	color: #d5efff;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 14000;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
#path_name {
	position: relative;
	top: 0;
	left: 0;
	height: 0px;
	width: 430px;
	z-index: 100000;
}
h3.path-name {
	position: absolute;
	margin: 0;
	z-index: 100010;
	bottom: 100px;
	left: 130px;
}

h3.njt {
	position: absolute;
	margin: 0;
	z-index: 100010;
	bottom: 50px;
	left: 85px;
}
#detail_links a.contact {
	width: 55px;
	height: 60px;
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
}
#detail_links a.email-pop {
	position: absolute;
	top: 42px;
	left: 166px;
}

#detail_links div.email-pop-box {
	position: absolute;
	border: 1px solid #336699;
	background-color: white;
	top: 60px;
	left: 165px;
	display: none;
}

#detail_links div.email-pop-box div {
	padding: 10px;
}
#detail_links a.contact img {
	padding-top: 3px;
}

#detail_links a.searches {
	width: 70px;
	height: 60px;
	display: block;
	position: relative;
	float: left;
}

#detail_links img.searches {
	width: 66px;
	height: 58px;
	display: block;
	position: relative;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#resource_detail_left {
	display: block;
	width: 500px;
	float: left;
}

#resource_detail {
	display: block;
	position: relative;
}

div.description {
	display: block;
	position: relative;
	width: 500px;
}
div.description p {
	padding-left: 10px;
	width: 400px;
}

ul.res_det_address {
	padding-left: 10px;
	margin-left: 0;
	width: 325px;
}
ul.res_det_address li {
	margin-top: 2px;
	margin-bottom: 2px;
}
#transportation p {
	padding-left: 10px;
}
ul.as_res_info_detail {
	padding-left: 10px;
	margin-left: 0;
	display: block;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 325px;
}
ul.as_res_info_detail li {
	margin-top: 2px;
	margin-bottom: 2px;
}
h4.features {
	margin-left: -10px;
	width: 220px;
}

ul.as_res_features_detail {
	padding-left: 10px;
	margin-left: 0;
	float: left;
	display: block;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 325px;
}
ul.as_res_features_detail li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#resource_detail_right {
	display: block;
	float: right;
	position: relative;
	width: 250px;
}

#detail_image_container {
	display: block;
	position: relative;
	width: 239px;
	margin-top: 10px;
	min-height:230px;
  	height:auto !important;
  	height:230px;
	margin-bottom: 10px;
}

#resource_detail_images {
	position: relative !important;
	display: block;
	/*min-height:180px;
  	height:auto !important;
  	height:180px;*/
	margin-bottom: 0;
}
#resource_detail_images img {
	padding: 3px;
	border: 1px solid #ccc;
	/*position: relative !important;*/
}
#image_nav {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 2px solid gray;
}
#image_nav li {
	list-style-type: none;
	display: inline;
	position: relative;
	margin-left: 3px;
	margin-right: 2px;
}
#image_nav li a {
	text-decoration: none;
	color: white;
	position: relative;
}
#image_nav li a img {
	padding: 1px;
	border: 1px solid #ccc;
}

#image_title h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #BE390D;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

ul.as_res_neighbor_detail {
	padding-left: 10px;
	margin-left: 0;
	display: block;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	right: 0;
	width: 240px;
	float: right;
}
ul.as_res_neighbor_detail li {
	margin-top: 2px;
	margin-bottom: 2px;
}
/* @end */



/* @end */

/* @group Join */

div.as_memberRegistrationText p {
	font-weight: bold;
	color: red;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.as_memberRegistrationText {
	font-weight: bold;
	color: red;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.as_memberRegistrationText p.bold_black {
	font-weight: bold;
	color: black;
	font-size: 14px;
	line-height: 16px;
}

#content b.user_name {
	color: #FF6531;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#content a.join_logout {
	text-decoration: underline;
	font-weight: bold;
}

#content a.join_logout:hover {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

input.join-button {
	position: relative;
	bottom: 0;
	right: 75px;
	width: 185px;
	font-size: 12px;
	font-weight: bold;
}
#SuccessJoin p.successText {
	color: green;
	font-weight: bold;
}
#SuccessJoin p.joinSuccessInfo {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#SuccessJoin span.joinUser {
	font-weight: bold;
	font-size: 16px;
	color: green;
}
#SuccessJoin span.joinPassword {
	font-weight: bold;
	font-size: 16px;
	color: green;	
}
#SuccessJoin p.joinSuccessLogin {
	font-weight: bold;
	color: #336699;
	font-size: 16px;
}
/* @end */

/* @group Contact */

input.actorsublet_com_support {
	width: 100px;
}

/* @end */

/* @group Site Map */

#as_siteMapMain li {
	font-weight: bold;
	line-height: 22px;
}
#as_siteMapMain ul.as_siteMapSub li {
	font-weight: normal;
	font-style: normal;
	list-style-type: disc;
	line-height: 14px;
}
/* @end */

/* @group Sublets Wanted */
#wanted_search {
	position: relative;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #FCF1DF;
}
#searched {
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}
#searched span {
	margin-right: 20px;
	font-weight: bold;
}
#wanted_search span.search-by-header {
	margin: 0 6px 0 0;
	color: #336699;
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
}
#wanted_search label {
	width: 100px;
	font-weight: bold;
}

#wanted_search select {
	width: 75px;
}

#wanted_search input {
	width: 75px;
	border: 1px solid #333;
}
#wanted_search div.search-fields {
	position: relative;
	float: left;
	margin-right: 10px;
}

#wanted_search div.search-fields-date {
	position: relative;
	float: left;
	margin-right: 30px;
}
div.resource_list_item.wanted {
	border-bottom:1px solid #0A256B;
	display:block;
	float:left;
	font-weight:bold;
	min-height: 100px;
	height: auto !important;
	height:100px;
	margin-bottom:15px;
	overflow:hidden;
	padding-bottom:15px;
	position:relative;
	width:745px;
}
div.resource_list_item.wanted img {
	border: 0;
}
div.resource_list_item_pending_wanted {
	border-bottom: 1px solid #0A256B;
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	display: block;
	position: relative;
  	/*height:100px;*/
	width: 745px;
	font-weight: bold;
	overflow: hidden;
	z-index: 90;
	background-color: #f1f1f1;
}
div.resource_list_item.wanted.premium {
	background-color: #dbfddf;
}
div.resource_list_item.wanted.premium a.contact-link {
	color: maroon;
}
#resource_list_container div.premium-overlay-wanted {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	color: #336699;
	top: 135px;
	z-index: 1000;
}
div.resource_list_item_pending_wanted img {
	border: 0;
}
div.pending-wanted {
	position: absolute;
	top: 75px;
	left: 300px;
}
div.resource_list_item_pending_wanted a {
	z-index: 200;
}
div.resource_list_item_pending_wanted h2.as_res_name {
	z-index: 200;
}
div.resource_list_item_pending_wanted ul.as_res_location {
	z-index: 200;
}
div.resource_list_item_pending_wanted ul.as_res_location li a {
	/*z-index: 200;*/
	/*position: relative;*/
}
div.pending_wanted {
	position: absolute;
  	height:116px;
	width: 745px;
	background-color: #d8d8d8;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 100;
}
div.pending_wanted h2.pending {
	font-size: 24px;
	line-height: 28px;
	color: #336699;
	margin-top: 25px;
	position: absolute;
	top: 40px;
	left: 535px;
}
#resource_detail_left h2.pending {
	font-size: 24px;
	line-height: 28px;
	color: #336699;
	margin-top: 25px;
	position: absolute;
	top: 69px;
	left: 297px;
}
a.contact-link {
	vertical-align: top;
	margin-left: 5px;
	
}
a.contact {
	
}
a.additional-trigger {
	font-size: 10px;
	color: #336699;
	text-decoration: underline;
	position: relative;
	bottom: 0;
	display: block;
	margin-bottom: 3px;
	margin-top: 5px;
}
div.add-info {
	position: relative;
	display: none;
	border: 1px solid #333;
	background-color: #fefe82;
	width: 320px;
	z-index: 100;
}
div.add-info div {
	padding: 5px;
}
div.add-info a.info-close {
	position: absolute;
	top: 5px;
	right: 5px;
}
div.radio_input input {
	position: relative;
	float: left;
}
div.wanted-left {
	position: relative;
	float: left;
	width: 500px;
	color: #df592a;
}
div.wanted-left span.label {
	color: black;
}

div.wanted-left span.date-start, div.wanted-left span.date-end {
	color: #df592a;
}
div.wanted-left h2 {
	margin: 5px 0px;
	color: #FF6531;
}
span.wanted-available {
	color: black;
}

span.wanted-rent {
	display: block;
}
span.posted-wanted {
	color: black;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	right: 70px;
}
div.left-left {
	position: relative;
	float: left;
	width: 225px;
	border-right: 1px solid #333;
	padding-right: 15px;
	font-size: 11px;
	min-height: 66px;
	height: auto !important;
	height: 66px;
}
div.left-left p.saved_search {
	margin-top: 5px;
	margin-bottom: 0;
}
div.left-left a.searches {
	position: absolute;
	display: block;
	right: 5px;
	top: 25px;
}

div.left-left img.searches {
	position: absolute;
	display: block;
	right: 5px;
	top: 25px;
}

div.left-left img.searches-saved {
	position: absolute;
	display: block;
	right: 5px;
	top: 25px;
	opacity: 0.5;
}
div.left-middle {
	position: relative;
	float: left;
	width: 225px;
	padding-left: 15px;
	font-size: 11px;
	color: #df592a;
	min-height: 65px;
	height: auto !important;
	height:65px;
	padding-right: 15px;
}
div.wanted-right {
	position: relative;
	float: left;
	width: 245px;
}
div.wanted-right h2 {
	margin: 2px 0px 5px;
}
div.wanted-right div.message {
	border: 1px solid #333;
	padding: 3px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

/* @end */

/* @group Contact Access */

#contact_link {
	display:block;
	float:left;
	height:60px;
	margin-left:5px;
	margin-right:5px;
	position:relative;
	width:50px;
	top: 6px;
}
#contact_access {
	position: absolute;
	background-color: white;
	/*border: 1px solid #ccc;*/
	top: 60px;
	left: 0px;
}
#contact_access div {
	padding: 5px;
}
#contact_access div.thirty-day {
	position: relative;
	float: right;
	border: 1px solid #376697;
	padding: 2px 5px;
	background: #C6FFCB;
}
#contact_access div.single {
	position: relative;
	float: left;
	border: 1px solid #376697;
	padding: 2px 5px;
	background: #C6FFCB;
}
#access_fee_container {
	position: relative;
	padding: 20px;
}
#access_fee_container img {
	text-align: center;
	margin: 0 auto;
}
#access_fee_container div {
	position: relative;
}
#access_fee_container a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 186px;
}
#paypalOrderForm {
	position: relative;
	text-align: center;
}
#paypalOrderForm input.paypal-button {
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: block;
}
#contact_access div.or-spacer {
	position: relative;
	float: left;
	width: 25px;
	text-align: center;
	color: #FF6531;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#contact_access span {
	position: relative;
	color: #FF3E31;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 11px;
}

#contact_access a.contact {
	display: inline;
	float: none;
	color: #0015FD;
}
#single_fee_info {
	position: absolute;
	top: 106px;
	left: 482px;
	width: 350px;
}
img.fee-info-arrow {
	position: absolute;
	top: 1px;
	left: -57px;
	z-index: 1000;
}
h3.pay_price-fee {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: red;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	/*text-align: center;*/
}
h4.pay_price-fee {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	/*color: red;*/
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	/*text-align: center;*/
}
/* @end */


/* @group Premium */
#premium_header {
	position: relative;
	background: url(images/header_bg.jpg) no-repeat;
	width: 472px;
	height: 38px;
	color: #3977a7;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding: 10px;
	margin-bottom: 20px;
}
#premium_header img.premium-arrow {
	position: absolute;
	width: 60px;
	top: 30px;
	left: 200px;
}
#premium_price {
	position: relative;
}
#premium_price div.pl, #premium_price div.bl {
	position: relative;
	float: right;
	color: #6298bc;
	font-weight: bold;
	text-align: center;
}
#premium_price div.pl {
	width: 105px;
}
#premium_price div.bl {
	width: 82px;
}
#premium_price div.fee-spacer {
	width: 100px;
	float:right;
	position:relative;
	height: 29px;
}
#premium_price div.fee {
	color: #e74e3d;
}
#premium_table {
	position: relative;
	width: 492px;
	margin-bottom: 20px;
	z-index: 1000;
}
#premium_table div.premium-body {
	position: relative;
	border: 2px solid #37a0cc;
}
#premium_table div.premium-body table {
	border-collapse: collapse;
}
#premium_table div.premium-body table tr td {
	padding: 3px 5px;
}
#premium_table div.premium-body table tr.odd td {
	background-color: #e7f2f3;
}
#premium_table div.premium-body table tr td.spacer {
	width: 45px;
}
#premium_table div.premium-body img.min-left-arrow {
	position: absolute;
	left: 100px;
}
#premium_table div.premium-body img.min-right-arrow {
	position: absolute;
	right: 110px;
}
#premium_table table {
	width: 100%;
}
#premium_table a.popup-link {
	cursor: pointer;
}
#premium_table div.premium-popup {
	background:transparent url(images/new_pop_content.png) no-repeat scroll 0 0;
	position: absolute;
	width: 406px;
	left: 300px;
	z-index: 3000;
}
#premium_pop_content {
	padding: 20px;
	height: 165px;
	margin-left: 100px;
}
#premium_pop_content p {
	font-weight: bold;
	text-align: center;
}
#premium_table span.pop-bottom {
	background:transparent url(images/new_pop_bottom.png) no-repeat scroll 0 0;
	display: block;
	width: 406px;
	height: 23px;
}
#premium_table span.pop-bottom a.close-premium-pop {
	bottom:10px;
	color:#FF6531;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:15px;
	text-decoration:underline;
}
#premium_table img.premium {
	width: 25px;
	vertical-align: -6px;
}
#resource_detail_left div.premium-listing {
	width: 275px;

	z-index: 1000;
}
#resource_detail_left div.premium-listing a {
	color: green;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
/* @end */

/* @group Ads */

#container div.premium-ad {
	
}
#container div.premium-ad a {
	display: block;
	background: url(images/onepixclear.gif) no-repeat;
}
#container div.premium-ad img {
	display: block;
	border: 0;
	/*width: 728px;
	margin: 0 auto;*/
}
/* @end */