﻿/********************************************
	EMC v3 CSS
	 
	Datapharm Ltd 2008			
********************************************/

@import url("header.css");
@import url("footer.css");
@import url("advancedsearch.css");
@import url("divContent.css");
@import url("resultcontrol.css");
@import url("browse.css");
@import url("pagernavbar.css");
@import url("resultsHeader.css");
@import url("companyContact.css");
@import url("document.css");
@import url("liquidcorners.css");
@import url("whatsnewsection.css");


/********************************************
				CONTAINER
********************************************/

#iphaContainer
{
	width: 985px;
	margin: auto;
	clear: both;
	position:relative;
	background-color: Transparent;
	overflow:hidden;
}

.ipha_page_body
{
	background-color: White;
	clear: both;
	position:relative;
	width:985px;
}

#footer
{
	width: 985px;
	margin: auto;
	clear: both;
	position:relative;
	background-color: white;	
}


/*******************************************
				Body
*******************************************/

body
{
	/*font-family: Verdana, Tahoma, Helvetica;*/
	font-family: Tahoma;
	color: #000000;
	line-height: 1.2;
	font-weight: normal;
	font-size:0.8em;
	background-color:#F5F5F5;
}

h1
{
	color: #000000; /*color: #334d55;*/
	font-size: 1.7em;
	font-weight: bolder;	
	font-family: Arial;
}

h2
{
	font-size: 1em;
	font-weight: bolder;	
	color: #0052a5;
}

h3
{
	font-size: 1em;
	font-weight: bolder;	
	color: #0052a5;
}

p
{
	color: #000000;
	font-size:1em;
}


a, a:visited
{
	color:#0198FF; text-decoration:none;
}

a:hover 
{
	color:#0198FF; text-decoration:underline;
}


/**************************************
			PageTitle				   
**************************************/

.rightHomePanel #pageTitle h1, #pageTitle h1
{
	position:relative;
	color: #0052A5;
	padding-left: 10px;
}


.smallTitle h2, .smallTitle h2
{
	margin-top:5px;
	margin-left:5px;
	float:left;
	color: #0052A5;
	
}

/**************************************
			OtherServices			   
**************************************/

.leftHomePanel #otherServices .services
{
	margin:0 0 5px; 
}

.leftHomePanel #otherServices .services img
{
	margin:10px;	
}

.leftHomePanel #otherServices .services span
{
	display:block;
	padding:0 10px 0 10px;
	font-size:90%;
}

.coloredSpan
{
	color: #0052A5;
}


/**************************************
			Utilities				   
**************************************/

.listStyle ul
{
	list-style-image: url("../images/icons/listarrow.png");	
}

.listStyle a, .listStyle a:active, .listStyle a:visited
{
	text-decoration:none;
}

.listStyle a:hover
{
	text-decoration:underline;
}



.htmlNotice
{
	border:1px solid black;	
	text-indent:1px;
}

#terms
{
	margin-left:5px;
}

/*****************************
		Rounded corners		  
*****************************/

.roundtop_white, .roundtop_grey, .roundtop_greyinside
{ 
	position: relative;	
	margin: 0 0 -7px 0;	
	width: 100%;
	background: url(../images/corners/c_tr_white.jpg) no-repeat top right;	
}

.roundbottom_white, .roundbottom_grey  
{
	margin: -7px 0 0 0;		
	width: 100%;
	background: url(../images/corners/c_br_white.jpg) no-repeat top right;			
}


.roundtop_grey {background: url(../images/corners/c_tr_grey.jpg) no-repeat top right; }
.roundtop_greyinside {background: url(../images/corners/c_tr_greyinside.jpg) no-repeat top right; }
.roundbottom_grey {background: url(../images/corners/c_br_grey.jpg) no-repeat top right; }

img.corner 
{   
   text-align: left;  
   width: auto;   
   height: 7px;
   z-index: -1;
   border: none;
   display: block !important;
}


.roundtop_blue
{
	position: relative;	
	margin: 0 0 -25px 0;
	width: 100%;
	background: url(../images/corners/c_tr_blue.jpg) no-repeat top right; 
}

img.corner_blue 
{   
   text-align: left;  
   width: auto;   
   height: 25px;
   z-index: -1;
   border: none;
   display: block !important;
}
