* 
{
	margin: 0; 
	padding: 0;
	font-size: 100%;
}

html 
{
	height: 100%;
}

body
{
	position: relative;
    width: 100%;
    height: 100%;
	min-width: 760px;
    text-align: center;
	font-size: 70%;
    font-family: verdana, helvetica, sans-serif;
    background-color: #58596B;
    background-image: url(/media/bg_body.gif);
    background-repeat: repeat-y;
	background-position: center;
    color: #555;
}


h1
{
    font-size: 18px;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 0 !important;
    margin: -2px 0 0 0;
    padding: 0 0 0 22px;
    width: 528px;
    text-align: left;
    color: white;
    background-color: #4A6751;
    line-height: 30px;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

h2
{
    font-size: 1.4em;
    font-family: verdana, helvetica, sans-serif;
    padding: 1em 0 0 20px;
}

h3
{
    font-size: 1.1em;
    margin: 10px 0 0 0;
    padding: 0;
    color: #777777;
}

h4
{
    font-size: 1em;
    margin: 0;
    padding: 0;
}

a
{
	color: #374D3C;
}
a:visited
{
    color: #FF4709;
}
a:link
{
    color: #374D3C;
}
a:hover
{
    color: #FF4709;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 1em;
}

ul li
{
    background-image: url(/media/bullet_green.gif);
    background-repeat: no-repeat;
    background-position: 0 .35em;
    padding: 0 0 0 1em;
    margin: 0.4em 1em 0 0em;
    display: block;
}

ol
{
	margin: 0 0 1em 20px;
	line-height: 1.5em;
}

ol li
{
    margin-top: 1em;
}

p
{
    line-height: 1.5em;
    margin: 1em 0 0.5em 0;
}

img
{
    border: 0;
}

dl
{
	margin: 0 0 0 20px;
	line-height: 1.5em;
}

dt 
{
    font-weight: bold;
}

dd 
{
    margin-bottom: 1em;
}

form 
{ 	
	margin: 0; 
	padding:0;
	line-height: normal;
}

input
{
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
}

textarea
{
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
}

select 
{
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
}

label
{
    padding-left: 2px;
}

thead
{
	font-weight: bold;
}

tfoot
{
	font-weight: bold;
	text-align: center;
}

.pdfList li
{
    background-image: url(../media/icon_pdf.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 1.9em;
    margin: 0 1em 0 0;
    line-height: 22px;
    text-decoration: underline;
    font-weight: bold;
}

.mainTable 
{
	margin: 10px 0 10px 0;
	border: 1px solid #4A6751;
}

.mainTable tr td 
{
	padding: 0.5em;
	border-bottom: 1px solid #4A6751;
	background-color: #dce7df;
	vertical-align: top;
}

.mainTable tr td tr td
{
	padding: 0;
	border: none;
	background-image: none;
	vertical-align: top;
}


.menu
{
    padding: 2px 10px 0 0;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
    list-style: none;
    display: block;
    height: 21px;
    background-color: #4A6751;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu li
{
    float: left;
    padding: 0;
    margin: 0 1em 0 1em;
    background-image: none;
}

.menu a
{
    display: block;
    background-image: none;
    padding: 3px 9px 3px 9px;
    margin: 0;
	text-decoration: none;
}

.menu a:visited
{
    color: #fff;
}
.menu a:link
{
    color: #fff;
}
.menu a:hover
{
    color: #2a0064;
    text-decoration: none;
	background-color: #f4f4f4;
}

.menuSub
{
    width: 760px;
    text-align: right;
    margin: -16px 0 0 0 !important;
    margin: -23px 0 0 0;
	padding: 0 0 4px 0;
}

.header
{
    padding: 15px 0 0 15px !important;
	padding: 15px 0 0 15px;
    width: 760px !important;
	width: 745px;
    height: 42px !important;
	height: 49px;
    text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #3d9bfb;
}

.bodyContainer
{
    margin: 0 auto;
    display: block;
    width: 760px;
	height: 100%;
	text-align: left;
	background-image: url(/media/bg_bodycontainer.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #58596B;
	background-color: #fff;
}

.mainCol
{
    float: left;
    width: 550px;
	/*height: 71%;*/
	border-left: 1px solid #fff;
}

.wideBox
{
    
    float: left;
    width: 506px;
    margin: 0 0 0 1px;
    padding: 0 20px 0 20px;  
}

.wideBox h2 
{
    margin: 0.5em -20px 10px -20px;
}

.wideBox p
{
    margin-bottom: 10px;
	text-align: justify;
}

.sideCol
{
	border-left: 1px solid #fff;
    float: right;
    width: 208px;
    text-align: left;
	background-color: #dce7df;
}

.sideCol h2
{
    font-size: 18px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    color: white;
    background-color: #4A6751;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 5px;    
}

.sideCol a
{
	color:#374D3C;
}

.sideCol h3
{
    font-size: 1.3em;
    font-family: verdana, helvetica, sans-serif;
    padding: 1em 0 0 5px;
}

.sideCol h4
{
    font-size: 1em;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    background-color: #374D3C;
    font-weight: bold;
	line-height: 1.5em;
	color: white;
}

.sideCol td 
{
    
    padding: 0 0 0 5px;
    line-height: 1.5em;
    border-bottom: 1px solid #fff;
}

.sideCol input
{
	margin: 2px;
}

.sideCol ul 
{
	margin: 0;
}
	
.sideCol ul li 
{
	margin: 0;
	text-indent: 0.5em;
	display: block;
	width: 197px;
	line-height: 23px;
	background-color: #dce7df;
	background-image: url(/media/bullet_red.gif);
	background-position: 5px 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.sideAd
{
	margin-bottom: 1px;
}

.light {
	background-color: #e8e7ff;
}

.footer
{	
	margin: 2em 0 0 0;
	clear: both;
	text-align: center;
	font-size: 0.8em;
    /*float: left;*/
    width: 100%;
    height: 70px;
    color: #888888;
	background-image: url(/media/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer img
{
	text-align: center; 
	margin: 17px 10px 0 10px;
}


.featureBox 
{
    float: left;
    width: 233px;
	height: 200px;
    margin: 10px 8px 5px 0 !important;
    margin: 10px 5px 10px 0px;
    padding: 5px;
    background-color: #dce7df;
    border: 1px solid #4A6751;
	border-top: 5px solid #374D3C;
	border-bottom: 5px solid #374D3C;
	text-align: left;
}

.featureBox h2 
{
	margin: 5px 0 0 0;
	padding: 0;
}

.featureBoxWide
{
    width: 480px;
    margin: 10px 8px 5px 0 !important;
    margin: 10px 5px 10px 0px;
    padding: 10px;
    background-color: #dce7df;
    border: 1px solid #4A6751;
	border-top: 5px solid #374D3C;
	border-bottom: 5px solid #374D3C;
	text-align: left;
}

.inputForm label 
{
	margin: 0 1px 1px 0;
	padding: 0 0 0 2px;
	line-height: 2em;
	height: 20px;
	width: 100%;
	background-color: #f4f4f4;
	font-weight: bold;
	display: block;
}

.invisLinks a
{
	text-decoration: none;
	color: #555;
}

.footnote 
{
	color: #555;
	font-size: 0.8em;
}

.searchHeader
{
	background-image: url(/media/bg_searchHeader.jpg);
	background-repeat: no-repeat; 
	height: 55px; 
	color: #fff; 
	font-weight: bold;
	text-align: right;
	padding: 14px 25px 0 0;
	margin: 0 0 -18px 0;
	font-size: 1.2em;
}

.searchFooter
{
	background-color: #dddeeb; 
	color: #fff; 
	font-weight: bold;
	text-align: right;
	padding: 10px 25px 10px 0;
	margin: -10px 0 0 0;
	font-size: 1.2em;
}


.searchTable
{
	border: 1px solid #dddeeb;
	background-color: #f4f4f4;
	background-image: url(/media/bg_searchTable.jpg);
	background-repeat: repeat-x;
}

.searchTable tr td
{
	padding: 3px 5px 3px 5px !important;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #fff;
	
}

.proceedMenu a 
{
  	background:url("../media/proceedButton.png") no-repeat left top;
  	text-decoration:none;
  	padding-top:4px;
  	padding-bottom:6px;
  	padding-left:7px;
  	padding-right:7px;
  	font-family:Verdana;
  	font-size:11px;
  	color:#666666;
  	
}

.proceedMenu a:visited 
{
  	color:#666666;
}

.proceedMenu a:hover 
{
  	background-position:0% -27px;
}

.helpLink
{
    border-bottom: 1px dotted #0000cc;
	cursor: help;
}

#banner
{
    width: 100%;
    margin: 0;
    padding: 0;
}

#searchBox {
		height: 175px;
		margin: 10px 0 5px 0;
		padding: 11px 15px 0 15px !important;
		padding: 8px 15px 8px 15px;
		background-image: url(/media/africadomaincheck.jpg);
		background-repeat: no-repeat;
		}

#searchBox tr td {
		padding: 2px 3px 2px 3px !important;
		padding: 2px 5px 1px 5px;
}

#pressDate {
	margin: -2.4em 0 0 0;
	float: right;
	
}

.buttonLargeSubmit
{
	margin: 10px;
}

/*--------BEGIN NEW search box for europeregistry-----------*/
#searchHeader{
	height: 55px;	
	font-size: 11px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 20px;
	background-color: white;
	background-image: url(/media/searchHeader.jpg);
	background-repeat:no-repeat;
	color: #555555;
}

#searchBody{
	font-size: 12px;
	margin: 0 0 0 6px;
	padding: 0 0 0 0;
	background-color: #f8f8f8; /*#e2e3fa;*/
	background-image: none;
	border-left: solid 1px #ececee;
	color: #555555;
	width: 494px;
}

#searchFooter{
	height: 35px;
	font-size: 12px;
	margin: 0 0 0 4px;
	padding: 0 0 0 0;
	background-image: url(/media/searchFooter.jpg);
	background-repeat: no-repeat;		
	color: #555555;
	width: 498px;
}

#tableextcat tr td{
	padding: 6px 0 6px 15px;
}

#tableext tr td{
	padding: 6px 0 0 15px;
	font-size: 12px;		
}
	
/*--------END NEW search box for americaregistry-----------*/

