body
{
	margin:10px;	
}
video.videoDiv
{
	height:250px; 
	background-color:black;
	width:100%;
}
.removeBulletIndent 
{
	padding-left:0.7em; 
	margin-left:0.7em;
}
img
{
	max-width:100%;		
	height:auto;
}
div.banadd
{
	padding:1em;	
}
div.goldAd
{
	background-color:#FFCC00;
	margin:1em;
	text-align:center;
	 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	 border-radius:15px;
}
div.goldAd a, div.goldAd a:link, div.goldAd a:visited
{
	text-align:centre;
	color:inherit;
	border-bottom:none;
}
	table.pixelBorderTable {	
		border: #000000 1px solid; 
		border-collapse: collapse;
	}
	td.pixelBorderTableHeaderTd {
		background-color:#F0F0F0;
	}
	table.pixelBorderTable td {	
		vertical-align:top;	
		border-color: #000000; 
		padding:0.5em;
	}
	table.pixelBorderTable th {	
		background-color:#F0F0F0;
		border-color: #000000; 
	}
	a:link
	{
		color:#000000;
	}
	a:visited
	{
		color:#999999;
	}
	a:hover
	{
		
	}
	a:active
	{
		color:#999999;
	}
		ul
	{
		list-style-type:square;			
	}
	li
	{	
		margin-top:10px;
		margin-bottom:10px;
	}
	.floatRight
	{
		float:right;
		padding:5px;
		margin:5px;
	}
	.floatLeft
	{
		float:left;
		padding:5px;
		margin:5px;
	}
	.floatRightBorder
	{
		float:right;
		padding:5px;
		margin:5px;
		border:thin solid #CCCCCC;
	}
	.floatLeftBorder
	{
		float:left;
		padding:5px;
		margin:5px;
		border:thin solid #CCCCCC;
	}
div.footerDiv
{
	font-size:75%;
	text-align:center;
	padding:5px;
}
div.topRightDiv
{
	text-align:center;	
}
div.contentText
{
	vertical-align:top;
	padding-top:5px;
	width:100%;
	line-height:120%;
	word-wrap: break-word;
}

div.contentText blockquote
{
	margin-left:1em;
}
div.contentText table
{
		width:100%;
		overflow-x: auto;
		display:block;
}
div.navigation
{
	border:2px solid black;
	border-radius:3em;
	padding:10px;
	background-color:#EEE;
}
div.navigation h4
{
	background-color:black;
	color:white;
	text-align:center;
	padding:3px;
	border-radius: 1em;
}
div.navigation a
{
	text-decoration:none;
	font-size:1.2em;
	display:block;
	border-bottom:1px solid black;
}
div.currentLoc
{
	padding:5px;
	margin-bottom:5px;
	background-image:none;	
	background-color:#F0F0F0;
	border-top-width:2px; 
	border-top-color:#000000;
	border-top-style:solid;
}	
@media(max-width: 767px) 
{ 
	div.headerAdFiller
	{
		min-width: 300px;
		min-height: 300px;
	}
} 
@media(min-width: 768px) 
{ 
	div.headerAdFiller
	{
		 min-width: 300px;
		 min-height: 90px;
	}
}
#cse-search-box
{
	margin-bottom: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
	
	video.videoDiv
	{
		height:350px; 
		background-color:black;
		width:100%;
	}
}

/* For devices larger than 550px */
@media (min-width: 750px) {
	body
	{
		padding:1em 2em 0 2em;	
	}
	video.videoDiv
	{
		height:450px; 
		background-color:black;
		width:100%;
	}
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; 
  font-display: swap; /* thanks pagespeed */
  }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p { }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  /*padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 100%;*/
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; 
  padding:2px;
  }
  
code br 
{
    display: block; /* makes it have a width */
	content: ""; /* clears default height */
	margin-top: 1em; /* change this to whatever height you want it */
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

	/************************ COMMENTS ************************/
	/**********************************************************/
	
	span.messageTextSpan
	{
		   overflow-wrap: break-word;
    word-wrap: break-word; /* Firefox support */
	}
	/*
		ColorBox Core Style
		The following rules are the styles that are consistant between themes.
		Avoid changing this area to maintain compatability with future versions of ColorBox.
	*/
	#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
	#cboxOverlay{position:fixed; width:100%; height:100%;}
	#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
	#cboxContent{position:relative; overflow:hidden;}
	#cboxLoadedContent{overflow:auto;}
	#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
	#cboxTitle{margin:0;}
	#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
	
	/* 
		ColorBox example user style
		The following rules are ordered and tabbed in a way that represents the
		order/nesting of the generated HTML, so that the structure easier to understand.
	*/
	#cboxOverlay{background:#fff;}
	
	#colorbox{}
		#cboxTopLeft{width:21px; height:21px; background:url(/Comments/images/colorbox/controls.png) -100px 0 no-repeat;}
		#cboxTopRight{width:21px; height:21px; background:url(/Comments/images/colorbox/controls.png) -129px 0 no-repeat;}
		#cboxBottomLeft{width:21px; height:21px; background:url(/Comments/images/colorbox/controls.png) -100px -29px no-repeat;}
		#cboxBottomRight{width:21px; height:21px; background:url(/Comments/images/colorbox/controls.png) -129px -29px no-repeat;}
		#cboxMiddleLeft{width:21px; background:url(/Comments/images/colorbox/controls.png) left top repeat-y;}
		#cboxMiddleRight{width:21px; background:url(/Comments/images/colorbox/controls.png) right top repeat-y;}
		#cboxTopCenter{height:21px; background:url(/Comments/images/colorbox/border.png) 0 0 repeat-x;}
		#cboxBottomCenter{height:21px; background:url(/Comments/images/colorbox/border.png) 0 -29px repeat-x;}
		#cboxContent{background:#fff;}
			#cboxLoadedContent{margin-bottom:28px;}
			#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
			#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
			#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
			#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/Comments/images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#cboxPrevious.hover{background-position:-75px -25px;}
			#cboxNext{position:absolute; bottom:0; left:27px; background:url(/Comments/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#cboxNext.hover{background-position:-50px -25px;}
			#cboxLoadingOverlay{background:url(/Comments/images/colorbox/loading_background.png) center center no-repeat;}
			#cboxLoadingGraphic{background:url(/Comments/images/colorbox/loading.gif) center center no-repeat;}
			#cboxClose{position:absolute; bottom:0; right:0; background:url(/Comments/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#cboxClose.hover{background-position:-25px -25px;}
	
	/*
		The following fixes png-transparency for IE6.  
		It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
		
		Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
		Colorbox preloads navigation hover classes to account for this.
		
		!! Important Note: AlphaImageLoader src paths are relative to the HTML document,
		while regular CSS background images are relative to the CSS document.
	*/
	.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Comments/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
	.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Comments/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
	.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Comments/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
	.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Comments/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
	.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Comments/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
	.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Comments/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
	.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Comments/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
	.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Comments/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


	
	/** Used by standalones **/
	td.tdTableHeader
	{
		font-weight:bold;
		background-color:#FFCC00;
		vertical-align:top;
		text-align:center;
		padding:5px;
	}
	td.tdTableHeaderLeft
	{
		font-weight:bold;
		background-color:#CCCCCC;
		vertical-align:top;
		text-align:left;
	}
	body.commentsStandaloneBody
	{
		font-family:Arial, Helvetica, sans-serif;
		background-color:#FFFFFF;
		color:#000000;
	}
	
	body.commentsStandaloneBody a:link
	{
		color:#000000;
	}
	body.commentsStandaloneBody a:visited
	{
		color:#999999;
	}
	body.commentsStandaloneBody a:active
	{
		color:#999999;
	}
	td.tdTableContent
	{	
		border: solid 1px #CCCCCC;
	}
	/** generally used **/
	p.mobileWarning
	{
		display:none;
	}
	a.commentsCloseButton
	{
		float:left;
		background-color:#FFFFFF;
		padding:2px;
		border:1px solid #CCCCCC;
		margin:2px;
		font-size:1.25em;
		text-decoration:none;
		margin-right:5px;
	}	
	span.addPostButton
	{
		background-image:url(/Comments/images/icon_comment.gif);		
		background-repeat:no-repeat;
		background-position:5px 5px;
		text-decoration:none;
		background-color:#F0F0F0;
		padding:0.3em;
		padding-left:23px;
		padding-right:0.5em;
		border: 2px outset #999999;
		font-size:0.8em;
		-webkit-border-radius:10px; 
		-moz-border-radius:10px;
		border-radius: 10px; 
		text-decoration:none;
	}
	span.addPostButton:hover
	{
		background-color:#CCCCCC;
		border: 2px inset #999999;
	}
	h3.ajaxHeader
	{
		margin:0;
		margin-bottom:0.5em;
		font-size:1.2em
	}
	table.ajaxTable th
	{
		
		white-space:nowrap;
		padding:0.3em;
		vertical-align:top;
		text-align:right;
		width:100px;
	}
	#anonymousWarning
	{
		font-size:0.8em;
	}
	p.captchaText
	{
		padding:0;
		margin:0;
		font-size:0.7em;
	}
	table.ajaxTable td
	{
		padding:0.3em;
		vertical-align:top;
	}
	table.ajaxTable td label
	{
		padding:0;
		margin:0;
	}
	label.error
	{
		padding:0.3em;
		margin-left:0.5em;
		color:red;
	}
	label.goodError
	{
		background-color:#C5F7AC;
		border:1px solid #00FF00;
		padding:0.3em;
		margin-left:0.5em;
	}
	input.ajaxButton
	{
		background-color:#FFCC00;
		border:2px outset #000000;
		font-weight:bold;
		font-size:1em;
		padding:2px!important;
		-webkit-border-radius:5px; 
		-moz-border-radius:5px;
		border-radius: 5px; 
	}
	input.ajaxButton:active
	{
		border-style:inset;
	}
	.guideSpanAjax
	{
		color:#999999;
		font-size:0.9em;
	}
	table.tableContentPost
	{
		vertical-align:top;
		border-radius:5px; 
		-moz-border-radius:5px; 
		-webkit-border-radius:5px;  
		margin-bottom:0.5em;
		width:100%;
		overflow-x: auto;
		display:block;
	}
	td.tdMessageText
	{
		padding-top:5px;
		padding-left:15px;
		padding-bottom:15px;
		vertical-align:top;
	}
	.inputStyle
	{
		font-family:Arial, Helvetica, sans-serif;
	}
	div.commentChildReply
	{
		margin-left:2em;
	}
	span.showHideReplies
	{
		font-weight:bold;
	}
	span.commentsNoOfPosts
	{
		font-size:0.8em;
		color:#999999;
		display:block;
	}
	td.commentsAvatar
	{
		width:100px;
		vertical-align:top;
		background-color:#F0F0F0;
		padding:0.5em;
		border-radius:15px; 
		-moz-border-radius:15px; 
		-webkit-border-radius:15px;  
	}
	a.expandAllComments
	{
		margin-left:1em;
	}
	td.tdDateTimeCell
	{	
		vertical-align:center;
		padding-left:15px;
		border-top:1px solid #F0F0F0;
	}
	a.replyIcon
	{
		padding-left:17px;
		background-image:url(/Comments/images/icon_new.gif);
		background-repeat:no-repeat;
		background-position:left center;
	}
	a.permLinkIcon
	{
		padding-left:17px;
		background-image:url(/Comments/images/icon_link.gif);
		background-repeat:no-repeat;
		background-position:left center;
	}
	a.editIcon
	{
		padding-left:17px;
		background-image:url(/Comments/images/icon_edit.gif);
		background-repeat:no-repeat;
		background-position:left center;
	}
	span.phpfbPostOptions
	{
		font-size:0.8em;
		color:#666666;
	}
	span.commentsPostOptions, div.newComment, #anonymousWarning, div.commentMainChildReplies
	{
		display:none;
	}
	table.tableContentPost:hover span.commentsPostOptions
	{
		display:inline;
	}
	p.pCopyright
	{
		font-size:80%;
		text-align:center;
	}
	span.highlight
	{
		color:#FFFF00;
		font-weight:bold;
	}
	span.editedByText
	{
		font-size: 0.8em!important;
		font-style:italic!important;
	}
	.pageNumberPlain
	{
		border: solid thin #CCCCCC;
		padding:0.5em;
		padding-top:0.1em;
		padding-bottom:0.2em;
		-webkit-border-radius:5px; 
		-moz-border-radius:5px;
		border-radius: 5px; 
	}
	
	.pageNumber
	{
		border: solid thin #CCCCCC;
		padding:0.5em;
		padding-top:0.1em;
		padding-bottom:0.2em;
		-webkit-border-radius:5px; 
		-moz-border-radius:5px;
		border-radius: 5px; 
	}
	.pageNumber:hover
	{
		border-color:#666666;
		background-color:#FFFFCC;
	}
	p.pageNumbersP
	{
		margin:0;
		padding:0;
		padding-left:2em;
		padding-right:2em;
	}
	table.commentMainOptions td
	{
		white-space:nowrap;
		vertical-align:top;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
	div.commentsWarning
	{
		border:thin dashed red; 
		width:40%;
		padding:5px;
	}
	div.origReply
	{
		display:none;
		margin-top:10px;
		overflow-y:scroll;
		overflow-x:hidden;
		font-size:0.8em;
		border: 1px solid #999999;
	}
	div.replyBoxAjax
	{
		padding:5px;
		display:none;
		margin:10px;
		margin-left:1em;
		/*font-size:0.75em;
		border:1px solid #CCCCCC;
		-webkit-border-radius:5px; 
		-moz-border-radius:5px;
		border-radius: 5px; 
	}
	span.enlargeShrinkLinks
	{
		font-size:0.8em;
		display:block;
	}