/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
margin: 0;
background-color: #e96f35;
background-image: url('images/body-bg.png');
background-position: top;
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
}

TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
}

.ControlPanel {
}

/* main layout table */

.ContentTable {
width: 840px;
}

.HeaderTable {
background-color: transparent;
}

.ShadowLeft {
background: url('images/shad-left.png');
background-position:top right;
background-repeat:repeat-y;
}

.ShadowRight {
background: url('images/shad-right.png');
background-position:top left;
background-repeat:repeat-y;
}

.ShadowBottom {
background: url('images/shad-bottom.png');
background-position:top;
background-repeat:repeat-x;
}

.ShadowBottomLeft {
background: url('images/shad-botleft.png');
background-position:top right;
background-repeat:no-repeat;
}

.ShadowBottomRight {
background: url('images/shad-botright.png');
background-position:top left;
background-repeat:no-repeat;
}

.ContentShadow {
background-color: #FFFFFF;
background-image:url(images/shad-content.png);
background-position:top;
background-repeat:repeat-x;
}

.SepShadow {
width: 3px;
background-color: #dde4e7;
background-image: url(images/shad-sep.png);
background-position: top center;
background-repeat: no-repeat;
}

.Sep {
width: 3px;
background-color: #dde4e7;
}

.SearchShadow {
width:280px;
height:29px;
background-image: url(images/searchbox-bg.png);
position: top left;
background-repeat: no-repeat;
position: relative;
}

/* content panes */

.LogoPane {
background: #ffffff;
text-align: right;
}

.ContentPane  {
background: #ffffff;
padding-left: 23px;
padding-right: 23px;
vertical-align: top;
}

.RightPane  { 
width: 267px;
background-color: #FFFFFF;
background-image:url(images/shad-content.png);
background-position:top;
background-repeat:repeat-x;
text-align: center;
padding-bottom: 5px;
}

.SearchPane {
background-image:url(images/search-bg.png);
background-position: top left;
background-repeat: repeat-x;
height: 58px;
}

#Search {
padding: 15px;
float: left;
}

#User {
padding: 20px 15px 0 0;
float: right;
font-size: 10pt;
color: #738993;
}

a.User:link, a.User:visited {
color: #567685;
}

#Terms {
padding: 10px;
float: left;
margin-left: 15px;
color: #ffffff;
font-size: 10pt;
}

a.Terms:link, a.Terms:visited {
color: #ffffff;
}

#Copyright {
padding: 10px;
float: right;
margin-right: 15px;
}

.Copyright {
color: #ffffff;
font-size: 10pt;
}

/* Search classes */

#dnn_dnnSEARCH_txtSearch.NormalTextBox {
color: #c1b9b9;
width: 227px;
height: 18px;
font-weight: bold;
background-color: #ffffff;
border: 0px;
position: absolute;
left: 5px;
top: 4px;
}

#dnn_dnnSEARCH_cmdSearch.SearchSubmit {
background-color:#567685;
border:0 none;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
height:20px;
padding:0 12px;
position:absolute;
text-transform:uppercase;
right: 7px;
top: 4px;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
color: #ec7842;
font-size: 12pt;
font-weight: bold;
text-align: left;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #ec7842;
font-weight: bold;
text-transform: uppercase;
font-size: 10pt;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
color: #767e83;
font-weight: bold;
font-size: 10pt;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 1.4;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

.Orange {
color: #ec7842;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #bf1e2e;
}

A:visited   {
color: #bf1e2e;
}

A:hover {
color: #e96f35;
}

A:active    {
color: #567685;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
	height: 16px;
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
height: 58px;
background-image: url(images/menu-bg.png);
background-color:#e96f35;
background-position: top right;
background-repeat:no-repeat;
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* SkinObject Links */


.User {
color: #567685;
}

.Terms {
color: #ffffff;
}

.Copyright {
color: #ffffff;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	position: relative;
	z-index: 99999;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	position: relative;
	z-index: 99999;
}

ul#houseMenuH li a {
	white-space: nowrap;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
	white-space: normal;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
	white-space: normal;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	white-space: normal;
	height: auto;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
	white-space: normal;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	line-height: 12px;
	border: solid 0px #e96f35;
	width: 100%;
	height: 22px;
	_height: 20px;
	background-color: transparent;
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 22px;
	border: 0;
	border-left: solid 2px #f6a31c;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 148px;
	height: auto;
	border-left: none;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	padding: 5px 10px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li a:hover {
	color: #bf1e2e;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a:hover {
	color: #fff;
	background-color: #bf1e2e; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 144px; /* 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 #e96f35;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #f6a31c;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #e96f35;
	line-height: 12px;
	background-color: #f6a31c;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	color: #bf1e2e; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	color: #bf1e2e; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #f6a31c; 
	text-decoration: none;
}

#houseMenuH #HouseMenuHItemHome {
	border-left: none;
}

#houseMenuH ul li li#HouseMenuHCurrentItem {
	background-color: #e96f35;
	width: auto;
}
