/*	
	Author: Anthony Patton.
	Date: 07-06-2006
	Comments: Yip, this style sheet is copyright Noesis Software 2006. However if you want to use it please drop us
	a line via our website www.NoesisSoftware.co.za and We'll gladly help out. Noesis website css. 
*/

body
{
	margin: 0 auto;
	padding: 0;
	font-size: 8pt;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	background-color: white;
	background-image:  url(../images/bg2.gif);
	background-repeat: repeat-y;
	background-position: top center;
	
}

.Indent
{
	padding-left: 5%;
	text-align: left;
}

.clsBody
{
	margin: 0;
	padding: 0px;
	font-size: 8pt;
	font-family: Verdana;
}

.clsSiteMainBody
{
	background-color: white;  
}

a.QuickLink, a.QuickLink:visited
{
	text-decoration: none;
	white-space: nowrap;
	font-family:Verdana;
	color: #3d27d3;
}

a.QuickLink:hover { text-decoration: underline; }

.FooterText
{
	font-size:8pt;
	color: #410006;
}

.HeaderTable
{
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: 8pt;
	color: silver;
	font-family: Verdana;
	width:797px;
	background-color: #929fe7;
}
.NoBorderTable
{
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	border-right: 0px solid;
	font-size: 10pt;
	font-family: Verdana;
	width:765px;
}

.FooterTable
{
	border-top: 4px solid;
	font-size: 8pt;
	color: #dcd4ff;/*#410006;*/
	background-color: white;/* #ebe9e9;*/
	font-family: Verdana;
	width:797px;
}


.NoesisTable
{
	width:797px;
	font-size: 10pt;
	font-family: Verdana;
}


.PageContentDiv
{
	width:797px;
	font-size: 8pt;
	font-family: Verdana;
}

.HeaderBodyTable
{
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-weight:bold;
	font-size: 10pt;
	border-color: silver;
	color:white;
	font-family: Verdana;
	width:98%;
	background-color: Gray;
}

.headerRow
{

	background-color:Silver;
	font-family: Verdana;
	width:797px;
	border: solid 1px;
}

.ContentRow
{
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: 8pt;
	border-color: silver;
	font-weight:normal;
	color:white;
	font-family: Verdana;
	width:98%;
	background-color: Silver;
}

.NoesisPageHeadingDiv
{
	font-size: 18pt;
	font-family: Verdana;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	width:797px;
	color: White;
}

/*this is the style for the development and technical services div's on the homepage*/
.HomeServicesBox
{
	font-size: 12pt;
	font-family: Verdana;
	height: 117px;
	width: 160px;
	color: black;
	text-align: center;
	text-decoration: none; 
}

a.ServiceBox
{
	font-size: 12pt;
	font-family: Verdana;
	color: black;
	line-height: 156px;
}

.seperator
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: text-bottom;
	color: black;
	text-align: center;
}

.NoesisButton
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height: 22px;
	text-align:center;
	color: white;
	font-weight:bold;
	background-color: Silver;
}

.HeadingText
{
	font-weight:bold;
	font-size: 10pt;
}

.InfoText
{
	font-weight:normal;
	font-size: 8pt;
	font-style:italic;
}

ul.ChildListText
{
	font-weight:normal;
	font-size: 8pt;
}

/*Noesis Menu Styles*/
/*--------------------------------------------------------------------------*/
/*styles for menu items on the drop down menus*/
.dropdownMenuItemStyle
{
}

/*styles for the items on the main menu bar*/
.mainMenuItemStyle
{
	float:left;
}

.mainMenuItemStyle dt 
{
	border :solid 1px;
	border-color:#3d27d3;
	color:white;
	cursor:pointer;
	background-color:#929fe7;
}

.mainMenuItemStyle dt:hover
{
	background-color:#3d27d3;
}

.mainMenuItemStyle dd
{
	position:absolute;
	overflow:hidden;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	text-align:left;
}

.mainMenuItemStyle span
{
	display:block;
}

.mainMenuItemStyle div
{
	border:1px solid #9ac1c9; 
	list-style:none; 
	border-top:none
}

.mainMenuItemStyle span:hover
{
	background-color:#3d27d3;
}

/*styles for the main menu bar*/
.MenuBar
{
	background-color: #3d27d3; /*#dcd4ff;*/
	font-size: 10pt;
	font-family:Verdana;
	font-weight:bold;
	color: white;
	border: solid 1px;
	border-color: #3d27d3;/* #dcd4ff;*/
	z-index:-99; 
	width: 798px;
}

