﻿/* CSS STYLES FOR FORMULAE Skin
   =============================
   Submitted to DNN Skinning competition by Syncrony (Pty) Ltd.
*/
.ArticleImage{border-width: 1px; border-color:#07519A}
.MainPageBackColor{BACKGROUND-COLOR:#ffffff}
/* Links */
A, A:visited, A:link, A:active{color: #07519A; font-family: Tahoma, Arial, Verdana;	font-size: 11px; font-weight: normal; font-style: normal; text-decoration:none; border-style:none; border-width:0}
A:hover{font-family: Tahoma, Arial, Verdana; font-size: 11px; font-weight: normal; font-style: normal; border-bottom-style:solid; border-bottom-width:1px; text-decoration:none;}

.BackColor{background-color: #ffffff}
.CurrentDate {font-family: Tahoma; font-size: 11px; color: #07519A;}
td.datatable{text-align: center; align:center}
.tableheader{background-color:#FFE7CA}
.evenrow {align:center;text-align: center; background-color:#eeeeee;}
.oddrow {text-align: center }
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #ffffff;
}

/* background color for the content part of the pages */
Body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/bodyBak.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.HeaderPane{}

.LeftPane  { 
	background-color: #FFFFFF;
}

.ContentPane  
{
	background-color:#ffffff;
}

.RightPane  {
	background-color:#ffffff;
}

.FooterPane {background-color:#ffffff;}

/* text style for the selected tab */
.SelectedTab {
	font-size: 8.5pt;
	color: #878CAB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#Date .SelectedTab {
	font-size: 9px;
	color: #878CAB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#878CAB;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#878CAB;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:#878CAB;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#878CAB;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8 pt;
	color: #878CAB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#loginBox .OtherTabs {
	font-size: 8 pt;
	color: #878CAB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#878CAB;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#878CAB;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:#878CAB;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#878CAB;
    border-width:0;
    border-style:none;
}
#signinGroup A.OtherTabs:link, #user A.OtherTabs:link {
    text-decoration:    none;
    color:#878CAB;
}

#signinGroup A.OtherTabs:visited, #user A.OtherTabs:visited  {
    text-decoration:    none;
    color:#878CAB;
}

#signinGroup A.OtherTabs:active, #user A.OtherTabs:active   {
    text-decoration:    underline;
    color:#878CAB;
}

#signinGroup A.OtherTabs:hover, #user A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#878CAB;
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  14px;
	font-weight:    bold;
	color: #07519A;
	font-style: normal;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: normal;
	color: Navy;
	font-style: normal;
	text-transform: uppercase;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  10px;
	color: #656B8F;
	font-weight: bold;
	text-transform: uppercase;
}

/* text style used for most text rendered by modules */
.Normal, td
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: #282B39;
	line-height: 18px;
}
.NormalHighlight {
	background-color: #FBF7F4;
	color: #282B39;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    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, sans-serif;
	font-size: 11px;
	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: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #80402B;
	border: 1px solid #80402B;
	background-color: #EED5CD;
}

A.CommandButton:hover    {
	text-decoration:    none;
	color: #80402B;
	border: 1px solid #80402B;
	background-color: #EED5CD;
}
    
/* GENERIC */
P{
	margin-top: 2px;
	margin-bottom: 5px;
}
H1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  20px;
	font-weight:    normal;
	color: #878CAB;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
}

H2  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  18px;
    font-weight:    normal;
    color: #878CAB;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;

}

H3  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  16px;
    font-weight:    normal;
    color: #878CAB;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;

}

H4  {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:  18px;
	color: #C7765A;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;

}

H5, DT  {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:  16px;
	color: #C7765A;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;

}

H6  {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:  15px;
	color: #C7765A;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;

}

TFOOT, THEAD    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #CC8066;
	background-color: #EED5CD;
	border: 1px solid #CC8066;
}

TH  {
    vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #CC8066;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  13px;
}

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: #7E84A3;
	height:1px;
	text-align:left;
	background-color: #7E84A3;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/*Module Title*/
.AMJ1Title {
  color: Black;
  font-family: Arial, Times New Roman, tahoma;
  font-weight: bold;
  font-size: 14px;
}
.AMJ2Title {
	color: #3B6EA5;
	font-family: tahoma, Arial, Times New Roman;
	font-weight: bold;
	font-size: 9px;
	back;
}

/* 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: hand;
	height:21;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand;
	color: #575C7B;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	height:22px;
	text-transform: uppercase;
	direction: rtl;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EDEEF0;
	border-left: 0px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	border-top: 1px solid #EDEEF0;
	text-align: center;
	width: 15;
	height: 29;
	border-right-color: #F53104;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #EDEEF0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: 1px solid #EDEEF0; 
	border-top: 1px solid #EDEEF0;
	background-color: #575C7B; 
	height: 2px;
}

.ModuleTitle_MenuItemSel {
	background-color: #575C7B;
	cursor: hand;
	color: #EDEEF0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	height:22px;
	text-transform: uppercase;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #EDEEF0 1px solid; 
	border-top: #EDEEF0 1px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #3B6EA5;
	background-attachment: scroll;
	background-image: url(media/menuBak.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 35px;
	background-image: url(media/menubak.gif);
}
/* sub menu style: */
.MainMenu_MenuItem {
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(media/menuBak.gif);
	margin: 0px;
	border-top: 0px solid #81ADCA;
	border-bottom: 0px solid #81ADCA;
	height: 35px;
	text-transform: uppercase;
	direction: rtl;
}
.MainMenu_RootItem, .MainMenu_RootItem td{
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: Transparent;
	margin-left: 30px;
	height: 35px;
	text-transform: uppercase;
}
/*
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	border-left: 0px solid #81ADCA;
	border-bottom: 0px solid #81ADCA;
	border-top: 0px solid #81ADCA;
	text-align: left;
	width: 0px;
	height: 0px;
	border-right-color: #81ADCA;
}
*/

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #81ADCA;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border: 0px solid #81ADCA;
}

.MainMenu_MenuBreak {
	border-bottom: 1px solid #81ADCA; 
	border-top: 1px solid #81ADCA;
	background-color: #81ADCA; 
	height: 2px;
}
/* mouse over on sub menu : */
.MainMenu_MenuItemSel {
	background-color: #575C7B;
	cursor: hand;
	color: #EDEEF0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top: 0px solid #81ADCA;
	border-bottom: 0	px solid #81ADCA;
	height:35px;
	text-transform: uppercase;
	background-image: url(media/menubackover.jpg);
}
/* mouse over on root menu : */
.MainMenu_RootItemSelected, .MainMenu_RootItemSelected td{
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(media/menubackover.jpg);
	border-top: 0px solid #81ADCA;
	background-color: Transparent;
	height: 35px;
	text-transform: uppercase;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 13px;
	cursor: pointer;
	cursor: hand;
	border-right: 0px solid #81ADCA;
	border-bottom: 0px solid #81ADCA;
	border-top: 0px solid #81ADCA;
	color: #FFFFFF;
	height:35px;
}

.MainMenu_RootMenuArrow {
		border: 0px none ;
	font-family: webdings;
	font-size: 13px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	height:35px;

}
/* Page Layout Elements */
#header {
	clear: both;
	height: 66px;
	width: 100%;
	padding: 0px;
	background-attachment: scroll;
	margin: 0px;
	background-image: url(images/topBakRep.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #878CAB;
	border-right-color: #878CAB;
	border-bottom-color: #878CAB;
	border-left-color: #878CAB;
}
#container {
	width: 100%;
	margin:0px auto;
	text-align:center;
	padding:0px;
	clear: both;

}
#footer {
	width: 100%;
	height: 20px;
	display: block;
	padding: 0px;
	clear: both;
	text-align: center;
	margin-top: 0px;
	background-color: #EDEEF0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #878CAB;
	border-bottom-color: #878CAB;
}
#panes {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	border: 0px none;
}
#banner {
	float: right;
	height: 53px;
	width: 60px;
	background-attachment: scroll;
	background-image: url(images/flag.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	height: 50px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 291px;
	background-attachment: scroll;
	background-image: url(media/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo img{
	display:inline
}

#loginBox {
	height: 25px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/loginBoxBak.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left
}
#breadcrumbs {
	display: none;	
}

#menuBar {
	width: 50%;
	height: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #EDEEF0;
	background-attachment: scroll;
	background-image: url(media/menuBak.GIF);
	background-repeat: repeat;
	background-position: 120px 0px;
	clear: none;
}
#menu {
	float: right;
	clear: none;
	width: 450px;
	padding: 0px;
	margin: 0px;
	height: 28px;
}
#date {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	display: inline;
	clear: none;
}

#lablfooter {
	display: inline;
	width: 300px;
	height: 20px;
	margin-left: 5px;
	text-align: center;
	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;
}

#MBCorner {
	background-color: #FFFFFF;
	float: left;
	height: 25px;
	width: 13px;
	background-attachment: scroll;
	background-image: url(images/loginBoxCorner.gif);
	background-repeat: repeat;
	background-position: right top;
}


#logo img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
#signinGroup {
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	margin-top: 4px;
}
#Table2{
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
}
#paneLeft {
	background-color: #EED5CD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC8066;
	width: 120px;
}
#paneRight {
	background-color: #EED5CD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC8066;
	width: 120px;
	float: right;
}
#panesMain {
	width: 50%;
}
#topBar {
	background-attachment: scroll;
	background-image: url(images/topBak.jpg);
	background-repeat: no-repeat;
	background-position: 120px 0px;
	height: 50px;
	width: 100%;
}
.FooterTable
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #014E82;
	background-color: #C0C0C0;
	text-align: center;
	background-image: url('media/DownSite.gif');
}
.FooterTable2
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #014E82;
	background-color: #ffffff;
	text-align: center;
}

/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/*Castom classes*/

.bg_main{
	background-image:url(media/bg_main.jpg);
	background-repeat: no-repeat;
}
a.links_bottom:visited{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
    color: #859CB1;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family:  Tahoma, Arial, Helvetica;
    font-size:  8pt;
    color: #859CB1;
	text-decoration: none;	
	
}
a.links_bottom:hover{
    font-family:  Tahoma, Arial, Helvetica;
    font-size:  8pt;
    color: #859CB1;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family:  Tahoma, Arial, Helvetica;
    font-size:  8pt;
    color: #859CB1;
	text-decoration:none;
}
a.links_top:visited{
    font-family: Tahoma,Verdana,  Arial, Helvetica;
    font-size:  11px;
    color: #000000;
	text-decoration:none;	
}
a.links_top:active{
    font-family: Tahoma,Verdana,  Arial, Helvetica;
    font-size:  11px;
    color: #000000;
	text-decoration:none;	
}
a.links_top:hover{
    font-family: Tahoma,Verdana,  Arial, Helvetica;
    font-size:  11px;
    color: #FFCC02;
	text-decoration:none;	
}
a.links_top:link{
    font-family: Tahoma,Verdana,  Arial, Helvetica;
    font-size:  11px;
    color: #000000;
	text-decoration:none;
}
.Copyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #ffffff;
}
a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #FFCC02;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;

}
