@import url(/App_Themes/Default/SiteSpecific.css);

.moduleContentNew h1,
.moduleContentNew h1 a,
.moduleContentNew h1 a:link,
.moduleContentNew h1 a:visited,
.moduleContentNew h1 a:hover,
.moduleContentNew h1 a:focus,
.moduleContentNew h1 a:active
.moduleContentNew .h1
{
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}

.moduleContentNew h2,
.moduleContentNew h2 a,
.moduleContentNew h2 a:link,
.moduleContentNew h2 a:visited,
.moduleContentNew h2 a:hover,
.moduleContentNew h2 a:focus,
.moduleContentNew h2 a:active,
.moduelContentNew .h2
{
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
}

.moduleContentNew h3,
.moduleContentNew h3 a,
.moduleContentNew h3 a:link,
.moduleContentNew h3 a:visited,
.moduleContentNew h3 a:hover,
.moduleContentNew h3 a:focus,
.moduleContentNew h3 a:active,
.moduleContentNew .h3
{
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
}

.moduleContentNew a:visited
{
	color: #ffff00;
}

.moduleContentNew .userAccount,
.moduleContentNew div.header,
.moduleContentNew table.header td,
.moduleContentNew .sidebar,
.moduleContentNew .footer
{
	background-color: #043c5f;
}

.moduleContentNew strong.alert
{
	background-color: #993399;
}

.moduleContentNew ul.tabs,
.moduleContentNew ol.tabs
{
	border-bottom-color: #993399;
}

.moduleContentNew .tabs li.active a
{
	background: #993399;
}

.moduleContentNew .listing h2
{
	border-bottom-color: #993399;
}

.moduleContentNew .dim
{
    color: #999999;
}

.moduleContentNew .sidebar .section
{
	border-color: #ffffff;
}


/*  MODAL WINDOW  */

.dialogBackground
{
	background-color: #40647a;
}

.modalContainer .modalContentLeft,
.modalContainer .modalContentRight,
.modalContainer .modalContent,
.modalContainer .modalBottom,
.modalTabs
{
	background-color: #40647a;
}

.modalTabs .ajax__tab_header span.ajax__tab_active span.ajax__tab_outer
{
	border-bottom-color: #40647a;
}



