/* 
    Document   : spectotechnologies
    Created on : 2009-09-03, 16:37:53
    Author     : Alexandre Lavoie
    Description:
        Purpose of the stylesheet follows.
*/

.st-bgra-cntr
{
	padding: 2px;
	border: 1px solid #D8D0C7;
}

.st-bgra-bar-cntr
{
	position: relative;
	background-color: #D8D0C7;
	width: 100%;
	height: 100%;
}

.st-bgra-bar
{
	position: absolute;
	background-color: red;
	height: 100%;
}

.st-bgra-text-cntr
{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	text-shadow: #000000 1px 1px 2px;
	filter: Shadow(Color=#333333, Direction=135, Strength=2);
}

.st-mitext-cntr
{
	border: 1px solid silver;
}

.st-table-thead
{
	font-weight: bold;
}

.st-table-header
{
	font-weight: bold;
	text-align: center;
}

.st-table-tfoot
{
	font-weight: bold;
}

.st-table-footer
{
	font-weight: bold;
}

.st-label
{
	font-weight: bold;
}

.st-input
{
	
}
