
	/*
	
	--------------------------------
	FS-CMS
	--------------------------------
	Copyright Frozen Sand
	
	File:		bbcodes.css
	Author:		Kalish
	Started:	2008
	--------------------------------
	
	*/


/* ##### forums ##### */
h3.bbcode, .post_block .newsTextBox h3 /* forums */
{
	color: rgb(105,135,185);
	margin: .8em 0 1.2em 0;
	padding: 0;
	font-family: tahoma, kalimati, helvetica, arial, verdana, sans-serif;
	font-size: 140%;
	line-height: 140%;
	text-transform: uppercase;
	border: none;
	background: none;
}

h4.bbcode
{
	color: rgb(105,135,185);
	font-size: 120%;
	margin: .8em 0 1.2em 0;
	padding: 0;
}

h5.bbcode
{
	color: rgb(105,135,185);
	font-size: 110%;
	margin: .4em 0 .6em 0;
	padding: 0;
	display: inline;
}

div > * + h3.bbcode,
div > * + h4.bbcode
{
	margin-top: 2.2em ;
}

#sidebarright div > * + h3.bbcode,
#sidebarright div > * + h4.bbcode
{
	margin-top: .4em ;
}

div.bblast { margin-bottom: 0; }
div.bbfirst { margin-top: 0; }

/* ##### Images ##### */
img.icon
{
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: -2px 1px -2px 0px;
	border: 0px none #ffffff;
}

img.flag, img.flagmenu
{
	vertical-align: middle;
	width: 18px;
	height: 12px;
	margin: -2px 1px -2px 1px;
	border: 0px none transparent;
}

img.flagmenu
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.over:hover img.flagmenu
{
	opacity: 1;
	filter: alpha(opacity=100);
}

img.flagmenu:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ##### Columns ##### */
.column
{
	width: 48%;
	margin: 1%;
	float: left;
	clear: right;
}

.rightIcon
{
	float: right;
	width: 32px;
}

.rightSmall
{
	text-align: right;
	float: right;
	width: 11em;
	white-space: nowrap;
	padding-left: 4px;
}

.rightMedium
{
	text-align: right;
	float: right;
	width: 22em;
	padding-left: 4px;
}

.rightBig
{
	text-align: right;
	float: right;
	width: 43em;
	padding-left: 4px;
}

.columnLeftMin, .columnRightMin,
.columnLeftSmall, .columnRightSmall, 
.columnLeftMedSmall, .columnRightMedSmall, 
.columnLeftMedMin, .columnRightMedMin, 
.columnLeftMedium, .columnRightMedium,
.columnLeftMedMax, .columnRightMedMax,  
.columnLeftMedBig, .columnRightMedBig,
.columnLeftBig, .columnRightBig,
.columnLeftMax, .columnRightMax
{
	background-color: transparent;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: right;
}

.columnLeftMin, .columnLeftSmall, 
.columnLeftMedSmall, .columnLeftMedMin, .columnLeftMedium, 
.columnLeftMedMax, .columnLeftMedBig, 
.columnLeftBig, .columnLeftMax
{
	margin: 0 .6em 0 0;
	float: left;
	clear: right;
}

/* 738px */

.columnLefttMin, .columnRightMin { width: 4%; }
.columnLeftSmall, .columnRightSmall { width: 23%; }
.columnLeftMedSmall, .columnRightMedSmall { width: 30%; }
.columnLeftMedMin, .columnRightMedMin { width: 40%; } 
.columnLeftMedium, .columnRightMedium { width: 49%; }
.columnLeftMedBig, .columnRightMedBig { width: 68%; }
.columnLeftMedMax, .columnRightMedMax { width: 58%; }
.columnLeftBig, .columnRightBig { width: 75%; }
.columnLeftMax, .columnRightMax { width: 94%; }

/* ##### Boxes ##### */

.closedBox { height: 10px; overflow: hidden; }
.closedBoxLink { 
	color: rgb(65,115,205);
	cursor: pointer; 
	font-weight: normal;
	border-bottom: 1px solid rgb(50,50,50);
	margin-bottom: 10px; 
	padding-bottom: 10px; 
}
.closedBoxLink:hover { color: rgb(80,185,255); }
.closedBox .closedBoxLink { 
	margin-bottom: 20px;  
	border-bottom: 0px solid rgb(50,50,50);
}

.lighterBox, .iframeBox
{
	min-height: 10px;
	color: rgb(0,0,0);
	background-color: rgb(120,125,130);
	margin: 0 0 .6em 0;
	padding: 1.5ex 1em 1.5em 1em;
	border: 1px solid rgb(150,150,150);
	background-image: url("/images/themes/fs/backgrounds/corners/150.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
}

.lighterBox a { color: rgb(20,50,115); }
.lighterBox a:hover { color: rgb(45,85,145); }
.lighterBox i { color: rgb(20,30,60); }
.lighterBox span.code, .lighterBox span.bbcode { color: rgb(130, 110, 80); }
.lighterBox h1, .lighterBox h2, .lighterBox h1.bbcode, .lighterBox h2.bbcode { color: rgb(20,20,20); }
.lighterBox h3, .lighterBox h4, .lighterBox h3.bbcode, .lighterBox h4.bbcode { color: rgb(30,45,70); }
.lighterBox form table td { color: rgb(35,75,135); }
.lighterBox th { color: rgb(30,30,30); }
.lighterBox td { color: rgb(15,45,75); }
.lighterBox td.right { color: rgb(5,10,15); }

.iframeBox
{
	width: 100%;
	height: 650px;
	padding: 0px;
	margin: 0px;
	border: 0 none rgb(200,200,200);
}

.noticeBox
{
	min-height: 10px;
	color: rgb(230,230,230);
	background-color: rgb(60,62,65);
	margin: 0 0 .6em 0;
	padding: 1.5ex 1em 1.5em 1em;
	border: 1px solid rgb(100,100,100);
	background-image: url("/images/themes/fs/backgrounds/corners/100.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
}

.noticeBox a { color: rgb(85,135,225); }

.darkerBox, .mediumBox, .previewBox
{
	min-height: 10px;
	color: rgb(200,200,200);
	background-color: rgb(28, 28, 28);
	margin: 0 0 .6em 0;
	padding: 1.5ex 1em 1.5em 1em;
	border: 1px solid rgb(60,60,60);
	background-image: url("/images/themes/fs/backgrounds/corners/060.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
}

.mediumBox
{
	background-color: rgb(40,40,40);
}

.emptyBox
{
	min-height: 10px;
	/* color: rgb(200,200,200); */
	background-color: transparent;
	margin: 0 0 .6em 0;
	padding: 1.5ex 1em 1.5em 1em;
	border: 1px solid rgb(50,50,50);
	background-image: url("/images/themes/fs/backgrounds/corners/050.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
}

.noteBox
{
	min-height: 10px;
	margin: 1.5em 0 1.7em 0.2em;
	padding: 0.2em 0.7em 0.2em 0.7em;
	border-left: 2px solid rgb(150,150,150);
	text-align: justify;
}

.noteBox span.title
{
	font-weight: bold;
	padding-right: 3px;
	text-transform: uppercase;
	font-size: 90%;
}

.noteBox.noteWarning
{
	font-size: 105%;
	padding: 0.4em 0.7em 0.6em 0.7em;
	background-color: rgba(220, 80, 60, .1);
	border-left: 2px solid rgb(220, 80, 60);
}

.noteBox.noteWarning .title { color: rgb(220, 80, 60); }

.noteBox.noteEdit
{
	font-size: 100%;
	padding: 0.4em 0.7em 0.6em 0.7em;
	background-color: rgba(220, 150, 30, .1);
	border-left: 2px solid rgb(220, 150, 30);
}

.noteBox.noteEdit .title { color: rgb(220, 150, 30); }

.noteBox.noteHelp, .noteBox.noteInformation, .noteBox.noteLink
{
	font-size: 100%;
	padding: 0.4em 0.7em 0.6em 0.7em;
	background-color: rgba(81, 128, 211, .1);
	border-left: 2px solid rgb(81, 128, 211);
}

.noteBox.noteHelp .title, .noteBox.noteInformation .title, .noteBox.noteLink .title { color: rgb(81, 128, 211); }

.noteBox.notePs, .noteBox.noteMisc
{
	font-size: 95%;
	opacity: 0.7; 
	filter: alpha(opacity = 70);
	border-left: 2px solid rgb(100,100,100);
}

.noteBox.notePs
{
	font-size: 90%;
}

.dottedBox, #dottedBox, .disabledBox
{
	min-height: 10px;
	/* color: rgb(150,145,140); */
	background-color: transparent;
	margin: 0 0 .6em 0;
	padding: 1.5ex 1em 1.5em 1em;
	border: 2px rgb(50,50,50) dotted;
	background-image: url("/images/themes/fs/backgrounds/corners/050.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
}

.disabledBox
{
	background-color: transparent;
	opacity: 0.5;
	filter: alpha(opacity=55);
}

.postitBox
{
	min-height: 10px;
	color: rgb(40,20,10);
	background-color: rgb(175,165,120);
	margin: 0 0 .6em 0;
	padding: 1.5ex 1em 1.5em 1em;
	border: 1px solid rgb(205,195,150);
	background-image: url("/images/themes/fs/backgrounds/corners/postit.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
}

.postitBox a { color: rgb(20,50,115); }
.postitBox a:hover { color: rgb(45,85,145); }
.postitBox h2, .postitBox h3, .postitBox h4, .postitBox h2.bbcode , .postitBox h3.bbcode , .postitBox h4.bbcode  { color: rgb(120,80,40); }
.postitBox i { color: rgb(45,65,105); }

.unreadBox
{
	min-height: 10px;
	/* color: rgb(190,70,50); */
	background-color: rgb(50,45,40);
	text-align: left;
	border: 1px solid rgb(50,50,50);
	border-left: 6px rgb(255, 217, 85) solid;
	margin: 0 0 1em 0px;
	padding: 1.3ex 1.3em 1.5em 0.9em;
}

/* .unreadBox h2, .unreadBox h4 { color: rgb(230, 178, 46); } */

.codeBox, .codeBoxContent, .shellBox
{
	min-height: 10px;
	color: rgb(50,50,50);
	background-color: rgb(235,235,235);
	margin: 0 0 .6em 0;
	padding: 1.5ex 1em 1.5em 1em;
	border: 1px solid rgb(40,40,40);
	background-image: url("/images/themes/fs/backgrounds/corners/050s.gif");
	background-repeat: no-repeat;
	background-position: top right;
	font-family: monospace;
	font-size: 95%;
	text-align: left;
	white-space: pre;
	overflow: auto;
}

.shellBox 
{
	color: rgb(215,215,215);
	background-color: rgb(25,25,25);
}

.codeBox h2, .codeBox h4, .codeBox h2.bbcode, .codeBox h4.bbcode  { color: rgb(250,250,250); }

#codeBoxFull, #codeBoxAdmin
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
	display: none;
	padding: 0;
	background-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px 0 2px 0;
	border-color: rgb(50, 50, 50);
}

.codeBoxMain { padding: 0px; }

.codeBoxContent { padding: 7px 10px 10px 10px; }

.codeBoxHeader
{
	font-size: 80%;
	padding: 6px 0 4px 0;
	color: rgb(150,150,150);
	font-family: verdana, helvetica, arial, sans-serif;
}

.codeBoxFooter
{
	display: none;
	border-bottom: 0px none rgb(50,50,50);
	border-top: 1px dotted rgb(50,50,50);
	padding-bottom: 20px;
}

.codeBoxHeader .codeBoxTitle
{
	text-transform: uppercase;
	font-weight: bold;
}

.codeBoxHeader .codeBoxShow, .codeBoxFooter .codeBoxShow
{
	display: block;
	float: right;
}

/*
.quoteBox
{
	min-height: 10px;
	color: rgb(150,150,150);
	margin: 0 0 1.7em 0;
	padding: 1ex 0.7em 1.1em 0.7em;
	border: 1px dotted rgb(50,50,50);
	background-color: rgb(25,25,25);
	background-image: url("/images/themes/fs/backgrounds/corners/050s.gif");
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 85%;
	line-height: 1.3em;
	text-align: left;
}

.quoteName
{
	color: rgb(130,130,130);
	font-size: 80%;
	font-style: italic;
	margin: 1.25em 0em 0m 0em;
	padding: 0.5ex 0.2em 0.5em 0.2em;
}
*/

blockquote.quoteBox
{
	/* color: rgb(150,150,150); */
	opacity: 0.85;
	filter: alpha(opacity=85);
	font-size: 95%;
	line-height: 1.3em;
	text-align: left;
	min-height: 10px;
	margin: 1.5em 0 1.7em 0.2em;
	padding: 0.2em 0.7em 0.2em 0.7em;
	border-left: 2px solid rgb(72,82,102);
}

blockquote div.quoteTitle
{
	font-size: 90%;
	color: rgb(145,165,205);
	margin-bottom: 1em;
}

.errorBox
{
	font-family: verdana, helvetica, arial, sans-serif;
	min-height: 10px;
	color: rgb(0,0,0);
	background-color: rgb(150,60,40);
	margin: 0 0 .6em 0;
	padding: 1.3ex 1.3em 1.5em 1.3em;
	border: 1px solid rgb(180,95,60);
	background-image: url("/images/themes/fs/backgrounds/corners/error.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

.errorBox h2, .errorBox h3, .errorBox h4, .errorBox h5, .errorBox h2.bbcode, .errorBox h3.bbcode, .errorBox h4.bbcode  { color: rgb(225,185,145); }
.errorBox a { color: rgb(145,185,225); }

.hiddenBox
{
	min-height: 10px;
	background-color: transparent;
	margin: 0 0 .6em 0;
	padding: 1.5ex 1em 1.5em 1em;
	border: 1px solid rgb(60,70,90);
}

.hiddenBoxCat
{
	font-size: 75%;
	font-weight: bold;
	min-height: 10px;
	color: rgb(155,185,225);
	background-color: rgb(60, 70, 90);
	margin: 2em 0 0 0;
	padding: .3em 1em .3em 24px;
	background-image: url("/files/cms/images/icons/bullet_key.png");
	background-repeat: no-repeat;
	background-position: 6px 2px;
}

.previewBox
{
	min-height: 10px;
	max-height: 400px;
	overflow: auto;
	margin: 0 0 .6em 0;
}

.newsTextBox
{
	width: 505px;
}

/* ##### table ##### */

table.bbtable
{
	width: auto;
	font-size: 100%;
}

table.bbtable td
{
	width: auto;
	font-family: verdana, helvetica, arial, sans-serif;
	padding: 1px 3px 1px 3px;
	text-align: left;
	vertical-align: top;
}


table.bbborder, table.bbsmall
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	margin: 0 0 1em 0;
}

table.bbsmall
{
	width: 47%;
	float: left;
	margin-right: 1em;
}

table.bbborder td.tabletop, table.bbsmall td.tabletop
{
	border-top: 1px rgb(65,65,65) solid;
}

table th, table th
{
	
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	*/
	font-weight: normal;
	color: rgb(145,165,205);
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border-bottom: 1px rgb(65,65,65) solid;
	white-space: nowrap;
	width: 7em; 
}

table.bbborder td, table.bbsmall td
{
	text-align: left;
	padding: 4px;
	border-bottom: 1px rgb(65,65,65) solid;
	border-right: 1px rgb(65,65,65) solid;
}

table.bbborder td.tablestart, table.bbsmall td.tablestart
{
	border-left: 1px rgb(65,65,65) solid;
}


/* ##### Censor ##### */

div.censored
{
	background-image: url("/images/themes/fs/backgrounds/censored3.png");
	background-repeat: repeat;
	border: 1px rgb(60, 20, 10) solid;
}

div.censored > * 
{
	opacity: 0.6; 
	filter: alpha(opacity = 60);
}

a.censored
{
	color: rgb(150, 78, 74);
}

div.mod
{
	padding: 0.4em 0.7em 0.6em 0.7em;
	background-color: rgba(81, 128, 211, .1);
	border-left: 2px solid rgb(81, 128, 211);
}

.mod .title { font-weight: bold; color: rgb(90, 150, 255);}

span.bbcensor, span.bberror
{
	color: rgb(0,0,0);
	background-color: rgb(120, 60, 60);
	padding: 0px 2px 1px 2px;
	border-width: 2px;
	border-color: rgb(120, 60, 60);
	border-style: solid;
}

span.bberror { text-decoration: line-through; }

span.bbcensor.hidden { cursor: pointer; }
span.bbcensor.hidden > span.content { display: none; }
span.bbcensor.hidden > span.title { display: inline; }
span.bbcensor.shown > span.content { display: inline; }
span.bbcensor.shown > span.title { display: none; }

span.bberror.bbtitle
{
	padding: 0px 2px 1px 0px;
	text-decoration: none;
	color: rgb(200,200,200);
	white-space: nowrap;
}

span.bbcensor.hidden:hover
{
	color: rgb(200,200,200);
	background-color: rgb(65,115,205);
	border-color: rgb(65,115,205);
}

span.bbcensor.shown
{
	padding: 0px 4px 1px 4px;
	color: inherit;
	background-color: transparent;
}

/* ##### Misc ##### */

strong.emphasis
{
	font-weight: bold;
	color: rgb(220, 150, 30);
}

.errorBox strong.emphasis { color: #FC0; }
.lighterBox strong.emphasis { color: #C60; }

span.colorRed { color: #DD4520; }
span.colorOrange { color: #DDCB20; }
span.colorYellow { color: #FFDF2F; }
span.colorGreen { color: #4C4; }
span.colorBlue { color: #48D; }

hr.bbcode
{
	display: block;
	border: 0px none rgb(0,0,0);
	border-top: 1px solid rgb(50,50,50);
	padding: 0;
	margin: .6em 0 .6em 0;
	height: 1px;
}

hr.dotted
{
	border-top: 1px dotted rgb(50,50,50);
	margin: 0px;
}

.dotted
{
	border: 1px dotted rgb(50,50,50);
}

.frame
{
	border: 1px solid rgb(50,50,50);
	padding: 2px;
}

.errorBox hr
{
	border-color: rgb(180,95,60);
}

.darkerHover:hover { color: rgb(225,225,255); background-color: rgb(0, 0, 0); }
.errorHover:hover { background-color: rgb(150,60,40); }

.block
{
	float: left;
	margin: 0 0.3ex 0.3ex 0;
}

.hl
{
	color: rgb(255,255,255);
	background-color: rgb(117, 95, 39);
	border: 3px solid rgb(117, 95, 39);
	border-top: 1px solid rgb(117, 95, 39);
}

.show
{
	color: rgb(0,0,0);
	background-color: rgb(255, 239, 104);
	border: 3px solid rgb(255, 239, 104);
	border-top: 1px solid rgb(255, 239, 104);
}

.showError
{
	color: rgb(0,0,0);
	background-color: rgb(211, 84, 57);
	border: 3px solid rgb(211, 84, 57);
	border-top: 1px solid rgb(211, 84, 57);
}

.disable
{
	opacity: 0.5; 
	filter: alpha(opacity = 50);
}

img.intext { margin: 1.2em 8px 1.3em 8px; }
img.intext.left { margin: 1.2em 10px 1.3em 0; }
img.intext.right { margin: 1.2em 0 1.3em 10px; }

/* span.userName { text-transform: capitalize; } */

span.userTag
{
	color: rgb(140,140,140);
	font-size: 90%;
}

span.userTag.start:after
{
	content: " ";
	font-size: 50%;
}

span.userTag.end:before
{
	content: " ";
	font-size: 50%;
}

span.userOrg
{
	font-weight: bold;
}

span.userRank
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: rgb(145,165,205);
}

span.userRankFS
{
	font-size: 90%;
	color: rgb(255,255,255);
	padding-left: 6px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/images/themes/fs/backgrounds/userRankFS.gif");
}

span.userRankMod
{
	font-size: 90%;
	color: rgb(255,255,255);
	padding-left: 6px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/images/themes/fs/backgrounds/userRankMod.gif");
}

span.userName a { text-decoration: none; }
span.userName a:hover { text-decoration: underline; }

/* span.userRankQA
{
	font-size: 80%;
	color: rgb(190,190,190);
	padding-left: 6px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/images/themes/fs/backgrounds/userRankQA.gif");
} */

span.userMuted
{
	color: rgb(225,80,0);
}

span.code, span.bbcode
{
	font-family: monospace;
	white-space: pre;
	white-space: pre-wrap;
	font-size: 105%;
	color: rgb(255,255,255);
}

span.code { color: rgb(200, 185, 125); }

var.value
{
	color: rgb(154,195,114);
}

var.value:before { content: '<'; font-size: 70%; }
var.value:after { content: '>'; font-size: 70%;  }

div.ordernum
{
	padding-left: 2em;
 	overflow: hidden; _overflow: visible; zoom: 1; /* fix the vertical align */
}

div.ordernum span.ordernum
{
	display: block;
	float: left;
	text-align: center;
	width: 2em;
	margin-left: -2.25em;
	font-size: 90%;
	position: relative;
}

div.ordernum.title
{
	font-weight: bold;
	text-transform: uppercase;
}

div.ordernum.title span.ordernum:after,
h3.bbcode  span.ordernum:after,
h4.bbcode  span.ordernum:after,
h5.bbcode  span.ordernum:after
{
	content: ' | ';
	font-weight: bold;
	color: rgb(100, 100, 100);
}

div.ordernum.subtitle { font-size: 105%; }
h4.bbcode span.ordernum { font-size: 90%; }

div.ordernum.t { margin-left: 1em; }
h5.bbcode span.ordernum { font-size: 80%; }

div.ordernum span.listnum { font-weight: bold; }

div.plan
{
	min-height: 10px;
	background-color: transparent;
	margin: 1em 2em 2em 2em;
	padding: 0 1em 0 1em;
	border-left: 2px solid rgb(75,75,75);
	text-align: left;
	font-size: 95%;
}

div.plan:before
{
	content: "plan";
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	display: block;
	margin: 0 0 .5em .2em;
}

div.plan.left
{
	float: left;
	width: 30%;
	margin-left: 0em;
}

div.plan.leftmini
{
	float: left;
	width: 20%;
	margin-left: 0em;
}

div.plan.right
{
	float: right;
	width: 30%;
	margin-right: 0em;
}

div.plan.normal
{
	clear: both;
	width: 50%;
	margin-left: 0em;
}

div.plan.full
{
	clear: both;
	width: 100%;
	margin-left: 0em;
	margin-right: 0em;
}

div.plan.none
{
	border: 0px transparent none;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.plan.none div.ordernum
{
	font-weight: normal;
	text-transform: none;
	font-size: 105%;
}

div.plan.none div.ordernum span.ordernum:after { content: ''; }

div.plan.none:before { content: ''; }

div.plan div
{
	text-align: left;
	margin: .2em 0 .2em 0;
}

div.plan a { text-decoration: none; }
div.plan a:hover { text-decoration: underline; }

.flash
{
	background-color: rgb(0, 0, 0);
	background-repeat: no-repeat;
	background-image: url("/images/themes/fs/backgrounds/noflash.gif");
}

.quicktime
{
	background-color: rgb(0, 0, 0);
	background-repeat: no-repeat;
	background-image: url("/images/themes/fs/backgrounds/noquicktime.gif");
}

.video
{
	margin: 8px;
	padding: 0px;
	cursor: pointer; 
	background-color: rgb(0, 0, 0);
}

.video div.videofloater
{
	float:left; 
	margin: auto;
	height: 50%;
	margin-bottom:-25px;
}

.video div.videoplay
{
	background-repeat: no-repeat;
	background-image: url("/images/themes/fs/backgrounds/videoplay.png");
	clear: both;
	width: 50px;
	height: 50px;
	text-align: center;
}

.video:hover div.videoplay
{
	background-image: url("/images/themes/fs/backgrounds/videoplay.gif");
}

.currency
{
	/* font-family: monospace; */
	font-weight: bold;
	color: rgb(145,165,205);
}

/*.currency:after
{
	padding-left: 3px;
	content: url("/images/icons/urt_coin_mini.png");
}
*/

/* geshi */

.codeBoxMain .li1 td:first-child
{
	background-color: rgb(210,210,210);
	color: rgb(125,145,195);
}