.STable {
    width: 800px;
    border: solid 1px #CCC;
}

.SHeading { 
    color: Gray;
    font-size: 16px;
    font-style: italic;
    white-space: nowrap;
}

.SNote { 
    color: #6C8072;
    font-size: 11px;
    font-style: italic;
    white-space: nowrap;
}

.Line { 
    color: Gray;
    background: Gray;
    height: 1px;
}

.SLabel {
    text-decoration: underline;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

.SContent {
    width: 100%;
}

.SInput, .SmallInput {
    background-color: #F0FFCC;
    border: solid 1px;
}

.SmallInput 
{
	font-size: 10px;
	vertical-align: middle;
	margin: 0px;
}

.Button {
    background-color: #F0FFCC;
    border: solid 2px;
    cursor: pointer;
}

.Thumbnail 
{
	border: solid 1px black;
}

.ErrorMsg 
{
	color: #AA0000; 
	font-weight: bold
}
