/* 
================================
Skin styles for DotNetNuke
================================
*/   

.SkinObject 
{
	font-size: 10px;
    text-decoration: none;
    color: #717070;
}

A[disabled],
A[disabled]:link, 
A[disabled]:visited,
A[disabled]:hover,
A[disabled]:active,
A[disabled].SkinObject,
A[disabled].SkinObject:link,
A[disabled].SkinObject:visited,
A[disabled].SkinObject:hover,
A[disabled].SkinObject:active
{
    text-decoration: none;
    color: #999999;
}

A:link  
{
    text-decoration: none;
    color: #717070;
}

A:visited   
{
    text-decoration: none;
    color: #717070;
}

A:hover
{
	text-decoration: none;
    color: #98012E;
    text-decoration: underline;
}

A:active    
{
    text-decoration: none;
    color: #000000;
}

A.SkinObject:link 
{
	font-size: 10px;
    text-decoration: none;
    color: #717070;
}

A.SkinObject:visited  
{
	font-size: 10px;
    text-decoration: none;
    color: #717070;
}

A.SkinObject:hover
{
	font-size: 10px;
    text-decoration: none;
    color: #98012E;
}

A.SkinObject:active
{
	font-size: 10px;
    text-decoration: none;
    color: #000000;
}

.BreadcrumbSeparator
{
	font-size:10px; 
	color: #999999; 
	font-family: Verdana;
}

.BreadcrumbItem
{
	font-size: 10px;
	font-family: Verdana;
	color: #98012E;
}

.BreadcrumbItem:Hover
{
	font-size: 10px;
	font-family: Verdana;
	color: #98012E;
}

.BreadcrumbItem:Active
{
	font-size: 10px;
	font-family: Verdana;
	color: #98012E;
}

.BreadcrumbItem:Link
{
	font-size: 10px;
	font-family: Verdana;
	color: #98012E;
}

.BreadcrumbItem:Visited
{
	font-size: 10px;
	font-family: Verdana;
	color: #98012E;
}

.BreadcrumbItemSelected:Hover
{
	font-size: 10px;
	font-family: Verdana;
	color: Black;
}

.BreadcrumbItemSelected:Active
{
	font-size: 10px;
	font-family: Verdana;
	color: Black;
}

.BreadcrumbItemSelected:Link
{
	font-size: 10px;
	font-family: Verdana;
	color: Black;
}

.BreadcrumbItemSelected:Visited
{
	font-size: 10px;
	font-family: Verdana;
	color: Black;
}

.Breadcrumb
{
	font-size: 10px;
	font-family: Verdana;
	color: #98012E;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	font-size: 10px;
	font-weight: bold;
    color: #717070;
}

A.CommandButton:visited  
{
	font-size: 10px;
	font-weight: bold;
    color: #717070;
}

A.CommandButton:hover    
{
	font-size: 10px;
	font-weight: bold;
    color: #98012E;
}

A.CommandButton[disabled]:hover    
{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

A.CommandButton:active   
{
	font-size: 10px;
	font-weight: bold;
    color: #000000;
}

.FusionMenuDiv
{
	height: 100%;
}

.FusionQuote
{
	background-color: Transparent;
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	
}

.FusionQuoteContainer
{
	background-color: #d3d3d3;
	vertical-align: top;
	vertical-align: top;
	padding: 10px 20px 10px 0px;
	text-align: right;
}

.FusionTable
{
	width: 100%;
}

.FusionRow
{
}

.FusionCell
{
	font-size: 10px;
	font-family: Verdana;
}

.FusionSelectedParentPrefix
{
	color: #98012E;
	font-weight: bold;
}
.FusionRootItemChildSelected,
.FusionRootItemChildSelected:link,
.FusionRootItemChildSelected:visited,
.FusionRootItemChildSelected:hover,
.FusionRootItemChildSelected:active
{
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

.FusionRootItemSelected,
.FusionRootItemSelected:link,
.FusionRootItemSelected:visited,
.FusionRootItemSelected:hover,
.FusionRootItemSelected:active
{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.FusionRootItem,
.FusionRootItem:link,
.FusionRootItem:visited,
.FusionRootItem:hover,
.FusionRootItem:active
{
	color: #98012E;
	font-weight: bold;
	text-transform: uppercase;
}

.FusionChildItem,
.FusionChildItem:link,
.FusionChildItem:visited,
.FusionChildItem:hover,
.FusionChildItem:active
{
	color: #98012E;
}

.FusionChildItemSelected,
.FusionChildItemSelected:link,
.FusionChildItemSelected:visited,
.FusionChildItemSelected:hover,
.FusionChildItemSelected:active
{
	color: #000000;	
	font-weight: bold;
}

.FusionChildItemChildSelected,
.FusionChildItemChildSelected:link,
.FusionChildItemChildSelected:visited,
.FusionChildItemChildSelected:hover,
.FusionChildItemChildSelected:active
{
	color: #666666;
	font-weight: bold;
}

.MainMenuTable
{
}

.MainMenuRootLinkParent
{
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

.MainMenuRootItemSelected
{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}


.MainMenuTable a:link
, .MainMenuTable a:hover
, .MainMenuTable a:active
, .MainMenuTable a:visited
{
	color: #98012E;
	font-weight: bold;
	text-transform: uppercase;
	
}

.MainMenuChildItem
{
	font-weight: bold;
	color: #98012E;
}

.MainMenuChildItemSelected
{
	color: #000000;	
	font-weight: bold;
}

.MainMenuHorizontalSeparator
{
	padding: 0px 5px 0px 5px;
}

.HomePageMaster 
{
	width: 1003px;
	height: 100%;	
	background-color: #ededed;
	text-align: center;
	vertical-align: top;
}

.PageMaster 
{
	width: 100%;
	height: 100%;	
	background-color: White;
	text-align: center;
	vertical-align: top;
}

.PageBarRight
{
	width: 20px;
	background-color: #ECEBE4;
}

.Login:hover
{
	font-size: 10px; 
	font-family: Verdana;
	text-transform: uppercase;
	color: #5E5E5E;
	text-decoration: none;
}

.Login:link
{
	font-size: 10px; 
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #5E5E5E;
}

.Login:active
{
	font-size: 10px; 
	font-family: Verdana;
	text-transform: uppercase;
	color: #5E5E5E;
}

.Login:visited
{
	font-size: 10px; 
	font-family: Verdana;
	text-transform: uppercase;
	color: #5E5E5E;
}

.LeftFooterTable
{
	background-color: Transparent;
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	vertical-align: top;
	padding: 10px 20px 10px 0px;
}

.LeftMenuTableCssClass
{
	background-color: #F5EFE8;
	font-family: Verdana;
	font-size: 11px;
}

.LeftMenuTD
{
	background-color: #F5EFE8;
	height: 85px;
	padding: 10px 10px 10px 10px; 
}

.GenericLeftMenuTD
{
	background-color: #F5EFE8;
}

.PrinterFriendlySkinMaster
{
	height: 100%;
	width: 740px;
	background-color: Transparent;
	vertical-align: top;
}

.SkinMaster 
{
	height: 100%;
	background-color: Transparent;
}

.HomeMenuTD
{
	padding: 0px 10px 0px 20px;
	white-space: nowrap; 
	height: 22px; 
	background-color: #e9e7df; 
}

.MenuTD
{
	padding: 0px 0px 0px 20px;
	white-space: nowrap; 
	white-space: nowrap; 
	height: 22px; 
}

.HomeLoginTD
{
	padding: 10px 20px 10px 20px;
	background-color: #dfded8;
	background-image: url('Images/HomePage/TopRightBackground.gif');
	background-position: right;
	background-repeat: repeat-y;
}

.LoginTD
{
	padding: 10px 0px 10px 20px;
}

.HeaderSeparatorLeft
{
	height:30px;
}

.FooterTable
{
	height:100%;
	vertical-align: bottom;
}

.Footer
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #717070;
}

.ControlPanel 
{
	width: 1001px;
	background-color: White;
	border: solid 1px #000000;
}

.FlashPane 
{
	width: 1001px;
	background-color: transparent;
	height: 0px;
}

.HomeLeftPane
{
	background-color: transparent;
}

.LeftPane 
{
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.TermsAndPrivacyContentPane 
{
	width: 877px;
	height: 100%;
	background-color: transparent;
	padding: 6px 0px 0px 0px;
}

.ContentPane 
{
	width: 675px;
	height: 100%;
	background-color: transparent;
	padding: 6px 0px 0px 0px;
}

.PrinterFriendlyContentPane 
{
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-top: 6px;
}

.ControlPanel
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.RightPane 
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.BottomPane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.StandardButton 
{
	background: #EEEEEE;
	color: #98012E;
	font-family: verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}

TH  
{
    vertical-align: baseline;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.TreeViewMenu 
{
	width: 175px;
	background-color: White;
}

.TreeViewMenuHeader 
{
	
}

.Head 
{
   font-family: Arial;
   font-size:  18px;
   font-weight: normal;
   color: #000000;
}

.HomeMidColumn
{
	background-color: #dfded8;
	background-image: url('Images/HomePage/TopRightBackground.gif');
	background-position: right;
	background-repeat: repeat-y;
	width: 414px; 
}

.HomePageLogoTD
{
	padding: 15px 8px 0px 20px;
    height: 76px;
	width: 542px;
}

.LogoTD
{
	padding: 15px 0px 0px 20px; 
	height: 76px; 
	width: 1%;
}

.Normal,.NormalDisabled
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #464646;
}

.VerticalBreak
{
	width: 40px;
}

.PrintFriendlyVerticalBreak
{
	width: 40px;
}

.HorizontalGrayBar
{
	height: 22px;
	background-color: #D0CEC0;
}

.TableFullWidth
{
	width: 100%;
}

TD
{
	font-size: 12px;
	font-family: Arial;
	color: #464646;
	line-height: 18px;
}

TextArea
{
	color: Black;
	font-size: 12px;
	font-family: Arial;
}

.EmailLinkLeftDivider
{
	background-color: #98012E;
	height: 5px;
}

.EmailLinkRightDivider
{
	background-color: #CCCCCC;
	height: 5px;
}