/* ================================
    CSS STYLES FOR DotNetNuke - MacYou - NukedSkins 103 - by Nina Meiers - dotnetnuke@xd.com.au - DNN 2.04 & above.
   ================================

/* text style for the selected tab */

Body
{
	margin-top: 2px;
	background-image: url(background.jpg);
	color: #1a1a1a;
	height: 100%;
	background-color: #3078b5;
	background-repeat: repeat-x;
}

.SkinContainer
{
	border: solid 1px silver;
}

.BannerBackground {
	height: 112px;
}

.MainContentBG {
	padding: 0px;
	background-image: url(topback.jpg);
}
.MainBodyBG {
	padding: 0px;
	background-image: url(mainback.jpg);
	background-repeat:  repeat-y;
}
.MenuBar
{
	background-image: url(menuback.jpg);
	background-repeat:repeat-y;
	padding-right: 10px; 
	padding-left: 0px;
	padding-top: 0px; 
	background-color: White; /*#0072ba; */
	border-top: solid 1px #dedede; 
	border-bottom: solid 1px #dedede; 
}
.TopPane  {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	height: 0px;
	vertical-align: top;
	width: 100%;
}
.LeftPane  {
	width: 175px;
	background-color: transparent;
	padding-left: 3px;
}
.ControlPanel  { 
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
	height: 0px;
}
.ContentPane  { 
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
}

.RightPane  { 
	background-color: transparent;
	width: 150px;
	padding-right: 3px;
}
.BottomPane  {
	background-color: transparent;
	padding-left: 3px;
}
.CurrentDate {
    font-weight: normal;
    font-size: 9px;
    line-height: 0em;
    color: #4A5078;
    font-family: Verdana,Tahoma, Arial, Helvetica;
    text-decoration: none;
    white-space:nowrap;
}
/* text style for the selected tab */
.copyright
{
	font-size: 7pt;
	color: dimgray;
	padding-left: 10px;
}

.SelectedTab {
    font-weight: normal;
    font-size: 9px;
    color: dimgray;
    font-family: Verdana,Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #004f88;
	text-decoration: underline;
}

A.SelectedTab:visited  {
    text-decoration:    underline;
    color:#004f88;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color: #004f88;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color: #a16900;
}
.Logon {
	color: dimgray; /*#a16900;*/
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
}

/* hyperlink style for the selected tab */
A.Logon:link
{
	color: dimgray; /*#a16900;*/
	text-decoration: none;
}

A.Logon:visited  {
	color: dimgray; /*#a16900;*/
	text-decoration: none;
}

A.Logon:active   {
	color: dimgray; /*#a16900;*/
	text-decoration: none;
}

A.Logon:hover    {
	color: #a16900;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #a16900;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	 vertical-align: middle;
}

.Footer {
 font-size: 7pt;
 font-family: Trebuchet MS, Tahoma, Arial;
 padding-left: 5px;
 padding-right: 5px;
 height: 12px;
 vertical-align: middle;
 color: ghostwhite;
}
	
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#a16900;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#a16900;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#a16900;
}
    
/* GENERAL */
/* style for module titles */
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:  bold;
    color: #004f88;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    font-style: italic;
    color: #004f88;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #004f88;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #1a1a1a;
}

/* 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;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #dd0000;
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #004f88;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #004f88;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #004f88;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #a16900;
}
/* hyperlink style for normal buttons and link buttons used in the portal admin pages */
A.NormalButton:link {
    text-decoration:    underline;
    color: #004f88;
}

A.NormalButton:visited  {
    text-decoration:    underline;
    color: #004f88;
}

A.NormalButton:active   {
    text-decoration:    underline;
    color: #004f88;
}

A.NormalButton:hover    {
    text-decoration:    underline;
    color: #a16900;
}    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #a16900;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: 8080FF;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #004f88;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #004f88;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #004f88;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #004f88;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #004f88;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #004f88;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: silver 0px solid; 
	border-left: silver 0px solid; 
	border-top: silver 0px solid; 
	border-right: silver 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20;
	background-color: Transparent;
}
/* This is add/edit/module management */
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #004f88;
	/* color: #a16900;  original colour */ 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

/* This is add/edit/module management */
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 23;
	padding-left: 2px;
}

/* This is add/edit/module management */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	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: silver 1px solid; 
	border-top: silver 1px solid; 
	border-right: #FFFFFF 0px solid;
}


/* This is add/edit/module management */
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #a16900; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
}

ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: black;
}



A:link  {
    text-decoration:    none;
    color:  #004f88;
}

A:visited   {
    text-decoration:    none;
    color:  #004f88;
}

A:active    {
    text-decoration:    none;
    color:  #004f88;
}

A:hover {
    text-decoration:    underline;
    color:  #a16900;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: dimgray;  /*#dcdcdc; #a16900;*/
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	height: 21px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: gainesboro; /*#0072ba;*/
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: gainesboro;
	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;
	margin-top: 1px;
}
.MainMenu_MenuBreak 
{
	display: none;
	/*
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
	*/
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FF9922;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent; /*#0072ba;*/
	height: 21px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: transparent 0px solid; 
	border-bottom: transparent 0px solid; 
	border-top: #FFFFFF 0px solid;
	height: 21px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/*=============== END DEFAULT MENU STYLES ============================================*/


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #004f88;
}

/* Breadcrumbs */
.Breadcrumb{
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	color: #a16900;
	height: 30px;
}





