/* ================================
    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%;
}

/*PCI STYLES*/

.stretchMenu
{
	background-image:url(gewaar_belowmenu_1.jpg);
}

.stretchheader
{
	background-image:url(gewaar_header2_2.jpg);
}
/* background/border colors for the selected tab */
.TabBg {
   
}
.MainContentBG {
}
.LeftContent {

}

.LeftPane  {
height: 100%;
width: 156px;
}

.ContentPane  { 
padding: 5px;

}

.RightPane  { 
width: 167px;
margin: 0px;
}

.DateContainer  {
	font: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	color: #6F74A5;
}
/* text style for the selected tab */
.SelectedTab
{
	font-weight: normal;
	font-size: 9px;
	line-height: 0em;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: White;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:White;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:White;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color: #6BB3FF;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #6BB3FF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.Footer {
 background-repeat: repeat;
}
	
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:hover
{
	color: #ff6600;
	text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
    color: #6F74A5;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #6f74a5;
	font-family: Tahoma, Arial, Helvetica;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* 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: #6F74A5;
}

.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: navy;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #6BB3FF;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #6F74A5;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: 8080FF;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #6BB3FF;
}

A:active    {
    text-decoration:    none;
    color:  #6BB3FF;
}

A:hover {
    text-decoration:    underline;
    color:  #FF790D;
}

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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	width:100%;
	border-bottom: #8080FF 0px solid; 
	border-left: #8080FF 0px solid; 
	border-top: #8080FF 0px solid; 
	border-right: #8080FF 0px solid;  
	background-color: #800000; 
	color:white;
	height: 20px;
}


.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: #185DAD; 
	border-bottom: #8080FF 0px solid; 
	border-left: #8080FF 0px solid; 
	border-top: #8080FF 0px solid; 
	border-right: #8080FF 0px solid;  
}
/* This is add/edit/module management */
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	border-left: #B6B9D3 0px solid; 
	border-bottom: #B6B9D3 0px solid; 
	border-top: #B6B9D3 0px solid; 
	border-right: #B6B9D3 0px solid;
	height:18px;
	background-color: #185DAD; 
}
/* This is add/edit/module management */
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	background-color: #185DAD; 
   padding-left: 1px;
   padding-right: 1px;
	text-align: center; 
	width: 18px; 
	height: 20px;
}

/* This is add/edit/module management */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	
}

/* This is add/edit/module management */
.ModuleTitle_MenuBreak {
	background-color: White; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: hand; 
	color: #FF9A00; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: white;
	
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #404040 0px solid; 
	border-left: 0px solid #DDDEF0; 
	border-top: #8080FF 0px solid;  
	border-right: black 0px solid; 
	background-color: #185DAD; 
	

}
.RightPane{
	width: 159px;
	padding: 5px;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #404040 0px solid; 
	border-left: 0px solid ; 
	border-top: #8080FF 0px solid;  
	border-right: black 0px solid; 
}

/* Main Menu */

.MainMenu_MenuContainer {
	width:100%;
	border-bottom: #800000 0px solid; 
	border-left: #800000 0px solid; 
	border-top: #800000 0px solid; 
	border-right: #800000 0px solid;  
	background-color: #800000; 
	color:white;
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	border-left: #800000 0px solid; 
	border-bottom: #800000 0px solid; 
	border-top: #800000 0px solid; 
	border-right: #800000 0px solid;
	height:18px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	border-left: #800000 0px solid; 
	border-bottom: #800000 0px solid; 
	border-top: #800000 0px solid; 
	background-color: #800000; 
   padding-left: 1px;
   padding-right: 1px;
	text-align: center; 
	width: 18px; 
	height: 20px;
}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #800000 0px solid; 
	border-top: #800000 0px solid; 
	border-right: #800000 0px solid;
   font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
	color: white;
	height: 18px;
	background-color: #800000; 
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #8080FF 0px solid; 
	border-top: #8080FF 0px solid;  
	border-right: black 0px solid; 
	background-color: White; 
}

.MainMenu_MenuItemSel {
	border-bottom: #404040 0px solid; 
	border-left: #8080FF 0px solid; 
	border-top: #8080FF 0px solid;  
	border-right: black 0px solid; 
	background-color: White; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF9A00; /* - Text in Dropdown Menu */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	height:20px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #404040 0px solid; 
	border-left: 0px solid #DDDEF0; 
	border-top: #8080FF 0px solid;  
	border-right: black 1px solid; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
	border-bottom: #404040 0px solid; 
	border-left: #8080FF 0px solid; 
	border-top: #8080FF 0px solid;  
	border-right: black 0px solid; 
}

.TableBorder
{
   PADDING:0px;
	border-bottom: #B6B9D3 1px solid; 
	border-left: #B6B9D3 1px solid; 
	border-top: #B6B9D3 1px solid;  
	border-right: #B6B9D3 1px solid; 
	width: 1px;
	height: 100%
	
}

.LinksMenu {
	padding: 0px;
	padding-bottom: 0px;
}








