* {
	margin:0;
	padding:0;
}
body
{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0 0;
	font-size: 90%;
	background-image: url(../images/misc/bg_grey.png);
	background-repeat: repeat-x;
	height:100%;
}



h1, h2, h3
{color: #666666; font-family:Arial, Verdana;padding-bottom:0.1em;padding-top:0.5em;}

h1 {font-size:150%;font-style:italic;}
h2 {font-size:125%;
	background-color: #f2f2f2;
}
h3 {font-size:100%}

img {border:none;}

th {text-align:left;vertical-align:bottom;font-weight:normal;}
td {text-align:left;vertical-align:top;}


a
{
	color: #d20000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #009900;
}

a.cancel {margin-left:2em;}



/* ---------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------- */
#container {
	width:96%;margin: 20px auto;
	background-color:#fff;
	border-top:1px solid #bababa; border-bottom:1px solid #bababa; border-left:0; border-right:0;
	}

#banner {
	width:100%;
}


table#maintable {
	clear:both;
	table-layout:fixed;
	width:100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333;
	}


#bannersearch {position:absolute;top:45px;right:100px;}


/* ---------------------------------------------------------------------------
	Sidebar styles
--------------------------------------------------------------------------- */
#leftbar h1 {
	font-size:medium;font-style:normal;text-align:left;
	color:#fff;
	border-top:1px solid #bababa;
	border-bottom:1px solid #bababa;
	padding:0.1em 0 0.1em 0.3em;
	margin-top:0.5em;
	margin-left:0;
	margin-right:0;
	width:98%;
	background-image: url(../images/misc/greyTile.gif);
	clear:both;
	}
	
	
#rightbar h1 {
	font-size:medium;color:#fff;font-style:normal;
	background-color:#333;
	border-top:1px solid #bababa;
	border-bottom:1px solid #bababa;
	padding:0.1em 0 0.1em 0.3em;
	margin-top:0.5em;
	margin-left:0;
	margin-right:0;
	width:98%;
	background-image: url(../images/misc/greyTile.gif);
	}
	


ul.sidebarlist {padding-bottom:0.2em;list-style:none;list-style-position:outside;line-height:100%;text-align:left;}


.sidebarlist li {
	border-bottom: 1px solid #999999;
	font-size:80%;
	margin-left:0em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}

.sidebarlist li a {color: #333;font-weight:600;}

.sidebarlist li a:hover {
	color: #FF0000;
	text-decoration: none;
}

div.sidebarsummary {font-size:80%}


/* ---------------------------------------------------------------------------
	Content areas
--------------------------------------------------------------------------- */
#leftbar {
	background-color:#f7f7f7;
	}

#rightbar {
	background-color:#f7f7f7;
	}

#content {
	padding-left:10px;
	padding-right:10px; 
	}

#content p {
	margin:0.5em 0.5em 1em 0;
	line-height:140%;
	word-spacing:0.1em;
}

#content ul {
	margin:0.5em 0.5em 0.5em 1.5em;
	word-spacing:0.1em;
	line-height:160%;
}

#content ol {
	margin:0.5em 0.5em 0.5em 1.5em;
	word-spacing:0.1em;
	line-height:160%;
}

#content li {margin-bottom:0.6em;margin-left:1em;}


/* ---------------------------------------------------------------------------
	Footer styles
--------------------------------------------------------------------------- */

#footer {
	width:100%;
	clear:both;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333;
	}


ul.footerlist {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	}
		
ul.footerlist li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	border-right: 1px solid #333;
	padding-left: 5px;
	font-size: 100%;

}

ul.footerlist li a {

	color:#666666;
	text-decoration: none;
	padding: .2em 1em;
	
}

ul.footerlist li a:hover {

	color: #d20000;
}




/* ---------------------------------------------------------------------------
	Tables
--------------------------------------------------------------------------- */
table {table-layout:fixed}

table.listing {
	margin-top:0.8em; width:100%;
	table-layout:fixed;
	}
	
.listing td {
	padding:0.2em 0.1em 0.3em 0;
	
}
.listing th
{
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	padding: 0.1em 0.1em 0.2em 0.1em;
	background-color: #f2f2f2;
	color: #666;
	font-weight:bold;
	border-bottom:1px solid #bababa;
}


table.inputform {margin-top:0.1em; width:100%;}
.inputform td {	padding:0.1em 0 0.4em 0;}

table.grid {
	margin-top:1em; width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	}
.grid td {text-align:left;border:1px solid #bababa;padding:0.5em;}


/* ---------------------------------------------------------------------------
	Flags and Countries
--------------------------------------------------------------------------- */
.flag_small {height:15px;width:20px;display:inline;}
.flag_medium {float:left;padding-right:5px;}

#countrylist ul {
	line-height:110%;
}

#countrylist li {margin-bottom:0.1em;margin-left:0.1em;list-style:none;}

table.countrylist {
	padding:0.5em;
	margin-bottom:1em;margin-top:0.5em;
	width:100%;
	table-layout:fixed;border-collapse:collapse;
	}

table.countrylist td {
	padding:0.5em;
	border: 1px solid #ffcc00;
	}




/* ---------------------------------------------------------------------------
	Glossary
--------------------------------------------------------------------------- */
table.glossary {
	padding:0.5em;
	margin-bottom:1em;margin-top:0.5em;
	width:100%;
	table-layout:fixed;border-collapse:collapse;
	}

table.glossary td {
	padding:0.5em;
	border: 1px solid #ffcc00;
	}

/* ---------------------------------------------------------------------------
	Job
--------------------------------------------------------------------------- */
table.job {
	padding:0.5em;
	margin-bottom:1em;margin-top:0.5em;
	width:100%;
	table-layout:fixed;border-collapse:collapse;
	}

table.job td {
	padding:0.5em;
	border: 1px solid #ffcc00;
	}

/* ---------------------------------------------------------------------------
	Miscellaneous
--------------------------------------------------------------------------- */

#pagedrecordset {
	margin-top:0.5em;margin-bottom:2em;
}

.float-left  {
	float: left;
	padding: 1px 5px 15px 5px;
}
.float-right { float: right; }

.right {text-align:right;}
.center {text-align:center;}
.bold {font-weight:bold}
.normal {font-weight:normal}
.italic {font-style:italic}
.lighttext {	color: #bababa;}


.lineStandard {background-color: white;}
.lineHilite {background-color: #f2f2f2;}

.energypediaRed {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-style: italic;
 color: #d20000;
 font-weight: bold;
}
 
.energypediaGreen {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-style: italic;
 color: #009900;
 font-weight: bold;
}
 

.float-icon {
	float: left;
	padding: 0px 5px 0 5px;
}

div.epopportunities {
 padding:0.2em;
 clear:both;
 background-color: #eaf0f4;
 margin: 0.2em;
}
 

ul.countryprofile {list-style-type: none;}
ul.countryprofile li {display:inline;}

div.rightbar_advert {margin-bottom:30px}
div.embedded_advert {margin:5px auto 30px auto;text-align:center;}
div.banner_advert {margin:5px auto 30px auto;text-align:center;}

ul.lettersmenu {}
.lettersmenu li {display:inline;border-left:1px solid #666;padding:0 0 0 0.2em;width:0.1em;}


.float-icon-left {
	float: left;
	padding: 0 5px 15px 5px;
}


#searchtips {
            background-color: #fff;
            border: 1px solid #009900;
            
            
}

#searchtips a {
            color: #009900;
            font-weight: bold;
            font: 120%;
            padding: 0 5px 0 5px;
}

#searchtips a:hover {
            background-color: #009900;
            color: #fff;
            

}


.imagecaption_left {font-style:italic}
