.clean
{
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	min-height:1px;
	width:1px;
}
.moderationPanel 
{
	font-size: 12px;
	color: #5e5e5e;
	background-color: #eeeeee;
	border: solid 1px #858585;
	padding: 2px 6px 2px 6px;
	font-family: Tahoma;
}
.moderationPanel a.moderate { font-size: 12px; color: #2779c5; text-decoration: none; }
.moderationPanel a.moderate:hover { text-decoration: underline; }



.logoutPanel
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: Silver;
	padding: 10px;
	width: 140px;
	z-index: 10;
}

.logoutPanel a { color: #2779C5; }



div.bi_text { color: #555555; font-size: 13px; font-family: Arial; }

.sList {padding-top: 24px; }
.sList td { color: Black; font-size: 11px; text-transform: uppercase; font-weight: bold;}
.sList td img { border: solid 1px black;}
table.bPanel td.bCorner
{
	width: 40px;
	height: 20px;
	background-image: url('/deploy/Jasp.Controls/Files/Images/borders.png');
	background-repeat: no-repeat;
	font-size: 1px;
}

.topLeftCorner { background-position: left top;	}
.topRightCorner { background-position: right top; }
.topFiller  
{
	height: 20px;
	background-image: url('/deploy/Jasp.Controls/Files/Images/borders-filler.gif');
	background-repeat: repeat-x;	
	font-size: 1px;
}

.bottomLeftCorner { background-position: left bottom;	}
.bottomRightCorner { background-position: right bottom; }
.bottomFiller  
{
	height: 20px;
	background-image: url('/deploy/Jasp.Controls/Files/Images/borders-filler.gif');
	background-repeat: repeat-x;	
	background-position: left bottom;
	font-size: 1px;
}

.bLeftSide
{
	background-image: url('/deploy/Jasp.Controls/Files/Images/borders-filler2.gif');
	background-repeat: repeat-y;	
	background-position: left top;
	font-size: 1px;
}

.bRightSide
{
	background-image: url('/deploy/Jasp.Controls/Files/Images/borders-filler2.gif');
	background-repeat: repeat-y;	
	background-position: right top;
	font-size: 1px;
}

.bBody td, .bBody
{
	background-color: #121103;
	color: White;
	font-size: 14px;
}

.bBody h1
{
	font-size: 32px;
	margin-bottom: 10px;
}

.bBody .dateMark
{
	color: #ffb820;
}

.bBody h2
{
	color: #fecd08;
	font-size: 16px;
	margin: 0;
}


.messageBox
{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	background-image: url('/deploy/Jasp.Controls/Files/Images/ms_shader.png');
	z-index: 1000;
}

.messageBox input[type='text'], .messageBox textarea
{
	font-family: Calibri, Tahoma, Arial;
	font-size: 14px;
	width: 300px;
}



