* 
{
	margin: 0;
	padding: 0px;
	font-size: 100%;
}

html 
{
	height: 100%;
}

body
{
	position: relative;
    width: 100%;
    height: 100%;
	min-width: 761px;
    text-align: center;
	font-size: 70%;
    font-family: verdana, helvetica, sans-serif;
    background-color: #FEFAF3;
    background-image: url(/images/bg_body.gif);
    background-repeat: repeat-y;
	background-position: center;
    color: #555;
}


h1
{
    font-size: 22px;
    margin: 0 !important;
    margin: -2px 0 0 0;
    padding: 0 0 0 22px;
    width: 528px;
    text-align: left;
    color: #000066;
    background-color: #dddeeb;
    line-height: 30px;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

h2
{
    font-size: 1.3em;
    padding: 2em 0 0 20px;
}

h3
{
    font-size: 1.2em;
    margin: 10px 0 0 0;
    padding: 0;
}

h4
{
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.mainCol, .bodyContainer .sideCol h2, .bodyContainer .sideCol a, h1,h2,h3,h4,h5,h6,p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

p {
	font-size:18px;
	margin:4px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:100;
	color:#666;
}

a
{ 
	color:#060;
	text-decoration: none;
}
a:visited
{
    color: #0000cc;
	text-decoration: none;
}
a:link
{
    color: #0000cc;
	text-decoration: none;
}
a:hover
{
    color: #FF4709;
	text-decoration: none
}


ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 1em;
}

ul li
{
    background-image: url(/images/bullet_green.gif);
    background-repeat: no-repeat;
    background-position: 0 .35em;
    padding: 0 0 0 1em;
    margin: 0.4em .5em 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;
}

thead
{
	font-weight: bold;
}

tfoot
{
	font-weight: bold;
	text-align: center;
}

.pdfList li
{
    background-image:  url(/images/icono_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: 20px 0 20px 0;
	border: 1px solid #dddeeb;
}

.mainTable tr td 
{
	padding: 0.5em;
	border-bottom: 1px solid #dddeeb;
	background-image: url(/images/bg_table.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

.menu
{
    padding: 1px 0 0 10px;
    font-size: 1.15em;
    font-weight: bold;
    line-height: normal;
    list-style: none;
    display: block;
    height: 23px;
    background-color: #828499;
    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 11px;
    background-image: none;
}

.menu a
{
    display: block;
    background-image: none;
    padding: 3px 1px 3px 1px;
    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: 800px !important;
	width: 785px;
    height: 42px !important;
	height: 49px;
    text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #3d9bfb;
}

.bodyContainer
{
    margin: 0 auto;
    display: block;
    width: 900px;
	/*height: 100%;*/
	text-align: left;
	background-image: url(/images/bg_bodycontainer.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #58596b;
	border-right: 1px solid #58596b;
	background-color: #fff;
}

.mainCol
{
    float: left;
    width: 550px;
	/*height: 74%;*/
	border-left: 1px solid #fff;
}

.wideBox
{
    float: left;
    width: 506px;    
    margin: 0 0 0 1px;
    padding: 0 20px 0 20px;  
}

.wideBox h2 
{
    margin: 0 -20px 10px -20px;
}

.wideBox p
{
    margin-bottom: 10px;
	text-align: justify;
}

.sideCol
{
	border-left: 1px solid #fff;
    float: right;
	position:relative;
    width: 208px;
    text-align: left;
	background-color: #f4f4f4;
}

.sideCol h2
{
    font-size: 18px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    color: #000066;
    background-color: #dddeeb;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 5px;    
}

.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: #c7c9ea;
    font-weight: bold;
	line-height: 1.5em;
	color: #000066;
}

.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: #eae9ff;
	background-image: url(/images/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
{	
	clear: both;
	text-align: center;
	font-size: 0.8em;
    /*float: left;*/
    width: 100%;
    height: 70px;
    color: #bbb;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer a 
{
    color: #bbb;
}

.featureBox 
{
    float: left;
    width: 233px;
	height: 100%;
    margin: 10px 8px 5px 0 !important;
    margin: 10px 5px 10px 0px;
    padding: 5px;
    background-color: #f4f4f4;
    border: 1px solid #dddeeb;
	border-top: 5px solid #c7c9ea;
	border-bottom: 5px solid #c7c9ea;
	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: #f4f4f4;
    border: 1px solid #dddeeb;
	border-top: 5px solid #d6d4e7;
	border-bottom: 5px solid #d6d4e7;
	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: #c4c4c4;
	font-size: 0.8em;
}

.searchHeader
{
	background-image: url(/images/bg_searchHeader.gif);
	background-repeat: no-repeat; 
	height: 55px; 
	color: #fff; 
	font-weight: bold;
}


.searchTable
{
	border: 1px solid #dddeeb;
	background-color: #f4f4f4;
	background-image: url(/images/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(/images/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;
}



#banner
{
    width: 100%;
    margin: 0;
    padding: 0;
}

#searchBox {
		height: 200px;
		margin: 8px 0 2px 0;
		padding: 11px 15px 0 15px !important;
		/*padding: 8px 15px 0 15px;*/
		background-repeat: no-repeat;
		}
		
#searchBox tr td {
		padding: 0 5px 1px 5px;
}

#phnumSearchBox {
        height: 560px;
        margin: 10px 0 0 0;
        padding: 20px 15px 25px 15px !important;
        background-repeat: no-repeat;
		}

#phnumSearchBox tr td {
		padding: 0 3px 0 3px !important;
}

#pressDate {
	margin: -2.4em 0 0 0;
	float: right;
	
}

.results {

		
		padding: 14px 10px 10px 0px !important;
		padding: 14px 10px 10px 0px;
}

.premium_search {
    background-repeat: no-repeat;
		width: 493px;
		height: 61px;

}

.buttonLargeSubmit
{
	margin: 10px;
}

/*--------BEGIN NEW search box for europeregistry-----------*/
#searchBox1{
	height: 55px;	
	font-size: 11px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 20px;
	background-color: white;
	background-image: url(/images/searchBox1.gif);
	background-repeat:no-repeat;
	color: #555555;
}

#searchBox2{
	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;
	border-right: solid 1px #ececee;
	color: #555555;
	width: 492px;
}

#searchBox3{
	height: 35px;
	font-size: 12px;
	margin: 0 0 0 4px;
	padding: 0 0 0 0;
	background-image: url(/images/searchBox3.gif);
	background-repeat: no-repeat;		
	color: #555555;
	width: 498px;
}

#tableextcat tr td{
	padding: 6px 0 6px 15px;
}

#tableext tr td{
	padding: 6px 0 0 15px;		
}
	
/*--------END NEW search box for americaregistry-----------*/

