/* 
================================
Skin styles for User Interface
================================
*/  

.ABC_Header_Red
{
	font-weight: bold;
	font-size: 14pt;
	color: #ED171F;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Normal
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Normal_Red
{
	font-weight: normal;
	font-size: 10pt;
	color: #ED171F;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Normal_Orange
{
	font-weight: normal;
	font-size: 10pt;
	color: #f0be0a;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Bold
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Bold_Red
{
	font-weight: bold;
	font-size: 10pt;
	color: #ED171F;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Bold_Orange
{
	font-weight: bold;
	font-size: 10pt;
	color: #F0BE0A;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Small_Bold 
{
	font-weight: bold;
	font-size: 8.5pt;
	color: Black;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Small_Bold_Red 
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ED171F;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.ABC_Body_Small_Bold_Orange 
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #F0BE0A;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

/* 
================================
NavBar
================================
*/  

.NavBar
{
  background-color:White; 
  border: 0px solid black; 
  padding: 0px;
  padding-bottom: 0px;
  cursor: default; 
} 

.TopItem
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/Menu_Main_Red.gif);
	padding-bottom: 4px;
	width: 133px;
	cursor: hand;
	color: black;
	padding-top: 4px;
	font-family: tahoma, verdana;
	height: 28px;
	text-align: center;
}

.TopItemHover
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/Menu_Main_Orange.gif);
	width: 133px;
	cursor: hand;
	color: black;
	font-family: tahoma, verdana;
	height: 28px;
	text-align: center;
}

.TopItemExpanded
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/Menu_Main_Orange.gif);
	width: 133px;
	cursor: hand;
	color: black;
	font-family: tahoma, verdana;
	height: 28px;
	text-align: center;
}

.Level2Item
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	background-image: url(images/Menu_Sub_Black_Item.gif);
	padding-bottom: 2px;
	width: 133px;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: tahoma, verdana;
	height: 20px;
	text-align: center;
}
.Level2ItemHover
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	background-image: url(images/Menu_Sub_Black_Over.gif);
	padding-bottom: 2px;
	width: 133px;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: tahoma, verdana;
	height: 20px;
	text-align: center;
}

.Level2Group
{
  background-color:black;
  background-image: url(images/Menu_Sub_Black.gif);
  padding:0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left:6px;
  padding-right:0px;
}

.Level3Item
{
	padding-right: 4px;
	padding-left: 2px;
	font-size: 10px;
	padding-bottom: 2px;
	width: 133px;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: tahoma, verdana;
	height: 20px;
	text-align: center;
}

.Level3ItemHover
{
	padding-right: 4px;
	padding-left: 2px;
	font-size: 10px;
	background-image: url(images/Menu_Sub_Black_Over.gif);
	padding-bottom: 2px;
	width: 133px;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: tahoma, verdana;
	height: 20px;
	text-align: center;
}

.Level3Group
{
  background-color:red;
  padding:0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left:0px;
  padding-right:10px;
}

.Empty
{
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

html
{
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #ED171F;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A:link  {
    text-decoration:    none;
    color:  #ED171F;
}

A:visited   {
    text-decoration:    none;
    color:  #ED171F;
}

A:active    {
    text-decoration:    none;
    color:  #ED171F;
}

A:hover {
    text-decoration:    underline;
    color:  #ED171F;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#ED171F;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ED171F;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ED171F;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ED171F;
}

A.Normal:link {
    text-decoration:    none;
    color:#ED171F;
}

A.Normal:visited  {
    text-decoration:    none;
    color:#ED171F;
}

A.Normal:active   {
    text-decoration:    none;
    color:#ED171F;
}

A.Normal:hover    {
    text-decoration:    none;
    color:#ED171F;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.skinmaster
{
	height: 100%;
	background-color: #ffffff;
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(Skin_Header_Orange.gif); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #F8DF86;
}
.toppane {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 100%;
	background-color: white;
}
.leftpane
{
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 142px;
	background-color: transparent;
}
.searchpane
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
	background-color: white;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.contentpane {
	width: 50%;
	background-color: transparent;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #F8DF85 0px solid; 
	border-bottom: #F8DF85 1px solid; 
	border-top: #F8DF85 1px solid; 
	border-right: #F8DF85 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #F8DF85; 
	border-left: #F8DF85 1px solid; 
	border-bottom: #F8DF85 1px solid; 
	border-top: #F8DF85 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #F8DF85;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8DA4D3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #F8DF85 1px solid; 
	border-bottom: #F8DF85 1px solid; 
	border-top: #F8DF85 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #DFDFDF none; 
    color: #000000;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #ED171F 1px solid; 
	BORDER-TOP: #ED171F 1px solid; 
	BORDER-LEFT: #ED171F 1px solid; 
	BORDER-BOTTOM: #ED171F 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(Skin_Header_Silver.gif);
}
.Head
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
}



