/* CSS STYLES FOR dnnMachine 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
{
	color: #C1C8C4;
	margin:0px;
	padding:0px;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(images/theMachine.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* background/border colors for the selected tab */
.TabBg {
}

.HeaderPane{}

.LeftPane  { 
}

.ContentPane  {
}

.RightPane  { 
}

.FooterPane {}

/* text style for the selected tab */
.SelectedTab {
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#lablfooter .SelectedTab {
	font-size: 11px;
	color: #9EAAA2;
	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:#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: 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#loginBox .OtherTabs {
	font-size: 11px;
	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:#AEBBB2;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#AEBBB2;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:#E7EBE8;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#E7EBE8;
}
#loginBox A.OtherTabs {
    text-decoration:    underline;
    color:#AEBBB2;
}
#loginBox A.OtherTabs:link {
    text-decoration:    underline;
    color:#AEBBB2;
}

#loginBox A.OtherTabs:visited  {
    text-decoration:    underline;
    color:#AEBBB2;
}

#loginBox A.OtherTabs:active   {
    text-decoration:    underline;
    color:#E7EBE8;
}

#loginBox A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#E7EBE8;
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight:    bold;
	color: #F82727;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: #F82727;
	font-style: normal;
	text-transform: uppercase;
}

/* 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;
	font-weight:    bold;
	font-style: italic;
	color: #F82727;
	text-transform: uppercase;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #C1C8C4;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #F82727;
}

.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 9px;
	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: #B4B4B4;
	border: 1px solid #B4B4B4;
	background-color: #282828;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #B4B4B4;
	border: 1px solid #B4B4B4;
	background-color: #282828;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #FFDB00;
	border: 1px solid #FFDB00;
	background-color: #F82727;
}

A.CommandButton:hover    {
	text-decoration:    none;
	color: #FFDB00;
	border: 1px solid #FFDB00;
	background-color: #F82727;
}
    
/* GENERIC */
H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight:    bold;
	color: #FFDB00;
	margin-bottom: 3px;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight:    bold;
	color: #FFDB00;
	margin-bottom: 3px;
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:    bold;
	color: #FFDB00;
	margin-bottom: 2px;
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight:    bold;
	color: #FFDB00;
	font-style: italic;
	margin-bottom: 2px;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: #FFDB00;
	font-style: italic;
	margin-bottom: 2px;
}

H6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #FFDB00;
	font-style: italic;
	margin-bottom: 2px;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #00CC00;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:    bold;
    color: #00CC00;
}

A:link  {
    text-decoration:   underline;
    color:  #FFDB00;
}

A:visited   {
	color:  #FFDB00;
	text-decoration: underline;
}

A:active    {
    text-decoration:    underline;
    color:  #F82727;
}

A:hover {
	color: #F82727;
	text-decoration: underline;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  11px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    square;
}

UL LI LI LI {
    list-style-type:    square;
}

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: #F82727;
	height:1px;
	text-align:left;
	background-color: #F82727;
}

/* 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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: #4A504C 1px solid;
	border-top: #4A504C 1px solid;
	border-right: #4A504C 0px solid;
	background-color: Transparent;
	text-transform: uppercase;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	cursor: hand; 
	background-color: #E7EBE8; 
	border-left: #E7EBE8 1px solid; 
	border-bottom: #E7EBE8 1px solid; 
	border-top: #E7EBE8 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	cursor: hand; 
	background-color: #4A504C; 
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #79827C;
	text-transform: uppercase;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #4A504C 1px solid; 
	border-bottom: #4A504C 1px solid; 
	border-top: #B10706 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	height: 20px;
	margin: 0px;
	clear: none;
	width: 600px;
	background-color: #4A504C;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:20px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #4A504C;
	border-top: 1px solid #4A504C;
	height: 20px;
}
.MainMenu_rootItem{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	border: none;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #4A504C;
	text-align: center;
	width: 15;
	height: 20px;
	border-top: 1px solid #4A504C;
	border-bottom: 1px solid #4A504C;
	border-left: 1px solid #4A504C;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	cursor: hand;
	background-color: #4A504C;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=1) ; 
	border: 5px solid #4A504C;
}

.MainMenu_MenuBreak {
	border-bottom: 1px solid #4A504C; 
	border-top: 1px solid #4A504C;  
	background-color: #000000; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #79827C;
	cursor: hand;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-top: 1px solid #4A504C;
	border-bottom: 1px solid #4A504C;
	height: 20px;
}
.MainMenu_rootItemSelected{
	background-color: #79827C;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	border: none;
	height: 20px;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid #4A504C;
	border-bottom: 1px solid #4A504C;
	height: 20px;
	width: 20px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	width: 20px;
}
/* Layout elements */
 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	min-width: 900px;
	margin-top: -105px;
 }
 /* end IE 5 hack */ 
	  
#header {
	clear: both;
	height: 20px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #B20706;


}
#footer {
	width: 100%;
	height: 20px;
	display: block;
	padding: 0px;
	clear: both;
	text-align: left;
	margin: 0px;

}
#panes {
	text-align: left;
	height: 320px;
	margin: 0px auto;
	overflow: hidden;

	width: 708px;
}

#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: 20px;
	width: 100%;
	clear: both;
}
#menuWrapper {
	width:100%;
	height: 20px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #4A504C;
	clear: both;

}
#date {
	float: right;
	clear: none;
	width: 150px;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
}

#lablfooter {
	display: inline;
	width: 300px;
	height: 20px;
	text-align: right;
	overflow: hidden;
	padding: 0px;
	float: right;
	margin: 0px;
}
#footerinfo {
	margin-right: auto;
	height: 20px;
	margin-left: auto;
	text-align: center;
}
#copyright {
	text-align: center;
	margin-top: 20px;
}

#user {
}
#signinGroup {
	color: #9EAAA2;
	clear: left;
	font-weight: bold;
}
#Table2{
	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;
	color: #C1C8C4;
}
td {
	color: #C1C8C4;
	}
#leftPaneContainer {
	overflow: auto;
	height: 297px;
	width: 85px;
	margin-left: 5px;
	margin-top: 3px;
	scrollbar-face-color: #7E8781;
	scrollbar-3dlight-color: #ACB9B1;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #7E8781;
	scrollbar-highlight-color: #ACB9B1;
	scrollbar-track-color: #4C524E;
	scrollbar-shadow-color: #202221;
	scrollbar-darkshadow-color: #000000;
}
#contentPaneContainer {
	overflow: auto;
	height: 270px;
	width: 420px;
	margin: 13px auto 0px;
	scrollbar-face-color: #7E8781;
	scrollbar-3dlight-color: #ACB9B1;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #7E8781;
	scrollbar-highlight-color: #ACB9B1;
	scrollbar-track-color: #4C524E;
	scrollbar-shadow-color: #202221;
	scrollbar-darkshadow-color: #000000;
}
#rightPaneContainer {
	overflow: auto;
	height: 297px;
	width: 85px;
	margin-left: 20px;
	margin-top: 3px;
	scrollbar-face-color: #7E8781;
	scrollbar-3dlight-color: #ACB9B1;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #7E8781;
	scrollbar-highlight-color: #ACB9B1;
	scrollbar-track-color: #4C524E;
	scrollbar-shadow-color: #202221;
	scrollbar-darkshadow-color: #000000;
}
#panesLeft {
	width: 110px;
}
#panesRight {
	width: 106px;
}
#panesContent {
	text-align: center;
}

