﻿/*******************************************************************
	Global styles	
*******************************************************************/
body 
{
	font-size: 11px;
	font-family: Verdana;
	color: #102a42;
}

a 
{
	color:#c20d3e;
	text-decoration: none;
}

h1 
{
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
}        

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}        

p
{
	margin: 0px;
}

.popup {
	position:absolute;
	z-index:30000;
	width:250px;
	min-height:70px;
	background:#ffffff;
	border:1px solid black;
	padding:10px;
}

.noOverflow 
{
	overflow: hidden;
}

/*******************************************************************
	Two column page layout	
*******************************************************************/

.container {
    width: 100%;
    float: right;
    margin-left: -195px;
}

.content {
    margin-left: 195px;
    padding: 15px 12px 30px 15px;
}

.sidebar {
    width: 195px;
    float: left;
    margin-left:-1px;
    margin-top:-18px;
    background: url(/Images/System/searchBg.gif) 0px 0px no-repeat;
}
.clearing {
    height: 0;
    clear: both;
}

/*******************************************************************
	Search forms
*******************************************************************/

.fieldHelp 
{
	position:absolute;
	margin-top:-16px;
	right:0px
}

.search 
{
}

.search .tab 
{
	position:absolute;	
	z-index: 10;
	height:24px;
	text-align: center;
	padding-top:10px;
	background:#ffffff;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	font-weight:bold;
	color:#636c75;
}

.search .selected
{
	border-top:1px solid #f4f4f4;
	border-left:1px solid #f4f4f4;
	border-right:1px solid #f4f4f4;
	background: #f4f4f4;
	color:#102a42;
}

.search .nameBox, .search .geographicBox
{
    background:#f4f4f4;
}

.search .nameBox 
{
 	z-index: 20;
}

.search .geographicBox {
 	z-index: 5;
	margin-top:4px;
}

.search h4 
{
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	line-height: 11px;	
}

.search input 
{
	border: 1px solid #7f9db9;
	width: 165px;
}

.search select 
{
	border: 1px solid #7f9db9;
	width: 170px;
	margin-top: 2px;
}

.search .buttons input 
{
	position:absolute;
	top:18px;	
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #cdcdcd;
	background: #f4f4f4;
}

.search .margins, .searchMargins
{
	padding-left:15px;
	padding-right:10px
}

#resetButton 
{
	border-left: none;
	width:82px;
	left:0px
}

#searchButton 
{
	width:82px;
	right:0px;
	color: #c20d3e;
}

/*******************************************************************
	Grid & Search Reults
*******************************************************************/

.grid 
{
	width: 100%;
}

.grid TH
{
	border-top: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;	
	text-align: left;
	padding-left: 10px;
}

.grid TD
{
	padding-left: 10px;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 34px;
	background: #f4f4f4;
	cursor: pointer;
}

.grid .odd TD
{
	background: #ffffff;
}

.grid .br
{
	font-size:1px;
	width:1px;
	letter-spacing: 0px;
}

.searchresults 
{
	margin-top:20px;
	table-layout:fixed;
	border-collapse: collapse;
}

.countryHeader TD
{
	padding-top: 20px;
	background: #ffffff;
	height: 10px;
}

/*******************************************************************
	Company and person presentation
*******************************************************************/

.person P, .firm P
{
	line-height: 23px;
	margin-bottom: 15px;
}

.button 
{
	display: block;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #cdcdcd;
	background: #f4f4f4;
	color: #c20d3e;
	width: 110px;
	text-align: center;
	margin-top: 4px;
}

.pager 
{
	text-align: center;
	margin-top: 15px;
}

.pager .previous  
{
	padding-right: 15px;
}

.pager .next 
{
	padding-left: 15px;
}

.pager .numbers .selected 
{
	font-weight: bold;
}

