﻿body
{
    color:Red;
}


tr.newitem
{
    
}

div.selected
{
    background-color:#D8F5FC;
}

img.themesample
{
    margin:10px;
    
}

.center
{
    text-align:center;
}


tr.newitem td
{
    padding:15px;
}

.cancel
{
    margin-left:25px;
}


.invalid
{
    color:Red;
}

/* file upload styles */
.progressWrapper 
{
    overflow:hidden;
    width:357px;
}



.progressContainer 
{
    background-color:#F7F7F7;
    border:1px solid #E8E8E8;
    margin:5px;
    overflow:hidden;
    padding:4px;
}

.blue 
{
    background-color:#F0F5FF;
    border:1px solid #CEE2F2;
}

/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	/*background-image: url(../images/cancelbutton.gif);*/
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

img.staff
{
    border:2px solid black;
    float:left;
    width:150px;
    margin:15px;
}

dl.faq dd p
{
    margin-top:5px;
}


blockquote {

    quotes:"\201C" "\201D" "\2018" "\2019";
    font-style: italic;

}


blockquote:before {

    content:open-quote;

}


blockquote:after {

    content:close-quote;

}


div#gallery img
{
    border:2px solid #aaa;
}


#mainContent label.invalid
{
    margin-top:-10px;
    color:Red;
    font-weight:bold;
}

