/* ================================
    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
{
}

/* 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  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

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{
}
.NavHeader
{
	color:#1B1A85; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-align:left; text-transform:uppercase;
}
.NavSubHeader
{
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-align:left;
}
.NavHr
{
	background-color: #1B1A85;
	padding:0; height:1px;
}
/*Navigation links*/
a.NavSec:link {
	color: #546670;
	text-decoration: none;
}
a.NavSec:visited {
	text-decoration: none;
	color: #546670;
}
a.NavSec:hover {
	text-decoration: none;
	color: #1B1A85;
}
a.NavSec:active {
	text-decoration: none;
	color: #546670; 
}
/*Navigation site links*/
a.NavSite:link {
	color: #0088C7;
	text-decoration: none;
}
a.NavSite:visited {
	text-decoration: none;
	color: #0088C7; 
}
a.NavSite:hover {
	text-decoration: none;
	color: #546670; 
}
a.NavSite:active {
	text-decoration: none;
	color: #0088C7; 
}
.NavDiv
{
	padding-top:.2em;
}
/*content styles*/
.ContHeader
{
	color:#1B1A85; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; 
	text-align:left; font-weight:bold;
}
.ContSubHeader
{
	color:#0088C7; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:left; font-weight:bold
}
.ContCopy
{
	color: #546670;
	line-height:17px; font-size:11px; text-align:left;
}
/*blue arrow list*/
.Notation 
{
	color: #0088C7;
	text-decoration: none; 
	font-weight:bold; width:100%; 
	text-align:right; border-bottom:#0088C7 solid 1px;
	vertical-align:middle; padding:0 0 .2em 0;
}
.section 
{
	color: #0088C7;
	text-decoration: none; 
	font-weight:bold; width:100%; 
	text-align:left; border-bottom:#0088C7 solid 1px;
	vertical-align:middle; padding:0 0 .2em 0;
}
a.GreenButton 
	{
	/* Sliding right image */
		background: transparent url(../images/greenButtonRight.gif) no-repeat scroll top right; 
		display: block;
		float: left;
		height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
		margin-right: 2px;
		padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
		/* FONT PROPERTIES */
		text-decoration: none;
		color:#FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px; font-weight:bold;
	}
a.GreenButton span 
	{
	/* Background left image */ 
		background: transparent url(../images/greenButtonLeft.gif) no-repeat; 
		display: block; 
		line-height: 25px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
		 font-weight:bold;
		padding-bottom:0;
		padding-top: 0;
		padding-left: 9px; 
		padding-right:2px;
	} 
a.GreenButton:hover span
	{
		text-decoration:none; color:#006633; font-weight:bold;
	}
.inlineHeader
{
	color:#0088C7; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:left;
}
.EnquiryLable 
{
	color: #0088C7;
	text-decoration: none; 
	font-weight:bold;
	text-align:left; 
}
ul.noStyle 
  	{
		 list-style-image:none; list-style:none;
		color: #546670;
		line-height:20px; 
		font-size:11px; margin:0; padding-left:15px;
	}
 .blueList 
  	{
		list-style-image:url(../images/blueArrow.gif);
		color: #546670;
		line-height:20px; 
		font-size:11px
   	}

/*home page site links*/
a.homepage:link {
	color: #000000;
	text-decoration: none;
}
a.homepage:visited {
	text-decoration: none;
	color: #000000; 
}
a.homepage:hover {
	text-decoration: none;
	color:#999999; 
}
a.homepage:active {
	text-decoration: none;
	color: #000000; 
}

.ContainerCopy

{
	color: #546670;
	line-height:17px; font-size:13px; text-align:left;
}
/*SIDE  NAVIGATION TREEVIEW*/
.treeMenuRoot, A.treeMenuRoot:link, A.treeMenuRoot:visited, A.treeMenuRoot:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	padding-left: 1px;
	font-size: 11px;
	color: #1B1A85;
	text-decoration: none;
}
/*subSectionHeader*/
.treeMenuSubH, A.treeMenuSubH:link, A.treeMenuSubH:visited, A.treeMenuSubH:active
{
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding-left: 1px;
	font-size: 11px;
	color:#7EB1EB;
	text-decoration: none;
}
A.treeMenuSubH:hover
{
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding-left: 1px;
	font-size: 11px;
	color: #0088C7;
	text-decoration: none;
}
.treeMenu, A.treeMenu:link, A.treeMenu:visited, A.treeMenu:active
{
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding-left: 1px;
	font-size: 11px;
	color: #546670;
	text-decoration: none;
}
A.treeMenu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding-left: 1px;
	font-size: 11px;
	color: #0088C7;
	text-decoration: none;
}
.SectionHeaderExp
{
list-style-image:url(~/Portals/0/treeExpanded.png); padding-top:1px;
}
.SectionHeaderCont
{
list-style-image:url(~/Portals/0/treeCollapsed.png);padding-top:1px;
}
.subListItem
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;  
	padding: 0 0 0 5px; 
	list-style:none
}
ul.noStyleTreeView 
  	{
		 list-style-image:none; list-style:none;
		color: #546670;
		line-height:20px; 
		font-size:11px; margin:0;	
	}
