/*************************************************************************************************
*                                   Class <<folder>>                                             *
*************************************************************************************************/

.stlFolderHeader {
	font-size: 1.9em;
	font-weight: bold;
	text-decoration: none;
	color: #00afda;
}

.stlFolderArchive {
	font-weight: bold;
	text-decoration: none;
}




/*************************************************************************************************
*                                    Class <<group>>                                             *
*************************************************************************************************/

.tblPlaisio {
}

.tblPlaisio th {
	background-color: #00afda;
	text-align: left;
	font-weight: bold;
	padding: 3px 10px 3px 10px;

	border-top: 1px solid #00a3d2;
	border-left: 1px solid #00a3d2;
	border-right: 1px solid #00a3d2;

	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

.tblPlaisio td {
	border-bottom: 0px solid #bbbbbb;
	border-left: 0px solid #bbbbbb;
	border-right: 0px solid #bbbbbb;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;

	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.tblPlaisio th a {
	text-decoration: none;
	color: #ffffff;
}



/*************************************************************************************************
*                                    Class <<root>>                                              *
*************************************************************************************************/

#dRoot {
	border: 1px solid red;
	padding: 5px;
	height: 100%;
}

.dRow {
	border: 1px solid blue;
	overflow: auto;
	height: 100%;
}

.dCell {
	float: left;
	margin: 5px 0px 0px 5px;
	border: 0px solid green;
	height: 100%;
}

#tRoot, #tRoot>tr, #tRoot>tr>td {
	height: 100%;
}
