@charset "utf-8";
/*--CSS styles created by Brandi Jones 7/2/07 @www.4site.tv--*/

/* ================================
    CSS STYLES FOR DotNetNuke a
   ================================
*/   

/* Main Menu */
.MainMenu_MenuContainer {
font-size: 12px;
font-weight:    Bold;
width:100%;
padding: 0px;
margin-bottom: 0px;
}

.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif; 
height: 26px;
padding:0px;
border-right: 1px solid white;
border-left: 1px solid white;
font-weight:  bold;
}

.MainMenu_MenuItem {
background-image: url(nav-tile.gif);
background-repeat: repeat-x;
cursor: pointer; 
cursor: hand; 
color: #fff; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
width: 220px;
padding:0px;
height: 26px;
font-weight:  bold;
}

.MainMenu_MenuIcon {
cursor: pointer; 
cursor: hand; 
background: #731D4B;
font-size: 12px;
width: 20px;
height: 26px;
padding:0px;
font-weight:  bold;
}

.MainMenu_SubMenu {
margin: 0px;
z-index: 1000; 
cursor: pointer; 
cursor: hand;
width: 220px; 
font-size: 12px;
background: #731D4B;
height: 26px;
font-weight:  bold;
}

.MainMenu_MenuItemSel {
cursor: pointer; 
cursor: hand; 
color: #731D4B; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
background-image: url(nav-tile-on.gif);
background-repeat: repeat-x;
padding:0px;
height: 26px;
font-weight:  bold;
}

.MainMenu_MenuArrow {
font-family: webdings; 
font-size: 12px; 
cursor: pointer; 
cursor: hand; 
padding:0px;
height: 26px;
font-weight:  bold;
}

.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 12px; 
cursor: pointer; 
cursor: hand;
padding:0px;
height: 26px;
font-weight:  bold;
}



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:    Bold;
color: #008BB9;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:    Bold;
color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:    Bold;
color: #003366;
}

/* text style used for most text rendered by modules */
.Normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003366
}

.Announcement {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.NormalRed
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
}

.NormalBold
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
.PageTitle  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    Bold;
    color: #003366;
}

H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  24px;
    font-weight:    Bold;
    color: #003366;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    Bold;
    color: #003366;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    Bold;
    color: #003366;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    Bold;
    color: #003366;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

TD {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:left;
}

A:link  {
color:#A0356E;
text-decoration:none;
}

A:visited   {
color:#A0356E;
text-decoration:none;
}

A:active    {
color:#A0356E;
text-decoration:none;
}

A:hover {
color:#A0356E;
text-decoration:underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */

.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
background-color: #FFFFFF;
}

.ModuleTitle_MenuIcon {
background-color: #FFFFFF;
}

.ModuleTitle_SubMenu {
background-color: #FFFFFF;
}

.ModuleTitle_MenuBreak {
background-color: #FFFFFF;
}

.ModuleTitle_MenuItemSel {
background-color: #CCCCCC;
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

.listserv {
font-weight: bold;
font-size: 10px;
}

.white_text {
color: white;
}

.style1 {
color: white;
}

.SkinObject {
color: white;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
}

a.SkinObject {
font-family: Arial, Helvetica, sans-serif;
/*color: white !important;  4S 2007.04.04 */
font-size: 11px;
font-weight:    normal;
}

a.SkinObject:visited {
font-family: Arial, Helvetica, sans-serif;
/*color: white;*/
font-size: 11px;
font-weight:    normal;
}

a.SkinObject:hover {
font-family: Arial, Helvetica, sans-serif;
/*color: white;*/
font-size: 11px;
font-weight:    normal;
text-decoration:underline;
}

.blank_hr {
color: #003366;
height: 1px;
border:0;
}


/* background color for the content part of the pages */
/* NOTE we use #body instead of body so rich text editor won't use dark background */
#Body {
background: #114477 !important; /* FJR */
margin:0px;
padding:0px 25px 0px 25px;
/*prevents loss of right blue margin when scrolling in Firefox*/
min-width:840px;
}


/* =========================================
    CSS STYLES FOR Brandi, local buildout
   =========================================
*/  

/*must be set in a table or IE will fail to apply scrollbar to content when fixed header image should trigger one*/

#ControlPanel {
background-color:#FFFFFF;
/* FJR
width:100%;
*/
}

#wrapper {
background-color:white;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
width:100%;
text-align:left;

}

#wrapperInner {
margin:0px 3px 0px 3px;
background-color:white;
}

#header {
height:200px;
background-image:url(header_tile.gif);
background-position:left top;
background-repeat:repeat-x;
position:relative;
text-align:left;
}

#header img {
z-index:10;
}

a#standardsHome {
z-index:100;
position:absolute;
top:8px;
left:33px;
width:148px;
height:98px;
border:0;
}
a#standardsHome img {width:148px; height:98px; border:0;}
a#aptaHome {
z-index:100;
position:absolute;
top:6px;
left:190px;
width:222px;
height:20px;
}
a#aptaHome img {width:222px; height:20px; border:0;}

a.logo {
margin-right:5px;
}

a.logo:hover {
text-decoration:none;
}

a.logo img#footerHome {
vertical-align:middle;
}

#search {
z-index:100;
position:absolute;
top:0px;
right:0px;
width:200px;
height:30px;
padding:6px 0px 0px 0px;
}

#search a, #search a:visited {
	color:white;
}

#nav {
	position:absolute;
	/* FJR 2007.12.13
	bottom:0; */
	top:163px;
	left:0;
	/*width:630px;*/
	height:37px;
	z-index:90;
}

#center {
padding:0px;
margin:0px;
background-image:url(content_bkgr.gif);
background-position:right top;
background-repeat:no-repeat;
}

#right {
width:238px;
margin:0px;
padding:0px;
}

#rightOuter {
margin: 40px 0 35px;
background-image:url(right_tile.gif);
background-position:left top;
background-repeat:repeat-y;

}#rightInner {
padding:0px 0px 200px 0px;
background-image:url(right_bottom.gif);
background-position:left bottom;
background-repeat:no-repeat;
}

#dnn_RightPane {
margin:0px 15px 0px 15px;
text-align:left;
}

#dnn_LeftPane {
margin:0px 15px 0px 15px;
text-align:left;
}

#dnn_ContentPane {
margin:20px 30px 0px 33px;
/* FJR
display:block;
width:100%;
*/
}

#footer {
height:58px;
background-color:#0099cc;
background-image:url(footer_bkgr.jpg);
background-position:left top;
background-repeat:no-repeat;
border-bottom:3px solid white;
text-align:center;
padding:15px 0px 0px 0px;
}

#footer a, #footer p {
color:white;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding:0px;
margin:0px;
font-weight:normal;
line-height:16px;
}

.clear {
height:1px;
clear:both;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#880033;
margin-top:0px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#0099cc;
}
h2.h2moduleTitle span.Head { /* container module titles */
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#0099cc;
}

.sidebarHead {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#880033;
font-weight:bold;
}

#dnn_ContentPane p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#221e1f;
line-height:15px;
text-align:justify;
}

#right p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.tagline {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0099cc;
line-height:15px;
font-style:italic;
}

/* FJR 2007.07.03 
div#rightInner p.loginsection a.SkinObject, div#rightInner p.loginsection a.SkinObject:hover, div#rightInner p.loginsection a.SkinObject:link, div#rightInner p.loginsection a.SkinObject:active, div#rightInner p.loginsection a.SkinObject:visited {
color:#ffffff !important;
padding-left:1em !important;
padding:10px !important;
background-color:#0099cb !important;
}
div#rightInner p.loginsection a.SkinObject:hover {
background-color:#008bb9 !important;
}*/

a#dnn_dnnUSER_cmdRegister, a#dnn_dnnUSER_cmdRegister:visited {
padding:5px !important;
font-family:Arial, Helvetica, sans-serif !important;
font-size:12px !important;
text-align:center !important;
color:#960339 !important;
border:1px solid #960339 !important;
}

a#dnn_dnnUSER_cmdRegister:hover {
text-decoration:none !important;
color:#008bb9 !important;
border:1px solid #0099cc !important;
}

a#dnn_dnnLOGIN_cmdLogin, a#dnn_dnnLOGIN_cmdLogin:visited {
padding:5px !important;
font-family:Arial, Helvetica, sans-serif !important;
font-size:12px !important;
text-align:center !important;
color:#960339 !important;
border:1px solid #960339 !important;
}

a#dnn_dnnLOGIN_cmdLogin:hover {
text-decoration:none !important;
color:#008bb9 !important;
border:1px solid #0099cc !important;
}

p.loginsection {
padding:6px 0px 0px 0px !important;
}

h1.aptaPageTitle {
	margin:20px 0px -.8em 33px;
}


/* 4S - fix spacing in file manager - height is not set for spacer.gif - this causes problems with certain doctypes */
.FileManager div.DNNTree div img {
height:15px; /* spacer.gif, plus.gif/minus.gif */
}
.FileManager div.DNNTree div span img {
height:auto; /* folder.gif */
}
.FileManager_Explorer {
overflow:hidden;
}



/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/


/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 630px;
	white-space: nowrap;
	background-color: transparent;
	/*this seems important to DNN...what's with the underscore?*/
	_position: absolute;
}

#HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none;
	line-height: 12px;
	white-space: nowrap;
	background-color: #8e0136;
	z-index: 99999;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	color : #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	background-color: transparent;
	background-image:url(nav_div.gif);
	background-position:right 12px;
	background-repeat:no-repeat;
	padding: 11px 10px 11px 10px;
	width: auto;
	margin: 0; 
	border: 0;
}

#HouseMenuNav a.last { /* apply to last top level navbar link to remove right divider */
	background-image:none;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0;
	padding: 0;
	font-weight:bold;
}
#HouseMenuNav li li{ margin-right:0; } /* FJR 2007.07.13 - IE6 fix undoes the margin rule above */

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0; 
	color: #fff; 
	background-color:#a62346;
}

#HouseMenuNav li ul { /* second-level lists */
	position: absolute;
	width: 200px;  /*width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #a62346; 
	border-bottom:none;
	padding: 0;
	margin: -4px 0 0 0;
	/* FJR 2007.12.13
	white-space: nowrap; */
	white-space:normal;
	z-index: 11112;
/*	line-height: 12px;
*/}

#HouseMenuNav li ul ul, #HouseMenuNav li ul ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 195px;
	_margin: -25px 0 0 195px;
	border: 1px solid #a62346;
	border-bottom:none;
	/* FJR 2007.12.13
	white-space: nowrap; */
	white-space:normal;
	width:200px;
	padding:0px;
	/* FJR 2007.07.23
	overflow:hidden; */
	/*line-height: 12px;*/
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li:hover ul ul ul ul,
#HouseMenuNav li:hover ul ul ul ul ul,
#HouseMenuNav li:hover ul ul ul ul ul ul,
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul,
#HouseMenuNav li.sfhover ul ul ul ul,
#HouseMenuNav li.sfhover ul ul ul ul ul,
#HouseMenuNav li.sfhover ul ul ul ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li li li li:hover ul, 
#HouseMenuNav li li li li li:hover ul, 
#HouseMenuNav li li li li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul,
#HouseMenuNav li li li li.sfhover ul,
#HouseMenuNav li li li li li.sfhover ul,
#HouseMenuNav li li li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav li li { /* all items under the top level */
	list-style-type: none;
	width:200px;
	z-index: 11113;
	padding:0px;
	border-bottom:1px solid #a62346;
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 190px;
	padding: 6px 5px 6px 5px;
	background-image:none;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	margin: 0;
	border: 0; 
	padding: 10px 5px 10px 5px;
	color: #fff; 
	background-color:#a62346;
	text-decoration: none;
}

/* 4S - sticky fix in IE6/7 */
#HouseMenuNav li:hover {background-position: 0 0;}
/* 4S - for screen-readers, position offscreen */
#srinfo {position:absolute;left:0px;top:-1000px;width:1px;height:1px;overflow:hidden;}

.ArrowPointer
{
	cursor: default;
}

.positionAbsolute
{
	position: absolute;
}

.ControlPanel, .PagingTable {
background-color:#FFFFFF;
border:none;
height:64px;
width:100%;
}

/* 4s print styles */
@media print {
	.noprint {display:none;}
	#dnn_ControlPanel {display:none;}
	#header {display:none;}
}

