﻿/********************************************
	EMC v3 CSS
	 
	Datapharm Ltd 2008			
********************************************/

@import url("header.css?111221");
@import url("footer.css?111221");
@import url("whatsnewsection.css?111221");
@import url("advancedsearch.css?111221");
@import url("divContent.css?111221");
@import url("resultcontrol.css?111221");
@import url("browse.css?111221");
@import url("pagernavbar.css?111221");
@import url("resultsHeader.css?111221");
@import url("companyContact.css?111221");
@import url("document.css?111221");
@import url("contact.css?111221");
@import url("autoSuggest.css?111221");

/********************************************
				CONTAINER
********************************************/
div#wrapper 
{
    margin: auto;
    width: 1005px;
    background: url(../images/icons/outerborder.gif);background-repeat:repeat-y;
    padding-left:0px;
}

#pageContainer
{
	width: 985px;
	margin: auto;
	clear: both;
	padding:0 5px 0px 5px;
	background-color:White;
	border-style:solid;	
	border-color:#e0e0e0;
	border-width:1px;
	height:auto !important;
	/*float:left;*/
}

/*this is a hack for IE7 to keep a min-page height*/
#contentContainer
{
	min-height:500px; /*this is for all browsers that support min-height*/
	height:500; /*this is to override the min height aspect */
	/*float:left;*/
	width:985px;
}
/*CT default.aspx styles*/
.textContentContainer{float:left; width:985px;}
.leftColumContainer{float:left; width:181px;}
.rightColumnContainer{float:left; width:770px;}
.DSContainer{float:right; width:171px;margin:10px 0px 10px 0px;}
/*CT whatsnew.aspx styles*/
.whatsnewTextContainer{float:left; width:780px;}
.whatsnewLeftContainer{float:left; width:181px;}
.whatsnewRightColumnContainer{float:left; width:800px;}

/*******************************************
				Body
*******************************************/

body
{
	/*font-family: Verdana, Tahoma, Helvetica;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size:small;
    background-color:#F3F9F8;
    
}

h1
{
	color: #000000; /*color: #334d55;*/
	font-size: 2em;
	font-weight: bolder;
}

h2
{
	font-size: medium; /*color: #334d55;*/
	color: #000000;
}

h3
{
	font-size: small;
	color: #000000;
	font-weight: bolder;
}

p
{
	color: #000000;
	font-size:small;
}

li
{
	font-size:small;
}
.noindent, .noindent li {
padding:3px 0; /*removes in Firefox/Mozilla*/
margin:3px 0; /*removes in IE & Opera*/
}
.noindent li {
list-style-type:none; /*removes bullet*/
}


/**************************************
			PageTitle				   
**************************************/
/*new page title styles eMC 4*/
.pagetitlewrapper
{
    position:relative; color:#399b83; width:985px; float:left; margin-top:10px;	
}
.pagetitlewrapperwithcolumn
{
    position:relative; color:#399b83; width:600px; float:left; margin-top:10px;	
}

.pagetitle
{
    float:left; color:#399b83; font-size:1.6em; font-weight:bold;
}
.pagetitleicon
{
    float:left;	width:14px; height:14px; margin:6px 5px 0px 10px;
}
/*new page title styles eMC 4*/

.rightHomePanel h1, #pageTitle h1
{
	position:relative;
	color: #399b83;
	font-size: 150%;
}

.rightHomePanel .left, #pageTitle .left
{
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	margin: 4px 5px 0px 10px;
	background: url(../images/icons/blue_box.png) no-repeat;
}

/*this is the css for the sub titles on the whats new page left hand column*/
.smallTitle .leftIcon, .smallTitle .leftIcon
{
	margin-top:5px;
	margin-left:5px;
	width: 14px;
	height: 14px;
	float:left;
	background: url(../images/icons/blue_box.png) no-repeat;
}

.smallTitle h2, .smallTitle h2
{
	margin-top:5px;
	margin-left:5px;
	float:left;
	color: #007BBB;
	font-size: 100%;
	
}

/**************************************
			OtherServices			   
**************************************/
.services
{
	margin:0 0 5px; 
}

.services img
{
	margin:10px;	
}

.services span
{
	display:block;
	padding:0 10px 0 10px;
	font-size:90%;
}


/**************************************
			Utilities				   
**************************************/
.listStyle ul
{
	list-style-image: url("../images/icons/listarrow.png");	
}

.listStyle a, .listStyle a:active, .listStyle a:visited
{
	color: #399b83;
	text-decoration:none;
}


.htmlNotice
{
	border:1px solid black;	
	text-indent:1px;
}

a 
{
	color: #399b83;
}
/***************************************
            Yellow Card                 
***************************************/

#leftYellow
{
    left: 0; 
    position: inherit; 
    float: left; 
    width: 640px;
    padding-top:10px;
}

#rightYellow
{
    float: left; 
    position: inherit; 
    padding-left: 30px; 
    width: 300px;
}

/***************************************
New styles implemented as part of beta 
homepage work; will possibly be moved or
reorganised into different css if deemed
necessary...
***************************************/
.emcicon {
  margin-left: 1em;
  margin-top: 0.2em;
  padding: 0;
}
.emcicon li {
  list-style: none;
  background:url(../images/homepage/bullet2.gif) no-repeat left center ;
  padding-left: 1.7em;
  margin-top:5px;
} 
.emcicongen {
  margin-left: 1em;
  margin-top: 0em;
  padding: 0;
}
.emcicongen li {
  list-style: none;
  background:url(../images/homepage/bullet2.gif) no-repeat left top ;
  padding-left: 1.7em;
  margin-top:3px;
  padding-bottom:0.5em;
} 
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding:10px 0px 0px 10px;
}
.fl{float:left;}
.fr{float:right;}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.searcharea{
    background-image:url(../images/homepage/searchbkg-2.jpg); background-repeat:no-repeat; width:683px; height:258px; border:1px #C3E0DB solid; float:left; padding:0px 10px 0px 10px;
}
.h2title{
padding-top:0.4em;	
padding-bottom:0px;
padding-left:0.5em;
margin:0px;
}
/*******************
top bar elements
*******************/
.TBE{
    float:left;	margin:0px 0px 0px 10px; width:248px;
}
.TBEtitlebar{
    float:left; background-image:url(../images/homepage/top-title-bar.jpg); background-repeat:repeat-x; height:28px; width:248px; border:1px #CCC solid;	
}
.TBEtextbox1{
    float:left; background-image:url(../images/homepage/top-box-bkg.gif); background-repeat:no-repeat; height:94px; width:228px; border-left:1px #C3E0DB solid; border-right:1px #C3E0DB solid; border-bottom:1px #C3E0DB solid; padding:10px 10px 0px 10px;
}
.TBEtextbox2{
    float:left; background-image:url(../images/homepage/top-box2-bkg.gif); background-repeat:no-repeat; height:73px; width:228px; border-left:1px #C3E0DB solid; border-right:1px #C3E0DB solid; border-bottom:1px #C3E0DB solid; padding:10px 10px 0px 10px;
}
.boxseperator{
clear:both; padding-top:10px;
}
/*******************
center bar elements
*******************/
#CBE{width:975px;}
.divrow2col1container{float:left; width:353px;}
.CBEtitlebar{
    margin-bottom:10px; float:left; background-image:url(../images/homepage/top-title-bar.jpg); background-repeat:repeat-x; height:34px; width:353px;
}
.CBEtextbox1{
    float:left; height:98px; width:335px; padding:0px 10px 0px 10px;
}
.CBEtextbox2{
    float:left; height:75px; width:335px; padding:0px 10px 0px 10px;
}
/*******************
bottom bar elements
*******************/
#BBE{width:975px; padding-bottom:10px;}
.divrow3col1container{float:left; width:353px;}
.divrow3col2container{float:left; padding-left:13px; width:293px;}
.divrow3col3container{float:left; padding-left:10px;}
.BBEtitlebar{
margin-bottom:10px; float:left; background-image:url(../images/homepage/top-title-bar.jpg); background-repeat:repeat-x; height:34px; width:293px;
}
.BBEtextbox1{
float:left; height:60px; width:333px; padding:0px 10px 0px 10px;
}
.BBEtextbox2{
float:left; height:60px; width:273px; padding:0px 10px 0px 10px;
}

/*******************
search elements
*******************/
.searchcontainermain
{
float:right;
width:670px;
}
.searchcontainermainoffhome
{
float:right;
width:670px;
margin-left:15px;
}
.searchcontainermainoffhome select
{
margin-top:9px;
margin-left:10px;
}
.searchcontainermainoffhome .searchbtnmain
{
margin-top:4px;
}

.searchinputmain
{
width:433px; 
height:30px;
font-size:2em;   
}
.searchinputbanner
{
width:430px; 
/*font-size:1.3em; */
margin-top:9px;  
}
.searchquotemain
{
float:left; 
margin:13px 0px 0px 20px;
width:645px;
}
.searchcheckboxesmain
{
float:right;
width:670px;
}
.advSearchLink
{
    float:right;
    padding-right:5px;
}
.searchbtnmain
{
float:left; 
padding:1px 0px 0px 10px;
}
.searchbulletpoints
{
    float:left;
    padding:10px 0px 0px 20px;
}
/**********************
Newest Updates elements
***********************/
.NUcontainer
{
width:597px;
height:270px;
border:1px #C3E0DB solid;
float:left;
margin:0px 0px 0px 13px;
}
.NUtableheight{height:222px;}
.NUheadercol1{border-top:1px #000 solid; border-bottom:1px #000 solid; width:425px; padding-left:5px;}
.NUheadercol2{border-top:1px #000 solid; border-bottom:1px #000 solid; width:172px;}
.NUrowlinecoldot1{border-bottom:1px #CCC dashed; padding-left:5px;}
.NUrowlinecoldot2{border-bottom:1px #CCC dashed;}
.NUrowlinesolidcol1{border-bottom:1px #999 solid; padding-left:5px;}
.NUrowlinesolidcol2{border-bottom:1px #999 solid;}
.NUiconpadding{padding-right:10px;}
.NUfooter
{
    float:left;
    width:587px;
    text-align:right;
    padding-right:10px;
    padding-top:3px;
    background-image:url(../images/homepage/top-title-bar.jpg);
    background-repeat:repeat-x; 
    height:17px;
    width:587px;
   
 }
.NUtitlebar
{
    float:left;
    background-image:url(../images/homepage/top-title-bar.jpg);
    background-repeat:repeat-x;
    height:25px;
    width:596px;
    border-top:1px #C3E0DB solid;
    border-left:1px #C3E0DB solid;
    border-right:1px #C3E0DB solid;
}


