body {
	background-color: #fff;
	background-image: url("kuvat/bg_main.jpg");
	font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	color: #006699;
	margin-right: 2px;
}

h3
{
	font-size: 18px;
}
a
{
	text-decoration: underline;
	color: #006699;
}

a:link
{
	text-decoration: underline;
	color: #006699;
}

a:visited
{
	text-decoration: underline;
	color: #006699;
}

a:hover
{
	text-decoration: underline;
	background-color: #ddd;
	color: #006699;
}

a:active 
{
	text-decoration: underline;
	background-color: #fdd;
	color: #3366FF;
	
}

#wrapper 
{
	background-color: #fff;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	padding: 2px 0 2px 0;
}
.groupListItem 
{
	min-height: 47px; 
	background: #fff;
	border: 1px solid #aaa;
	
}

.groupListMainCell
{
/*	display: table-cell; */
	padding: 2px;
	min-height:45px;
	font-size: 12px;
	border: 1px solid #aaa;
}

.groupListMCCell
{
	display: table-cell;	
	padding: 2px 5px 2px 2px;
	min-height:45px;
	border: 1px solid #aaa;
	width: 70px;
	text-align: right;
	font-size: 12px;

}

.groupListLMCell
{
	display: table-cell;
	
	padding: 2px;
	min-height:45px;
	border: 1px solid #aaa;
	font-size: 12px;
	
	width: 200px;
}


.threadListItem 
{
	position: static;
	width: 100%;
	height: 22px;
	clear: both;
	background: #fff;
	border: 1px solid #ddd;
	
}

.threadListMainCell
{
	height: 19px;
 	position: absolute;
	background: #fff;
	left: 1px;
	right: 356px;  
/*	width: 100%; 
	margin-right: 306px; */
	padding-left: 5px;
	padding-top: 3px;
	
}

.threadListMCCell
{
	font-size: 11px;
	height: 19px;	
 	position: absolute; 
	background: #fff;
	border-left: 1px solid #aaa;
	width: 150px;
	right: 202px;
	float: left;
	padding-left: 5px;
	padding-top: 3px;
	
	
}

.threadListLMCell
{
	font-size: 11px;
	height: 19px;	
	position: absolute; 
	background: #fff;
	border-left: 1px solid #aaa;
	width: 200px;
	right: 0;
	padding-left: 5px;
	padding-top: 3px;
	
}



	
a.groupHeadLink
{
	text-decoration: underline;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}

a.groupHeadLink:link
{
	text-decoration: underline;
	color: #006699;
}

a.groupHeadLink:visited
{
	text-decoration: underline;
	color: #006699;
}

a.groupHeadLink:hover
{
	text-decoration: underline;
	background-color: #ddd;
	color: #006699;
}

a.groupHeadLink:active 
{
	text-decoration: underline;
	background-color: #fdd;
	color: #3366FF;	
}


.listItemHeader 
{
	width: 100%;
	height: 22px;
	clear: both;
	background: #eef;
	border: 1px solid #ddd;
	border-bottom: none;
	font-weight: bold;
}

th.threadListTable, td.threadListTable
{
	font-size: 11px;
}
.listMainCellHeader
{
	height: 20px;
 	position: absolute;
	background: #eef;
	left: 1px;
	right: 356px;  
	padding-left: 5px;
	padding-top: 3px;
	border-bottom: #aaa;
	
}

.listMCCellHeader
{
	font-size: 11px;
	height: 20px;	
 	position: absolute; 
	background: #eef;
	border-left: 1px solid #aaa;
	width: 150px;
	right: 202px;
	float: left;
	padding-left: 5px;
	padding-top: 3px;
	
	border-bottom: #aaa;
	
}

.listLMCellHeader
{
	font-size: 11px;
	height: 20px;	
	position: absolute; 
	background: #eef;
	border-left: 1px solid #aaa;
	width: 200px;
	right: 0;
	padding-left: 5px;
	padding-top: 3px;
	border-bottom: #aaa;
	
}

.messageWrapper 
{
	position: static; 
	width: 100%;
	border: 1px solid #aaa;
	clear: both;
}
.MWLight {background-color: #f7f7f7;}
.MWDark {background-color: #efefff;}

.messageLeft
{
	float:left;
	width: 149px; 
	padding-top: 3px;
	padding-left: 3px;
	
}

.messageHead
{
	right: 1px;
	left: 0;
	padding-top: 7px;
	font-weight: bold;
	font-size:12px;
}
.messageHeadRight
{
	position: absolute;
	right: 0;
	text-align:right;
	font-weight: normal;
	font-size: x-small;
	padding-right: 3px;
}
.messageHeadLeft
{
	float: left;
}
.messageMain
{
/*	margin-left: 150px; */
/*	float:left; */
	margin-left:150px;
	min-height: 20px;
	border-top: 1px solid #aaa;
	padding: 7px 3px 3px 0;
	
}

#messageBox
{
	width: 90%;
	height: 220px;
}

blockquote 
{
	border: 1px dashed black;
	background: #fff;
	padding:4px;
	margin-left: 10px;
	margin-top:1px;
}

.quoteAuthor
{
	font-size: x-small;
	margin-left: 10px;
	margin-bottom: 0;
}

.actions
{
	margin-top: 0;
	background: #fff;
	padding:2px;
	border: 1px solid #eee;
	
}

.actions a
{
	padding: 2px;
	font-weight: bold;
}

.pathWrapper
{
	padding: 10px 0 10px 0;
}

.adminizedActions
{
	padding-left: 20px;
}

#SetUserBox
{
	border: 1px solid orange;
}
