
/* Player Website Specific Classes */   
.fieldName
{
    font-family:verdana,arial;
    font-size:10px;
    }
.stdForm
{
    width:450px;
    }   
.blogComment
{
    padding-left:0px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:14px;
    border-bottom: dotted 1px gray
    }
.quote
{
    font-family:verdana,arial;
    font-size:7pt;
}

/* DataTable Classes */		

TABLE.dataTable{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;}

TD.dataTableHeader{
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding:5px;font-size: 10px;
	background-color:#434343;
	color:white;
	font-weight:bolder;
	}
		
TD.dataTableCell{	
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding:4px;
	font-size: 10px;
	}	
			
/* Posts
----------------------------------------------- */

.code {
	font-family: fixedsys, monospace;
	font-size:10px;
	
	}

.news-post {
  margin: 0em 0em 0.5em;
  padding: 0em 0em 0.5em;
  text-justify: auto;
  }
  
.news-post p {
  line-height:1.4em;
  }
  
.news-post blockquote {
  margin:1em;
  display:block;
  font-style:italic;
  padding:0.25 0.75em;
  }
  
.news-post blockquote p {
  margin:.75em 0;
  }
  
.news-post-storybox {
  float: right;
  padding-left: 0px;
  margin: 0 0 7px 7px;
  border-left: 1px solid #434343;
}
  
.news-post-storybox-body {
  margin: 0px 0px 0px 16px;
  line-height:1.4em;
  width:200px;
  }
  
.news-post-img-big {
  padding:0px 0em 7px 16px;
  }

.news-post-img-small {
  padding:0px 0em 7px 17px;
  }

.floatright {
  float:right;
}

.floatcenter {
  float:center;
}
  
.news-post-title {
  padding: 0 0 0.15em;
  font-weight:normal;
  line-height:1.4em;
  color:#fff;
  font-weight: bold;
  }

.small-caps {
  font-variant: small-caps;
}
  
.news-post-body {
	margin: 0.4em 0em 0em 0em;
	line-height: 1.45em;
  }
  
.news-post-body-first {
	margin: 0.95em 0em 0em 0em;
	line-height: 1.45em;
  }
  
.news-post-small {
  
  }

.news-post-title-small {
  font-weight:normal;
  color:#fff;
	}
	
.news-post-poster {
  margin: -0.25em 0 0.2em;
  font-size:90%;
  color:#a4a4a4;
  padding:0px;
  
  }

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.gold {
	color:gold;
}

.white {
	color:white;
}


	#newsTitleImage {
		position:relative;
		left:5px;
		float:left;
		margin-right:-40px;
	}
	
	html>body #newsTitleImage {
		margin-right:-34px;
	}
		
	#newsTitleImageRSS {
		position:relative;
		top:3px;
		left:-43px;
		float:right;
		margin-right:-36px;
	}
	
	html>body #newsTitleImageRSS {
		margin-right:-31px;
	}	

	.png {
		behavior: url('/lib/pngbehavior.htc');
	}

	h1 {
		font-size:12px;
		font-weight:bold;
	}
	h2 {
		font-size:18px;
		font-weight:bold;
	}
	
  #forumSignature {

  }
  
  .itemcomment {
  	background: url('http://web:98/V/note0000.png) no-repeat left center;
  	padding: 0 0 0 0px;
	}