/* GLOBAL */
body {
	background:#cccccc;
	text-align:center;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	margin:0;
	font-size:10.5px;
	color:#5a5858;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form {
	margin:0;
	position:relative;
}
/* TYPOGRAPHY AND MODIFIERS */
a {
	color:#000;
}
	a img, a:hover img {
		border:0 none;
		text-decoration:none;
		color: #DD0000;
	}
	#header a {
		color:#000000;
	}
a:hover {
	color: #e68217;
	text-decoration:underline;
}


/***** Side Menu *****/

#sidebar h3 {
	margin-bottom: 0.1em;
	word-spacing: -1px;
	overflow: hidden;
	width: 100%;
	line-height: 1.2em;
}

#sidebar h3 span {
	 color: #999;
	 font-size: 60%;
	 letter-spacing: 0em;
	 white-space: nowrap;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	line-height: 1; /* IE6 */
}

#sidebar li {
	margin: 0;
	padding: 0;
	background: #fff url(/pictures/menu-divider.gif) 0 0 no-repeat;
	position: relative;
	min-height: 16px;
}

#sidebar li ul {
	border-bottom: 1px solid #EEE8DD;
	margin-bottom: 0.5em;
	margin-top: -2px;
}

#sidebar li li {
	background: #fff url(/pictures/menu-divider.gif) 0 0 no-repeat;
	border-bottom: none;
}

#sidebar li a {
	display: block;
	padding: 6px 0 6px 2px;
	text-decoration: none;
	font-size: 105%;
	width: 160px;
}

#sidebar li a:hover {
	text-decoration: underline;
	border-color: #516D86;
}

#sidebar li.menu-special strong {
	font-weight: normal;
}

#sidebar li.menu-special a:hover strong {
	text-decoration: underline;
}

#sidebar li.menu-special a.current:hover strong {
	text-decoration: none;
}

#sidebar li li a {
	border-top: none;
	border-bottom: none;
	background: none;
}

#sidebar li.toggle a, #sidebar li.view-all a, #sidebar li.view-all-current a {
	padding: 4px;
	width: 127px;
	display: block;
	text-decoration: none !important; /*IE6 needs important*/
	font-size: 105%;
	font-weight: bold;
	border: 1px solid #EEE8DD;
	background: url(/pictures/menu-back.gif) 0 100% repeat-x;
	margin-bottom: 2px;
} * html #sidebar li.toggle a, * html #sidebar li.view-all a, * html #sidebar li.view-all-current a { margin-bottom: 0; }

#sidebar li.view-all a {
	background-image: url(/pictures/menu-back-all.gif);
	width: 150px;
}

#sidebar li.view-all-current a {
	background-image: url(/img/menu-back-all-current.gif);
	width: 150px;
	color: #50470D;
	border-color: #E3D165;
}

#sidebar li.toggle, #sidebar li.view-all {
	background: none;
	border-bottom: 1px solid #fff;
} * html #sidebar li.toggle, * html #sidebar li.view-all { border-bottom: 2px solid #fff; }

#sidebar li.toggle a:hover, #sidebar li.view-all a:hover {
	border-color: #516D86;
}

#sidebar li.toggle li a, #sidebar li.toggle li a {
	padding-right: 7px;
	padding-left: 7px;
	width: 144px;
	background: #fff url(/pictures/menu-divider.gif) 0 0 no-repeat;
	border-top: none;
	border-bottom: none;
	font-size: 85%;
	font-weight: normal;
	margin: 0;
}

#sidebar li a.toggle, #sidebar li a.toggle-current {
	width: 15px;
	height: 1em;
	background: url(/pictures/toggle.gif) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	text-indent: -2000em;
	padding-left: 0;
} * html #sidebar li a.toggle, * html #sidebar li a.toggle-current { right: 36px; }

#sidebar li a.toggle-current {
	background-position: 0 -100px;
	border-color: #E3D165;
}

#sidebar li a.current {
	background: #FFF19A url(/pictures/menu-back-current.gif) 0 100%;
	color: #50470D;
	border: 1px solid #E3D165;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar li a.current:hover {
	border-color: #9D8C29;
	text-decoration: none;
}

#sidebar li li a.current {
	background: #FFEB6F;
	color: #50470D;
	border-color: #EEE8DD;
}

#sidebar li a.toggle:hover, #sidebar a.toggle-current:hover {
	border: 1px solid #516D86;
	background-position: 0 1px;
	width: 15px;
}

#sidebar a.toggle-current:hover {
	background-position: 0 -99px;
	border-color: #9D8C29 !important;
}

#sidebar li #top-keywords {
	margin: 5px 0 3px 2px;
	width: 150px;
	line-height: 1; /* IE6 */
}

#sidebar a.button-link, #sidebar a.button-link-drop, .button-link-drop-disabled, .button-link-disabled {
	margin: 4px 0 6px 0;
	display: block;
	width: 145px;
	padding: 6px;
	border: 1px solid #CBD6DF;
	line-height: 1;
	font-size: 126%;
	font-weight: bold;
	letter-spacing: -0.03em; 
	text-decoration: none;
	background: url(/pictures/button-link.gif) 0 100% no-repeat;
}

#sidebar .menu-controls a {
	color: #999;
}

#sidebar li.menu-special a {
	text-decoration: none;
	font-weight: normal;
}

#sidebar li.menu-special a.current {
	padding-top: 5px;
	padding-bottom: 2px;
}

#sidebar a.button-link-drop, .button-link-drop-disabled {
	background: url(/pictures/button-link-drop.gif) 0 100% no-repeat;
	margin-bottom: 16px;
}

#sidebar a.button-link:hover, #sidebar a.button-link-drop:hover, #sidebar .button-minus:hover {
	border-color: #2E689D;
}

.button-link-disabled {
	border-color: #ddd;
	color: #999;
	background: #f9f9f9;
}

.button-link-drop-disabled {
	border-color: #ccc;
	color: #999;
	background-image: url(/pictures/button-link-drop-disabled.gif);
}

#sidebar .intro {
	font-size: 100%;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

#sidebar .intro img {
	float: right;
	margin-right: -5px;
}

#sidebar .side-friends span {
	display: block;
	float: right;
	width: 2.5em;
	text-align: center;
}

#sidebar label {
	font-size: 85%;
}

#side-persistent, #persistent {
	vertical-align: middle;
}

#sidebar li a img {
	vertical-align: middle;
	border: 1px solid #ccc;
	margin: -4px 0 0 0;
}

#sidebar .log2 {
	margin-top: 4px;
	padding: 2px 4px;
}

.slide-hide {
	display: none;
}

.slide-show {
	display: block;
}
#side-login {
	margin: 8px 8px 5px 25px;
	width: 151px;
	border: 1px solid #CBD6DF;
	border-top: 0;
	background: url(/pictures/button-link.gif) 0 100% no-repeat;
	top:5px;
}

#side-login label {
    font-size:65%;
}

#side-login #side-username, #side-login #side-password {
	width: 141px;
	font-size: 65%;
}
p {
	font-size:1.2em;
}
	.signup p {
		margin:0 0 10px 10px;
	}
	.int p, .about p.int {
		margin:0 30px 10px 0;
		line-height:1.4;
		float:none;
		width:auto;
		padding:0;
	}
	.help p {
		margin-bottom:1.3em;
		line-height:1.4;
	}
	.about p {
		width:33%;
		float:left;
		margin:0;
		line-height:1.3;
		padding-bottom:15px;
	}
	.about p img {
		width:45px;
		height:45px;
		background:#ccc;
		float:left;
		margin:0 7px 10px 0;
		display:block;
	}
	.about a.msg {
		color:#007c85;
	}

	.about h3 {
		clear:both;
		padding-top:20px;
	}
	.about p a {
		display:block;
	}
		.about p.int a {
			display:inline;
		}
	.content p, .dlContent p, .contentnoimg p {
		line-height:1.2;
		padding:2px 110px 2px 75px;
		z-index:1;
	}
	.contentnoimg p {
		padding:2px 10px 2px 75px;
	}
	.dlContent p {
		padding:2px 0 2px 170px;
	}
	.catBox .content p {
		font-size:1.1em;
		padding:0 10px 2px 60px;
	}
		p.comm a, .catBox .content p.comm a {
			text-decoration:none;
			color:#007c85;
		}
		.catBox .content p.comm {
			padding-left:60px;
			padding-top:0;
			margin-top:0;
			color:#007c85;
		}
	p.tags {
		font-size:1em;
		color:#666;
		text-transform:uppercase;
	}
		.content p.tags {
			padding:5px 110px 0 75px;
		}
		.contentnoimg p.tags {
			padding:5px 10px 0 75px;
		}
		.dlContent p.tags {
			padding:5px 0 0 110px;
		}
		p.tags a {
			font-size:1.1em;
			text-transform:none;
			color:#333;
		}
		p.tags span {
			float:right;
		}
	p.nextprev {
		margin:0 0 25px 75px;
		font-weight:bold;
	}
		p.nextprev a {
			text-decoration:underline;
		}
		.searchResults p.nextprev {
			font-size:1.1em;
			color:#666;
			margin:0 0 10px 10px;
		}
			.searchResults p.nextprev span {
				float:right;
			}
	p#ondeck {
		margin:0 0 5px 0;
		color:#444;
	}
	p#ondeck span {
		float:right;
	}
	#footer p {
		font-size:1.1em;
		margin:12px 10px 0 0;
		line-height:1.4;
	}
	p#disputedStory {
		line-height:24px;
		padding:5px 5px 5px 35px;
		margin:15px 150px;
		font-weight:bold;
		color:#c00;
		border:2px #c00 solid;
		background:url(/pictures/storyDisputed.gif) center left no-repeat;
	}
	p#pageError {
		line-height:24px;
		padding:5px 5px 5px 35px;
		margin:15px 0;
		font-weight:bold;
		color:#e68217;
		border:2px #e68217 solid;
		background:url(/pictures/pageError.gif) center left no-repeat;
	}
h1.catHeader {
	background:#fff url(/pictures/catHeader_background.gif) top left repeat-x;
	margin:0 0 5px 0;
}
	h1.catHeader span {
		display:none;
	}
	h1.catHeader a img {
		display:block;
		float:left;
		margin:0 10px 0 0;
	}
	h1.catHeader img.catHead {
		display:block;
		float:left;
		margin:0;
	}
h1.tag {
	color:#007c85;
	font-size:2em;
	margin:0 0 5px 0;
}
h2 {
	font-size:1.9em;
	clear:both;
}
	#leftColumn h2, #tou h2, #privacy h2, #avatarLegal h2 {
		border-bottom:1px #ccc solid;
		margin:20px 0 10px 0;
		color:#000000;
		font-weight:normal;
	}
		#leftColumn h2.first {
			margin-top:0;
			margin-bottom:5px;
		}
			#leftColumn h2.first a {
				text-decoration:none;
				font-weight:bold;
				color:#666;
			}
		#leftColumn h2.noline {
			border-bottom:0 none;
		}
		#leftColumn h2 span {
			float:right;
			font-size:0.55em;
			margin:8px 0 0 0;
			color:#666;
		}
		#leftColumn h2 span.sort {
			float:right;
			font-size:0.6em;
			margin:0;
		}
		#leftColumn h2 span.bg {
			font-size:0.7em;
			color:#222;
		}
h3 {
	font-size:1.35em;
}
	h3 span {
		color:#e68217;
	}
	.content h3, .contentnoimg h3 {
		padding-left:75px;
		padding-right:110px;
		z-index:1;
	}
	.contentnoimg h3 {
		padding-right:10px;
	}
	.dlContent h3 {
		padding-left:170px;
		z-index:1;
	}
		.content h3 a img, .contentnoimg h3 a img {
			border:0;
			text-decoration:none;
		}
	.catBox h3 {
		font-size:1.5em;
		background:#dfeeef;
		border-bottom:1px #cfe6e8 solid;
		padding:3px 5px;
	}
		.catBox h3 a span {
			font-size:0.7em;
			color:#666;
			display:block;
		}
		.catBox h3 a {
			text-decoration:none;
		}
		.catBox h3 img {
			float:left;
			margin:3px 5px 0 0;
		}
a.linkOut {
	margin:0 0 0 5px;
	text-decoration:none;
}
h5 {
	font-size:1.3em;
}
	#leftColumn h5 {
		font-weight:normal;
		margin:0 0 2px 0;
	}
	#rightColumn h5 {
		color:#e68217;
	}
	#miniTracker h5, #four h5 {
		margin:5px 5px 2px 5px;
	}
h6 {
	color:#666;
	font-size:1.2em;
}
	.catBox h6 {
		font-size:1.1em;
		color:#222;
		line-height:1.3;
		padding:5px 5px 0 60px;
	}

h7 {
    font-size:0.8em;
}

/* STRUCTURE */
#adminSkybox {
	width:100%;
	margin:0 0 5px 0;
	background:#333;
	text-align:left;
	border-bottom:1px #fff solid;
}
#page {
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:1px #cccccc solid;
}
#header {
/*	height:72px;*/
	background:#ffffff;
	padding:0 10px 3px;
	z-index:99;
	border:0px solid;
	font-family:				  "Trebuchet MS",Verdana,Arial,sans-serif;
	position:relative;
}

#header-logo {
    width:30%;
    float:left;
    font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
    font-size:3.0em;
    color:#e68217;
    position:relative;
    margin-top:20px;
}

#header-logo a {
    text-decoration: none;
    color:#e68217;
}

#header-ad {
    position:absolute;
    top:20px;
    width:35%;
    left:370px;
    z-index:100;
}

#header-right {
    top:-60px;
    margin-top:0px;
    width:35%;
    float:right;
    text-align:right;
}


b.rtop, b.rbottom {
    display:block;
    background: #cccccc;
}

b.rtop b, b.rbottom b {
    display:block;
    height: 1px;
    overflow: hidden;
    background: #ffffff;
}

b.r1 {
    margin: 0 5px;
}

b.r2 {
    margin: 0 3px;
}

b.r3 {
    margin: 0 2px;
}

b.rtop b.r4, b.rbottom b.r4 {
    margin: 0 1px;
    height: 2px;
}

#content h1.intro {
  font-weight:          normal;
  font-size:            1.4em;
  font-family:          "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:                #3371A3;
  line-height:          1.2em;
}
#leftColumn {
	width:669px;
	min-height:600px;
	margin:10px 0 0 10px;
	float:left;
	padding-bottom:10px;
}
#leftColumn-news {
	width:669px;
	min-height:600px;
	margin:10px 0 0 10px;
	float:left;
	padding-bottom:10px;
	font-size:13.2667px;
    font-family:    arial, Helvetica, Arial, sans-serif;
}
#leftColumn-news h2 {
  font-family:          arial, sans-serif;
  font-size: 17.2px;
}

#rightColumn {
	width:300px;
	margin:0 0 0 10px;
	float:left;
	text-align:left;
/*	border-left:1px #eee solid;*/
}
#thirdColumn {
	width:300px;
	margin:10px 0 0 10px;
	float:left;
}
#firstColumn {
	width:300px;
	margin:10px 0 0 10px;
	float:left;
}
#footer {
	clear:both;
	border-top:1px #ccc solid;
	padding-bottom:15px;
	text-align:center;
}
/* LEFT COLUMN STRUCTURE */
.content, .contentnoimg {
	margin:0 0 10px 0;
	padding:5px 0;
	clear:both;
	position:relative;
	border-bottom:10px #fff solid;
	border-top:10px #fff solid;
}
	.content:hover, .contentnoimg:hover {
		background:#fefded;
		border-bottom:10px #fefded solid;
		border-top:10px #fefded solid;
	}
	.catBox .content {
		padding:5px 0;
		margin:0 2px;
		border:0 none;
		height:auto;
	}
.catBox {
	width:322px;
	min-height:275px;
	float:left;
	margin:0 10px 15px 0;
	padding-bottom:5px;
	border:1px #cfe6e8 solid;
}
	#leftColumn .catBox {
		min-height:290px;
	}
	#rightColumn .catBox {
		width:298px;
		margin:0 0 15px 0;
		float:none;
	}
/* ITEM SUMMARY & VOTE BADGES */
ul.itemRank {
	text-align:center;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	width:75px;
	list-style:none;
	z-index:2;
}
	li.voteTotal a, li.voteTotal a:hover, li.voteTotal a:visited {
		display:block;
		margin:0;
		padding:7px 0 5px 0;
		color:#333;
		font-size:1em;
		text-decoration:none;
		background:url(/pictures/voteBadge.gif) top center no-repeat;
		cursor:pointer;
	}
		li.voteTotal a.voted, li.voteTotal a.voted:hover,
		li.voteTotal a.voted:visited {
			background:url(/pictures/voteBadgeVoted.gif) top center no-repeat;
			cursor:pointer;
		}
		li.voteTotal a span, li.voteTotal a:hover span, li.voteTotal a:visited span {
			font-weight:bold;
			font-size:1.4em;
			display:block;
			color:#e68217;
			cursor:pointer;
		}
			li.voteTotal a.voted span, li.voteTotal a.voted:hover, li.voteTotal a.voted:visited {
				color:#999;
				text-decoration:none;
			}
	li.voteStatus {
		color:#333;
		font-size:1em;
		padding-top:2px;
		margin:0;
	}
		li.voteStatus a img {
			text-decoration:none;
			border:0 none;
		}
img.itemPhoto {
	background:#ccc;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
}
span.source {
	position:absolute;
	top:90px;
	right:0;
	font-size:0.95em;
	text-transform:uppercase;
	color:#666;
	text-align:right;
	background:#fff;
	padding:0 2px;
	line-height:10px;
	z-index:4;
}
/* CAT BOX VOTE BADGES */
.catBox ul, .dlContent ul {
	text-align:center;
	margin:0;
	padding:10px 0 0 0;
	position:absolute;
	top:0;
	left:0;
	width:60px;
	list-style:none;
	z-index:2;
}
	.dlContent ul {
		top:0;
		left:110px;
		padding:0;
	}
	li.catvoteTotal a:link span, li.catvoteTotal a:hover span, li.catvoteTotal a:visited span {
		background:url(/pictures/voteBadgeSmall.gif) top center no-repeat;
		color:#e68217;
		font-weight:bold;
		display:block;
		padding:3px 0 4px 0;
		font-size:1.1em;
		text-decoration:none;
		cursor:pointer;
	}
		li.catvoteTotal a.voted span, li.catvoteTotal a.voted:hover span,
		li.catvoteTotal a.voted:visited span {
			background:url(/pictures/voteBadgeSmallVoted.gif) top center no-repeat;
			color:#999;
			cursor:pointer;
			text-decoration:none;
			font-weight:bold;
		}
	li.catvoteStatus a, li.catvoteStatus a:hover, li.catvoteStatus a:visited {
		font-size:1.1em;
		padding:2px 0 0 0;
		color:#333;
		text-decoration:none;
		display:block;
		margin:0;
		cursor:pointer;
	}
	li.catvoteTotal a:link, li.catvoteStatus a:link {
		text-decoration:none;
	}
/* HEADER STYLES */
#header #logo {
	float:left;
	margin:5px 0 0 0;
}
#header p {
	float:left;
	width:495px;
	text-align:right;
	padding:20px 0 0 0;
	margin-right:20px;
	color:#ccc;
}
#header p strong a {
	color:#e68217;
	margin-right:5px;
}
	.ancChat #header p {
		width:435px;
	}
#header form {
	float:right;
	margin:5px 3px 5px 3px;
	width:285px;
	padding:5px;
	border:1px #007c85 solid;
}
/* SIDEBAR STYLES */
#userinfo {
	float:right;
	width:295px;
	margin:5px 12px 8px 0px;
	position:relative;
	clear:right;
}
#member, #miniMember {
	margin:0;
	width:100%;
	padding-bottom:5px;
	background:#eff7f7;
	border:1px #007c85 solid;
	float:right;
	clear:right;
}
	#member h3, #miniMember h3 {
		margin:0;
		padding:5px;
		font-size:1.4em;
		color:#007c85;
	}
	#member h3 a, #miniMember h3 a {
		color:#007c85;
		margin:0;
	}
		#member h3 span, #miniMember h3 span {
			font-weight:normal;
			padding-top:3px;
			float:right;
			font-size:0.85em;
			color:#222;
		}
		#miniMember h3 span {
			float:right;
			padding-top:2px;
		}
		#miniMember h3 a.miniOut {
			font-weight:normal;
			padding-top:2px;
			float:right;
			font-size:0.8em;
			color:#222;
			margin-left:10px;
		}
a img.memberIcon {
	float:right;
	margin:2px 0 0 5px;
	border:1px #007c85 solid;
}
#memberExtras {
	font-size:1.1em;
	padding:0;
	margin:0 5px;
	border-top:1px #7fbdc2 solid;
	background:#eff7f7;
}
	#memberExtras p {
		margin:0;
		border:0;
		font-size:1em;
		padding:0 0 5px 55px;
	}
		#memberExtras p a {
			margin:0 10px 0 0;
			color:#333;
		}
	#memberExtrasSet {
		font-size:1.1em;
		padding:10px 0;
		margin:0 5px;
		border-top:1px #7fbdc2 solid;
	}
	#userinfo table span.F {
		color:#e68217;
		font-weight:bold;
		line-height:20px;
	}
	#userinfo table {
		float:left;
		margin:0 5px 0 0;
	}
		#userinfo table th, span.C {
			display:none;
		}
	#memberExtras strong {
		margin-right:10px;
		line-height:20px;
	}
	#memberExtras img {
		display:block;
		float:left;
		width:20px;
		height:20px;
		margin:0 5px 0 0;
	}
#userinfo ul {
	font-size:1.3em;
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}
	#userinfo li {
		margin:0;
		display:block;
	}
	#userinfo li a {
		display:block;
		line-height:25px;
		border-bottom:1px #ccc solid;
		text-decoration:none;
		color:#007c85;
	}
		#userinfo li a span {
			font-weight:bold;
			color:#e68217;
			font-size:0.8em;
			margin-left:5px;
		}
		#userinfo li.submit a {
			padding-left:25px;
			background:url(/pictures/iconMemberSubmit.gif) center left no-repeat;
		}
		#userinfo li.upload a {
			padding-left:25px;
			background:url(/pictures/iconMemberUpload.gif) center left no-repeat;
		}
		#userinfo li.find a {
			padding-left:25px;
			background:url(/pictures/iconMemberFind.gif) center left no-repeat;
		}
		#userinfo li.friends a {
			padding-left:25px;
			background:url(/pictures/iconMemberFriends.gif) center left no-repeat;
		}
		#userinfo li.feedback a {
			padding-left:25px;
			background:url(/pictures/iconMemberFeedback.gif) center left no-repeat;
		}
		#userinfo li a:hover {
			background-color:#f9f9f9;
		}
/* Mini Profile Hovers */
.miniProfile {
	height:52px;
	width:255px;
	overflow:hidden;
	background:url(/pictures/miniProfileBG.png) top left no-repeat;
	text-align:left;
	padding:0 3px 3px 0;
}
.miniProfile img.member, .rank-box img.member {
	float:left;
	margin:1px 5px 1px 1px;
}
.miniProfile h3, .rank-box h3 {
	padding:0;
	margin:5px 5px 2px 5px;
	color:#007c85;
}
	.miniProfile h3 a, .rank-box h3 a {
		text-decoration:underline;
	}
	.miniProfile h3 span, .rank-box h3 span {
		float:right;
		color:#666;
		font-size:0.75em;
	}
#profileFriendsAll .miniProfile p, .rank-box p {
	font-size:1.1em;
	clear:none;
}


.userList {
	margin:5px 0 15px 0;
	position:relative;
	width:300px;
}
.userList a img {
	float:left;
	margin:0 7px 10px 0;
	border:1px #007c85 solid;
}
.userList table {
	width:295px;
	margin:0 0 0 5px;
}
.userList th {
	color:#666;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	padding:2px 0;
	border-bottom:2px #cfe6e8 solid;
}
.userList td {
	text-align:center;
	font-size:1.1em;
	padding:5px 0;
	border-bottom:1px #cfe6e8 solid;
}
.userList td.lft, .userList th.lft {
	text-align:left;
}
.userList td a {
	text-align:left;
	font-weight:bold;
	color:#007c85;
	font-size:0.95em;
}
dl.relatedSearches {
	margin:0 0 20px 0;
	padding:0;
}
	.relatedSearches dt {
		font-size:1.2em;
	}
	.relatedSearches dd {
		margin:0 0 5px 0;
		padding:0;
		font-size:1.1em;
		color:#666;
	}
/* FOOTER */
#footer img {
	float:left;
}
/* TOS SPECIFIC */
	#catTable {
		width:100%;
		border-right:1px #7fbdc2 solid;
		border-bottom:1px #7fbdc2 solid;
		margin:0 0 15px 0;
		background:#eff7f7;
		font-size:1.1em;
	}
		#catTable a, ul#hotCategories a {
			text-decoration:none;
		}
		#catTable td {
			border-top:1px #cfe6e8 solid;
			border-left:1px #7fbdc2 solid;
			width:33%;
		}
		#catTable td a {
			display:block;
			padding:3px 3px 3px 5px;
		}
		#catTable td a:hover {
			background:#cfe6e8;
		}
		#catTable th {
			font-size:1.2em;
			text-align:left;
			padding:3px 5px;
			color:#007c85;
			border-top:1px #7fbdc2 solid;
			border-left:1px #7fbdc2 solid;
		}
/* COMMENTS */
.comment * { border: 1px solid #0f0; }
.comment {
    margin:7px 0;
    clear:both;
    padding:0;
    position:relative;
    overflow: visible;
}
.comment .inner {
	margin-left: 35px;
	padding: 7px;
}
.comment img.user {
	position:absolute;
	top:7px;
	left:7px;
	z-index:2;
	width:25px;
	height:25px;
	background:#ccc;
}
.commentOdd {
	border-top:1px #ccc solid;
	background:#fff url(/media/commentOdd_background.gif) top left repeat-x;
}
.commentEven {
	border-top:1px #ccc solid;
	background:#fff url(/media/comment_background.gif) top left repeat-x;
}
.comment-replies {
	margin-right: -7px;
}
.comment-replies .comment {
	margin: 0;
}
.comment-byline {
	padding-bottom: 7px;
}
.comment-byline .msg {
	font-weight:normal;
	color:#007c85;
	padding:0 0 0 13px;
	background:url(/pictures/icon-message.gif) center left no-repeat;
}
.comment-banned, .comment-blocked, .comment-threshold {
	color: #666;
}
p.comment-threshold {
	float: right;
}
.comment-byline .comment-status {
	float: right;
	font-size: 1.1em;
}
.comment-votes {
	font-weight: bold;
}
.comment-rating span {
	float:right;
	margin-bottom: 7px;
}
.comment-body span {
	float: right;
	z-index: 2;
	position: relative;
	margin: 0 0 4px 4px;
}
.comment-rating p {
	float: left;
}
.comment-rating a.button {
	display:block;
	float:left;
	padding:2px 0 2px 17px;
	width:33px;
	margin:-2px 0 0 5px;
	text-decoration:none;
	font-weight:normal;
}
.comment-rating .blockCommenter {
	background: url(/pictures/iconBlockCommenter.gif) top left no-repeat;
}
.comment-rating .rateUp{
	background: url(/pictures/iconRateCommentUp.gif) top left no-repeat;
}
.comment-rating .rateDown {
	background: url(/pictures/iconRateCommentDown.gif) top left no-repeat;
}
.comment-rating .reportComment {
	background: url(/pictures/iconReportComment.gif) top left no-repeat;
	padding:2px 0 2px 13px;
	width:38px;
	color:#600;
}
.comment-rating .editComment {
	background: url(/pictures/iconEditComment.gif) top left no-repeat;
}
.comment-rating .my-vote {
	color: #666;
}






			p.stats span span, p.starRating span span {
				float:none;
				font-weight:bold;
			}

	p.commTime {
		font-size:1.1em;
		margin:0;
		padding:0 0 5px 0px;
	}
	p.commTime a {
		font-weight:bold;
	}
	p.commTime a.msg {
		font-weight:normal;
		color:#007c85;
		padding:0 0 0 13px;
		background:url(/pictures/icon-message.gif) center left no-repeat;
	}
	p.commTime span {
		float:right;
		color:#666;
		font-weight:normal;
	}
	


.new-message { border:2px #7fbdc2 solid;}
	.comment p, .commentOdd p {
		padding:0 5px 7px 0;
		margin:0;
	}
	.comment p.starRating, .commentOdd p.starRating {
		text-align:right;
		padding:0;
		font-size:1.1em;
	}
	p.starRating a {
		margin-right:5px;
	}
#commentsEnd input, #commentsEnd textarea {
	display:block;
}
#commentsEnd p {
	margin-bottom:10px;
	font-size:1.1em;
}
#commentsEnd p label {
	padding-bottom:2px;
	display:block;
}
.pagNav {
	margin:0 0 15px 0;
	font-size:1.1em;
	clear:both;
	border-bottom:1px #fff solid;
}
	form#commentThresholdForm {
		margin:0;
		display:inline;
	}
	.pagNav span {
		float:right;
	}
	.pagNav span span {
		float:none;
	}
	#tracker .pagNav {
		margin:5px 5px 10px 0;
	}
	a.pagBox, a.pagBoxCur {
		display: block;
		float: left;
		border:1px #7fbdc2 solid;
		padding:0 3px;
		margin:0 1px;
		text-decoration:none;
	}
	a.pagBoxCur {
		border: none;
		padding:1px 3px;
		font-weight: bold;
		color:#e68217;
	}
		a.pagBox:hover {
			border:1px #007c85 solid;
		}
/* SUBMIT STORY */
form#submitStory {
	margin:5px 0;
	border:1px #ffffff solid;
}
#submissionDetails p label {
	display:block;
	float:left;
	width:95px;
	text-align:right;
	margin-right:5px;
}
#submissionDetails  p {
	font-size:1.1em;
	margin:5px 0 15px 0;
}
#submissionDetails  p span {
	display:block;
	padding-top:2px;
	padding-left:100px;
	text-align:left;
	width:300px;
	font-weight:bold;
}
#submissionPreview .content {
	margin-top:15px;
	background:#fefded;
}
#submissionRelated h3 {
	color:#e68217;
}
#submissionRelated ul {
	margin:10px 0 0 25px;
	padding-bottom:15px;
	padding:0;
	font-size:1.2em;
	list-style:square;
	width:80%;
}
	#submissionRelated li {
		color:#666;
		margin-bottom:5px;
	}
	#submissionRelated li a {
		display:block;
		color:#222;
	}
	#submissionDetails p.but {
		text-align:center;
		margin:0;
		padding:15px 0;
	}
	#submissionDetails p.but input {
		margin:0 10px;
	}
		p.but span.storySub {
			padding:5px;
			width:30%;
			margin-left:5%;
			border:2px #e68217 solid;
		}
		#submissionRelated p.but {
			text-align:center;
			margin:15px 0;
			padding:5px;
			border:2px #e68217 solid;
		}
a.bookmarklet {
	background:url(http://media-images.nscpcdn.com/media/bookmarkletBG.gif) top left no-repeat;
	display:block;
	width:150px;
	line-height:26px;
	font-size:12px;
	font-weight:bold;
	color:#007c85;
	text-decoration:none;
	padding:0 0 0 25px;
	margin:5px 0;
}
#rightColumn p.bmExpo {
	font-size:1.1em;
	line-height:1.35;
	margin-bottom:15px;
}
/* ADVERTS */
#mn1 {
	width:728px;
	height:2px; /*make this taller for the top advert if required*/
	text-align:center;
	margin:5px auto;
}
	#mn1 object, #mn5 object {
		margin:0 auto;
	}
#mn1-rev {
	width:728px;
	height:15px; /*make this taller for the top advert if required*/
	text-align:center;
	margin:5px auto;
}
	#mn1-rev object, #mn5 object {
		margin:0 auto;
	}
#mn2 {
	margin:0 0 15px 0;
	width:300px;
	height:250px;
	background:#ffffff;
}
.mn3 {
	margin:0 10px;
}
	.mn3Inner {
		padding:0 85px 5px 85px;
	}
#mn4 {
	margin:0 10px 0 0;
	float:left;
	width:160px;
	height:600px;
	background:#ddd;
}
	#mn4.alt {
		clear:both;
		float:none;
		margin:15px 0;
	}
#mn5 {
	margin:5px 10px 0 10px;
	clear:both;
	height:2px; /* bottom advert */
	text-align:center;
	border-top:0px #ccc solid;
	padding:5px 0;
	background:#fff;
}
#mn5-rev {
	margin:5px 10px 0 10px;
	clear:both;
	height:68px; /* bottom advert */
	text-align:center;
	border-top:0px #ccc solid;
	padding:5px 0;
	background:#fff;
}

#mn5Inner { width:728px; margin:0 auto;}
.leftAdvert { /* Commerce Widgets */
	margin:10px 0;
	text-align:center;
	clear:both;
	border:1px #ccc solid;
	padding:5px 0;
}
.leftAdvert span.ad {
	display:block;
	float:right;
	margin:0;
	text-transform:uppercase;
	font-size:0.9em;
	color:#666;
	padding:1px 2px 0 5px;
	background:#fff;
}
/* VIDEO DISPlAY */
#vidDisplay {
	margin:10px 0 20px 75px
}
#vidDisplay h6 {
	margin:15px 0 0 0;
	border-top:0 none;
}
#vidDisplay ul {
	font-size:1.1em;
	list-style:square;
	color:#333;
	padding:0;
	margin:0 0 10px 15px;
}
p.new-video {
	padding:10px 0;
	margin:0 150px 0 0;
	font-weight:bold;
}
#vidDisplay ol {
	font-size:1.1em;
	color:#333;
	padding:0;
	margin:0 0 10px 0;
	list-style-position:inside;
}
#vidDisplay li {
	line-height:1.6;
}
#vidDisplay ol li {
	float:left;
	width:50%;
}
#vidDisplay li strong {
	color:#007c85;
}
#vidDisplay li a {
	margin-left:5px;
}
#vidDisplay ol li a {
	margin-left:0;
}
div.topVideos {
	clear:both;
	margin:10px 0;
	width:300px;
	background:#fff;
	border-top:1px #ddd solid;
	padding:5px 0;
}
.topVideos ol {
	font-size:1.1em;
	padding:0;
	margin:5px 0 5px 17px;
}
.topVideos li {
	margin:0 0 5px 0;
	color:#666;
}

/* VIDEO SUBMIT */
p#progressBar {
	padding:10px;
	text-align:center;
	border:2px #e68217 solid;
	font-weight:bold;
	font-size:1.2em;
}
p#progressBar img {
	margin-top:5px;
}
p#submit-x {
	background:#fefded;
	border:1px #cc9 solid;
	padding:5px;
}
/* ANCHOR COMMENT */
.ancComment {
	border-top:5px #fff solid;
	margin:0 0 30px 0;
	min-height:100px;
	background:url(/pictures/ancComm.gif) top left repeat-y;
}
	.ancComment h6 {
		background:url(/pictures/ancCommTop.gif) top left no-repeat;
		padding:10px 20px 10px 60px;
		color:#e68217;
	}
	.ancComment p {
		margin:0 30px 5px 60px;
		padding:0;
		line-height:1.3;
		color:#333;
	}
		.ancComment p a.anc {
			text-decoration:none;
			font-weight:bold;
			color:#666;
			font-style:normal;
		}
		.ancComment p.end {
			clear:both;
			background:url(/pictures/ancCommBot.gif) bottom left no-repeat;
			margin:10px 0 0 0;
			padding:0 20px 20px 60px;
			font-size:1em;
			margin:0;
			color:#666;
			text-align:right;
		}
		.ancComment img.mug {
			float:right;
			margin:0 20px 5px 10px;
			border:1px #ddd solid;
		}
/* NEW USER SIGN UP */
form#newUser, form#updateUser {
	margin:5px 0;
}
	#newUser h3, #updateUser h3 {
		color:#666666;
		margin-top:20px;
	}
		#newUser h3.first, #updateUser h3.first {
			margin-top:0;
		}
	#newUserPart1 {
		float:left;
		padding-right:15px;
		height:400px;
		background:url(/pictures/dotline.gif) top right repeat-y;
	}
	#newUserPart2 {
		float:left;
		width:314px;
		margin-left:5px;
	}
	#newUserPart2 a img, #profileAvatarSettings a img {
		border:1px #999 solid;
	}
		#newUserPart2 a:hover img, #profileAvatarSettings a:hover img {
			border:1px #007c85 solid;
		}
		img.avatarSelected {
			border:2px #007c85 solid;
		}
	#newUser p, #updateUser p {
		font-size:1.1em;
		margin:5px 0 10px 0;
	}
	#newUserPart1 p {
		margin-bottom:20px;
	}
	#newUser p span {
		display:block;
		margin-left:100px;
		padding-top:2px;
		text-align:left;
		width:225px;
		font-weight:bold;
	}
	#newUserPart1 p label, #updateUser p label {
		display:block;
		float:left;
		width:95px;
		text-align:right;
		margin-right:5px;
	}
	#newUserPart2 label {
		margin-right:5px;
	}
		#newUser p.register, #updateUser p.register {
			text-align:center;
			border:2px #e68217 solid;
			padding:3px 0;
		}
/* FORMS */
form.fomy {
	margin:15px 0;
}
form.fomy p {
	margin:0 0 10px 0;
	font-size:1.2em;
}
	form.fomy h2 span {
		font-size:1.2em;
	}
	form.fomy td {
		text-align: left;
	}
	form.fomy td.label {
		width:100px;
		text-align:right;
		vertical-align:top;
		padding-right:5px;
		padding-top:5px;
	}
	form#msgFriend {
		background:#fefded;
		border-bottom:1px #ccc solid;
		padding-top:10px;
		margin-top:0;
	}
/* THE DL */
.off {
	display: none;
}
ul#dlTabs {
	margin:0;padding:0;
	list-style:none;
	font-size:1.4em;
	height:22px;
	border-bottom:1px #7fbdc2 solid;
}
	ul#dlTabs li {
		background:url(/pictures/dlTabRight.gif) top right no-repeat;
		display:block;
		float:left;
	}
		ul#dlTabs li.on {
			background:url(/pictures/dlTabRightOn.gif) top right no-repeat;
			padding-top:1px;
			margin-bottom:-2px;
		}
	ul#dlTabs a {
		display:block;
		text-align:center;
		text-decoration:none;
		color:#666;
		margin:0;
		padding:3px 10px;
		background:url(/pictures/dlTabLeft.gif) top left no-repeat;
		outline: none;
		cursor:pointer;
	}
		ul#dlTabs li a:hover {
			color:#333;
		}
		ul#dlTabs li.on a {
			background:#fff;
			color:#e68217;
			font-weight:bold;
			padding-top:5px;
			margin-bottom:-1px;
			margin-top:-1px;
			background:url(/pictures/dlTabLeftOn.gif) top left no-repeat;
		}
#dl {
	position:relative;
	border-top:0 none;
	padding:10px 10px 5px 10px;
	height:125px;
	background:url(/pictures/dlBoxBackground.gif) bottom left no-repeat;
}
#dl-rev {
	position:relative;
	border-top:0 none;
	margin-bottom:1px;
	padding:10px 10px 3px 10px;
	height:145px;
	z-index:300;
    background:url(/pictures/dlBoxBackground-small2.gif) bottom left no-repeat;
}
#dl-cit {
	position:relative;
	border-top:0 none;
	padding:10px 10px 5px 10px;
    background:url(/pictures/dlBoxBackground-cit.gif) bottom left no-repeat;
}

#dlblank {
	position:relative;
	border-top:0 none;
	padding:10px 10px 5px 10px;
	height:1px;
}
img.dlPhoto {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.dlContent {
	position:relative;
	float:left;
	width:495px;
	padding-right:10px;
	background:url(/pictures/dotline.gif) top right repeat-y
}
.dlRelated {
	position:relative;
	float:left;
	margin:0 0 0 10px;
	width:130px;
	z-index:4;
}
	.dlRelated ul {
		color:#e68217;
		font-size:1.1em;
		margin:5px 0 10px 15px;
		padding:0;
		list-style:square;
	}
	.dlRelated ul li {
		padding-bottom:5px;
	}
	.dlRelated a {
		display:block;
	}
p.dlNextPrev {
	position:absolute;
	right:10px;
	bottom:5px;
	text-align:right;
	font-size:1em;
	font-weight:bold;
	padding-top:5px;
	z-index:5;
}
/* TOS Extras */
#miniTracker, #four {
	margin:0 0 15px 0;
	width:300px;
	height:275px;
	border:1px #7fbdc2 solid;
}
#four {
	height:430px;
	overflow:auto;
}
ul#recentSubmits {
	color:#007c85;
	list-style:square;
	font-size:1.2em;
	margin:5px 0 15px 15px;
	padding:0;
}
	ul#recentSubmits li {
		padding-bottom:7px;
	}
#hotTags {
	clear:both;
	margin:10px 0;
	width:300px;
	min-height:120px;
	background:#fefded;
	border:1px #cc9 solid;
}
#hotTags img {
	float:left;
	margin:0 10px 0 5px;
}
#hotTags h5 {
	font-size:1.3em;
	color:#e68217;
	padding:3px 5px 1px 5px;
	border-top:0 none;
}
#hotTags h5 span, #miniTracker h5 span, #four h5 span, .topVideos h5 span {
	color:#666;
	font-size:0.8em;
}
	#miniTracker h5 span a, #four h5 span a {
		color:#666;
	}
#hotTags p {
	font-size:1em;
	line-height:1.2;
	margin:0 5px 5px 5px;
	text-align:justify;
}
	#hotTags p a {
		margin-right:3px;
		display:inline;
	}
	a.tag0 {
		font-size:2em;
		text-decoration:none;
	}
	a.tag1 {
		font-size:1.8em;
		text-decoration:none;
	}
	a.tag2 {
		font-size:1.6em;
		text-decoration:none;
	}
	a.tag3 {
		font-size:1.4em;
		text-decoration:none;
	}
	a.tag4{
		font-size:1.1em;
		text-decoration:none;
	}

	#hotTags a:hover {
		margin-right:3px;
		display:inline;
	}
	a.tag0:hover {
		font-size:2em;
		text-decoration:underline;
	}
	a.tag1:hover {
		font-size:1.8em;
		text-decoration:underline;
	}
	a.tag2:hover {
		font-size:1.6em;
		text-decoration:underline;
	}
	a.tag3:hover {
		font-size:1.4em;
		text-decoration:underline;
	}
	a.tag4:hover{
		font-size:1.1em;
		text-decoration:underline;
	}

#hotTags_cloud {
	clear:both;
	margin:10px 0;
	width:100%;
	min-height:250px;
	background:#fefded;
	border:0px #cc9 solid;
}
#hotTags_cloud img {
	float:left;
	margin:0 10px 0 5px;
}
#hotTags_cloud h5 {
	font-size:1.3em;
	color:#e68217;
	padding:3px 5px 1px 5px;
	border-top:0 none;
}
#hotTags_cloud h5 span, #miniTracker h5 span, #four h5 span, .topVideos h5 span {
	color:#666;
	font-size:0.8em;
}
	#miniTracker h5 span a, #four h5 span a {
		color:#666;
	}
#hotTags_cloud p {
	font-size:1em;
	line-height:1.2;
	margin:0 5px 5px 5px;
	text-align:justify;
}
	#hotTags_cloud p a {
		margin-right:3px;
		display:inline;
	}
	a.tag0 {
		font-size:2em;
		text-decoration:none;
	}
	a.tag1 {
		font-size:1.8em;
		text-decoration:none;
	}
	a.tag2 {
		font-size:1.6em;
		text-decoration:none;
	}
	a.tag3 {
		font-size:1.4em;
		text-decoration:none;
	}
	a.tag4{
		font-size:1.1em;
		text-decoration:none;
	}

	#hotTags_cloud a:hover {
		margin-right:3px;
		display:inline;
	}
	a.tag0:hover {
		font-size:2em;
		text-decoration:underline;
	}
	a.tag1:hover {
		font-size:1.8em;
		text-decoration:underline;
	}
	a.tag2:hover {
		font-size:1.6em;
		text-decoration:underline;
	}
	a.tag3:hover {
		font-size:1.4em;
		text-decoration:underline;
	}
	a.tag4:hover{
		font-size:1.1em;
		text-decoration:underline;
	}


.wideHelp {
	background:#E8C5EB;
	border:1px #c9c solid;
	margin:10px 0;
	padding:5px;
}
.userMessage{
	padding:5px;
	margin-top:-5px;
	background:#ffc;
	border:1px #e68217 solid;
	font-size:115%;
	line-height:1.3
}
.wideHelp h3 span {
	float:right;
	font-size:0.75em;
	line-height:1.4;
	color:#666;
}
.wideHelp p {
	margin-bottom:0.5em;
}
a.helpQ {
	font-weight:bold;
	color:#969;
	cursor:help;
}
	h2 a.helpQ {
		font-size:0.6em;
	}
p.tags a {
	color:#222;
}
.dlContent p.anchorComm {
	font-size:1.1em;
	padding-left:110px;
}
p.stats {
	font-size:1.1em;
	padding:56px 85px 0 75px;
}
.dlContent p.stats {
	padding:1px 0 0 170px;
}
.content p.stats {
	padding-top:2px;
	padding-right:110px;
}
.contentnoimg p.stats {
	padding-top:2px;
	padding-right:10px;
}
p.stats img {
	margin-bottom:-1px;
}
span.votes {
	color:#e68217;
	font-weight:bold;
	padding-right:5px;
	margin-right:5px;
	border-right:1px #999 solid;
}
a.com {
	color:#007c85;
	text-decoration:none;
	margin-right:10px;
}
p.stats a.msg {
	text-decoration:underline;
	color:#7fbdc2;
	white-space:nowrap;
	font-size:0.95em;
}
p.report {
	font-size:1.1em;
	margin-top:5px;
	clear:both;
	height:15px;
}
a.storyReport {
	margin:0;
	padding:1px 0 2px 15px;
	width:45px;
	background:url(/pictures/iconStoryReport.gif) top left no-repeat;
	text-decoration:none;
	color:#900;
	display:block;
	float:left;
}
	a.storyReport a:hover { text-decoration:none; }
span.fwd {
	border-left:1px #999 solid;
	padding-left:5px;
}
a.com:hover, span.via a:hover, span.byline a:hover, span.report a:hover,
span.age a:hover, span.fwd a:hover {
	border-bottom: 0px;
	text-decoration:underline;
}
span.age {
	font-size:0.95em;
	color:#666;
	white-space:nowrap;
}
	span.age a {
		color:#666;
		text-decoration:none;
	}
span.via {
	color:#666;
	font-size:0.95em;
	font-style:italic;
}
span.via a {
	color:#222;
	border-bottom: dotted 1px #222;
	text-decoration:none;
}

span.via a:hover {
	text-decoration:underline;
}
span.byline {
	font-size:1em;
	color:#666;
}
.content p span.byline, .contentnoimg p span.byline {
	margin-right:10px;
}
span.byline a {
	text-decoration:none;
	color:#333;
}
.content p span, .contentnoimg p span {
	white-space:nowrap;
}
.catBox p.nextprev, p.hotStoriesNext, p.votedNextPrev {
	text-align:right;
	margin:5px;
	font-size:1.1em;
	font-weight:bold;
	color:#007c85;
}
	p.votedNextPrev {
		margin-bottom:30px;
	}
	p.hotStoriesNext {
		clear:both;
		padding-bottom:5px;
		margin:5px 0 5px 0;
	}
.hotStories {
	float:left;
	width:33%;
	background:url(/pictures/dotline.gif) top right repeat-y;
	margin:15px 0 0 0;
}
	.noline {
		padding: 5px;
		background:transparent;
	}
.hotStories .content h6 {
	padding-left:40px;
	padding-right:10px;
	font-size:1.1em;
	z-index:1;
}
.hotStories .content p {
	padding:2px 10px 2px 40px;
}
.hotStories .content p.stats span.votes {
	font-size:1em;
}
.hotStories .content p.stats a.com {
	border-right:0 none;
}
.hotStories .content img.hotPhoto {
	position:absolute;
	padding:0 0 0 5px;
	z-index:2;
}
/* PROFILE */
ul#profileTabs {
	margin:10px 320px 0 10px;
	padding:0;
	list-style:none;
	font-size:1.4em;
}
#profileTabs li {
	display:block;
	float:left;
	width:120px;
	text-align:center;
	text-decoration:none;
	background:url(/pictures/profileTab.gif) bottom left no-repeat;
	line-height:24px;
}
	#profileTabs li a:hover {
		color:#666;
		text-decoration:none;
	}
	#profileTabs li a {
		color:#999;
		text-decoration:none;
	}
	#profileTabs li.on {
		background:url(/pictures/profileTabOn.gif) bottom left no-repeat;
		line-height:25px;
		margin-bottom:-1px;
	}
		#profileTabs li.on a {
			color:#222;
			text-decoration:none;
		}
a#addFriend, a#sendMsg {
	background:#fff url(/pictures/iconProfileAddFriend.gif) center left no-repeat;
	padding:3px 5px 3px 20px;
	font-weight:bold;
	font-size:1.2em;
	color:#007c85;
	border:1px #cfe6e8 solid;
	margin:0 10px 10px 0;
	text-decoration:none;
	display:block;
	float:left;
	width:100px;
}
	a#sendMsg {
		background:#fff url(/pictures/iconProfileSendMsg.gif) center left no-repeat;
	}
	a#addFriend:hover {
		background:#dfeeef url(/pictures/iconProfileAddFriend.gif) center left no-repeat;
	}
	a#sendMsg:hover {
		background:#dfeeef url(/pictures/iconProfileSendMsg.gif) center left no-repeat;
	}
p#friendAdded, p#friendRemoved, p#msgSent {
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:1.2em;
	color:#007c85;
}
p#removeFriend {
	margin:0 0 10px 0;
	font-size:1.2em;
}
.profileLeftCol {
	background:url(/pictures/dotline.gif) top right repeat-y;
	float:left;
	padding-right:15px;
	padding-top:10px;
	border-top:1px #ccc solid;
	margin-top:-10px;
}
.profileRightCol {
	background:url(/pictures/dotline.gif) top left repeat-y;
	padding-left:12px;
	margin-left:-3px;
	float:left;
	padding-top:10px;
	border-top:1px #ccc solid;
	margin-top:-10px;
}
.profileBox {
	width:320px;
	margin:0 0 15px 0;
}
	#profileDetails, #profileDetSettings {
		background:#dfeeef;
		position:relative;
		padding:5px;
		width:310px;
		border-top:2px #7fbdc2 solid;
	}
	#profileDetails h3, #profileDetSettings h3 {
		color:#007c85;
		font-size:1.5em;
	}
	#profileDetails h3 a {
		float:right;
		font-size:0.7em;
	}
	#profileDetails img#profileImg {
		position:absolute;
		top:30px;
		left:5px;
		border:1px #007c85 solid;
	}
	#profileDetails p {
		padding-left:60px;
		font-size:1.2em;
	}
		#profileDetails p a {
			text-decoration:underline;
		}
		#profileDetails p.profileStats {
			font-size:1.1em;
		}
	#profileDetails dl {
		margin-top:20px;
	}
	#rightColumn .profileBox {
		width:300px;
	}
.profileBox h6 {
	color:#e68217;
	border-bottom:1px #e68217 solid;
	margin:0;
	line-height:1.6;
	clear:both;
}
.profileBox a {
	text-decoration:none;
}
	.profileBox a:hover {
		text-decoration:underline;
	}
.profileBox ul, #profileActivityFull ul {
	font-size:1.1em;
	color:#666;
	padding:0;
	list-style:square;
	margin:6px 0 6px 15px;
}
	#profileActivityFull ul {
		font-size:1.2em;
		clear:both;
	}
		#profileActivityFull .friends ul {
			font-size:1em;
			list-style:none;
			margin:0;
			padding:0;
			border-bottom:15px #fff solid;
		}
	.profileBox li, #profileActivityFull li {
		padding:4px 0 6px 0;
	}
		#profileActivityFull .friends li {
			padding:4px 3px 3px 4px;
		}
.profileBox p {
	font-size:1.1em;
	margin:5px 5px 5px 0;
}
	#profileFriendsAll p {
		margin:10px 5px 0 0;
	}
p.profileSettings {
	clear:both;
	text-align:right;
}
	.friends p.profileSettings {
		padding-top:5px;
	}
	p.profileSettings a {
		color:#007c85;
		text-decoration:underline;
	}
#profileDetSettings h6 {
	color:#7fbdc2;
	border-top:1px #7fbdc2 solid;
	border-bottom:1px #7fbdc2 solid;
	margin-top:10px;
}
#profileDetSettings p.cpwd a {
	font-size:1.1em;
	font-weight:bold;
	margin-top:5px;
	text-decoration:underline;
	color:#007c85;
}
#profileAvatarSettings img {
	margin:5px 5px 0 0;
}
#profileAvatarSettings p.aterms a {
	text-decoration:none;
}
#profileAvatarSettings p.selected {
	border:1px #7fbdc2 solid;
	padding:5px;
	line-height:48px;
	font-weight:bold;
	color:#7fbdc2;
	margin-right:0;
	font-size:1.2em;
}
	#profileAvatarSettings p.selected img {
		float:left;
		margin:0 5px 0 0;
	}
.settings label, #profileFriendsAdd label {
	float:left;
	display:block;
	width:75px;
	text-align:right;
	padding-right:5px;
}
#profileFriendsAdd select, #profileFriendsAdd textarea {
	width:210px;
}
.settings p.but {
	text-align:right;
}
.profile-list a {
	font-size:1.1em;
}
.profile-list span a, .profile-list .profileSettings a {
	font-size:1em;
	white-space:nowrap;
}
.profile-list span {
	display:block;
	margin-top:2px;
}
.profile-list img {
	display:block;
	float:left;
	margin:0 5px 0 0;
}
.profile-list span img {
	display:inline; float:none; margin:0 0 -2px 0;
}
.profile-list li {
	padding:6px 0 9px 0;
}
ul.profile-comments {
	list-style-image:url(/pictures/iconCommBubble.gif);
	margin:5px 0 10px 20px;
}
ul.profile-votes {
	list-style-image:url(/pictures/iconVoteSwitch.gif);
	margin:5px 0 10px 20px;
}
ul.profile-stories {
	list-style:none;
	margin:5px 0 10px 0;
}
	/* Friends tab */
	#profileFriendsAdd form p {
		text-align:right;
	}
	#profileFriendsAdd dt {
		width:15px;
	}
	#profileFriendsAdd dd {
		margin:0 0 0 20px;
		padding:5px 0;
	}
	#profileFriendsAdd a.friendAdd {
		float:right;
		border:1px #007c85 solid;
		padding:1px 2px;
		text-decoration:none;
		color:#007c85;
		font-weight:bold;
		text-transform:uppercase;
		font-size:0.9em;
		letter-spacing:0.1em;
		background:#fff;
	}
		#profileFriendsAdd a.friendAdd:hover {
			background:#dfeeef;
		}
	#profileFriendsAll ul, #netscapeTeam ul, .friends ul {
		margin:0; padding:0;
		list-style:none;
		font-size:1em;
		clear:both;
		border-bottom:10px #fff solid;
	}
		#profileFriendsAll li, #netscapeTeam li, .friends li {
			width:50px;
			display:block;
			padding:4px 3px 3px 4px;
			margin:5px 5px 0 0;
			float:left;
			border:1px #ccc solid;
			position:relative;
		}
			li a.friendIcon {
				display:block;
				margin-bottom:3px;
				width:50px;
				height:50px;
				background:#ccc;
			}
		#profileFriendsAll ul div, #netscapeTeam ul div, .friends ul div {
			display:none;
			position:absolute;
			left:20px;
			top:20px;
			z-index:2;
		}
			.friends ul div {
				right:20px;
				top:20px;
			}
			#profileFriendsAll li:hover div, #netscapeTeam li:hover div, .friends li:hover div {
				display:block;
			}
#messages {
	border-top:1px #ccc solid;
	margin-top:-10px;
}
#messages h3 {
	margin:0;
	font-size:1.2em;
	padding:10px 0;
	border-bottom:1px #ccc solid;
	font-weight:normal;
	color:#333;
}
#messages h3 a, #messages h3 span {
	margin-left:15px;
}
#messages h3 span {
	color:#007c85;
}
#messages h3 a.compose {
	float:right;
	color:#007c85;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
}
#friendMsgDiv {
	margin-top:20px;
}
/* VIEW STORY FRAME */
body.viewstory {
	margin:0;
	padding:0;
	background:#fff url(http://media-images.nscpcdn.com/media/viewstoryBodyBg.gif) top left repeat-y;
}
#miniMemberBar p {
	background:#121212;
	border-bottom:1px #aaa solid;
	margin:0 11px 0 0;
	padding:0 5px;
	line-height:1.6;
	font-size:1.1em;
	color:#aaa;
	text-align:right;
}
	#miniMemberBar p a {
		color:#aaa;
	}
	#miniMemberBar p strong a {
		text-decoration:none;
	}
#storyFramePage {
	width:240px;
	height:100%;
	text-align:left;
	margin:0; padding:0;
}
#storyFrameHeader {
	background:#000;
	margin:0;
}
	#storyFrameHeader img {
		display:block;
		padding:5px 0 0 5px;
	}
	#storyFrameHeader h1 {
		color:#e68217;
		padding:0 0 5px 25px;
		margin:0 5px;
		font-size:1.5em;
		font-weight:normal;
		border-bottom:1px #007c85 solid;
	}
		#storyFrameHeader h1 span {
			float:right;
			font-size:0.7em;
			padding-top:5px;
			color:#aaa;
		}
.frameContent {
	padding:5px;
	margin:0 0 10px 0;
	clear:both;
	position:relative;
}
.frameContent ul {
	text-align:center;
	margin:0;
	padding:3px 0 0 0;
	position:absolute;
	top:0;
	left:0;
	width:60px;
	list-style:none;
	z-index:1;
}
	.frVoteTotal a, .frVoteTotal a.voted, .frVoteTotal a.voted:hover,
	.frVoteTotal a.voted:visited {
		background:url(/pictures/voteBadgeSmallBlack.gif) top center no-repeat;
		color:#aaa;
		font-weight:bold;
		display:block;
		padding:3px 0 4px 0;
		font-size:1.1em;
		text-decoration:none;
		cursor:pointer;
	}
	.frVoteStatus {
		color:#aaa;
	}
	.frVoteStatus a, .frVoteStatus a:hover, .frVoteStatus a:visited {
		font-size:1.1em;
		padding:2px 0 0 0;
		color:#aaa;
		text-decoration:none;
		display:block;
		margin:0;
		cursor:pointer;
	}
.frameContent h6 {
	font-size:1.1em;
	color:#aaa;
	line-height:1.3;
	padding:0 5px 1px 55px;
}
.frameContent p.comm {
	padding-left:55px;
	font-size:1.1em;
}
	.frameContent p.comm a {
		color:#aaa;
	}
#storyFramePage .on {
	margin:10px 1px 10px 0;
	padding:5px 0;
	background:#dfeeef;
}
	.on ul li.frVoteTotal a {
		background:url(/pictures/voteBadgeSmall.gif) top center no-repeat;
		color:#e68217;
	}
	.on ul li.frVoteStatus a {
		color:#333;
		text-decoration:underline;
	}
	.on h6 {
		color:#222;
		padding-left:60px;
	}
	.on p.comm {
		padding-left:60px;
	}
	.on p.comm a {
		color:#007c85;
	}
p.frameNextPrev {
	font-size:1em;
	padding:5px 0;
	margin:0 5px 15px 5px;
	border-bottom:1px #007c85 solid;
}
	a#next {
		background:url(/pictures/iconFrameNext.gif) top right no-repeat;
		padding-right:15px;
		text-align:right;
		display:block;
		text-decoration:none;
		color:#007c85;
		font-weight:bold;
		text-transform:uppercase;
		float:right;
	}
	a#prev {
		color:#007c85;
		font-weight:bold;
		text-transform:uppercase;
		background:url(/pictures/iconFramePrev.gif) top left no-repeat;
		padding-left:15px;
		display:block;
		text-decoration:none;
	}
p.frameBackClose {
	font-size:1.1em;
	padding:5px 0;
	margin:0 5px;
	border:0 none;
}
	p.frameBackClose a {
		display:block;
		margin-bottom:10px;
	}
/* TRACKER PAGE */
.track {
	margin:0 0 5px 0;
	padding-bottom:5px;
	border-bottom:1px #dfeeef solid;
}
	#miniTracker .track, #four .track {
		margin:0 5px;
		border-bottom:0 none;
	}
.trackOn {
	background:#fefded;
	border:1px #ddd solid;
	margin-top:5px;
	padding-top:5px;
}
.track p {
	clear:both;
	padding:0 0 0 160px;
	font-size:1.2em;
	line-height:1.4;
}
	#miniTracker .track p, #four .track p {
		padding:0 0 0 25px;
	}
	.track p span {
		display:block;
		font-size:0.95em;
	}
.track p.lead {
	line-height:16px;
	padding:0;
	font-weight:bold;
	position:relative;
}
	#miniTracker .track p.lead, #four .track p.lead {
		margin-top:1px;
		padding:5px 0 3px 0;
	}
	.track p.lead img {
		margin:0 10px -3px 5px;
	}
		#miniTracker .track p.lead img, #four .track p.lead img {
			margin-left:0;
			display:block;
			float:left;
		}
	.track p.lead span {
		width:145px;
		color:#666;
		position:absolute;
		top:0;
		left:0;
	}
		#miniTracker p.lead span, #four p.lead span {
			display:block;
			width:auto;
			float:left;
			position:relative;
		}
	.track p.lead a {
	/*	display:block;*/
		float:left;
		padding-left:160px;
		margin-right: 5px;
		font-size:1.1em;
		z-index:3;
	}
	
	.track p.lead a.msg {
		font-weight:normal;
		padding:0 0 0 13px;
		background:url(/pictures/icon-message.gif) center left no-repeat;
		color:#007c85;
	}

	.track p.lead a.status {
		padding: 0;
		color:#007c85;
	}
		#miniTracker p.lead a, #four p.lead a {
			float:none;
			clear:both;
			display:block;
			padding-left:25px;
		}
.track p.status {
	color:#7fbdc2;
	font-weight:bold;
	font-size:1.1em;
	margin-top:5px;
}
	.track p.status a {
		color:#7fbdc2;
	}

/* MBR TRACKER PAGE */
.mbrtrack {
	margin:0 0 5px 0;
	padding-bottom:5px;
	border-bottom:1px #dfeeef solid;
}
	#minimbrtracker .mbrtrack, #four .mbrtrack {
		margin:0 5px;
		border-bottom:0 none;
	}
.mbrtrackOn {
	background:#fefded;
	border:1px #ddd solid;
	margin-top:5px;
	padding-top:5px;
}
.mbrtrack p {
	clear:both;
	padding:0 0 0 5px;
	font-size:1.2em;
	line-height:1.4;
}
	#minimbrtracker .mbrtrack p, #four .mbrtrack p {
		padding:0 0 0 25px;
	}
	.mbrtrack p span {
		display:block;
		font-size:0.95em;
	}
.mbrtrack p.lead {
	line-height:16px;
	padding:0;
	font-weight:bold;
	position:relative;
}
	#minimbrtracker .mbrtrack p.lead, #four .mbrtrack p.lead {
		margin-top:1px;
		padding:5px 0 3px 0;
	}
	.mbrtrack p.lead img {
		margin:0 10px -3px 5px;
	}
		#minimbrtracker .mbrtrack p.lead img, #four .mbrtrack p.lead img {
			margin-left:0;
			display:block;
			float:left;
		}
	.mbrtrack p.lead span {
		width:145px;
		color:#666;
		position:absolute;
		top:0;
		left:0;
	}
		#minimbrtracker p.lead span, #four p.lead span {
			display:block;
			width:auto;
			float:left;
			position:relative;
		}
	.mbrtrack p.lead a {
	/*	display:block;*/
		float:left;
		padding-left:160px;
		margin-right: 5px;
		font-size:1.1em;
		z-index:3;
	}
	
	.mbrtrack p.lead a.msg {
		font-weight:normal;
		padding:0 0 0 13px;
		background:url(/pictures/icon-message.gif) center left no-repeat;
		color:#007c85;
	}

	.mbrtrack p.lead a.status {
		padding: 0;
		color:#007c85;
	}
		#minimbrtracker p.lead a, #four p.lead a {
			float:none;
			clear:both;
			display:block;
			padding-left:25px;
		}
.mbrtrack p.status {
	color:#7fbdc2;
	font-weight:bold;
	font-size:1.1em;
	margin-top:5px;
}
	.mbrtrack p.status a {
		color:#7fbdc2;
	}

/* USER ACTIONS - Report, Forward */
.userAxn {
	margin:10px 110px 20px 75px;
	padding-bottom:10px;
}
	#reportStoryPop, #reportCommentPop, #closeDupePop, #killSpamPop, #redirectStoryPop {
		border:1px #900 solid;
		background:#fff;
	}
	#forwardStoryPop {
		border:1px #7fbdc2 solid;
		background:#dfeeef;
	}
	#sendMessageForm {
		border:1px #7fbdc2 solid;
		background:#fff;
		margin:10px 110px 20px 40px;
	}
		#sendMessageForm p {
			float: none;
		}
		
	.userAxn h5{
	font-size:1.1em;
	padding:5px;
	margin:5px;
}	

.userAxn h3 {
	font-size:1.35em;
	padding:2px 5px;
	margin:0 0 3px 0;
}
	.userAxn h3 span a {
		float:right;
		font-size:0.75em;
	}
	#reportStoryPop h3, #reportCommentPop h3 {
		color:#900;
	}
	#forwardStoryPop h3, #sendMessageForm h3 {
		color:#007c85;
	}
.userAxn p {
	padding:0;
	margin:0 0 0 20px;
	float:left;
}
.userAxn p label {
	display:block;
}
#miniMemberBar h3 {
	color:#fff;
	font-size:1.2em;
	background:#111;
	margin:0 12px 0 0;
	padding:2px 5px;
	text-align:left;
}
	#miniMemberBar h3 span {
		color:#999;
		font-size:0.95em;
		float:right;
	}
		#miniMemberBar h3 span a {
			color:#999;
		}
/* Ad slice skybox */
#adminSkybox p {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	margin:0 auto;
	line-height:20px;
	width:1000px;
}
	.wide #adminSkybox p {
		width:1630px;
	}
	#adminSkybox p span {
		float:right;
	}
	#adminSkybox p a {
		color:#fff;
	}
/* Generic Reporting */
.status, p.status, em.status {
	font-weight:bold;
	color:#007c85;
	font-style:normal;
}
span.error, p.error, em.error {
	color:#900;
	font-weight:bold;
	font-style:normal;
}
form p em.status, form p em.error {
	padding-top:3px;
}
#newUser span em.error, #newUser span em.status {
	font-size:1.2em;
}
/* Age Verify */
#notice {
	width:400px;
	margin:20px auto;
	background:#fff;
	border:1px #e68217 solid;
	padding:10px;
}
#notice h2 {
	font-weight:bold;
	color:#e68217;
}
#notice p {
	margin-bottom:10px;
}
#notice h3 {
	font-size:2em;
	text-align:center;
}
	#notice h3 a {
		margin:0 20px;
	}
/* Local Widget */
#localWidget {
	width:669px;
	height:170px;
	background:url(/pictures/localWidgetBG.gif) top left no-repeat;
}
#localWidget h5 {
	color:#e68217;
	font-weight:bold;
	margin:0 0 5px 0;
}
#localWidget h6 {
	clear:both;
	margin:5px 0 0 0;
	color:#333;
}
#localContent { 
	width:312px;
	float:left;
	margin:5px 10px;
}
#localContent2 {
	width:312px;
	float:left;
	margin:5px 0 5px 15px;
	position:relative;
}
#localContent img {
	float:left;
	margin:0 10px 0 0;
}
#localContent2 img {
	z-index:2;
	position:absolute;
	top:5px;
	right:0;
}
.days {
	float:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	width:13%;
	text-align:center;
	border-right:1px #eee solid;
	color:#666;
}
.days br, .C { display:none; }
#localContent .days img {
	display:block;
	width:20px;
	height:20px;
	float:none;
	margin:0 auto;
}
.upper {
	display:block;
	clear:both;
	color:#e68217;
}
.lower {
	display:block;
	clear:both;
	color:#666;
}
#localContent table {
	margin:0;
	width:250px;
	font-size:1.1em;
	font-weight:bold;
}
	#localContent td, #localContent th {
		padding:1px 5px 1px 0;
		border-bottom:1px #eee solid;
	}
	#localContent th {
		color:#7fbdc2;
		text-align:left;
	}
#localContent2 ul {
	list-style:square;
	color:#007c85;
	font-size:1.1em;
	padding:0;
	margin:0 10px 0 15px;
	line-height:1.4em;
}
/* Single Column Pages */
#tou, #privacy, #avatarLegal {
	margin:0 100px 0 15px;
}
#tou h3, #privacy h3, #avatarLegal h3 {
	text-transform:uppercase;
}
#tou p, #privacy p, #avatarLegal p {
	margin-bottom:1em;
}
	#tou p span {
		text-transform:uppercase;
	}
#tou ul, #privacy ul {
	font-size:1.2em;
	list-style:square;
	margin-top:5px;
	margin-bottom:1em;
}
/* Messenger page */
body.msgr {
	margin:0;
	background:#fff;
}
.msgr #page {
	width:600px;
	height:455px;
	overflow:hidden;
	margin:0;
}
.msgr #netscapeSearch {
	margin-left:160px;
}
.msgr #leftColumn {
	width:275px;
	margin:10px 0 0 5px;
}
.msgr #rightColumn {
	width:300px;
	margin:0 0 0 10px;
}
.msgr #mn2 {
	margin:0;
}
.msgr .dlRelated {
	display:none;
}
.msgr .catBox {
	width:273px;
	float:none;
}
.msgr #userinfo {
	margin-bottom:5px;
}
/* WHO VOTED */
ul#voters {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
}
	ul#voters li {
		display:block;
		width:120px;
		padding:0 0 10px 10px;
		float:left;
	}
	ul#voters li a img {
		border:0 none;
		text-decoration:none;
		margin:0 5px -2px 0;
		background:#ccc;
	}
	ul#voters li a {
		text-decoration:none;
	}
	ul#voters li a span {
		text-decoration:underline;
	}
	#voters div {
		display:none;
		position:absolute;
		left:5px;
		top:5px;
		z-index:5;
	}
		#voters li:hover div {
			display:block;
		}
/* FORM ERROR */
.form-error, .story-error {
	background:url(/pictures/form-error-bg.gif) top left no-repeat;
	padding:12px 20px 10px 40px;
	margin:-5px 0 20px 0;
	border:1px #ddd solid;
	border-top:0 none;
}
.story-error {
	border-top:1px #ddd solid;
	margin-top:10px;
}
.form-error h3, .story-error {
	color:#c00;
}
.form-error ul, .story-error ul {
	margin:5px 0 0 15px;
	padding:0;
	font-size:1.2em;
	list-style:square;
}
.form-error li, .story-error li {
	color:#900;
	line-height:1.6;
}
/* AJAX ALERTS */
#member-notify {
	padding:11px 10px 11px 35px;
	margin:10px 10px 0 10px;
	border:2px #c9c solid;
}
.msg-notify {
	background:#E8C5EB url(/pictures/icon-msg-notify.gif) center left no-repeat;
}
#member-notify p span {
	float:right;
	font-size:0.95em
}
#member-notify strong {
	margin-right:10px;
}
/* WELCOME MESSAGE */
#welcome-msg {
	padding:5px 10px;
	margin:10px 10px 0 10px;
	border:2px #c9c solid;
	background:#E8C5EB;
}
#welcome-msg .member-icon {
	border:2px #c9c solid;
	margin:5px 10px 0 0;
	float:left;
}
#welcome-msg p {
	float:left;
	width:270px;
	margin:5px 10px 0 0;
}
	#welcome-msg #postWelcomeMsg .userAxn p {
			padding:0;
			margin:0 0 0 20px;
			float:left;
			width:auto;
	}
	#welcome-msg #sendMessageForm {
		margin:10px 0 10px 60px;
		width:500px;
	}
#welcome-msg h6 {
	margin:0;
	clear:both;
	color:#222;
	text-align:right;
}
#welcome-msg .status {
	font-weight: bold;
	color:#000;
	font-size:10px;
}
/* COMMUNITY */
.rank-box {
	float:left;
	width:210px;
	margin:0 10px 30px 0;
	background:#fff;
	position:relative;
}
.rank-box h3 { margin:0 0 2px 0;}
.rank-box p strong { display:block; color:#444; margin-bottom:2px;}
.rank-box a img { border:1px #eee solid;}
.rank-box h6 {
	border-right:2px #fff solid;
	border-top:2px #fff solid;
	background:#007c85;
	color:#fff;
	position:absolute;
	text-align:center;
	width:15px;
	height:15px;
	bottom:0;
	left:0;
}
/* IE STUFF -- LOOK IN IEHACKS.CSS */
.clearfix:after, .catBox p.byline:after, .track:after, #FriendsAll ul:after,
#fullChannel ul li:after { content:""; display:block; height:0; clear:both; visibility:hidden;}

/* New threaded message viewing */
.messagethread {
	margin: 7px 0;
}

.messagethread .showthread {
	padding: 0 0 5px 0;
	float:right;
}

.messagethread .showthread a {
	text-decoration: none;
	color:#007c85;
	font-weight:bold;
}
.membermessage {
	margin:0;
	clear:both;
	padding:7px 7px 0 39px;
	position:relative;
	background:#eff7f7;
}
.current-message {
	border:1px #dfeeef solid;
}

.membermessage img.user {
	position:absolute;
	top:7px;
	left:7px;
	z-index:2;
	width:25px;
	height:25px;
	background:#ccc;
}

.membermessage a.blockCommenter {
	padding:2px 7px 0px 17px;
	text-decoration: none;
}

.membermessage .messageoptions {
	right: 7px;
	top: 7px;
	position: absolute;
	z-index: 1;
}

.membermessage .body {
	padding: 7px 0;
}

.membermessage .replies {
	margin-left: 0px;
	margin-right: -7px;
}

.membermessage .replies .membermessage {
	border-right: none;
	border-bottom: none;
}

#anchorchat strong {
	color: #e68217;
}
/* NEW STORY CAPSULE */
.dllist {
	border-top:0 none
}
.dllist:hover {
	border:0 none;
	background:#fff;
}
.dl-related {
	position:absolute;left:10px;bottom:10px;
	border:1px #cfe6e8 solid;
	background:#eff7f7;
	width:550px;padding:3px;color:#666
}
	.dl-related p {
		margin:0;font-size:1.1em
	}
	.dl-related a {
		margin:0 5px;color:#444
	}
.ch-link a {
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	color:#007c85;
}

.list p, .list h3, .dllist p, .dllist h3 {
	padding-right:90px;
	padding-top:0px;
	top:-10px;
	margin-top:0px;
	position:relative;
}
html>body .list p, .list h3, .dllist p, .dllist h3 {
	padding-right:90px;
	padding-top:0px;
	top:0px;
	margin-top:0px;
	position:relative;
}

.permalink p, .permalink h3 {
	padding-right:110px;
}
a.view {
	margin-right:10px;
	background:url(/pictures/iconNewWin.gif) center left no-repeat;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#555;
	font-weight:bold;
}
a.view:hover { text-decoration:underline;}
span.src {
	color:#666;
	margin-right:10px;
}
span.src a {
	color:#666;
}
/* CONTENT PARTNER GRAPHICS */
p#partner {
	padding:0 0 15px 75px;
	color:#444;
	font-size:1.1em;
	font-style:italic;
}

/*review page*/
#rev_header {
	position:relative;
	z-index:99;
	width:225px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	margin-top: -55px;
	float: left;
}

#rev_address {
    position:relative;
	width:401px;
	margin:0 auto;
	background:#fff;
	border:0px #ccc solid;
	z-index:105;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: -10px;
	float:left;
	height:141px;
}
#rev_bestday {
	width:340px;
	text-align:right;
	background:#fff;
	border:0px #ccc solid;
	clear:both;
	position:absolute;
	margin-top: -50px;
	margin-left:250px;
	margin-right: 5px;
	z-index:5;
	float:right;
}
#rev_body_holder {
	width:100%;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top: -40px;
	margin-left: 0px;
	z-index:101;
}

#rev_overallrating {
	width:250px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	clear:both;
	position:relative;
	margin-top: 10px;
	margin-left: 0px;
	float: left;
}
#rev_container {
	width:100%;
	height: 220px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:18px;
}
#rev_sidebar {
	width:155px;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	margin-top: 12px;
	margin-left: 2px;
	float: right;
	left: -20px;
	text-align:center;
}

#rev_longdesc {
	width:480px;
	top:15px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	float:left;
	font-size:120%;
}

#rev_usersub {
	width:480px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	float:left;
	top:15px;
}

#rev_add_1 {
	position:absolute;
	z-index:0;
	width:200px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	margin-top: 0px;
}

#rev_add_2 {
	width:150px;
	margin:0 auto;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	clear:left;
	z-index:5;
	margin-left: 220px;
	margin-right: 5px;
}

#map_holder {
	position:relative;
	z-index:500;
	width:670px;
	margin-left: 5px;
	background:#ffffff;
	border:2px #ccc solid;
	top: -10px;
	height: 350px;
}
#mapin {
	position:absolute;
	z-index:501;
	width:100%;
	margin-left: 0px;
	background:#ffffff;
	margin-top: 0px;
	height: 100%;
	text-align: center;
	float: left;
	top:0;
	left:0;
}
.rev_comments {
	margin:5px 0 15px 0;
	text-align: left;
}

.rev_comments p {
        font-size: 100%;
    }

.rev_comments a img {
	float:left;
	margin:2px 2px 0px 0;
	border:0px #007c85 solid;
}


/*city page*/
#cit_header {
	position:relative;
	z-index:0;
	width:225px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	margin-top: -55px;
	float: left;
}

#cit_address {
    position: relative;
	width:640px;
	background:#fff;
	border:0px #ccc solid;
	z-index:2;
	font-size:110%;
	text-align:left;
	float:left;
}
#cit_bestday {
	width:340px;
	text-align:right;
	background:#fff;
	border:0px #ccc solid;
	clear:both;
	position:absolute;
	margin-top: -65px;
	margin-left:250px;
	margin-right: 5px;
	z-index:0;
	float:right;
}
#cit_body_holder {
	width:100%;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top: -20px;
	margin-left: 0px;
}
#vote_body_holder {
	width:100%;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:-100px;
	margin-left: 0px;
	float:left;
}

#cit_overallrating {
	width:300px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	clear:both;
	position:relative;
	margin-top: 2px;
	margin-left: 0px;
	float: left;
}
#cit_container {
	width:100%;
	height: 220px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:8px;
}
#cit_sidebar {
	width:155px;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	margin-top: 10px;
	margin-left: 2px;
	float: right;
	left: -20px;
	text-align:center;
}

#cit_longdesc {
	width:640px;
	top:0px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	float:left;
/*	clear:top;*/
	font-size:120%;
}

#cit_usersub {
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	clear:both;
	position:relative;
}

#cit_add_1 {
	position:absolute;
	z-index:0;
	width:200px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	margin-top: 0px;
}

#cit_add_2 {
	width:150px;
	margin:0 auto;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	clear:left;
	z-index:5;
	margin-left: 220px;
	margin-right: 5px;
}

#map_holder {
	position:relative;
	z-index:500;
	width:670px;
	margin-left: -2px;
	background:#ffffff;
	border:2px #ccc solid;
	margin-top: -105px;
	height: 480px;
}
#mapin {
	position:absolute;
	z-index:501;
	width:100%;
	margin-left: 0px;
	background:#ffffff;
	margin-top: 0px;
	height: 100%;
	text-align: center;
	float: left;
	top:0;
	left:0;
}

#vnu_gal_holder {
	position:relative;
	z-index:500;
	width:638px;
	margin-left: -2px;
	background:#ffffff;
	border:2px #ccc solid;
	margin-top: -225px;
	height: 530px;
}
#vnu_gal_in {
	position:absolute;
	z-index:501;
	width:100%;
	margin-left: 0px;
	background:#ffffff;
	margin-top: 0px;
	height: 100%;
	text-align: center;
	float: left;
	top:0;
	left:0;
}

.cit_comments {
	margin:5px 0 15px 0;
	text-align: left;
	border:1px #ccc solid;
}

.cit_comments p {
        font-size: 100%;
    }

.cit_comments a img {
	float:left;
	margin:2px 2px 0px 0;
	border:0px #007c85 solid;
}
a.review:link
{
	color:           #eeeeee;
	font-family:     verdana,Arial,Helvetica,sans-serif;
	font-size:       9pt;
	font-weight:	 bold;
	text-decoration: none;
}
a.review:visited
{
	color:           #eeeeee;
	font-family:     verdana,Arial,Helvetica,sans-serif;
	font-size:       9pt;
	font-weight:	 bold;
	text-decoration: none;
}
a.review:hover
{
	color:           #FFFF00;
	font-family:     verdana,Arial,Helvetica,sans-serif;
	font-size:       9pt;
	text-decoration: underline;
}
p.review
{
 	color:		  #000000;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  9pt;
	font-weight:  normal;
}
p.azlist
{
 	color:		  #000000;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  8pt;
	font-weight:  normal;
}
a.azlist:link
{
 	color:		  #771122;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  8pt;
	font-weight:  normal;
	text-decoration: underline;
}
a.azlist:visited
{
 	color:		  #771122;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  8pt;
	font-weight:  normal;
	text-decoration: underline;
}
a.azlist:hover
{
 	color:		  #FF6600;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  8pt;
	font-weight:  normal;
	text-decoration: none;
}
a.miniguide:link
{
 	color:		  #771122;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  8pt;
	font-weight:  normal;
	text-decoration: none;
}
a.miniguide:visited
{
 	color:		  #771122;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  8pt;
	font-weight:  normal;
	text-decoration: none;
}
a.miniguide:hover
{
 	color:		  #FF6600;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  8pt;
	font-weight:  normal;
	text-decoration: underline;
}

a.vnu:link
{
 	color:		  #771122;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  10pt;
	font-weight:  bold;
	text-decoration: none;
}
a.vnu:visited
{
 	color:		  #771122;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  10pt;
	font-weight:  bold;
	text-decoration: none;
}
a.vnu:hover
{
 	color:		  #FF6600;
	font-family:  verdana,Arial,Helvetica,sans-serif;
	font-size:	  10pt;
	font-weight:  bold;
	text-decoration: none;
}
#imagefloatright
{float: right; 
margin: 0 0px 0px 0;
}
#imagefloatleft
{float: left;
margin: 0 5px 5px 0;
}

#imagefloat img
{display: block;
}

#article
{
    position:absolute;
    float:left;
    z-index:50;
}
#article p
{
margin-top: 0;
font-size: 100%;
}
#search_body_holder {
	width:100%;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top: 0px;
	margin-left: 0px;
}
#search_longdesc {
	width:640px;
	top:0px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	float:left;
/*	clear:top;*/
	font-size:120%;
}

#mbr_container {
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:8px;
}

#mbr_container p {
        font-size: 100%;
    }

.pbold p {
        font-size: 100%;
        font-weight:bold;
    }

p#pbold {
        font-size: 100%;
        font-weight:bold;
    }

#mbr_container a {
        font-size: 100%;
        text-decoration:underline;
    }


#mbr_basics {
	width:68%;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	float:left;
	top:-20px;
}
#mbr_photo {
	width:30%;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:8px;
	float:right;
}
#mbr_likesdislikes {
	width:100%;
	margin:0 auto;
	margin-top: 2px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:0px;
	clear:both;
}
#mbr_guestbook {
	width:100%;
	margin:0 auto;
	margin-top: 2px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:8px;
	clear:both;
}
#mbr_fav {
	width:100%;
	margin:0 auto;
	margin-top: 2px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:8px;
	clear:both;
}
#mbr_friends {
	width:100%;
	margin:0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top:8px;
	clear:both;
}

#reg_body_holder {
	width:100%;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	top: -100px;
	margin-left: 0px;
}

#reg_longdesc {
	width:640px;
	top:0px;
	text-align:left;
	background:#fff;
	border:0px #ccc solid;
	position:relative;
	float:left;
	left:200px;
/*	clear:top;*/
	font-size:120%;
}

#hp_reviews {
    float:left;
    width:70%;
    border: 0px solid #ff0000;
}

#hp_comments {
    float:right;
    width:29%;
    border: 1px solid #dddddd;
    background-color:#fefded;
}
#hp_comments p {
    font-size:10px;
}

#hp_reviews_ho {
    clear: both;
    float:left;
    width:70%;
    border: 0px solid #ff0000;
}

#hp_comments_ho {
    float:right;
    width:29%;
    border: 1px solid #dddddd;
    background-color:#fefded;
}
#hp_comments_ho p {
    font-size:10px;
}

#Citmapholder {
  	position:relative;
   	z-index:500;
   	width:100%;
   	margin-left: 0px;
  	background:#ffffff;
  	border:1px #ccc solid;
 	margin-top: 0px;
  	height: 530px;
}
#CitmapContainer {
    width: 80%;
    float:left;
   	position:absolute;
   	z-index:501;
   	margin-left: 0px;
   	background:#ffffff;
   	margin-top: 0px;
  	height: 100%;
   	text-align: center;
   	top:0;
  	left:0;
}
#CitmapControl {
    height: 100%;
    overflow:auto;
    width: 19%;
    float:right;
}

#CitMainmapholder {
  	position:relative;
   	z-index:500;
   	width:100%;
   	margin-left: 0px;
  	background:#ffffff;
  	border:1px #ccc solid;
 	margin-top: 0px;
  	height: 600px;
}
#CitMainmapContainer {
    width: 100%;
    float:left;
   	position:absolute;
   	z-index:501;
   	margin-left: 0px;
   	background:#ffffff;
   	margin-top: 0px;
  	height: 100%;
   	text-align: center;
   	top:0;
  	left:0;
}
#CitMainmapControl {
    height: 100%;
    overflow:auto;
    width: 19%;
    float:right;
}

#DisTopMain {
    width:100%;
    border: 1px #FF0000;
}
#DisTopHeader {
    width:100%;
    height:50px;
    border: 1px #00FF00 solid;
}
#DisMain {
    width:100%;
    height:100%;
    border: 1px #FF0000 solid;
}

#DisHeader {
    width:100%;
    height:14px;
    border-bottom: 1px #dddddd solid;
    text-align:right;
}
#DisBody {
    width: 100%;
    height:100%;
/*    border: 1px #0000FF solid;*/
}
