/*
project: stylesheet, screen media
author : ois
date   : August 2007
*/

/* -- flags for OGEL Legal & Regulatory country listing */

@import url(countries.css);

/* -- primary layout --------------- */

html, body {
	margin: 0;
	padding: 0;
	}

body 	{
	color: #000;
	background-color: #eee;
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 140%;
	}

div#wrapper {
	position: relative;
	width: 780px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#header {
	position: absolute;
	width: 760px;
	height: 190px;
	top: 10px;
	left: 10px;
 	background: #fff url(grfx/header_bg.png) top right;
	overflow: hidden;
	}


/* -- horizontal: Home, Contribute, Subscriptions and Contact  */

#navigation {
	position: absolute;
	z-index: 5;
	width: 760px;
	height: 32px;
	margin: 0;
	top: 166px;
	left: 10px;
	border-top: 1px solid #fff;
	}

div#navigation ul {
     	padding: 0;
	margin: 0;
	border: 0;
	}

div#navigation li {
	list-style: none;
	color: #fff;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 190px;
	}

#navigation a 		{ color:#fff; text-decoration: none; display: block; width: 100%; height: 25px; padding-top: 5px; padding-bottom: 3px; }
#navigation a:link	{ color:#fff; }
#navigation a:visited	{ color:#fff; }
#navigation a:hover	{ background: transparent url(grfx/navigation_hover.gif) repeat-x; }
#navigation a:active	{ color:#fff; }

div#breadcrumb {
	position: absolute;
	background-color: transparent;
	top: 208px;
	left: 210px;
	width: 560px;
	font-size:9px;
	border-bottom: 1px dashed #c0c0c0;
	}

div#content {
	      min-height: 2000px;
	      height: auto;
	      _height: 2000px;
	      /* css-underscore-hack.html */
        text-align:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	padding: 0;
	padding-top: 244px;
	padding-bottom: 40px;
	}

/*-- Journal menu */ 

div#sidebar {
	position: absolute;
	top: 205px;
	left: 10px;
	width: 190px; /* see also padding @ a below  */
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul li {
	font-weight: bold;
	background-color: #fbebc1;
	}

#sidebar ul li li {
	font-size: 0.9em;
	font-weight: normal;
	border-bottom: 1px solid #fbebc1;
	background-color: #fff; /* #fefbf2; */
	}

#sidebar ul li li.lastentry {
	border: none;
	}

#sidebar li a         { width: 188px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; text-decoration: none; display: block; }
#sidebar li a:link    { color: #000; }
#sidebar li a:hover   { color: #008; background: #ffd37b url(grfx/mhover.gif) 98% 6px no-repeat; }
	#sidebar ul li ul li a:hover   {  color: #008; background: #fcf1d2 url(grfx/mhover.gif) 98% 6px no-repeat; }
#sidebar li a:visited { color: #000; }
#sidebar li a:active  { color: #c00; }
#sidebar li.rss a { background: transparent url(grfx/feed-icon.gif) 98% 4px no-repeat; }
#sidebar li.rss a:hover { background: #fcf1d2 url(grfx/feed-icon.gif) 98% 4px no-repeat; }
ul#submenu8 li.email a {
	background: white url(grfx/email_add.png) 98% 2px no-repeat;
	}
ul#submenu8 li.email a:hover {
	background: #fcf1d2 url(grfx/email_add.png) 98% 2px no-repeat;
	}

#sidebar li#loginmenu a         { background: transparent url(grfx/signin.png) 173px 2px no-repeat; color: #fc0; border-bottom: 1px solid white;}
#sidebar li#loginmenu a:link    { background-color: #c00; color: #fff; border-bottom: 1px solid white; }
#sidebar li#loginmenu a:visited { background-color: #c00; color: #fff; border-bottom: 1px solid white; }
#sidebar li#loginmenu a:hover   { background-color: #c00; color: #fff; border-bottom: 1px solid white; }
#sidebar li#loginmenu a:active  { background-color: #c00; color: #fff; border-bottom: 1px solid white; }

#sidebar li#logoutmenu a         { background-color: #f90; color: #fc0; border-bottom: 1px solid white; }
#sidebar li#logoutmenu a:link    { background-color: #f90; color: #fff; border-bottom: 1px solid white; }
#sidebar li#logoutmenu a:visited { background-color: #f90; color: #fff; border-bottom: 1px solid white; }
#sidebar li#logoutmenu a:hover   { background-color: #f90; color: #fff; border-bottom: 1px solid white; }
#sidebar li#logoutmenu a:active  { background-color: #f90; color: #fff; border-bottom: 1px solid white; }

/* -- name and expiration date of account */

#loggedin { 
	position:absolute; top: -190px; right: 7px; font-weight: bold;
	background-color: #84D3F7;
	padding: 4px;
	}

#loggedin2 { 
	position:absolute; top: -190px; left: -193px; font-weight: bold;
	background-color: #84D3F7;
	padding: 4px;
	white-space: nowrap;
	}

/* -- forms: sign in  */

fieldset#loginbox {
	width: 200px;
	margin: 0;
	padding: 0;
 	border: 0;
	background-color: #cfc; 
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 1em;
	float: left;
	margin-right:25px;
	}

fieldset#loginbox h4 {
	font-size: 13px;
	background-color: #9c3; /* #f99; */
	background-image: none;
	border-top: 2px solid #363; /* #c00;  */
	border-bottom: none; 
	margin:0;
	padding:0;
	padding-left: 2px;
	color: #000;
	margin-bottom: 12px;
	}

input {
	margin:0;
	padding:0;
	display: block;
	float: left;
	margin-bottom: 10px;
  	text-align: left;
	width: 75px;
	padding-right: 20px;
}


label#ls1, label#ls2 {
	float: left;
	display: block;
	width: 70px;
	padding-left: 2px;
}

input#l3 {
	position: relative;
	left: 72px;
	margin:0;
	padding:0;
	height: 25px;
	font-weight: bold;
  	text-align: center;
	}


form br {
	clear: left;
}


/* -- homepage, top right */ 

#loginlink {
	position: absolute;
	top: 244px; /* original value */
/* 	top: 288px; */ /* for announcement */
	right: 10px;
	width: 217px;
	background: transparent url(grfx/login_arrow.gif) 2px 4px no-repeat; 
	}

#loginlink a { 
	text-decoration: none;
	background: transparent url(grfx/lock.png) 200px 2px no-repeat; 
	padding-right: 20px;
	display: block;
	height: 16px;
	padding:2px;
	padding-left:20px;
	color: #c00;
	font-weight: bold;
	}

/* -- not a subscriber? and report error search */

#highlightbox {
	float: right;
	width: 310px;	
	margin:0;
	padding:4px;
	margin-left:10px;
	border-top: 1px solid #ffcc00;
	border-left: 1px solid #ffcc00;
	border-right: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	background-color: #fffff0;
	font-size: 11px;
	}

#highlightbox h4, #highlightbox p {
	margin:0;
	padding:0;
	}

#highlightbox a#subscribetoday {
	text-decoration:none;
	font-size:15px;
	font-weight: bold;
	color: #c00;
	padding-left:40px;
	}

#highlightbox a#subscribetoday:hover {
	text-decoration:underline;
	color: #008;
	}

#highlightbox ul {
	margin:0;
	padding:0;
	list-style: none;	
	padding-bottom:10px;
	}

#highlightbox ul li {
	padding-left: 20px;
	background: transparent url(grfx/check.png) 2px 3px no-repeat;
	}

/* -- article.asp */ 

#tools	{
	float: right;
	width: 215px;
	font-size:10px;
	padding-left:0.5em;
	}

#tools ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	}

#tools ul li {
	height:20px;
	padding:0;
	margin:0;
	font-size:10px;
	white-space: nowrap;
	}

#tools ul li.signinlnk a {
	background: transparent url(grfx/key.png) no-repeat;
	padding-left:20px;
	height:20px;
	display: block;
	font-weight: bold;
	text-decoration:none;
	}

#tools ul li.social a  {  /* addthis in options */
	background: transparent url(grfx/addthis.png) no-repeat;
	padding-left:20px;
	height:20px;
	display: block;
	font-weight: bold;
	text-decoration:none;
	margin-top:20px;
	}

ul.addthispage
	{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:75px;
	}

ul.addthispage li.social a {  /* addthis bottom of page */
	background: transparent url(grfx/addthis.png) no-repeat;
	padding-left:20px;
	height:20px;
	display: block;
	font-weight: bold;
	text-decoration:none;
	margin-top:20px;
	color: black;
	}

#tools ul li.pdf a {
	background: transparent url(grfx/pdf_icon.gif) no-repeat;
	padding-left:20px;
	height:20px;
	display: block;
	font-weight: bold;
	text-decoration:none;
	}

#tools ul li.author a {
	background: transparent url(grfx/more_from_author.png) 1px 0px no-repeat;
	padding-left:20px;
	height:16px;
	display: block;
	text-decoration:none;
	}

#tools ul li.category a {
	background: transparent url(grfx/folder_page_white.png) 1px 0px no-repeat;
	padding-left:20px;
	height:16px;
	display: block;
	text-decoration:none;
	}

#tools ul li.toc a {
	background: transparent url(grfx/layout.png) 0px 0px no-repeat;
	padding-left:20px;
	height:16px;
	display: block;
	text-decoration:none;
	}

#tools ul li.citation a {
	background: transparent url(grfx/quote.png) no-repeat;
	padding-left:20px;
	height:16px;
	display: block;
	text-decoration:none;
	}

#tools ul li.related a {
	background: transparent url(grfx/folder_add.png) 1px 0px no-repeat;
	padding-left:20px;
	height:16px;
	display: block;
	text-decoration:none;
	}

#tools ul li i {
	font-style: normal;
	float: none;
	display: inline;
	margin: 0;
	padding:0;
/* 	margin-top: -17px; */ /* mod December 2011 fixes cross browser alignment issue */
	color: #666;
	}

p.pdf a { /* used on advance publication page(s) */
	background: transparent url(grfx/pdf_icon.gif) no-repeat top left;
	padding-left:20px;
	padding-right:10px;
	height: 25px;
	display: block;
	}

a.pdf { /* used on OGEL Legal & Regulatory detail page(s) */
	background: transparent url(grfx/pdf_icon.gif) no-repeat top left;
	padding-left:20px;
	padding-right:10px;
	display: block;
	}

a.signinlink { /* used on OGEL Legal & Regulatory detail page(s) */
	background: transparent url(grfx/key.png) no-repeat;
	padding-left:20px;
	padding-right:10px;
	display: block;
	}

/* Added December 2011- */

div#sign-in-or-subscribe {
	background: #fff url(grfx/sign-in-or-subscribe_bg.png) no-repeat;
	border-bottom: 1px dotted #c0c0c0;
	padding-bottom:10px;
	padding-top:40px;
	margin-top:30px;
	height: 170px;
	}

#sign-in-or-subscribe fieldset#loginbox {
	padding-top:30px;
	padding-left:25px;
	width: 260px;
	height: 170px;
  background: transparent url(grfx/article-sign-in-bg.gif) no-repeat;
  float: left;
  margin:0;
	}

#subscribebox {
	float: right;
	width: 260px;
	height: 170px;
  margin:0;
  background: transparent url(grfx/article-subscribe-bg.gif) no-repeat;
}

div#sign-in-or-subscribe a.article-subscribe {
	background: transparent url(grfx/article-subscribe-now.png) no-repeat;
	width: 150px;
	height: 35px;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-left: 23px;
	padding-right: 57px;
	margin: 10px;
	margin-left:50px;
	margin-bottom:20px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 0pt 1px 1px rgba(0, 0, 0, 0.3);
	}

#subscribebox ol {
	margin:0;
	padding:0;
	padding-top:20px;
	padding-left:30px;
	font-size:11px;
	font-weight: bold;
	}

#subscribebox ol li span.normal {
	font-weight: normal;
	}

/* -Added December 2011 */


/* -- articles citation */ 

div#citation {
	background: transparent url(grfx/quote_left_small.gif) top left no-repeat;
	padding-left: 25px;
	font-size: 0.9em;
	margin-top: 40px;
	}

p#journalcitation {
	width: 400px;
	background: transparent url(grfx/quote_right_small.gif) bottom right no-repeat;
	padding-right: 25px;
	}

/* -- footnotes */ 

div.footnotes {
	font-size: 0.9em;
	margin-top: 25px;
	margin-left: 15px;
	width: 90%;
	border-left: 1px solid #ccc;
	padding: 10px;
	}

div.footnotes hr { /* possible left over from old site, hide it */
	display: none;
	}

/* -- */ 

dt 	{
	float: left;
	width: 6em;
	height: 2em;
	font-weight: bold;
	text-align: right;
	padding-right:1em;
	margin-top:1em;
	}
	
dd 	{
	padding-left:0;
	padding-right:1em;
	padding-bottom:1em;
	padding-top:1em;;
	margin:1px;
	}

/* -- events.asp */ 

ul.eventlist {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.eventlist li {
	margin-bottom: 1.5em;
	}

/* -- article by category */

.articledetails { margin:0; margin-left: 2em;  font-style:normal; display: block; font-size: 11px; color: #666;}
.pubdate        { margin:0; margin-left: 2em;  font-style:normal; display: block; font-size: 11px; color: #666;}

/* -- browse articles category, country */ 
.browsenav {
	text-align: right;
	display:block;
	height: 1em;
	}

.browsenav span { float:left; margin-top:0; }

.browsenav a { color:#008; text-decoration:none; }

.browsenav a.prev {
	background: transparent url(grfx/resultset_previous.png) top left no-repeat;  
	padding-left: 14px;
	}

.browsenav a.next {
	background: transparent url(grfx/resultset_next.png) top right no-repeat;  
	padding-right: 15px;
	}

/*-- basic search and browse */ 

/* remark: does not work with FF3 */
p.browsenav1 a.sortedby img {text-decoration: none; }
p.browsenav1 a.sortedby {text-decoration: underlined; }
.sortedby { font-weight: bold; }

a.totop  { /* -- authors, countries start pages */ 
	float: right;
	text-indent: -9999px;
	margin-top:-1em;
	width: 16px;
	height: 16px;
	background: transparent url(grfx/top.png) no-repeat; 
	}

/* -- table used in OGEL Legal & Regulatory database detail */ 
div#content table {width:100%;} 
.row1 {background-color:#eee;}
.row2 {background-color:transparent;}

/* -- Journal table of contents */ 

ol.listing 		, ul.listing  		  {padding-top:1em;}
ol.listing li 		, ul.listing li 	  {padding-bottom:1em; padding-left:0;}
ol.listing li a         , ul.listing li a         {color: #36c; text-decoration: none;}
ol.listing li a:link    , ul.listing li a:link    {color: #36c; text-decoration: none;}
ol.listing li a:visited , ul.listing li a:visited {color: #a61; text-decoration: none;}
ol.listing li a:hover   , ul.listing li a:hover   {color: #008; text-decoration: underline;}
ol.listing li a:active  , ul.listing li a:active  {color: #36c; text-decoration: none;}

/* href colours table of contents */

#articlelisting a         {color: #36c; text-decoration: none;}
#articlelisting a:link    {color: #36c; text-decoration: none;}
#articlelisting a:visited {color: #a61; text-decoration: none;}
#articlelisting a:hover   {color: #008; text-decoration: underline;}
#articlelisting a:active  {color: #36c; text-decoration: none;}

#searchresults a         {color: #36c; text-decoration: none;}
#searchresults a:link    {color: #36c; text-decoration: none;}
#searchresults a:visited {color: #a61; text-decoration: none;}
#searchresults a:hover   {color: #008; text-decoration: underline;}
#searchresults a:active  {color: #36c; text-decoration: none;}

/* helpers */

input[type="hidden"] { display: none; }	 /* for FF */

.hide 	{
	text-indent: -9999px;
	}

.brk { clear: both; }


/* -- issues older then three years */ 

.archive {
	padding-left:22px;
	background: transparent url(grfx/key.png) 0px 0px no-repeat;
	}

/* -- HTML Tags & typography */

blockquote {
	margin-left: 2em;
	font-size: 0.9em;
	display: block;
	}

h1 {	margin:0; padding:0; }

h1 a {	background: transparent;
	text-indent: -9999px;
	width: 100%;
	height: 155px;
	text-decoration: none;
	display: block;
	}

h2 {	color: #008; 
	margin:0; 
	padding:0; 
	font-size: 15px; 
	line-height: 1.2em; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
	
h2 span {
	font-size: 14px; 
	font-style: italic; 
	font-weight: normal; 
	}
	
h3 {	color: #f90; 
	font-size: 14px;
	}

h3.subject { 
	padding-top:30px; 
	}

h3.author   {
	clear:both;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top:0.2em;
	padding-bottom:20px;
	}

h3.author a {
	text-decoration: none;
	color: #000;
	}

h3.author a:hover {
	text-decoration: none;
	color: #00c;
	}

h3.photo span  {
	padding-top: 80px;
	display: block;
	}

h3.author span a.email {
	padding-right: 18px;
	background: transparent url(grfx/email.png) top right no-repeat;
	}

h3.author span a.link {
	padding-right: 20px;
	background: transparent url(grfx/open_new_window.gif) top right no-repeat;
	}

h4 { 	color: #090; 
	font-size: 13px;
	}

h4.category { 
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
	border-bottom: 1px dotted #666; 
	background-color: #eee; 
	}

h4.publishedincategory { 
	color: #000; 
	font-size: 11px; 
	font-weight: normal; 
	}

h4.letter   { 
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
	border-bottom: 1px dotted #eee;  
	}

h5 {	color: #008; 
	font-size: 12px;
	}
	
h6 { 	color: #666;
	font-size: 12px;
	margin:0;
	padding:0;
	padding-left: 2px;
 	background-color: #e0e0e0;
 	border-top: 2px solid #c0c0c0;
	}

img.authorphoto {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: 100px;
	height: 120px;
	}

/* -- footer */ 

#footer {
	background-color: #fff;
	border-top: 2px solid #c0c0c0;
	width: 740px;
        height: 110px;
	margin: 0;
	padding: 10px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 0px;
	}

#footer div#col1 {
	position: relative;
	top: 5px;
	left: -10px;
	width: 425px;
	float: left;
	font-size: 10px;	
	}

#footer div#col2 {
	position: relative;
	top: 5px;
	left: 0px;
	width: 115px;
	float: left;
	font-size: 10px;
	}

#footer div#col1 a,
#footer div#col1 a:link,
#footer div#col1 a:visited,
#footer div#col1 a:hover,
#footer div#col1 a:active
  {
  	color: #000;
  	text-decoration: none;
	}

#footer div#col3 {
	position: relative;
	float: left;
	top: 5px;
	left: 0px;
	font-size: 10px;
	margin:0;
	padding:0;
	margin-left:10px;
	width: 180px;
	}

#footer ul, #footer p {
 	padding: 0;
	margin: 0;
	border: 0;
	}

#footer ul li {
	list-style:none;
	font-size: 0.9em;
	}
	
p#copyright {
	float: left;
	}

/* OGELFORUM test */

#forumcontent {
	width: 560px;
	height: 100%;
	overflow: auto;
	}

pre {
	white-space: normal;
	}


/* Alphabet lists */

#alphabet {
	width: 40em;
	height: 6.5em;
	background-color: #EEF4E8;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	padding-top: 1em;
	padding-left: 1em;
	}

#alphabet a, #alphabet .nolink {
	width: 1.2em;
	height: 1.2em;
	background-color: #fc0;
	display: block;
	padding: 0.5em;
	text-align: center;
	margin: 0.1em;
	float: left;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	}

#alphabet a:hover {
	background-color: #000;
	}

#alphabet .nolink {
	background-color: #c0c0c0;
	color: #000;
	}

#alphabet .other {
	width: 3.6em;
	}

#alphabet-az {
	width: 37.25em;
	height: 6.5em;
	background-color: #e6f9ff;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	padding-top: 1em;
	padding-left: 1em;
	}

#alphabet-az a, #alphabet-az .nolink {
	width: 1.2em;
	height: 1.2em;
	background-color: #59AAE9;
	display: block;
	padding: 0.5em;
	text-align: center;
	margin: 0.1em;
	float: left;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #e6f9ff;
	}

#alphabet-az a:hover {
	background-color: #98B857;
	}

#alphabet-az .nolink {
	background-color: #c0c0c0;
	color: #000;
	}


/* update alert e-mail form */

.alert_input1 {margin:0; padding:0; margin-left:110px; width: 150px; float:right; display: inline; margin-top:-15px; }
.alert_input2 {margin:0; padding:0; margin-left:110px; width: 150px; float:right; display: inline; margin-top:-15px; }
.alert_input3 {margin:0; padding:0; margin-left:110px; width: 150px; float:right; display: inline; margin-top:-15px; }
.alert_radio1 {margin:0; padding:0; margin-left:100px; width: 30px;  display: inline; margin-top:3px; }
.alert_submit {margin:0; padding:0; margin-left:110px; width: 60px; }

/* readers */

ul.readerlogos {
     	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-bottom:40px;
}

ul.readerlogos li {
	list-style: none;
	color: #fff;
	width: 140px;
	height: 50px;
	float: left;	
	text-align: center;
	display: block;
	}
ul.readerlogos li img {
	vertical-align: middle;
	padding-top:5px;
	}

/* microformats */

.org {font-weight:bold;}
.vcard p {margin:0;}
.vcard {margin-top:10px;}

/* xml feeds on alert page */

ol.listing ol {
	list-style: none;
	margin-top:15px;
	}

a.xml { padding-left:20px;
	background: transparent url(grfx/feed-icon.gif) top left no-repeat;
	}

a.twitter { padding-left:20px;
	background: transparent url(grfx/twitter_icon14x14.gif) top left no-repeat;
	}


/* subscription form */

.shade {
	background-color: #eee;
	}	

/* -- icons on about page */

#iconcredits {
	color: #666;
	padding-top:50px;
	padding-bottom:50px;
	font-size:11px;
	}

/* -- advance pub introduction text  */

#advancepubintro {
/* 
	background-color: #ecf8ff;
	border: 1px dashed #b4d0dc;
 */	padding: 2px;
	margin-bottom:15px;
	margin-top:15px;
	font-size: 11px;
	}

/* events sponsors media button */	

.sponsorsmedia img {
	margin-top: 5px;
	padding-bottom: 10px;
	}
	
.sponsornote {
	margin-top:10em;
	font-size:11px;
	}	

/* call for papers, planned */	

.plannedissues { color: #660; }

/* special feature editor: call for papers and when published */	

#specialfeatureeditor {
	border: 1px dashed #f90;
	background-color: #fff0e8;
       	font-family: 'Times New Roman';
        font-size: 13px; 
        padding:5px;
	}
	
	
/* searchbox in header */	

div#searchboxinheader
	{
	position: absolute;
	top: -70px;
	left: 542px;
	background-color: #84D3F7;
	width: 197px;
	height: 18px;
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
		}

div#searchboxinheader img
	{		
	position: absolute;
	top: 2px;
	left: 184px;
	}

input#searchboxinheaderinput {
	border:none;
	width: 155px;
	height: 16px;
	background-color: #84D3F7;
	color:#666;
	font-size:11px;
	}
	
ol#downloadsteps {
	list-style:none;
	padding:0;
	margin:0;
	padding-left:10px;
	}
ol#downloadsteps li {
	color: #666;
	}
ol#downloadsteps li b {
	color: #000;
	}	
.highlight {
	color:#c00;
	}
	
