﻿a
{
	color:#003399;
	font-family:CG Omega, Arial;
}
a:visited
{
	color:#003399;
	font-family:CG Omega, Arial;
}
body {
}

tr
{
	vertical-align: top;
}

.title
{
	font-family:CG Omega, Arial;
	color:White;
	font-size:12pt;
	font-weight:bold;
}

.heading
{
	font-family:CG Omega, Arial;
	color:Black;
	font-size:12pt;
	font-weight:bold;
}

/*
	standard error return message
*/
.label_errormsg
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	color: red;
}

/*
	standard success return message
*/
.label_successmsg
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	color: #008000;
}

.hyperlink
{
	font-family:CG Omega, Arial;
	font-size:12pt;
	font-weight:bold;	
	color:Black;
}
.label1
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	font-weight:bold;
	color:#000000;
}
.label2
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	font-weight:bold;
	color:#6A99CC;
}

.SmallFont
{
	font-family:CG Omega, Arial;
	font-size:10pt;
}

.hyperlink2
{
	font-family:CG Omega, Arial;
	font-size:12pt;
	color:Black;
	text-decoration:none;
}

.hyperlink3
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	font-weight:bold;
	color:#000099;
}

.label3
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	font-weight:bold;
	color:#000099;
}

.label4
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	font-weight:normal;
	color:#000000;
}

.label5
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	font-weight:bold;
	color:#000000;
}

.RegularText
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	color:#000000;
}

/*
	standard error return message
*/
.label_errormsg2
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	color: red;
}

/*
	standard success return message
*/
.label_successmsg2
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	color: #008000;
}

.label_message
{
	font-family:CG Omega, Arial;
	font-size: 12pt;
	color:#003399;
}

div.CollapsePanelHeader
{
	width: 97%;
	height: 17px;
	padding: 5px;
	border-style: outset;
	background-color: #909090;
	
	vertical-align: middle;
	color: #ffffff;
	font-size: large;
	font-weight: bold;
	
	cursor: pointer;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:25px;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
}

.CollapsePanelHeader_grey{
	width:100%;
	height:25px;	
	font-weight: bold;
	background-color: #909090;
}

.CollapsePanel_grey{
	width:100%;
	height:0;	
	overflow:hidden;
}
.descriptionPanelHeader{
	width:100%;
	height:30px;
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
