/* ================================
    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
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
    FONT-SIZE: 11px;
    COLOR: #303030;
    LINE-HEIGHT: 1.3;
    MARGIN-BOTTOM: 6px;
}

.Intro
{
    FONT-SIZE: 13px;
    COLOR: #303030;
    LINE-HEIGHT: 1.3;
    MARGIN-BOTTOM: 5px;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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  {
         font-size: 22px;
         color: #F78F1E;
         font-weight: normal;
         padding-bottom: 15x;
         MARGIN-BOTTOM: 5px;
         border-bottom-style: dotted;
         border-bottom-width: 2px;
         border-bottom-color: #333333;
}

H2  {
         font-size: 14px;
         font-weight: normal;
         color: #F78F1E;
}

H3  {
         font-size: 12px;
         font-weight: bold;
         color: #F78F1E;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
        padding: 0px 2px 0px 0px;
        list-style-type: round;
        margin-left: -15px;
}

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 {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.Ver2_Menulevel0,.Ver2_Menulevel0:link,.Ver2_Menulevel0:visited {
	background-color: #DDDF00;
	border-top: 1px solid #69A9B9;
	border-right: 4px solid #69A9B9;
	border-bottom: 1px solid #0D4351;
	border-left: 0px;
	height: 20px;
	width: 100%;
	float: left;
	font: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-indent: 5px;
}

.Ver2_Menulevel0:hover {
	background-color: #666666;
	border-top: 1px solid #69A9B9;
	border-right: 4px solid #69A9B9;
	border-bottom: 1px solid #0D4351;
	border-left: 0px;
	height: 20px;
	width: 100%;
	float: left;
	font: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.Ver2_Menulevel0_Selected,.Ver2_Menulevel0_Selected:link,.Ver2_Menulevel0_Selected:visited {
	background-color: #0A728B;
	border-bottom: 1px solid #531506;
	border-right: 4px solid #CD857C;
	border-top: 1px solid #E9C9C5;
	height: 20px;
	width: 100%;
	float: left;
	font: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-indent: 5px;
	background-image: src="/Portals/27/BG.jpg";
	background-position: right;
	background-repeat: no-repeat;
}

.Ver2_Menulevel0_Selected:hover {
	background-color: #A52B0C;
	border-bottom: 1px solid #531506;
	border-right: 4px solid #CD857C;
	border-top: 1px solid #E9C9C5;
	height: 20px;
	width: 100%;
	float: left;	
	font: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-indent: 5px;
}

.Ver2_Menulevel1,.Ver2_Menulevel1:link,.Ver2_Menulevel1:visited {
	background-color: #E6E6E6;
	border-top: 1px solid #FFFFFF;
	border-right: 4px solid #F4F4F4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 0px;
	height: 20px;
	width: 100%;
	float: left;
	font: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-indent: 5px;
}

.Ver2_Menulevel1:hover {
	background-color: #D4D4D4;
	border-top: 1px solid #FFFFFF;
	border-right: 4px solid #F4F4F4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 0px;
	height: 20px;
	width: 100%;
	float: left;
	font: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-indent: 5px;
}

.Ver2_Menulevel1_Selected,.Ver2_Menulevel1_Selected:visited {
	background-color: #BDCDD5;
	border-top: 1px solid #FFFFFF;
	border-right: 4px solid #F4F4F4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 0px;
	height: 20px;
	width: 100%;
	float: left;	
	font: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-indent: 5px;
}

.Ver2_Menulevel2,.Ver2_Menulevel2:visited {
	background-color: #E6E6E6;
	border-top: 1px solid #FFFFFF;
	border-right: 4px solid #F4F4F4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 0px;
	height: 20px;
	width: 100%;
	float: left;
	color: #000000;
	text-decoration: none;
	display: block;
	font: verdana, arial;
	font-size: 9px;
	line-height: 20px;
	text-indent: 15px;
}

.Ver2_Menulevel2:hover {
	background-color: #D4D4D4;
	border-top: 1px solid #FFFFFF;
	border-right: 4px solid #F4F4F4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 0px;
	height: 20px;
	width: 100%;
	float: left;
	color: #000000;
	text-decoration: none;
	display: block;
	font: verdana, arial;
	font-size: 9px;
	line-height: 20px;
	text-indent: 15px;
}

.Ver2_Menulevel2_Selected,.Ver2_Menulevel2_Selected:visited {
	background-color: #BDCDD5;
	border-top: 1px solid #FFFFFF;
	border-right: 4px solid #F4F4F4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 0px;
	height: 20px;
	width: 100%;
	float: left;
	color: #000000;
	text-decoration: none;
	display: block;
	font: verdana, arial;
	font-size: 9px;
	line-height: 20px;
	text-indent: 15px;
}

.navMenu_Shadow {
	background-image: url(../Images/navMenu_shadow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 149px;
	height: 9px;
}































