SELECT
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

.header
{
	font-family:Verdana, Geneva, sans-serif;
	color: White;
	font-size: 11px; 
	font-weight: bold;
	width: 100%;
	background-color: #666666;
	height : 20px;
}

.sideLabel
{
	color: #333333;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 11px;
	width: 160; 
	vertical-align:top;
}

.minorText
{
	color: #333333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.inverseMinorText
{
	color: Black;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

/* Changes to the ContentEditing Text Dialogue*/

.DialogueBackgroundImage
{
	background-image: url("../images/ContentEditing/DialogueBackground.jpg");
	background-color: #e1dfd9;
}

.DialogueTopBorder
{ 
	border: 3px solid #cccccc;
	width : 596px;
}

.DialogueBottomBorder
{
	border: 0px #000000;
	width : 580px;
}

.NormalListbox
{
	Height: 250px;
	Width: 414px;
}

/* Indicates the distance between the two bottom buttons SAVE and CANCEL */
.buttonGap
{
	padding-left:5px;
}

/*Clickthrough.aspx dialogue */
.ClickThrough_SubHeading
{
	font-weight: 700; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px; 
	color:#333333;
}

