/*
-----------------------------------------------------
 Author      | Elemental 
 			 | [W] http://www.elemental.co.za
 			 | [E] info@elemental.co.za  
-----------------------------------------------------                                    
 Date        | 17-09-2009
-----------------------------------------------------                                        
 PHP         | 5   
-----------------------------------------------------                                              
 Update      | 
-----------------------------------------------------                                      
 Description | 
-----------------------------------------------------       
                                  
*/ 

/*************************  BODY *************************/
html, body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 12px; 
	color:#333333;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

html>body 
{ /* for Mozilla */
	height: auto;
}

table
{
	font-size: 11px; 
	color:#333333;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

.container
{
	position: relative;
	height: auto;
	width: 960px;
	clear: both;
}

/*************************  LINKS *************************/
a.grey
{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

a.greyS
{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

a.white
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
}

a.green
{
	color: #699F20;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

a.sublink
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
}


/*************************  HEADERS *************************/

.hdr_white
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.hdr_white_smaller
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

.hdr_grey
{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.hdr_grey_smaller
{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
.hdr_lgrey
{
	color: #999999;
	font-size: 16px;
	font-family: Arial, Verdana;
	font-weight: bold;
}

.hdr_green
{
	color: #689E22;
	font-size: 18px;
	font-family: Arial, Verdana;
	font-weight: bold;
}


/*************************  FORM *************************/

select.main_search
{
	width:210px;
	background-color: #E9F1E2;
	border: 3px solid #FFFFFF;
	color: #333333;
	margin-bottom: 5px;
}

select.collumsearch
{
	width:225px;
	background-color: #333333;
	color: #FFFFFF;
}

.submit
{
	background-color: #E9F1E2;
	border: 1px solid #FFFFFF;
	font-size: 13px;
	color: #333333;
	margin: 7px;
	padding: 3px;
}

/*************************  TOP BAR *************************/

.top_bar
{
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0px;
	background-color:#333333;
	border-bottom: 2px solid #000000;
}

.logo
{
	position: relative;
	float: left;
	top: 10px;
	padding-bottom: 10px;
}

.main_search
{
	position: relative;
	text-align: left;
	float: right;
	top: 5px;
}

/*************************  GREEN BAR *************************/
.green_bar
{
	position: relative;
	width: 100%;
	padding: 0px;
	font-size: 13px;
	background: url(../../include/images/web/template/bg_green.jpg);
	background-repeat:repeat-x;
	border-bottom: 1px solid #333333;
}

.green_index
{
	height: 150px;
}

.green_listing
{
	height: 50px;
}

.green_box
{
	position: relative;
	height: 130px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 100;
}

.green_1
{
	position: absolute;
	left: -0px;
	width: 210px;
}

.green_2
{
	position: absolute;
	top: 0px;
	width: 210px;
	left: 250px;
}

.green_3
{
	position: absolute;
	top: 0px;
	left: 500px;
	width: 210px;
}

.green_4
{
	position: absolute;
	top: 0px;
	width: 210px;
	left: 749px;
}

/*************************  MAIN BODY *************************/

.main_body 
{
	width: 76%;	
	position: relative;
	background: #FFFFFF; 
	top: 0px;
	left: 0px;       
	float: left;
	text-align: left;
}

.side_bar 
{
	width: 24%;	
	position: relative;
	float: right;
	text-align: left;
	overflow: hidden; 
}

/*************************  BOTTOM BAR *************************/

.bottom_bar
{
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0px;
	background-color:#333333;
	border-bottom: 2px solid #000000;
}


/*************************  AUTOCOMPLETE *************************/

h3 
{
	margin: 0px;
	padding: 0px;	
}

.suggestionsBox 
{
	position: absolute;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
	z-index: 1003;
}
	
.suggestionList 
{
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #212427;
	z-index: 1001;
}

.suggestionList li 
{
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	z-index:1000;

}

.suggestionList li:hover 
{
	background-color: #659CD8;
	z-index:1002;

}

#simpleTooltip 
{ 
	padding: 7px; 
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #333333; 
	background: #E9F1E2;
}

