/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 
a:link, a:visited 
{
	color: #72afb6;
	text-decoration: underline;
}

a:hover 
{
	color: #b9d6d9;
	text-decoration: underline;
}

.outerWrapper 
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 68px;
	text-align: center;
	background: #b9d6d9 url(img_BottomRightBackground.gif) no-repeat 103% 100%;
}

.innerWrapper 
{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF url(content_background.gif) repeat-y left 100px;
}

.contentWrapper 
{
	margin: 0;
	padding: 0;
	text-align: left;
	background: transparent url(background.jpg) no-repeat left top;
}

.controlPanelContainer
{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 0;
	text-align: left;
	background-color: transparent;
}

.controlpanel 
{
	background-color: #FFFFFF;
	width: 850px;
}

.header
{
	clear: both;
    margin: 0;
	padding: 0;
	height: 175px;
}

.header #dnn_imgLogo
{
    margin: 10px;
    margin-top: 30px;
}

.adminMenuContainer
{
    clear: both;
    margin: 0;
	padding: 0;
}

.contentContainer
{
	clear: both;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background-color: transparent;
	text-align: left;
}

.leftPaneContent
{
    width: 200px;
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
	background-color: transparent;
	vertical-align: top;
	color: #FFFFFF;
}

.contactUsContainer
{
    margin-top: 10px;
    height: 171px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Century Gothic, Arial, Helvetica !important;
    background: transparent url(img_ContactUsBackground.gif) no-repeat 10px top;
}

.contactUsContainer h2
{
    color: #FFFFFF;
}

.contactUsContainer p
{
    margin-top: 3px;
}

.contactUsContainer .lower
{
    text-transform: lowercase;
    font-size: 0.9em;
}

.contactUsContainer a
{
    color: #ffffff;
    text-decoration: none;
}

.contactUsContainer a:hover
{
    color: #ffffff;
    text-decoration: underline !important;
}

.contactUsContainer a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.contactUsContent
{
    margin: 0 0 0 20px;
    padding-top: 10px;
}

.contentPane
{
    width: 350px;
	margin: 90px 0 0 0;
	padding: 0;
	float: left;
	clear: none;
	border-top: solid 1px #DDDDDD;
	background: #ffffff url(img_ContentPaneBackground.gif) no-repeat left -88px;
	vertical-align: top;
	text-align: left;
	min-height: 250px;
}

.contentPaneLarge
{
    width: 650px;
	margin: 90px 0 0 0;
	padding: 0;
	float: left;
	clear: none;
	border-top: solid 1px #DDDDDD;
	background: #ffffff url(img_ContentPaneLargeBackground.gif) no-repeat left -88px;
	vertical-align: top;
	text-align: left;
	min-height: 350px;
}

.contentPaneAdmin
{
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #ffffff;
}

.rightPane 
{
	width: 300px;
	padding: 0;
	margin: 0;
	float: left;
	background-color: transparent;
	vertical-align: top;
	min-height: 400px;
}

.linkContainer 
{
	padding-right: 12px;
}

.footer
{
	margin: 0;
	padding: 5px 20px 0 20px;
	clear: both;
	font-size: 0.9em;
	background: #b9d6d9 url(img_FooterBackground.gif) no-repeat left top;
	text-align: left;
	height: 43px;
}


ul.footerList
{
	list-style-type: none;
	clear: none;
	margin: 0;
	padding: 0;
}

.footerList li
{
	border-left: solid 1px #505b63;
	display: inline;
	padding: 0 7px 0 7px;
}

.footerList li.first
{
	border-left: none;
	padding-left: 0;
}

.footer a
{
	text-decoration: none;
	color: #505b63;
}

.footer a:link
{
	text-decoration: none;
	color: #505b63;
}

.footer a:hover
{
	text-decoration: underline !important;
	color: #505b63;
}

.footer a:visited
{
	text-decoration: none;
	color: #505b63;
}

.innov8ive
{
	float: right;
}

.compliance
{
	text-align: center;
	padding: 0;
	margin: 0;
	clear: both;
	background-color: transparent;
	height: 30px;
}

.compliance img
{
	border-style: none;
}

.compliance a
{
	text-decoration: none !important;
}

.quoteAuthor
{
    font-family: Century Gothic, Arial, Helvetica !important;
    font-style: italic;
    font-weight: bold;
    color: #72afb6;
    font-size: 1.0em;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12pt;
    color: #000000;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink styles */
A.OtherTabs:link {
    text-decoration:    underline;
    color: #000000;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
A.OtherTabs:visited  {
    text-decoration:    underline;
    color: #000000;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
A.OtherTabs:active   {
    text-decoration:    underline;
    color: #000000;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
A.OtherTabs:hover    {
    text-decoration:    none;
    color: #000000;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
.WhiteLinks {
    text-decoration:none;
    color: #000000;
	border: 0;
	font-weight: normal;
}


A.WhiteLinks:link {
    text-decoration:none;
    color: #000000;
	border: 0;
	font-weight: normal;
}

A.WhiteLinks:visited  {
    text-decoration:none;
    color: #000000;
	border: 0;
	font-weight: normal;
}

A.WhiteLinks:active   {
    text-decoration:none;
    color: #000000;
	border: 0;
	font-weight: normal;
}

A.WhiteLinks:hover    {
    text-decoration:underline;
    color: #000000;
	border: 0;
	font-weight: normal;
}
.BlackLinks {
    text-decoration:none;
    color: #000000;
	border: 0;
	font-weight: normal;
}
A.WhiteLinks:link, A.BlackLinks:visited, A.BlackLinks:active {
    text-decoration:none;
    color: #000000;
	border: 0;
	font-weight: normal;
}
A.BlackLinks:hover    {
    text-decoration:underline;
    color: #000000;
	border: 0;
	font-weight: normal;
}

/*=============== START DEFAULT MENU STYLES ============================================*/

/* Main Menu 
----------------------------------------------------------------------------------------*/
.MainMenu_MenuContainer 
{
	background-color: transparent;
	cursor: pointer; 
	margin-left: 25px;
}

.MainMenu_MenuContainer td
{
	white-space: nowrap;
}

.MainMenu_MenuItem 
{
	cursor: pointer; 
	color: #FFFFFF; 
	font-family: Century Gothic, Arial, Helvetica !important;
	font-size:  1.0em;
	text-align:left;
	border: none;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 20px;
}

.MainMenu_MenuItem a:link, .MainMenu_MenuItem a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

.MainMenu_MenuItemSel 
{
	cursor: pointer; 
	color: #FFFFFF; 
	font-family: Century Gothic, Arial, Helvetica !important; 
	font-size:  1.0em; 
	text-align:left;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 20px;
}

.MainMenu_MenuItemSel a:link, .MainMenu_MenuItemSel a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

.MainMenu_MenuItemSel a:hover, .MainMenu_MenuItemSel a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.MainMenu_MenuIcon 
{
	display: none;
}

.MainMenu_SubMenu 
{
	z-index: 1000;
	margin: 0;
	padding: 0;
	border: 1px solid #b9d6d9;
	background-color: #FFFFFF;
}

.MainMenu_SubMenu .MainMenu_MenuItem 
{
	color: #72afb6; 
	font-size: 12px;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel 
{
	color: #FFFFFF; 
	font-size: 1.0em;
	background-color: #72afb6;
}

.MainMenu_SubMenu .MainMenu_MenuItem a:link, .MainMenu_SubMenu .MainMenu_MenuItem a:visited 
{
	color: #72afb6;
	text-decoration: none;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel a:hover, .MainMenu_SubMenu .MainMenu_MenuItemSel a:active
{
	color: #FFFFFF !important;
	text-decoration: underline !important;
}

.MainMenu_MenuBreak 
{
	height: 0px;
	display: none;
}

.MainMenu_MenuArrow 
{
	font-family: webdings; 
	font-size:  1.0em; 
	cursor: pointer; 
	display: none;
}

.MainMenu_RootMenuArrow 
{
	font-family: webdings; 
	font-size:  1.0em; 
	cursor: pointer; 
	display: none;
}

.dnn_dnnnav_ctldnnnav_spmrarw
{
	display: none !important;
}

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	height: 25px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem 
{
	color: #666644; 
	background: #FFFFFF;
	cursor: pointer; 
	font-family: Arial, Helvetica; 
	font-size:  1.0em; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	text-align: left;
	padding: 2px;
}

.ModuleTitle_MenuIcon 
{
	cursor: pointer; 
	color: #666644;
	text-align: center;
	background: transparent;
	display: block;
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	color: #666644;
	background: #FFFFFF;
	margin-top: 5px;
	text-align: left;
}

.ModuleTitle_MenuBreak 
{
	display: none;
}

.ModuleTitle_MenuItemSel 
{
	color: #b9d6d9;
	font-family: MArial, Helvetica; 
	font-size:  1.0em; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	background: #FFFFFF;
	text-align: left;
	padding: 2px;
}

.ModuleTitle_MenuArrow 
{
	font-family: webdings; 
	font-size:  1.0em; 
	cursor: pointer; 
	display: block;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size:  1.0em; 
	cursor: pointer; 
	display: block;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #000000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  1.0em;
	border: 0px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  1.0em;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #000000;
	text-decoration: none;
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
	text-decoration:underline;
}

a.SubHead:hover {
	color: #000000;
	text-decoration: none;
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
	text-decoration:none;
}
.CommandButton	{
	font-family: Arial, Helvetica;
	font-size:  1.0em;
	visibility: visible;
}

a.CommandButton:link, a.CommandButton:visited {
	color: #000000;	
	padding: 1px 5px 2px 6px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #000000;
	padding: 1px 5px 2px 6px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  11px;
	text-decoration: none;
}
.StandardButton
{
	font-family: Arial, Helvetica;
	font-size:  11px;
	color: #72afb6;
	text-decoration: none;
	background-color: #b9d6d9;
	border: 1px solid #72afb6;
	padding: 2px;
}
a.StandardButton:link, a.StandardButton:visited {
	color: #000000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  11px;
	text-decoration: none;
}

a.StandardButton:hover {
	color: #000000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  11px;
	text-decoration: none;
}
.PrintButton
{
	font-family: Arial, Helvetica;
	font-size:  0.9em;
	color: #000;
	text-decoration: none;
	background-color: #6C276B;
	border: 1px solid #000000;
	padding: 1px;
	margin-left: 5px;
}
a.PrintButton:link, a.PrintButton:visited 
{
	color: #000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  0.9em;
	text-decoration: none;
}

a.PrintButton:hover 
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  0.9em;
	text-decoration: none;
}

a.Normal:link, a.Normal:visited 
{
	color: #000000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  1.0em;
	text-decoration: underline;
}

a.Normal:hover 
{
	color: #000000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  1.0em;
	text-decoration: none;
}

.Head 
{
	font-size: 1.4em;
	font-family: Century Gothic, Arial, Helvetica;
	background: transparent;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
}

.WhiteTitle {
	font-size:  1.0em;
	font-family: Arial, Helvetica;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px;
}
.BrownTitle {
	font-size:  1.0em;
	font-family: Arial, Helvetica;
	color: #b9d6d9;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px;
}

.HeadWhite {
	font-size:  1.0em;
	font-family: Arial, Helvetica;
	color: #000000;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px;
}
.Head2 {
	font-size: 15px;
	font-family: Arial, Helvetica;
	color: #970F00;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px;
}

.NormalRed {
	color: #D08D00;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size:  1.0em;
}

.NormalBold {
	font-family: Arial, Helvetica;
	font-size:  1.0em;
	font-weight: bold;
}

.NormalTextBox 
{
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  11px;
	visibility: visible;
}

.WhiteBold	{
	color: #000000;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size:  1.0em;
}
.whitetext	{
	color: #000000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size:  1.0em;
	padding-top: 1px
}
.WhiteLink
{
	font-family: Arial, Helvetica;
	font-size:  1.0em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

A.WhiteLink:active, A.WhiteLink:link, A.WhiteLink:visited 
{
	font-family: Arial, Helvetica;
	font-size:  1.0em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

A.WhiteLink:hover
{
	font-family: Arial, Helvetica;
	font-size:  1.0em;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.moduleMain a:link, .registerPopUp a:link
{
	color: #b9d6d9;
	font-weight: normal;
	font-size:  1.0em;
	text-decoration: underline;
}

.moduleMain a:visited, .registerPopUp a:visited
{
	color: #b9d6d9;
	font-weight: normal;
	font-size:  1.0em;
	text-decoration: underline;
}

.moduleMain a:hover, .registerPopUp a:hover
{
	color: #72afb6 !important;
	font-weight: normal;
	font-size:  1.0em;
	text-decoration: underline;
}

/* Main Links */

div.qsfMainLink
{
	margin: 0;
	height: 20px;
	padding: 0 0 0 30px;
	font-size: 1.0em;
	text-transform: uppercase;
}

div.qsfMainLinkHighlight
{
    margin: 0;
	height: 20px;
	padding: 0 0 0 30px;
	font-size: 1.0em;
	text-transform: uppercase;
    cursor: pointer;
    background: transparent url(img_MenuArrow.gif) no-repeat 15px 4px;
}

div.qsfMainLinkHover
{
    margin: 0;
	height: 20px;
	padding: 0 0 0 30px;
	font-size: 1.0em;
	text-transform: uppercase;
    cursor: pointer;
}

div.qsfMainLink a
{
    margin: 0;
}

div.qsfSubLink
{
	margin: 0;
	height: 20px;
	padding: 0 0 0 45px;
	font-size: 1.0em;
	text-transform: uppercase;
}

div.qsfSubLinkHighlight
{
    margin: 0;
	height: 20px;
	padding: 0 0 0 45px;
	font-size: 1.0em;
	text-transform: uppercase;
    cursor: pointer;
    background: transparent url(img_MenuArrow.gif) no-repeat 30px 4px;
}

div.qsfSubLinkHover
{
    margin: 0;
	height: 20px;
	padding: 0 0 0 45px;
	font-size: 1.0em;
	text-transform: uppercase;
    cursor: pointer;
}

div.qsfSubLink a
{
    margin: 0;
}

div.qsfMainLink a, div.qsfSubLink a,
div.qsfMainLinkHighlight a, div.qsfSubLinkHighlight a,
div.qsfMainLinkHover a, div.qsfSubLinkHover a
{
    font-family: Century Gothic, Arial, Helvetica !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

div.qsfMainLink a:hover, div.qsfSubLink a:hover,
div.qsfMainLinkHighlight a:hover, div.qsfSubLinkHighlight a:hover,
div.qsfMainLinkHover a:hover, div.qsfSubLinkHover a:hover
{
    font-family: Century Gothic, Arial, Helvetica !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

div.qsfMainLink a:visited, div.qsfSubLink a:visited,
div.qsfMainLinkHighlight a:visited, div.qsfSubLinkHighlight a:visited,
div.qsfMainLinkHover a:visited, div.qsfSubLinkHover a:visited
{
    font-family: Century Gothic, Arial, Helvetica !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.actionMessageContainer
{
	margin: 5px 0 5px 0;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 2px #b9d6d9;
	clear: both;
}

/* Site Map styles */
.siteMapGroup
{
  padding-left: 12px;
  background: url(../../../../images/img_ArrowSmall.gif) 0 0.3em no-repeat;
  font-family: Century Gothic, Arial, Helvetica !important;
  font-size: 1.0em;
  text-transform: uppercase;
  color: #505b63;
}

.siteMapGroup a, .siteMapGroup a:visited
{
    text-decoration: none;
    color: #505b63;
}

.siteMapGroup a:hover
{
    color: #b9d6d9;
    text-decoration: underline;
}

/* Twitter widget */
.twtr-wrapper
{
    height: 150px;
    background-color: transparent;
    border: none;
    overflow: hidden;
}
.twtr-widget
{
    position: relative;
}
.twtr-inactive
{
    display: none;
}
.twtr-widget a img
{
    border: 0 !important;
}
.twtr-doc
{
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.twtr-bd
{
    padding: 0 !important;
    border: none !important;
}
.twtr-bd p
{
    color: #FFFFFF !important;
    font-family: Verdana, Arial, Helvetica !important;
    font-size: 0.9em !important;
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
}
.twtr-widget .twtr-tweet-wrap
{
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
.twtr-widget .twtr-tweet
{
    overflow: hidden;
    border: none !important;
}
.twtr-widget .twtr-tweet a.twtr-reply
{
    visibility: hidden;
}
* html .twtr-widget .twtr-tweet a.twtr-reply
{
    visibility: visible;
}
.twtr-widget .twtr-tweet:hover a.twtr-reply
{
    visibility: visible;
}
.twtr-widget-profile img.twtr-profile-img
{
    display: block;
    float: left;
    width: 31px;
    height: 31px;
    border: 0 !important;
}
.twtr-widget i, .twtr-widget
{
    font-size: 0.9em;
    font-style: normal;
    display: block;
    margin: 5px 0 10px 0 !important;
}
.twtr-widget .twtr-new-results
{
    text-align: center;
    padding: 0;
    margin: 0 auto -10px auto;
    display: block;
    position: relative;
    bottom: 5px;
}
.twtr-results-inner
{
    line-height: 1;
    font-size: 100%;
    padding: 0;
    position: relative;
    bottom: -2px;
    width: 40%;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}
.twtr-results-hr
{
    width: 100%;
    position: relative;
    z-index: 1;
    height: 1px;
    bottom: 7px;
    background: none;
    overflow: hidden;
}
.twtr-new-results span
{
    position: relative;
    z-index: 3;
    top: -14px;
    display: block;
    font-size: 11px !important;
}
.twtr-hd
{
    display: none;
}
.twtr-timeline
{
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 150px;
    width: 120px;
    background-color: transparent;
    border: none;
}
.twtr-flat .twtr-timeline
{
    overflow: hidden;
}
.twtr-widget
{
    border-bottom-width: 0;
}
.twtr-ft
{
    display: none;
}
.twtr-avatar
{
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    display: block;
}
.twtr-img
{
    height: 25px;
    width: 25px;
}
.twtr-img img
{
    width: 30px;
    height: 30px;
}
.twtr-tweet-text
{
    margin-left: 0;
}
.twtr-doc a, .twtr-doc a:link, .twtr-doc a:visited, .twtr-doc a:hover
{
    color: #72afb6 !important;
    text-decoration: underline !important;
}
