/* CSS STYLES FOR dnnEssence Skin
   =============================
   Submitted to DNN Skinning competition by Syncrony (Pty) Ltd.
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
	text-align:center;
	background-color: #9C903F;
	scrollbar-face-color: #E3CA3D;
	scrollbar-3dlight-color: #F2E99B;
	scrollbar-arrow-color: #001C0D;
	scrollbar-base-color: #4F4920;
	scrollbar-highlight-color: #F2E99B;
	scrollbar-track-color: #4F4920;
	scrollbar-shadow-color: #4F4920;
	scrollbar-darkshadow-color: #000000;	
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.HeaderPane{}

.LeftPane  { 
}

.ContentPane  {
}

.RightPane  { 
}

.FooterPane {}

/* text style for the selected tab */
.SelectedTab {
	font-size: 7.5pt;
	color: #393517;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#date .SelectedTab {
	font-size: 7.5pt;
	color: #393517;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#393517;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#393517;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:#393517;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#393517;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 7.5pt;
	color: #393517;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#9C903F;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#9C903F;
}

#footer A.OtherTabs:link {
    text-decoration:    none;
    color:#393517;
}

#footer A.OtherTabs:visited  {
    text-decoration:    none;
    color:#393517;
}

A.OtherTabs:active, #footer A.OtherTabs:active   {
    text-decoration:    underline;
    color:#393517;
}

A.OtherTabs:hover, #footer A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#393517;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight:    bold;
	color: #002D18;
	font-style: normal;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #002D18;
	font-style: normal;
	font-weight: bolder;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #002D18;
	font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	color: #393517;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:"Century Gothic",Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #D83523}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    none;
	color: #413400;
	border: 1px solid #413400;
	background-color: #FFFCEA;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #413400;
	border: 1px solid #413400;
	background-color: #FFFCEA;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #F10909;
	border: 1px solid #F10909;
	background-color: #FFFCEA;
}

A.CommandButton:hover    {
	text-decoration:    none;
	color: #F10909;
	border: 1px solid #F10909;
	background-color: #FFFCEA;
}
    
/* GENERIC */
p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color:#393517;
}
td {
	color:#393517;
}
H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight:    bold;
	color: #002D18;
	margin-top: 4px;
	margin-bottom: 3px;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #002D18;
	margin-top: 4px;
	margin-bottom: 3px;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #002D18;
	margin-top: 4px;
	margin-bottom: 3px;
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight:    bold;
	color: #002D18;
	margin-top: 4px;
	margin-bottom: 3px;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: #002D18;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 3px;
}

H6  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #002D18;
	margin-top: 4px;
	margin-bottom: 3px;
}

TFOOT, THEAD    {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	color: #413400;
	font-weight: bold;
}

TH  {
    vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	color: #413400;
	font-weight: bold;
}

A:link  {
    text-decoration:   underline;
    color:  #47421D;
}

A:visited   {

	color:  #47421D;
	text-decoration: underline;
}

A:active    {
    text-decoration:    underline;
    color:  #932F28;
}

A:hover {
	color: #932F28;
	text-decoration: underline;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  12px;
}

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: #002D18;
	height:1px;
	text-align:left;
	background-color: #5B1F1A;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #413400;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #002D18;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	border-bottom: 1px solid #E3CA3D;
	border-top: 1px solid #E3CA3D;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #E3CA3D;
	border-left: 1px solid #E3CA3D;
	border-bottom: 1px solid #E3CA3D;
	border-top: 1px solid #E3CA3D;
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #E3CA3D;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Yellow', Direction=135, Strength=1) ;
	border: 0px solid #E3CA3D;
}

.ModuleTitle_MenuBreak {
	border-bottom: 1px solid #E3CA3D; 
	border-top: 1px solid #E3CA3D;  
	background-color: White; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	background-color: #F2E99B;
	cursor: hand;
	cursor: hand;
	color: #000904;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	border-top: 1px solid #E3CA3D;
	border-bottom: 1px solid #E3CA3D;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: 1px solid #E3CA3D;
	border-bottom: 1px solid #E3CA3D;
	color: #FFFFFF;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #FFFFFF;
	height:16px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16px ;
}

.MainMenu_MenuItem {
	cursor: hand;
	cursor: hand;
	color: #002D18;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	border-bottom: 1px solid #E3CA3D;
	border-top: 1px solid #E3CA3D;
	height: 22px;

}
.MainMenu_RootItem {
	height: 16px;
	color: #002D18;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #E3CA3D;
	border-left: 1px solid #E3CA3D;
	border-bottom: 1px solid #E3CA3D;
	border-top: 1px solid #E3CA3D;
	text-align: center;
	width: 15px;
	height: 15px;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #E3CA3D;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='Yellow', Direction=135, Strength=1) ;
	border: 5px solid #E3CA3D;
}

.MainMenu_MenuBreak {
	border-bottom: 1px solid #E3CA3D; 
	border-top: 1px solid #E3CA3D;  
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #F2E99B;
	cursor: hand;
	cursor: hand;
	color: #000904;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	border-top: 1px solid #E3CA3D;
	border-bottom: 1px solid #E3CA3D;

}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 7.5pt;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid #E3CA3D;
	border-bottom: 1px solid #E3CA3D;
	color: #FFFFFF;
}

.MainMenu_RootMenuArrow {
	font-size: 7.5pt;
	cursor: pointer;
	cursor: hand;

}





#header {
	clear: both;
	height: 111px;
	padding: 0px;
	margin: 0px;
	background-color: #E3CA3D;
	text-align: left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#container {
	width: 760px;
	margin:10px auto 0px;
	text-align:center;
	padding:0px;
	clear: both;
	background-color: #F2E99B;
	border: 1px outset #FFFFFF;
}
#footer {
	height: 20px;
	display: block;
	padding: 0px;
	clear: both;
	text-align: left;
	background-color: #E3CA3D;
	border: 5px solid #FFFFFF;
	margin: 0px;
}
#panes {
	padding: 0px;
	margin: 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#logo {
	height: 90px;
	margin: 0px;
	padding: 0px;
	width: 617px;
	text-align: left;
}

#loginBox {
	height: 90px;
	text-align: right;
	margin: 3px 0px 0px;
	padding: 0px;
	width: 123px;
	float: right;
	clear: none;
}
#menuBar {
	height: 16px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	clear: both;
}
#menu {
	float: left;
	margin-left: 0px;
	clear: none;
	width: 450px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 16px;
}
#date {
	float: right;
	margin-right: 3px;
	margin-top: 2px;
	clear: none;
}
#lablfooter {
	display: inline;
	width: 300px;
	height: 20px;
	margin-left: 5px;
	text-align: left;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
}
#footerinfo {
	margin-right: 5px;
	display: inline;
	height: 20px;
	width: 400px;
	text-align: right;
	float: right;
}
#copyright {
	text-align: center;
	padding-bottom: 10px;
}

#copyright a, #copyright a:link, #copyright a:visited {
	color: #E3CA3D;
}

#copyright a:active, #copyright a:hover {
	color: #F2E99B;
}


#user {
	display: block;
	clear: both;
}

#logo img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	display: none;
}
#signinGroup {
	color: #000000;
	float: right;
	clear: both;
	font-size: 7.5pt;
	font-weight: bold;
}
#Table2{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
