		/* regular formatting */
		body {
			margin: 0px;
			background-image: url('/images/pagebg2.gif');
			background-repeat: repeat-x;
			text-align: center;
			font-family: arial, helvetica, sans-serif;
			font-size: 10pt;
		}
	
		html, body {
			height: 100%;
		}
		
		h3, #pagetitle {
			color: #3a3a3a;
			margin: 0px;
			padding: 0px;
			padding-bottom: 5px;
			font-size: 17pt;
			font-weight: normal;
		}
		
		h4 {
			color: #96010c;
			margin: 0px;
			padding: 0px;
			padding-bottom: 5px;
			font-size: 12pt;
		}
		
		h5 {
			color: #3a3a3a;
			margin: 0px;
			padding: 0px;
			padding-bottom: 5px;
			font-size: 14pt;
			font-weight: normal;
		}
		
		img {
			border: 0px;
		}
		
		a {
			color: #316677;
		}
		
		a:hover {
			color: #000;
		}
		
		form {
			margin: 0px;
			padding: 0px;
		}
		
		blockquote {
			margin: 0px;
			padding: 0px;
			margin-left: 15px;
			
		}
		
		textarea.expanding {
			line-height: 18px;
		}
		
		
		
		#container {
			width: 1000px;
			margin: 0 auto;
			text-align: left;
			height: auto !important;
			height: 100%;
			/*min-height: 100%;*/
		}
		
		/* header/logo/nav formatting */
		#header {
			height: 68px;
			width: 1000px;
		}
		
		#logo {
			width: 168px;
			float: left;
			position: relative;
			top: 10px;
			display:inline;
		}
		
		#logophrase {
			float: left;
			width: 200px;
			position: relative;
			top: 23px;
			font-style: italic;
			color: #363636;
			font-weight: bold;
		}
		
		#usernav {
			float: left;
			width: 500px;
			text-align: right;
			position: relative;
			left: 120px;
		}
		
		#topuseronline {
			float: left;
			width: 130px;
			height: 30px;
			line-height: 30px;
			text-align: left;
			font-size: 9pt;
		}
		
		#topusernav {
			float: left;
			width: 370px;
			height: 30px;
			color: #363636;
			text-align: right;
			line-height: 26px;
		}
		
		#viewmorelinks {
			padding-top: 3px;
			text-indent: 15px;
		}

		#topusernav a {
			color: #000;
		}
		
		#topusernav a:hover {
			color: #316677;
		}
		
		#bottomusernav {
			width: 542px;
			height: 30px;
			text-align: right;
			position: relative;
			top: 6px;
			clear: left;
		}
		
		#bottomusernavitem a {
			font-size: 11pt;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}
		
		#bottomusernavitemspecial a {
			font-size: 13pt;
			font-weight: bold;
			color: #fec847;
			text-decoration: none;
		}
		
		#bottomusernavitemselected a {
			font-size: 11pt;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}
		
		#bottomusernavitem a:hover {
			color: #dcf0f6;
		}
		
		
		#bottomusernavitemselected a:hover {
			color: #fff;
		}
		
		#bottomusernavitem, #bottomusernavitemspecial {
			width: 122px;
			height: 33px;
			margin-right: 5px;
			background-image: url('/images/tab_usernavbottom.gif');
			background-repeat: no-repeat;
			float: left;
			text-align: center;
			line-height: 33px;
		}
		
		#bottomusernavitemselected {
			width: 122px;
			height: 33px;
			margin-right: 5px;
			background-image: url('/images/tab_usernavbottomselected.gif');
			background-repeat: no-repeat;
			float: left;
			text-align: center;
			line-height: 33px;
		}
		
		#navigation {
			width: 790px;
			height: 33px;
			line-height: 32px;
			float: left;
		}
		
		#navigationitem {
			float: left;
			position: relative;
			top: -1px;
		}
		
		#navigationitem a {
			font-weight: bold;
			font-size: 9.5pt;
			color: #fff;
			text-decoration: none;
		}
		
		#navigationitem a:hover {
			color: #dcf0f6;
		}
		
		#navigationitemspacerleft {
			float: left;
			width: 7px;
			position: relative;
			top: 6px;
		}
		
		#navigationitemspacerright {
			float: left;
			width: 7px;
			position: relative;
			top: 6px;
			margin-right: 20px;
		}
		
		#navigationitemselected {
			background-image: url('/images/nav_tabbg.gif');
			background-repeat: repeat-x;
			background-position: bottom center;
			float: left;
		}
		
		#navigationitemselected a {
			color: #000;
			text-decoration: none;
			font-weight: bold;
			font-size: 9.5pt;
			position: relative;
			top: 2px;
		}
		
		#searchbox {
			width: 200px;
			float: left;
		}
		
		#searchitem {
			width: 200px;
			height: 32px;
			line-height: 28px;
			float: left;
			position: relative;
			text-align: right;
		}
		
		#searchquery {
			background-image: url('/images/input_search.gif');
			background-repeat: no-repeat;
			width: 133px;
			height: 21px;
			border: 0px;
			text-indent: 25px;
			padding-top: 3px;
			background-color: transparent; 
			position: relative;
			top: 4px!;
		}
		
		/* footer column formatting */
		
		#footerbody {
			width: 100%;
			background-image: url('/images/footer_bg.gif');
			background-repeat: repeat-x;
			height: 150px;
		}
		
		#footercontainer {
			width: 1000px;
			margin: 0 auto;
			text-align: left;
			height: auto !important;
			min-height: 100%;
			position: relative;
			top: 20px;
			font-size: 9pt;
			color: #363636;
		}
		
		#footercolumn {
			float: left;
			width: 150px;
			margin-right: 45px;
			padding-top: 10px;
		}
		
		
		/* body column formatting */
		#containerbody {
			margin-top: 15px;
			float: left;
			min-height: 100%;
		}
		
		#column160 {
			float: left;
			width: 160px;
			position: relative;
			left: 15px;
			margin-top: 15px;
			min-height: 100%;
		}
		
		#column300 {
			float: left;
			width: 300px;
			position: relative;
			left: 15px;
			padding-top: 15px;
			min-height: 100%;
		}
		
		#column300bgtopusers {
			background-image: url('/images/right_sitenews.gif');
			background-repeat: no-repeat;
			width: 300px;
			height: 30px;
		}
		
		#column300bgsitenews {
			background-image: url('/images/right_topusers.gif');
			background-repeat: no-repeat;
			width: 300px;
			height: 30px;
		}
		
		#column330bgsitenews {
			background-image: url('/images/left_heading.png');
			background-repeat: no-repeat;
			width: 328px;
			height: 30px;
		}
		
		#column330bgsitenews2 {
			background-image: url('/images/left_header2.png');
			background-repeat: no-repeat;
			width: 328px;
			height: 30px;
		}
		
		#column300title {
			float: left;
			width: 170px;
			height: 30px;
			line-height: 30px;
			color: #fff;
			font-size: 12pt;
			font-weight: bold;
			text-indent: 10px;
		}
		
		#column300subtitle {
			float: left;
			width: 130px;
			text-align: right;
			height: 30px;
			font-size: 9pt;
			line-height: 30px;
		}	
		
		#column300subtitle a {
			font-weight: bold;
			color: #fff;
		}
		
		#column300userrowtitle {
			position: relative;
			left: 7px;
			width: 290px;
			padding-bottom: 5px;
		}
		
		#column300userrowactionstitle {
			position: relative;
			left: 7px;

			padding-bottom: 5px;
			line-height: 19px;
			font-size: 8.5pt;
		}
		
		#linkrowbg {
			border-bottom: 1px solid #dcdada;
			border-top: 1px solid #fff;
			padding-top: 5px;
			padding-bottom: 5px;
			clear: both;
			line-height: 20px;
			background-color: #f0efef;
			font-size: 8.5pt;
		}
		
		#linkrow_metadata {
			position: relative;
			left: 20px;
		}
		
		#linkrow_metadata a {
			text-decoration: none;
			
		}
		
		#column300userrow {
			border-bottom: 1px solid #dcdada;
			border-top: 1px solid #fff;
			padding-top: 5px;
			padding-bottom: 5px;
			clear: both;
			height: 36px;
			line-height: 36px;
			background-color: #f0efef;
		}
		
		#column300bg {
			clear: both;
			background-color: #f0efef;
		}
		
		#column300userrowactions {
			border-bottom: 1px solid #dcdada;
			border-top: 1px solid #fff;
			padding-top: 5px;
			padding-bottom: 5px;
			clear: both;
			background-color: #f0efef;	
			min-height: 40px;
		}
		
		#column300userrowactionshighlighted {
			border-bottom: 1px solid #dcdada;
			border-top: 1px solid #fff;
			padding-top: 5px;
			padding-bottom: 5px;
			clear: both;
			background-color: #fbfaf2;	
			min-height: 40px;
		}
		
		#column300userrowactionswhite {
			border-bottom: 1px solid #dcdada;
			padding-top: 5px;
			padding-bottom: 5px;
			clear: both;
		}

		
		#column300userrowcomments {
			border-bottom: 1px solid #dcdada;
			border-top: 1px solid #fff;
			padding-top: 5px;
			padding-bottom: 5px;
			clear: both;
			background-color: #f0efef;
			height: 60px;
			
		}
		
		#column300summary {
			padding: 10px;
			clear: both;
			background-color: #f0efef;
			font-size: 9pt;
			border-bottom: 1px solid #dcdada;
			border-top: 1px solid #fff;

		}
		
		#column300user {
			float: left;
			width: 100px;
			font-weight: bold;
			line-height: 36px;
			color: #807e7e;
			background-color: #f0efef;
		}
		
		#column300user a {
			text-decoration: none;
			background-color: #f0efef;
		}
		
		#column300userrowimg {
			width: 45px;
			float: left;
			position: relative;
			top: 2px;
			text-align: center;
			font-size: 15pt;
			color: #6d6d6d;
			font-weight: bold;
		}
		
		#column300userrowimg img {
			width: 30px;
			height: 30px;
			padding: 1px;
			border: 1px solid #dcdada;
		}
		
		#column300data {
			float: left;
			line-height: 36px;
			width: 95px;
			color: #807e7e;
			text-align: right;
			background-color: #f0efef;
		}
		
		#column300datalarge {
			float: left;
			line-height: 36px;
			width: 143px;
			color: #807e7e;
			text-align: right;
			background-color: #f0efef;
		}
		
		
		/* form formatting */
		#formfield {
			font-weight: bold;
			float: left;
			width: 150px;
			clear: both;
			padding-bottom: 15px;
		}
		
		#formdata {
			float: left;
			padding-bottom: 15px;
		}
		
		input[type=text], input[type=password], select, textarea {
			padding: 5px;
			border: 1px solid #dcdada;
		}
		
		/* error/success formatting */
		#success {
			padding: 5px;
			border: 1px solid #90d898;
			background-color: #e7f4e8;
			display: none;
			margin-bottom: 5px;
			clear: both;
		}
		
		#alertmessage {
			padding: 5px;
			border: 1px solid #bebcb0;
			background-color: #fbfaf2;
			display: none;
			margin-bottom: 5px;
			clear: both;
		}
		
		#error {
			padding: 5px;
			border: 1px solid #f59dd0;
			background-color: #f9ebf3;
			display: none;
			margin-bottom: 8px;
			clear: both;
		}
		
		/* message center formatting */
		#msglisting {
			clear: both;
			width: 660px;
			height: 105px;
			border-bottom: 1px solid #dbdbdb;
			margin-bottom: 10px;
		}
		
		#msguser {
			float: left;
			width: 90px;
			font-size: 8.5pt;
		}
		
		#msguser a {
			text-decoration: none;
		}
		
		#msguser img {
			width: 80px;
			height: 80px;
			padding-bottom: 5px;
		}
		
		#msgsubject {
			float: left;
			width: 470px;
			position: relative;
			left: 10px;
			line-height: 25px;
			font-size: 8pt;
		}
		
		#msgsubject a:link, #msgsubject a:visited, #msgsubject a:active {
			font-size: 12pt;
		}
		
		#msgactions {
			float: left;
			width: 100px;
			text-align: right;
		}
		
		#msgbody {
			width: 660px;
		}
		
		#msgbodysubject {
			float: left;
			width: 500px;
			position: relative;
			left: 10px;
			font-size: 8pt;
			height: 70px;
		}
		
		#msgbodybody {
			border-top: 1px solid #dbdbdb;
			padding-top: 10px;
		}
		
		/* user center formatting */
		#userpanelleft {
			background-color: #f0efef;
			border: 1px solid #dbdbdb;
			width: 160px;
			float: left;
			padding: 5px;
			line-height: 20px;
		}
		
		#userpanelright {
			float: left;
			position: relative;
			left: 15px;
			width: 800px;
		}
		
		/* community / ranking formatting */
		#letterbox {
			padding: 5px;
			margin-right: 11px;
			float: left;
		}	
		
		#letterboxselected {
			padding: 5px;
			margin-right: 11px;
			float: left;
			background-color: #316677;
		}	
		
		#letterboxselected a {
			color: #fff;
			text-decoration: none;
		}
		
		#userrow {
			padding-top: 3px;
			padding-bottom: 3px;
			border-bottom: 1px solid #dcdada;
			clear: both;
			height: 30px;
			line-height: 30px;
		}
		
		#userrowcolumns {
			padding-top: 3px;
			padding-bottom: 3px;
			border-bottom: 1px solid #dcdada;
			float: left;
			height: 30px;
			line-height: 30px;
		}
		
		#userrow a {
			text-decoration: none;
		}
		
		#userrowimg {
			float: left;
			width: 35px;
			height: 35px;
			line-height: 26px;
		}
		
		#userrowimg img {
			width: 24px;
			height: 24px;
			padding: 1px;
			border: 1px solid #dcdada;
		}
		
		#userrowname {
			float: left;
			width: 191px;
			font-weight: bold;
			line-height: 36px;
			color: #807e7e;
		}
		
		#userrowlinktitle {
			float: left;
			width: 370px;
			line-height: 36px;
		}
		
		#userrowlinktitle a {
			font-weight: normal;
			font-size: 11pt;
			text-decoration: none;
			color: #96010c;
		}
		
		#userrowlinktitle a:hover {
			color: #bb0310;
		}

		
		#userrownamemini {
			float: left;
			width: 161px;
			font-weight: bold;
			line-height: 36px;
			color: #807e7e;
		}
		
		#userrownamemoremini {
			float: left;
			width: 131px;
			font-weight: bold;
			line-height: 30px;
			color: #807e7e;
		}
		
		#userrownametitle {
			float: left;
			width: 235px;
			font-weight: bold;
			line-height: 36px;
			color: #000;
		}
		
		#userrowdata {
			float: left;
			line-height: 36px;
			width: 195px;
			color: #807e7e;
			text-align: right;
		}
		
		#userrowdate {
			float: left;
			line-height: 36px;
			width: 140px;
			color: #807e7e;
			text-align: right;
		}
		
		
		#userrowdatatitle {
			float: left;
			line-height: 36px;
			width: 190px;
			color: #000;
			text-align: right;
		}
		
		#userrowdata a {
			color: #000;
		}
		
		#userrowlarge {
			float: left;
			width: 135px;
			margin-bottom: 12px;
			text-align: center;
		}
		
		#userrowlarge img {
			border: 1px solid #dcdada;
			padding: 1px;
			width: 96px;
			height: 96px;
		}
		
		
		#rankgrey {
			font-weight: normal;
			font-size: 9pt;
		}
		
		/* pagination formatting */
		#pagination ul {
			margin: 0px;
			padding: 0px;
		}
		
		#pagination li {
			list-style-type: none;
			display: inline;
			text-align: center;
			border: 1px solid #316677;
			margin-right: 10px;
			color: #807e7e;
			padding: 3px;
		}
		
		#pagination .disabled {
			border: 1px solid #807e7e;
		}
		
		#pagination .selected {
			border: 1px solid #316677;
			background-color: #316677;
		}
		
		#pagination .selected a {
			color: #fff;
			padding: 8px;
		}
		
		#pagination li:hover {
			border: 1px solid #316677;
			background-color: #316677;
			color: #fff;
		}
		
		#pagination li a {
			text-decoration: none;
			padding: 8px;
		}
		
		#pagination li:hover a {
			text-decoration: none;
			color: #fff;
		}
		
		#profileboxtext img {
			max-width: 700px;
			max-height: 700px;
		}
		
		/* Profile CSS */
		
		#profilepanelleft {
			width: 145px;
			float: left;
			line-height: 20px;
		}
		
		#profilepanelright {
			float: left;
			position: relative;
			left: 15px;
			width: 815px;
		}

		
		#profileinfo {
			float: left;
			width: 120px;
		}
		
		#profileinfo img {
			border: 1px solid #dcdada;
			padding: 3px;
			width: 96px;
			height: 96px;
		}
		
		#profilestats {
			float: left;
			width: 590px;
			line-height: 15px;
		}
		
		#profileoptions {
			float: left;
			text-align: right;
			width: 170px;
			line-height: 24px;
			font-weight: bold;
			
		}
		
		#profilefollowleft {
			float: left; 
			width: 400px; 
			border-right: 1px solid #dcdada;
		}
		
		#profilefollowright {
			float: left; 
			width: 400px; 
			position: relative; 
			left: 15px;
		}
		

		/* End Profile CSS */
		
		/* Link Listing CSS */
		#linkvote {
			float: left;
			background-image: url('/images/votebg.gif');
			background-repeat: no-repeat;
			width: 62px;
			height: 77px;
			text-align: center;
			font-weight: bold;
			font-size: 14pt;
			padding-top: 10px;
		}
		
		#linkrow {
			float: left;
			width: 100%;
			padding-bottom: 14px;
			border-bottom: 1px solid #dcdada;
		}
		
		
		#linktitle {
			color: #c0c0c0;
			font-size: 9pt;
			padding-bottom: 5px;
			width: 620px;
			float: left;
		}
		
		#linkvisit {
			float: left;
			width: 80px;
			text-align: right;
		}
		
		#linktitle a {
			font-weight: normal;
			font-size: 10.5pt;
			text-decoration: none;
			color: #96010c;
		}
		
		#linktitle a:hover {
			color: #bb0310;
		}
		
	
		#linkdescr {
			color: #000;
			font-size: 9pt;
			padding-bottom: 5px;
			width: 680px;
		}
		
		#linksubdata {
			font-size: 8.5pt;
			color: #797979;
			float: left;
			width: 680px;
		}
		
		#linksubdata a { 
			text-decoration: underline;
		}
		
		#linkimg {
			border: 1px solid #dcdada;
			padding: 1px;
			width: 50px;
			height: 50px;
		}
		
		#linkthumbnail {
			width: 120px;
			height: 90px;
			padding: 1px;
			border: 1px solid #dcdada;
		}
		
		#randomthumb {
			float: left;
			width: 120px;
			text-align: center;
			line-height: 17px;
			font-size: 8.5pt;
			margin-right: 25px;
		}
		
		#randomthumb img {
			width: 120px;
			height: 90px;
			padding: 1px;
			border: 1px solid #dcdada;
		}
		
		#videoembed {
			width: 495px;
			float: left;
		}
		
		#videorandoms {
			width: 170px;
			float: left;
			text-align: center;
		}
		
		#linklikehate {
			float: left;
			width: 172px;
			height: 28px;
			text-align: left;
			position: relative;
			top: 3px;
		}
		
		#linkusername {
			float: left;
			width: 110px;
			text-align: left;
			line-height: 15px;
			
		}
		
		#linksubitem, .share {
			float: left;
			width: 98px;
			text-align: center;
			margin-left: 25px;
			position: relative;
			top: 4px;
		}
		
		#linksubvotes {
			float: left;
			width: 140px;
			text-align: left;
			position: relative;
			top: 4px;
			color: #000;
		}
		
		#link_moderators {
			padding-bottom: 4px;
			font-size: 8.5pt;
			position: relative;
			top: -2px;
			color: #a8000c;
		}
		
		#link_moderators a {
			font-size: 8.5pt;
			color: #a8000c;
		}
		
		
		#linkusericon {
			border: 1px solid #dcdada;
			width: 20px;
			height: 20px;
			padding: 1px;
		}
		
				
		#sectiontitle {
			float: left; 
			width: 275px;
			height: 31px;
			line-height: 25px;
		}
		
	
		#sectiontabframe {
			height: 31px;
			width: 100%;
			border-bottom: 1px solid #dbdbdb;
			margin-bottom: 10px;
		}
		
		#sectiontabdis {
			width: 121px;
			height: 31px;
			line-height: 33px;
			background-image: url('/images/profile_tabdis.gif');
			background-repeat: no-repeat;
			text-align: center;
			margin-right: 10px;
			float: left;
			font-size: 8pt;
			color: #000;
		}
		
		#sectiontab {
			width: 121px;
			height: 31px;
			line-height: 33px;
			background-image: url('/images/profile_tab.gif');
			background-repeat: no-repeat;
			text-align: center;
			margin-right: 10px;
			font-size: 8pt;
			color: #363636;
			float: left;
		}
		
		#sectionsidetabdis {
			width: 145px;
			height: 31px;
			line-height: 29px;
			background-image: url('/images/profile_sidetab.gif');
			background-repeat: no-repeat;
			text-align: left;
			margin-right: 10px;
			font-size: 9pt;
			color: #363636;
			margin-bottom: 3px;
			text-indent: 10px;
		}
		
		#sectionsidetab {
			width: 145px;
			height: 31px;
			line-height: 29px;
			background-image: url('/images/profile_sidetabsel.gif');
			background-repeat: no-repeat;
			text-align: left;
			margin-right: 10px;
			font-size: 9pt;
			color: #fff;
			margin-bottom: 3px;
			text-indent: 10px;
		}
		
		#sectionsidetab a {
			color: #fff;
			font-weight: bold;
			font-size: 10pt;
		}

		
		#sectiontabdis a {
			color: #363636;
			font-weight: normal;
			font-size: 9pt;
			text-decoration: none;
		}
		
		
		#sectiontabdis a:hover {
			color: #316677;
		}
		
		#sectiontab a {
			color: #316677;
			text-decoration: none;
			font-weight: bold;
			font-size: 9pt;
		}
		
		#sectiontabempty {
			width: 121px;
			height: 31px;
			line-height: 33px;
			text-align: center;
			margin-right: 10px;
			float: left;
			font-size: 8pt;
			color: #000;
		}
		
		.sectiontabdis {
			width: 121px;
			height: 31px;
			line-height: 33px;
			background-image: url('/images/profile_tabdis.gif');
			background-repeat: no-repeat;
			text-align: center;
			margin-right: 10px;
			float: left;
			font-size: 8pt;
			color: #000;
		}
		
		
		
		.sectiontab {
			width: 121px;
			height: 31px;
			line-height: 33px;
			background-image: url('/images/profile_tab.gif');
			background-repeat: no-repeat;
			text-align: center;
			margin-right: 10px;
			font-size: 8pt;
			color: #363636;
			float: left;
		}
		
		.sectiontabdis a {
			color: #363636;
			font-weight: normal;
			font-size: 9pt;
			text-decoration: none;
		}
		
		.sectiontabdis a:hover {
			color: #316677;
		}
		
		.sectiontab a {
			color: #316677;
			text-decoration: none;
			font-weight: bold;
			font-size: 9pt;
		}
		
		#sectionrss {
			float: right;
			width: 200px;
			text-align: right;
			height: 31px;
			line-height: 26px;
			font-size: 8.5pt;
		}
		
		#sectionrss a {
			text-decoration: none;
		}
		
		#viewmorelink {
			padding-top: 5px;
		}
		
		/* End Link Listing CSS */
		
		/* Comment Page */
		
		.commentboxparent {
			float: left;
			background-color: #e9f3f2;
			padding: 10px;
			width: 660px;
			border-top: 1px solid #c1d1d0;
			border-bottom: 1px solid #c1d1d0;
			padding-bottom: 20px;
			padding-top: 20px;
		}
		
		.commentbox {
			float: left;
			background-color: #f0efef;
			padding: 8px;
			width: 650px;
			border-bottom: 1px solid #dcdada;
			border-right: 1px solid #dcdada;
			border-left: 1px solid #dcdada;
			padding-bottom: 20px;
			padding-top: 20px;
			
		}
		
		.commentboxalter {
			float: left;
			background-color: #fff;
			padding: 8px;	
			width: 650px;	
			border-right: 1px solid #dcdada;
			border-left: 1px solid #dcdada;
			border-bottom: 1px solid #dcdada;
			padding-bottom: 20px;
			padding-top: 20px;
		}

		.commentboxnew {
			float: left;
			background-color: #f4f0d8;
			padding: 10px;	
			width: 660px;	
		}

		#commentreplyindent {
			float: left;
			width: 100px;
			
			background-repeat: no-repeat;
			min-height: 100px;
		}

		#commentusericon {
			float: left;
			width: 100px;
			font-size: 9pt;
			line-height: 25px;
		}

		#commentusericon a {
			text-decoration: none;
		}

		#commentusertext {
			float: left;

			width: 550px;
		}

		#commentusertext img {
			max-width: 450px;
			max-height: 450px;
		}

		#commentusericon img {
			border: 1px solid #dcdada;
			padding: 1px;
			width: 50px;
			height: 50px;
		}
		
		#commentdate {
			color: #363636;
			font-size: 8.5pt;
			float: left;

		}
		
		#commentoptions {
			float: left; 
			width: 350px; 
			text-align: right;
			font-size: 8.5pt;
		}
		
		#commentreplyto {
			color: #000;
			font-size: 8.5pt;
		}
		
		.commentborder {
			width: 100%;
			clear:both;
		}
		
		/* Comment Page */
		
		/* Submit Page */
		#submittabdis {
			width: 126px;
			height: 42px;
			line-height: 42px;
			background-image: url('/images/btn_submitdis.gif');
			background-repeat: no-repeat;
			text-align: center;
			margin-right: 10px;
			float: left;
			font-size: 8pt;
			color: #000;
			font-size: 12pt;
		}
		
		#submittab {
			width: 126px;
			height: 42px;
			line-height: 42px;
			background-image: url('/images/btn_submit.gif');
			background-repeat: no-repeat;
			text-align: center;
			margin-right: 10px;
			font-size: 8pt;
			color: #363636;
			float: left;
			font-size: 12pt;
		}
		
		#submittabdis a {
			color: #363636;
			font-weight: normal;
			text-decoration: none;
		}
		
		#submittabdis a:hover {
			color: #316677;
		}
		
		#submittab a {
			color: #316677;
			text-decoration: none;
			font-weight: bold;
			
		}
		
		.submittabdis {
			width: 126px;
			height: 42px;
			line-height: 42px;
			background-image: url('/images/btn_submitdis.gif');
			background-repeat: no-repeat;
			text-align: center;
			margin-right: 10px;
			float: left;
			font-size: 8pt;
			color: #000;
			font-size: 12pt;
		}
		
		.submittab {
			width: 126px;
			height: 42px;
			line-height: 42px;
			background-image: url('/images/btn_submit.gif');
			background-repeat: no-repeat;
			text-align: center;
			margin-right: 10px;
			font-size: 8pt;
			color: #363636;
			float: left;
			font-size: 12pt;
		}
		
		.submittabdis a {
			color: #363636;
			font-weight: normal;
			text-decoration: none;
		}
		
		.submittabdis a:hover {
			color: #316677;
		}
		
		.submittab a {
			color: #316677;
			text-decoration: none;
			font-weight: bold;
			
		} 
		
		#submit_photo {
			display: none;
		}
		
		#submit_story {
			display: none;
		}
		
		#submit_video {
			display: none;
		}
		
		#submit_blog {
			display: none;
		}
		/* End Submit CSS */
		
		/* Like/Favorite Btns */

		.savebtn_back {
			background-image: url('/images/icon_favorite.gif');
			background-repeat: no-repeat;
			float: left; 
			position: relative; 
			width: 25px;
			left: 5px; 
			height: 19px;
		}
		
		.votebtn_back {
			background-image: url('/images/icon_vote.gif');
			background-repeat: no-repeat;
			float: left; 
			position: relative;  
			width: 25px;
			left: 5px; 
			height: 19px;
		}
		
		.link_votebg {
			background-image: url('/images/vote_border.gif'); 
			background-repeat: no-repeat; 
			width: 38px; 
			height: 20px; 
			float: left; 
			text-align: center; 
			font-weight: bold;
			padding-top: 3px;
		}
		
		.link_voteup, .link_save {
			float: left; 
			position: relative; 
			text-align: right;
			width: 30px; 
			height: 19px;
		}
		
		
		#link_votedown {
			width: 35px; 
			height: 28px; 
			float: left;
		}
		
		#link_vote_data {
			float: left; 
			width: 70px; 
			height: 48px;
		}
		
		#link_data {
			clear: left;
		}
		
		#link_votenum {
			position: relative; 
			top: -40px; 
			left: -30px; 
			width: 70px; 
			text-align: right; 
			z-index: 9999; 
			clear: left;
			font-weight: bold;
		}
	
		/* End LikeBtn CSS */
		
		#useronlineicon img {
			padding: 0px;
			border: 0px;
			width: 16px;
			height: 16px;
		}
		
		#useronlineicon, #countryicon {
			float: left;
			width: 25px;
			height: 20px;
			line-height: 20px;
		}
		
		#countryicon img {
			width: 16px;
			height: 11px;
			border: 0px;
		}
		
		#smiliesbox {
			display: none;
		}
		
		#smilie {
			float: left; 
			width: 75px; 
			height: 50px; 
			line-height: 50px;
		}
		
		#borderunder {
			border-bottom: 1px solid #dcdada;
		}
		
		#signatures, .datefield {
			font-size: 11px;
			color: #363636;
		}
		
		#taglist {
			text-align: justify;
		}
		
		a.boldnounder:link, a.boldnounder:visited, a.boldnounder:active {
			text-decoration: none;
			font-weight: bold;
		}
		
		#giftitem {
			width: 120px;
			text-align: center;
			height: 155px;
			line-height: 25px;
			float: left;
		}
		
		#giftshow {
			width: 120px;
			text-align: center;
			height: 85px;
			line-height: 25px;
			float: left;
			border-bottom: 1px solid #dcdada;
		}
		
		#giftdesc {
			line-height: 15px;
			color: #363636;
			font-size: 8.5pt;
		}
		
		#giftmessage {
			float: left;
			width: 560px;
			border-bottom: 1px solid #dcdada;
			height: 85px;
		}
		
		#bluepoints {
			margin-left: 15px; 
			width: 95px; 
			height: 67px; 
			background-image: url('/images/points_blue.gif'); 
			background-repeat: no-repeat; 
			text-align: center; 
			color: #fff; 
			font-weight: bold; 
			line-height: 25px;
			float: left;
			font-size: 9pt;
		}
		
		#redpoints {
			margin-left: 15px; 
			width: 95px; 
			height: 67px; 
			background-image: url('/images/points_red.gif'); 
			background-repeat: no-repeat; 
			text-align: center; 
			color: #fff; 
			font-weight: bold; 
			line-height: 25px;
			float: left;
			font-size: 9pt;
		}

		#loading {
			display: none;
			position: relative;
			left: 550px;
			bottom: 35px;
			float: left;
			height: 15px;
			width: 128px;
			background: url('/images/loading.gif');
		}
		
	/* ---------->>> jtip <<<---------------------------------------------------------------*/
	
	#tooltip{
		position:absolute;
		border: 1px solid #bebcb0;
		background-color: #fbfaf2;
		padding:2px 5px;
		color:#363636;
		display:none;
		max-width: 300px;
	}	
	
	#sidebar ul {
		margin: 0px;
		padding: 0px;
		list-style-type:none;
	}
	
	#sidebar li {
		overflow: hidden;
		margin: 0px;
	}
	#sidebar .spyWrapper {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	#sidebar {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}



