/* CSS STYLES FOR dnnAfrica 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 for the content part of the pages */
Body
{
	margin:0px;
	padding:0px;
	background-color: #A25E24;
	background-attachment: scroll;
	background-image: url(images/backGround.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}

/* background/border colors for the selected tab */
.TabBg {
}

.HeaderPane{}

.LeftPane  { 
}

.ContentPane  {
}

.RightPane  { 
}

.FooterPane {}

/* text style for the selected tab */
.SelectedTab {
	font-size: 8pt;
	color: #F4D2B4;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:#FFFFFF;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
#loginBox .OtherTabs {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#F4D2B4;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#F4D2B4;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:#F4D2B4;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#F4D2B4;
}
#loginBox A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

#loginBox A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

#loginBox A.OtherTabs:active   {
    text-decoration:    underline;
    color:#000000;
}

#loginBox A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#000000;
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight:    bold;
	color: #622422;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: #622422;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: #622422;
	font-style: italic;
	letter-spacing: 1px;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	letter-spacing: 1px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000
}

.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    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: 11px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	letter-spacing: 1px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    none;
	color: #000000;
	border: 2px solid #000000;
	background-color: #C88542;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #000000;
	border: 2px solid #000000;
	background-color: #C88542;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #000000;
	border: 2px solid #000000;
	background-color: #E9CEB4;
}

A.CommandButton:hover    {
	text-decoration:    none;
	color: #000000;
	border: 2px solid #000000;
	background-color: #E9CEB4;
}
    
/* GENERIC */
H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight:    bold;
	color: #A25E24;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight:    bold;
	color: #A25E24;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:    bold;
	color: #A25E24;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight:    bold;
	color: #49432E;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: #49432E;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

H6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #49432E;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

A:link  {
    text-decoration:   underline;
    color:  #A23B37;
}

A:visited   {
	color:  #A23B37;
	text-decoration: underline;
}

A:active    {
    text-decoration:    underline;
    color:  #E24141;
}

A:hover {
	color: #E24141;
	text-decoration: underline;
}

SMALL   {
    font-size:  10px;
}

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: #A23B37;
    height:1pt;
    text-align:left
}

/* 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: #003366;
}

/* 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: hand;
	cursor: hand;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: #B8AE8F 1px solid;
	border-top: #B8AE8F 1px solid;
	border-right: #B8AE8F 0px solid;
	background-color: Transparent;
	text-transform: uppercase;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	cursor: hand; 
	background-color: #EEECE3; 
	border-left: #EEECE3 1px solid; 
	border-bottom: #EEECE3 1px solid; 
	border-top: #EEECE3 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	cursor: hand; 
	background-color: #B8AE8F; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #B8AE8F 0px solid; 
	border-left: #B8AE8F 0px solid; 
	border-top: #B8AE8F 0px solid; 
	border-right: #B8AE8F 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: 1px solid #000000; 
	border-left: 0px solid #000000; 
	border-top: 1px solid #000000;  
	border-right: 0px solid #000000; 
	background-color: #000000; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: hand;
	cursor: hand;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C88542;
	text-transform: uppercase;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #B8AE8F 1px solid; 
	border-bottom: #B8AE8F 1px solid; 
	border-top: #B8AE8F 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-attachment: scroll;
	background-image: url(images/lionWM.jpg);
	background-repeat: no-repeat;
	background-position: -5px -45px;
	height: 250px;
	width: 140px;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:25px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #B8AE8F;
	border-top: 1px solid #B8AE8F;
	text-indent: 2pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 25px;
}
.MainMenu_rootItem{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-indent: 2pt;
	text-transform: uppercase;
	letter-spacing: 0px;
	vertical-align: middle;
	border: none;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #B8AE8F;
	text-align: center;
	width: 15;
	height: 25px;
	border-top: 1px solid #B8AE8F;
	border-bottom: 1px solid #B8AE8F;
	border-left: 1px solid #B8AE8F;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	cursor: hand;
	background-color: #B8AE8F;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;*/ 
	border: 5px solid #B8AE8F;
}

.MainMenu_MenuBreak {
	border-bottom: 1px solid #B8AE8F; 
	border-top: 1px solid #B8AE8F;  
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #A23B37;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-top: 1px solid #B8AE8F;
	border-bottom: 1px solid #B8AE8F;
	text-indent: 2pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 25px;
}
.MainMenu_rootItemSelected{
	background-color: #A23B37;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-indent: 2pt;
	text-transform: uppercase;
	letter-spacing: 0px;
	border: none;
	vertical-align: middle;
}
.MainMenu_RootMenuArrow img {
	display:none;
	}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid #B8AE8F;
	border-bottom: 1px solid #B8AE8F;
	height: 25px;
	width: 20px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 18pt;
	cursor: pointer;
	cursor: hand;
	color: #C5AE70;
	background-attachment: scroll;
	background-image:  url(images/childArrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 20px;
}
/* Layout elements */
#header {
	clear: both;
	height: 50px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/Ndebelle.gif);
	background-repeat: repeat-x;
	background-position: 273px 0px;
	text-align: left;
	background-color: #A25E24;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;


}
#footer {
	width: 100%;
	height: 70px;
	display: block;
	padding: 45px 0px 0px;
	clear: both;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/Ndebelle.gif);
	background-repeat: repeat-x;
	background-position: 5px 0px;

}
#panes {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 300px;
	overflow: auto;
	scrollbar-face-color: #A25E24;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #625A3E;
	scrollbar-highlight-color: #CD9461;
	scrollbar-track-color: #625A3E;
	scrollbar-shadow-color: #533012;
	scrollbar-darkshadow-color: #000000;
}

#logo {
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 273px;
	background-attachment: scroll;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;


}
#logo img {
	display:none;
}

#loginBox {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 150px;
}
#menuWrapper {
	width:150px;
	height: 260px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;

}
#date {
	display: 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 {
	display: none;
}

#user {
	padding-right: 4px;
}
#signinGroup {
	color: #571F1E;
	clear: left;
	font-weight: bold;
}
#Table2{
	background-color: #FFFFFF;
	margin: 0px;
}
#paneContainer {
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 100%;
}

#content {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/lionWM.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 300px;
	width: 100%;
	text-align: left;
}
p {
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 0px;
}

