/* ====================================
    CSS STYLES FOR DotNetNuke Portal 12
   ====================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{background-color: #cccccc;
}

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

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    FONT: Tahoma, Arail;
    FONT-SIZE: 12px;
    COLOR: #3O3O3O;
    LINE-HEIGHT: 1.32;
    MARGIN-BOTTOM: 0px;
    BACKGROUND-COLOR: transparent;
}

A.OtherTabs:visited  {
    FONT: Tahoma, Arail;
    font-weight: normal;
    FONT-SIZE: 12px;
    COLOR: #303030;
    LINE-HEIGHT: 1.32;
    MARGIN-BOTTOM: 0px;
    BACKGROUND-COLOR: transparent;
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    FONT: Tahoma, Arial;
    FONT-SIZE: 13px;
    COLOR: #3O3O3O;
    LINE-HEIGHT: 1.2;
    MARGIN-BOTTOM: 0px;
    BACKGROUND-COLOR: transparent;

}

/* 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: Tahoma, Arail;
    FONT-SIZE: 12px;
    COLOR: #3O3O3O;
    LINE-HEIGHT: 1.32;
    MARGIN-BOTTOM: 0px;
    BACKGROUND-COLOR: transparent;
}
.Profile
{
    FONT: Tahoma, Arail;
    FONT-SIZE: 11px;
    COLOR: #3O3O3O;
    LINE-HEIGHT: 1.32;
    MARGIN-BOTTOM: 0px;
    BACKGROUND-COLOR: transparent;
}


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

.NormalRed
{
}

.greytable, .greytable TD, .greytable TH
{
    background-color:#ededed;
    color:#000000;
    FONT: Tahoma, Arail;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 1.3;

}


.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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link U  {
    	COLOR: #orange;
	FONT-COLOR: #orange;
}
 
A:visited U  {
    	COLOR: #orange;
	FONT-COLOR: #orange;
}

A:active  U  {
    	COLOR: #orange;
	FONT-COLOR: #orange;
}

A:hover U {
    	COLOR: #orange;
	FONT-COLOR: #orange;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

.currentItemHighlight {
    color:#CC0000;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;}

/* 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 {
    FONT: Tahoma, Arail;
    FONT-SIZE: 12px;
    COLOR: #3O3O3O;
    LINE-HEIGHT: 1.3;
    MARGIN-BOTTOM: 2px;
    BACKGROUND-COLOR: transparent;

}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
    FONT: Tahoma, Arial;
    FONT-SIZE: 12px;
    COLOR: #b91315;
    LINE-HEIGHT: 1.3;
    MARGIN-BOTTOM: 2px;
    BACKGROUND-COLOR: white;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
    FONT: Tahoma, Arial;
    FONT-SIZE: 12px;
    COLOR: #b91315;
    LINE-HEIGHT: 1.3;
    MARGIN-BOTTOM: 2px;
    BACKGROUND-COLOR: white;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
    FONT: Tahoma, Arial;
    FONT-SIZE: 12px;
    COLOR: #336699;
    LINE-HEIGHT: 1.3;
    MARGIN-BOTTOM: 2px;
    BACKGROUND-COLOR: transparent;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Side Menu */

.MenuHdrMouseOver
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    COLOR: #003366;
    MARGIN-BOTTOM: 2px;
}


.MenuHdr
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    COLOR: #003366;
    FONT-WEIGHT: bold;

}


.MenuItem
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    COLOR: #003366;
}

.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    color: #CC0000;
    MARGIN-BOTTOM: 2px;
}

.MenuHdr A:MouseOver
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    color: #003366;
    MARGIN-BOTTOM: 2px;
}


.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link 
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    color: #003366;
    MARGIN-BOTTOM: 2px;
}

.MenuItemMouseOver
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    color: #003366;
    MARGIN-BOTTOM: 2px;
}

.currentHeaderHighlight
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    font-weight: bold;
    color: #CC0000;
}

.currentHeader
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    font-weight: bold;
    color: #CC0000;
}

.currentItemHighlight
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    font-weight: bold;
    color: #CC0000;
}


H1  {
    font-family: Times;
    font-size:  20px;
    font-weight:    normal;
    color: #CC0000;
    LINE-HEIGHT: 1.1em;
}

H2  {
    font-family: Tahoma, Arial;
    font-size:  14px;
    font-weight: Bold;
    color: #CC0000;
}

H3  {
    font-family: Tahoma, Arial;
    font-size:  13px;
    font-weight:    bold;
    color: #CC0000;
}

H4  {
    font-family: Tahoma, arial;
    font-size:  13px;
    font-weight:    normal;
    color: #666666;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:13;
                color: #CC0000;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #CC0000; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	valign: center; 
	padding-left:8px;
	padding-right:8px;
	border-left: 1px;
	border-left-color: #000000;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 0; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 50px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #cc0000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: color: #cc0000;
	font-weight: normal;
	font-style: normal;
	font-size: 12px; 
	background-color: #CCCCCC;
	padding-left:8px;
	padding-right:8px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}














































