/* 
================================
Skin styles for Franklin / Papakura Business Excellence Awards

Colours Used

Dark Grey = #3F3F40
Light Grey = #939598
Green = #6A9F2D
================================
*/   
.logopane
{
    text-align:center;
    vertical-align:baseline;
}
.homeintro
{
    background-color: #ccc;
	font-family: Arial;
	font-weight: bold;
	font-size: 18pt;
}
.homeintro1
{
    color: #3F3F40;
}
.homeintro2
{
    color: #939598
}
.pagemaster {
	width: 100%;
	height: 100%;
	background:#939598;
}
.skinmaster {
	height: 100%;
	background-color: white; 
}
.controlpanel {
}
.hspacer
{
    background-image: url(images/GreenDot.gif);
    background-repeat: repeat-x;
}
.vspacer, .logoleft, .logoright
{
    background-image: url(images/GreenDot.gif);
    background-repeat: repeat-y;
}
    
/*
======================
Banner
======================
*/
.banner 
{
    background-color:#3F3F40;
}
/*
======================
Copyright, term, privacy
======================
*/
.contentpane {
	height: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.menucolumn {
    background-color:#3F3F40;
}    
.menupane 
{
    width:150px;
    padding-top: 16px;
    padding-right: 6px;
    padding-left: 6px;
	background-color: transparent;
}    
.leftpane {
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/***** vertical menu *****/

.MainMenu_MenuContainer
{
    width:100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border: 0px solid White;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 30px;
    background-color: Transparent;
}
.MainMenu_NodeSelectedRoot
{
    color:#6A9F2D;
}

.MainMenu_MenuItem
{
    border-left: #000000 0px solid;
    border-bottom: #6A9F2D 0px solid;
    border-top: #6A9F2D 0px solid;
    border-right: #000000 0px solid;
    text-indent:5px;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-family: Century Gothic, Arial;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    background-color: #3F3F40;
    height: 30px;
    vertical-align:middle;
	text-transform:uppercase;
    border-bottom: #6A9F2D 1px solid;
}
.MainMenu_MenuIcon
{
    border-left: #6A9F2D 1px solid;
    border-bottom: #cad5ea 0px solid;
    border-top: #cad5ea 0px solid;
    background-color: #3F3F40;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 0px;
    height: 20px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
}
.MainMenu_MenuBreak
{
    height: 1px;
}
.MainMenu_MenuItemSel
{
	background-color: #363636; 
    cursor: pointer;
    cursor: hand;
    color: #6A9F2D;
    text-indent:5px;
    font-family: Century Gothic, Arial;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    height: 30px;
	vertical-align:middle;
	text-transform:uppercase;
}
.MainMenu_RootMenuItemActive
{
	background-color:  Transparent; 
    cursor: pointer;
    cursor: hand;
    color: #6A9F2D;
    text-indent:5px;
    font-family: Century Gothic, Arial;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    height: 30px;
	vertical-align:middle;
	text-transform:uppercase;
}
.MainMenu_MenuArrow
{
    border-right: #cad5ea 0px solid;
    border-bottom: #cad5ea 0px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
    font-size: 7pt;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 7pt;
    cursor: pointer;
    cursor: hand;
}

/* ================================
style for standard button
================================ */
.StandardButton {
  background: #3F3F40; 
  color: white;
  font-family: Century Gothic, Arial; 
  font-size: 12px;
  font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head {
   font-family: Century Gothic, Arial;
   font-size:  16px;
   color: black;
  font-weight: bold;
	text-transform:uppercase;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
color: black;

}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.normal
{
    color: #3F3F40;
	font-family: Century Gothic, Arial;
	font-weight: normal;
	font-size: 13px;
}
.normalsmall
{color: black;
	font-family: Century Gothic, Arial;
	font-weight: normal;
	font-size: 11px;
}
.faq
{
	font-family: Century Gothic, Arial;
	font-weight: bold;
	font-size: 13px;
}
td
{
	font-family: Century Gothic, Arial;
	font-size: 13px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: Century Gothic, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #000
}
.NormalBold
{	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1  {
   font-family: Century Gothic, Arial;
   font-size:  16px;
   color: black;
  font-weight: bold;
	text-transform:uppercase;
}

H2  {
    color: #3F3F40;
    font-family: Century Gothic, Arial;
    font-size: 14px;
    font-weight: bold;
}

H3  {
    color:#3F3F40;
    font-family: Century Gothic, Arial;
    font-size: 13px;
    font-weight: bold;
    HEIGHT: 18px;
}

H4  {
    color: #3F3F40;
    font-family: Century Gothic, Arial;
    font-size: 12px;
    font-weight: bold;
}

H5, DT  {
    color: Black;
    font-family: Century Gothic, Arial;
    font-size: 12px;
    font-weight: normal;
}

H6  {font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

a:active, a:link, a:visited
{
    text-decoration: underline;
    color:  #6A9F2D;
}
a:hover {
    text-decoration: underline;
    color:  green;
}
hr
{
    color: #6A9F2D;
}
thead
{
    background-color:gray;
	color: black;
	font-family: Century Gothic, Arial;
	font-weight: bold;
	font-size: 13px;
}
.EventList
{
    font-family: Century Gothic, Arial;
}
.EventListTitleLink
{
    font-weight:bold;
    font-size: 13px;
}
.EventListTitle
{
    color: #3F3F40;
    font-weight:bold;
    font-size: 13px;
}
.EventListDate
{
    font-weight:normal;
    font-size: 13px;
}
.EventListLocation
{
    font-size: 13px;
}
.EventListDesc
{
    font-size: 13px;
}
.EventListTitleSmall
{
    font-size: 11px;
     font-weight:bold;
}
.EventListDateSmall
{
    font-size: 11px;
}
