/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
Hometitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 22px;
    COLOR: #ff0000;
    LINE-HEIGHT: 30px;
    Align: center;
}

/* background color for the content part of the pages */
Body
{
	background-color: #FFFFFF;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
	background-color: #3F869F;
	margin-right: 0;
}

.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 {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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: 12px;
    FONT: Arial
    COLOR: #000000;
    LINE-HEIGHT: 15px;
    BACKGROUND-COLOR: transparent
    ALIGN: Left

}

.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:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1
{
    BORDER-TOP: #ffffff 12px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #446177;
    LINE-HEIGHT: 30px;
    BORDER-BOTTOM: #CC0000 1px dashed
}
H2
{
    BORDER-TOP: #ffffff 13px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #CC0000 ;
    LINE-HEIGHT: 18px
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #193131;
    LINE-HEIGHT: 16px;
}
H4
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #105070;
    LINE-HEIGHT: 16px;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

.leftpane ul {padding-left: 0px;}
UL LI   {padding-left: 0px;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
}
.MenuHdr {
	font-family: Tahoma, Arial, Helvetica;  
	font-size: 11px; 
	font-weight: normal; 
	color: #99FFFF;
	font-style: normal;
	height: 21px;
	padding-left: 3px;
}
.MenuItem {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	color: #FFFFFF;
	padding-left: 3px;
	height: 21px;
}
.MenuItemMouseOver {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	color: #FFFF00;
	padding-left: 3px;
	height: 21px;
}
.MenuItem A {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	color: #FFFFFF;
	padding-left: 3px;
	height: 21px;}
.MenuItem A:hover {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	color: #FFFFFF;
	padding-left: 3px;
	height: 21px;; text-decoration:none;}
.MenuItem A:visited {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	color: #FFFFFF;
	padding-left: 3px;
	height: 21px;}
.MenuItemMouseOver A {color: #FFFFFF;}
.MenuItemMouseOver A:hover {color: #FFFF00; text-decoration:none;}
.MenuItemMouseOver A:visited {color: #FFFFFF;}

/*Vertical Menu Styles*/

.VertMenuHeader
{
    color: #ffffff;
    font-size: 13px; 
    font-style: normal;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
    padding-left: 3px;	
    padding-top: 4px;		
    padding-bottom: 8px;		
}
.VertMenuHeader A:link 
{  color: #ffffff; 
   font-size: 13px;
   padding-left: 3px;}
.VertMenuHeader A:visited  
{ color: orange;
   font-size: 13px; 
   padding-left: 3px;}
.VertMenuItem
{
    color: White;
    font-size: 11px; 
    font-style: normal;
    font-weight: normal;
    font-family: Tahoma, Arial, Helvetica;
    padding-left: 3px;	
    padding-top: 4px;		
    padding-bottom: 8px;	
}
.VertMenuItem A:link 
{
    color: White;
    padding-left: 3px;
}
.VertMenuItem A:visited  
{
    color: White;
    padding-left: 3px;
}
.VertMenuHeaderMouseOver
{
    color: pink;
    font-size: 13px; 
    font-style: normal;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
    padding-left: 3px;	
    padding-top: 4px;		
    padding-bottom: 8px;
}
.VertMenuItemMouseOver
{
    color: Red;
    font-size: 11px; 
    font-style: normal;
    font-weight: normal;
    font-family: Tahoma, Arial, Helvetica;
    padding-left: 3px;	
    padding-top: 4px;		
    padding-bottom: 8px;
}
.VertMenuCurrentItemHighlight
{
    color : orange;
    font-size: 11px; 
    font-style: normal;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
    padding-left: 3px;	
    padding-top: 4px;		
    padding-bottom: 8px;	
}
.VertMenuCurrentHeaderHighlight
{
    color: White;
    font-size: 13px; 
    font-style: normal;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
    padding-left: 3px;	
    padding-top: 4px;		
    padding-bottom: 8px;
}

/* This is the area around the container */
.SimpleContainerBlue
.SimpleContainerBlue
{ 
padding-top: 2px;
padding-bottom: 1px;
/* background-color: #44627E; */

}

/* This is for defining the coloured bar */
.SimpleContainerBlue_Title
{
background-color: #44627E;
font-family: Tahoma, Arial, Helvetica;
font-weight: bold;
font-size: 12px;
font-style: normal;
font-variant: normal;
margin-left: 5px;
color: #ffffff; 
vertical-align: middle;
padding-bottom: 4px;
padding-top: 2px;
}

/*This is for defining the space between the coloured bar and the content of the module */
.SimpleContainerBlue_Seperator 
{
background-color: Transparent; 
height: 2px;
}

/* This is for defining the content of the module itself */
.SimpleContainerBlue_Content
{
padding-top: 10px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
background-color: #FFFFFF; /*Transparent; */
border: solid 1px #232323;
} 











































































