/* ================================
    CSS STYLES FOR DotNetNuke - macced Styles - Nina@xd.com.au - http://www.xd.com.au
   ================================
*/   


/* 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: white;
	 margin-top: 2px;
	 height: 100%;
}

.BannerBackground {
	height: 179px;
	color: #6F74A5;
}

/* background/border colors for the selected tab */
.TabBg {
    background-image: url(/Portals/_default/Skins/ConsciousConnection/images/PageBG.jpg);
}
.MainContentBG {
	background-color:White;
}
.LeftContent {
	padding: 5px;
	width: 160px;
	background-color: #E8E3D0;
}

.LeftPane  {
height: 100%;
width: 156px;
background-color: #E8E3D0;
}

.ContentPane  { 
padding: 5px;

}

.RightPane  { 
width: 167px;
margin: 0px;
background-color: #E8E3D0;
}

.RightContent {
	padding: 5px;
	width: 160px;
	background-color: #E8E3D0;
}
.MainMenuBG
{
	background-image: url(/Portals/_default/Skins/ConsciousConnection/images/topDateBG.jpg);
}
.DateContainer
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 0px;
	color: #536150;
	padding-top: 0px;
	font-family: 'Verdana';
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 9px;
    line-height: 0em;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;

}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration: none;
    color: #653116;
}

A.SelectedTab:visited  {
    text-decoration: none;
    color: #653116;
}

A.SelectedTab:active   {
    text-decoration: none;
    color: #653116;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color: brown;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.Footer {
 background-image: url(/Portals/_default/Skins/ConsciousConnection/images/topDateBG.jpg);
 background-repeat: repeat;
 font-family: Verdana;
 font-size: 10px;
 color:#536150;
}
A.Footer:link
{
	color: #536150;
}
A.Footer:vistited
{
	color: #536150;
}
A.Footer:active
{
	color: #536150;
}
A.Footer:hover
{
	color: #96A592;
}
	
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: white;
}

A.OtherTabs:active   {
    text-decoration: none;
    color: white;
}

A.OtherTabs:hover    {
    text-decoration: none;
    color: white;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:  bold;
    color: #653116;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: brown;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: brown;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 14px;
	color: #4b4b4b;
	font-family: 'Times New Roman';
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: normal;
    color: #653116;
}

.NormalRed
{
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: bold;
    color: #6F74A5;
}

.NormalBold
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: brown;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, 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: #653116;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #653116;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #653116;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: brown;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
    color: #6F74A5;
}

H2  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: 8080FF;
}

H3  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #536150;
}

A:visited   {
    text-decoration:    none;
    color:  #536150;
}

A:active    {
    text-decoration:    none;
    color:  #536150;
}

A:hover {
    text-decoration:    underline;
    color:  #96A592;
}

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
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, 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: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu 
.ModuleTitle_MenuContainer {
	border-bottom: #B6B9D3 0px solid; 
	border-left: #B6B9D3 0px solid; 
	border-top: #B6B9D3 0px solid; 
	border-right: #B6B9D3 3px solid; 
}*/


.ModuleTitle_MenuBar {
	cursor: hand;
	height:20;
	background-color: Transparent;
}
/* This is add/edit/module management */
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #653116;
	/* color: #6F74A5;  original colour */ 
	font-family: Verdana, 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: hand; 
	background-color: white; 
	border:0;
	text-align: center; 
	width: 15; 
	height: 20;
}

/* This is add/edit/module management */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: white; 
	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;
}

/* This is add/edit/module management */
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
	display: none;
}

.ModuleTitle_MenuItemSel {

	cursor: hand; 
	color: brown; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: white;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	display:none;

}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
	display:none;
}

/* Main Menu */

.MainMenu_MenuContainer {
	width:100%;
	background-color: transparent; 
	height: 20px;
	
}

.MainMenu_MenuBar {
	cursor: hand; 
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: #653116; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	border:0;
	height:20px;
	text-wrap: none;
	
}

.MainMenu_MenuIcon {
	display:none;
	
}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #EEEADC; 
	border:0;
    font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
	height: 20px;
	
	text-wrap: none;
}

.MainMenu_MenuBreak {
	background-color: white;
}

.MainMenu_MenuItemSel {
	border:0;
	background-color: white; 
	cursor: hand; 
	color: #653116; /* - Text in Dropdown Menu */
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	height:20px;
	
	text-wrap: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand; 
	border-bottom: #404040 0px solid; 
	border-left: 0px solid #DDDEF0; 
	border-top: #8080FF 0px solid;  
	border-right: black 0px solid; 
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand;
	border-bottom: #404040 0px solid; 
	border-left: #8080FF 0px solid; 
	border-top: #8080FF 0px solid;  
	border-right: black 0px solid;
	display: none;
}

.TableBorder
{
   PADDING:0px;
	border-bottom: #B6B9D3 0px solid; 
	border-left: #B6B9D3 0px solid; 
	border-top: #B6B9D3 0px solid;  
	border-right: #B6B9D3 0px solid; 
	width: 0px;
	height: 100%;
	background-color: #FFFFFF;
}

.LinksMenu {
	padding: 0px;
	padding-bottom: 0px;
}


