/*  
Theme Name: PacLII
Theme URI: http://www.paclii.org/
Description: PacLII default template for all static content
Author: Pacific Islands Legal Information Institute
Author URI: http://www.paclii.org/
Template: paclii
Version: 1.0
*/


/* CSS Reset, Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.3.0 */
body{color:#000;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li{list-style:none;}caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym{border:0;font-variant:normal;}

sub{vertical-align:text-bottom;}

input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


body {
	font: 9pt arial,helvetica,sans-serif;
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:1em 0 0 0;
	font-size: 12pt;
	margin-left: 1em;
}

blockquote {
	margin:0 1.5em 1.5em 1.5em;
}

ul,ol{ 
	margin-left: 2em;
	padding-left: 1em;
 }

ul li{ 
	list-style-type: circle;
 }

li{
	font-size: 12pt;
 }

ul, ul li {
	list-style-type:disc;
}

ol, ol li {
	list-style-type:decimal;
}

dl {
	margin:0 0 1.5em 0;
}

dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}

/**
* End Vanilla Stylesheet
*/

/*****************************
* Basics
*/

#pjdp-logo { 
	width: 70%;
	text-align: right;
	float:left;
	margin-bottom: 1em;
 }

#pjdp-logo table { 
	table-layout:fixed;
 }

body {
/**	background: #FBFBFB;  **/
	background:#FFF;
/**	color: #666666;      **/
	font: 9pt/2em arial,helvetica,sans-serif;
}

/*
a:link, a:active {
	text-decoration: none;
	color: #005082;
	border-bottom: 1px dotted #00b0eb;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #008BB9;
	color: #008BB9;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #33CCFF;
	color: #33CCFF;
}
*/

label:hover {
	color: #000000;
}



/*****************************
* Layout
*/

body { 
	min-width: 1100px;
 }

#body {
	width: 100%
}

#body p { 
	text-align: justify;
	margin-left: 2em;
 }

#nav, #body, #secondary-body {
/*	clear: both; */
	margin: 0;
	padding: 0;
	padding: 0;
}

#main, #secondary-main {
	background: #fff;
	color: #000;
	padding: 0;
	width: 100%;
	border: 0px;
}

#main ul { 
	list-style: circle;
 }

ul { 
	list-style: circle;	
 }

/************sidebar starts***********/
#sidebar{
		position: absolute;
        	left:76%;
       		margin-right: 2em;
        	margin-left: 10px;
        	margin-top:4.5em;
        	height: 8px;
       		padding:5px;
       		font-size: 11pt;
       /** 	border-width: 1px;
        	border-style: solid;
        	border-color: #c4d9df #a4c3ca #83afb7;
        	border-radius: 5px; **/
		background-color: fff;
        	overflow:none;
}
#news{
		border-width: 1px;
	/*	border-color: #c4d9df #a4c3ca #83afb7;
		border-style: solid;*/
		border-radius: 1px;
		height: 15px;
		background-color: fff;
		padding-bottom: 15px;
		padding-left: none;
		font-family: ariel, helvetica, sana-serif;
		
}
#sidebarnotes {
		border-width: 1px;
		border-color: #c4d9df #a4c3ca #83afb7;
		border-style: solid;
		border-radius: 5px;
		padding: 1px;
		height: fixed;
		margin-top: 2px;
		background-color: fff;
		overflow: auto;
}
.p {
		font-size: 9pt;
		font-tyle: normal;
		line-height:18px;
}
/**************sidebar ends***************/

#country-list { 
	margin: 0;
	margin-left: 2em;
	background: #fff;
	padding: 0;
	padding-top: 1em;
	padding-left: 5px;
	font-size: 9pt;
	text-align: left;
	width: 73%;
 }

#country-list table { 
	padding: 0;
	margin: 0;
 }


#country-list table tr { 
	padding: 0;
	margin: 0;
 }

#country-list table tr td { 
	padding: 0;
	margin: 0;
	vertical-align: top;
	width: 33%;
 }

#country-list table tr th { 
	position: relative;
	padding: 0;
	margin: 0;
	margin-left: -1em;
	vertical-align: top;
	font-weight: normal;
	font-size: 11pt;
	text-transform: uppercase;
 }

#country-list ul { 
	padding: 0px;
	margin: 5px;
 }

#country-list ul li { 
	padding: 0;
	margin: 0;
	margin-left: 1em;
	display: block;
	text-transform: uppercase; 
	font-size: 10pt;
}

a:link, a:active {
	outline: none;
	text-decoration: none;
	color: #033e6b;
	border-bottom: 1px dotted #033e6b;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #033e6b;
	color: #033e6b;
}
a:hover {
	outline: none;
	text-decoration: none;
	border-bottom: 2px solid #0b61a4;
	color: #0b61a4;
}

#other-links { 
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	padding-bottom: 1em;
	background: #fff;
	width: 73%;
	font-size: 9pt;
}

#other-links h2{ 
	font-size: 11pt;
	margin-left: 2em;
	#margin-left: 1em;
	text-transform: uppercase;
}

#other-links ul li { 
	margin-left: 0.5em;
	font-size: 10pt;
	list-style-type: none;
 }

ul li { 
	list-style-type: none;
 }

/*****************************
* Header
*/
#header {
	background: url(/images/header-background.png) repeat-x;
	border-top: 5px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 0 0 0; 
	margin: 0;
}
#header a {
	border-bottom: none;
}

#header h1 {
	margin-top: 0;
}

#header h1 a img { 
	float:left; 
	margin-right: 40px; 
	margin-bottom: 5px; 
	margin-left: 45px; 
	margin-top:-12px;
 }

#header h1 a#home-title {
	padding: 0;
	margin-top: 0em;
}

#header h1 a#default-title {
	padding: 0;
	margin-top: 0.95em;
}

#header h3 { 
	background: none; 
	margin-left: -1em; 
	margin-top: 0.3em; 
	text-align:left; 
	float: left;
 }


/*****************************
* Footer
*/
#footer {
	border: 0;
	border-top: 1px dotted #d0d0d0;
	padding: 0;
	margin-top: 2em;
	text-align: left;
	font-size: 8pt;
	background: url(/images/header-background.png) repeat-x;
	clear: both;
}

#footer p { 
	font-size: 9pt;
	text-align: center;
 }

#footer a {
	color: #666;
	border-bottom: 0;
	text-decoration: underline;
}
	
#lii-map { 
	text-align: center;
 }

/*****************************
* Logo & Navigation
*/
h1 a {
	color: #000 !important;
	display: block;
	float: left;
	font-size: 20pt;
	font-weight: 500;
	text-decoration: none;
	margin: 10px 20px 0 0;
	line-height: 1em;
	padding: 0 0 0 0;
}
h1 a:hover{ 
	border-bottom: 1px dotted #000 !important;
 }

#nav {
	line-height: 1em;
}
#nav .menu {

}
#nav ul li a {
	position: relative;
	z-index: 1;
	top: 1px;
	display: block;
}

#nav ul {
	text-transform:uppercase;
	margin-left: 0;
}
#nav ul li {
	list-style: none;
}

/* sidebar menu */

#sidebar .menu { 
	position: relative;
	float: right;
 }

#sidebar .menu ul { 
	padding-left: 1em;
	list-style: none;
 }

#sidebar .menu ul li { 
	padding-left: 1em;
	list-style-type: none;
 }

.menu ul li:before {
	content: "\00BB \0020";
	}

.taboverflow {
	padding-bottom: 1px !important
}
.taboverflow ul li a {
	margin-bottom: 2px !important;
}
.taboverflow .current_page_item a, .taboverflow ul li a:hover {
	height: 26px !important;
	border-bottom: 1px solid #d0d0d0 !important;
}



/* Show subpages when parent page item is active */
.sidebar #nav ul li.current_page_item>ul>li, .sidebar #nav ul li.current_page_parent>ul>li, .sidebar #nav ul li.current_page_ancestor>ul>li {
	display: inline;
}
/* Move subpages menu */

#body {
	margin-top: 2px;
	/* border-top: 1px solid #444; */
}
#nav ul ul li.current_page_item>a {
	border: 0 !important;
	font-weight: bold;
}
/* Sub Sub menus */
#nav ul ul ul {
	display: inline !important;
	position: static !important;
	font-size: 8pt;
}

#nav ul ul ul li a::before {
	content: "\BB \ ";
}


/*****************************
* Widgets
*/
#sidebar ul {
	margin-left:;
	list-style: none;
	
}
li.widget {
	list-style: none;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}
h1 {
	margin-left: -1em;
	padding-right: 1em;
	font-size: 16pt;
	text-transform:none;
	text-color:#D79100;
}

h2 {
	font-size: 16pt;
	text-transform: uppercase;
}

h2{ 
	background: #fff;
	padding-left: 1em;
	margin-top: 0.5em;
 }

#sidebar h2, .category-asides h2 {
	font-size: 100% !important;
}
h2 a, h3 a, h4 a {
	color: #000 !important;
	border-bottom: none !important;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	border-bottom: 1px dotted #000 !important;
}

h3 { 
	background: #ddd;
	padding-left: 1em;
	margin-top: 0.5em;	
	font-size: 14pt;
 }
blockquote {
	background: url('images/icon_quote.gif') no-repeat left top;
	padding: 0 10px 0 40px;
}


strike:hover {
	text-decoration: none;
}

/****************************
* Country Pages
*/
#country-page-links{ 
	margin-left: 1em;
	margin-bottom: 3px;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-top: 3px solid #fff;
	background: #fff;
	width: 74%;
	font-size: 9pt;
}

#country-page-links h2{ 
	font-size: 18pt;
	padding-left: 0;
	background: #fff;
	font-weight: bold;
}

#country-page-links h3{
	font-size:14pt;
	padding-left: 0;
	background: #f0f0f0;
}

#country-page-links h4{
	font-size:12pt;
	margin: 0.5em 1em 0em 1em;
	background: #fefefe;
}

#country-page-links ul li { 
	font-size: 10pt;
	list-style-type: none;
}
#home-search
{
	margin-right: ;
	margin-bottom: 1em;
}
/****************************
* Country Links on Home Page
*/
#home-country-links{
	margin-left: 1em;
	margin-bottom: 3px;
	padding-bottom: 4em;
	padding-top: 7em;
	border-top: 3px solid #fff;
	background: #fff;
	width: 73%;
	font-size: 9pt;
}

#home-country-links h2{
	font-size: 11pt;
	margin-left: 2.4em;
	text-transform: uppercase;
	padding-left: 0;
} 

#home-country-links ul li { 
	font-size: 10pt;
	list-style-type: none;
	text-transform: uppercase;
}

/****************************
* Search forms
*/

form#search { 
	float:left; 
	margin-top: 1em; 
	margin-left: 3.5em;
	#margin-left: 260px;
	padding: 0.3em;
	background: url(/images/search-box-background.png) repeat-x;
	font-size: 10pt;
 }

form#search input#query{ 
	font-size: 12pt;
	border-width: 2px;
   border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	border-radius: 5px;
 }

form#search input#submit { 
	margin-left: -0.9em;
	width: 80px;
	height: 22px;
	border: 0;
	background: transparent url(/images/search-bw-icon.jpeg) no-repeat;
	border-width: 1px;
   border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7; 
	border-radius: 10px;
 }

form#search a:link, a:active {
	outline: none;
	margin-right: 1em;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}
form#search a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}
form#search a:hover {
	text-decoration: none;
	border-bottom: 2px solid #333;
	color: #333;
}
/* ---------------------------------- */
form#search-form {
	float:left; 
	margin-top: -2.25em; 
	margin-left: 260px;
	padding: 0.5em;
	background: url(/images/search-box-background.png) repeat-x;
	border: 1px solid #aaa;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 11pt;
}
form#search-form input#query{ 
	font-size: 12pt;
 }

form#search-form input#submit { 
	margin-left: -0.6em;
	width: 24px;
	height: 22px;
	border: 0;
	background: transparent url(/images/search-bw-icon.jpeg) no-repeat; 
 }

/* ---------------------------------- */
/* Search bar on country pages */

#country-search { 
	border: none;
	background: transparent;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0;
 }

#country-search h2 { 
	font-size: 11pt;
	margin-left: 1em;
	text-transform: uppercase;
	padding-left: 0;
}

#country-search form#search { 
	margin: 0;
	margin-left: -1em;
	padding: 0;
	background: transparent;
	border: none;
	font-size: 11pt;
 }

#country-search form#search input#query{ 
	position: relative;
	top: -1px;
	font-size: 11pt;
 }

#country-search form#search input#submit { 
	margin-left: -0.6em;
	width: 24px;
	height: 22px;
	border: 0;
	background: transparent url(/images/search-bw-icon.jpeg) no-repeat; 
 }

#country-search form#search a:link, a:active {
	outline: none;
	margin-right: 1em;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}

#country-search form#search a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

#country-search form#search a:hover {
	text-decoration: none;
	border-bottom: 2px solid #333;
	color: #333;
}

/* Advanced Search form */

#advanced-search-page { 
	margin-left: 2em;
 }

#advanced-search div { 
	margin-top: 1em;
 }

#advanced-search h4 { 
	font-size: 12pt;
	font-weight: bold;
}

form#advanced-search input#query{ 
	font-size: 12pt;
 }

#advanced-search input#submit { 
	color: #fff;
	margin-left: -0.6em;
	border: 0;
	font-size: 12pt;
	background: transparent url(/images/search-button-background.png) repeat-x; 
	border-top:    1px solid #666;
	border-right:  1px solid #444;
	border-bottom: 1px solid #444;
	border-left:   1px solid #666;
 }

#advanced-search #search-links { 
	font-size: 11pt;
 }

form#advanced-search select { 
	font-size: 12pt;
	background: #fff;
	color: #000;
	border: 1px solid #000;
 }

form#advanced-search #top-message { 
	color: #000;
	font-size: 12pt;
	font-weight: bold;
 }

form#advanced-search button { 
	font-size: 10pt;
	background: url(/images/search-button-background.png) repeat-x ;
	color: #fff;
	padding: 0.25em;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0.5em;
	border-top:    1px solid #666;
	border-right:  1px solid #444;
	border-bottom: 1px solid #444;
	border-left:   1px solid #666;
 }

#all-paclii-search ul { 
	margin-left: 40px;
 }

#search-options { 
	margin-right: 2em;
	padding: 0.5em;
	border: 1px solid #444;
	background: #f1f1f1;
 }

.country-label { 
	margin-left: 0.5em;
	font-size: 12pt;
	font-weight: bold;
 }

.registry-label { 
	margin-left: 0.5em;
 }

.registry-type { 
	margin-left: 0.5em;
	font-size: 10pt;
	font-weight: bold;
 }

#registry-listing li {
	list-style:none;
}

#registry-listing ul.hide {
	display:none;
}

#registry-listing span.expanded, #registry-listing span.collapsed {
	cursor:pointer;
}

span.plus-sign, span.minus-sign { 
	color: #0b61a4;
	padding: 0.25em;
	font-size: 14pt;
	font-weight: bold;
	margin: 0.5em;
 }


/****************************
* Search results page
*/

#navcontainer {
	margin-top: -10.20em; 
	margin-left: 0;
	padding: 0.5em;
	font-size: 10pt;
	color: #000;
	background: #eee;
	border: 1px solid #ccc;
	border-right:none;
  float: right;
  display: inline;
}

#navcontainer #navlist { 
	text-align: right;
	margin: 0;
	padding: 0;
 }

#navcontainer #navlist li { 
	margin: 0;
	padding: 0;
 }

#navcontainer a {
	font-size:  8pt;
}

.ndocs {
	display: block;
	font-size: 12pt;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5px;
 }

/****************************
* Tabbed links to different search results view options
*/

#view_heading { 
	display: none;
 }

#view_options {
	width: 100%;
	height:2.9em; 
	position:relative;
}

#view_options ul {
	width: 100%;
	font-size: 10pt;
	line-height: 12pt;
	color: #000;
}

ul#primary {
	margin:0;
	margin-top: -1.5em; 
	margin-left: 0.5em;
	padding:6px 0 5px 0;
	height: 21px;
	list-style-type:none;
	border-bottom: 1px solid #999;
}

ul#primary li {
	display:inline;
	margin:0;
	padding:0.5em;
	background: #f1f1f1;
	border: 1px solid #999;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
}

ul#primary li a { 
	color: #444;
	border-bottom: 1px dotted #444;
	margin: 0;
	padding: 0;
 }

ul#secondary {
	margin:1em;
	padding: 0;
	list-style-type:none;
	position: absolute;
	top: 2.3em;
	left: 0;
}

ul#secondary li {
	display:inline;
	margin-top: 1em;
	padding:0;
	padding-left: 0.5em;
	border: none;
	font-size: 9pt;
	line-height: 11pt;
}

/* "current tab" style */
ul#primary li#current_option {
	margin-right: 3px;
  background: #FFF; 
  border-bottom: 1px solid #F7F7F7; 
	border-top: 4px solid #666;
	font-weight: bold;
}

.page_size {
	display: block;
	float: right;
	margin: 0;
	margin-right: 1em;
	padding: 0;
 }

.page_size a {
	margin: 0;
	padding: 0;
 }

small p { /* Page number list - this needs its own block element */
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	padding-left: 1em;
	display: block;
	font-size: 8pt;
	background: #f1f1f1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
 }

/****************************
* Layout elements for the home and default headers
*/

h3#slogan { 
	background: none; 
	margin-left: -1em; 
	margin-top: 0; 
	text-align:left; 
	float: left;
 }

div#basic-links { 
	font-size: 10pt; 
	margin-top: -3em;
 }

div#basic-links a { 
	margin: 0;
	padding: 0;
	padding-right: 0.25em;
	padding-left: 0.25em;
	border-left:  1px solid #999;
	border-right: 1px solid #999;
 }

div#basic-links a#first { 
	border-left:  2px solid #999;
}

div#basic-links a#last { 
	border-right:  2px solid #999;
}

/* Default links on the home page */

div#home-links{ 
	position: relative;
	left: 10px;
	top: -10px;
	font-size: 10pt; 
	margin-top: 0; 

	margin-right: 1em; 
	float: right; 
	text-align: right;
	border: none;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #eee;
	opacity: 0.6;
 }

div#home-links a { 
	margin: 0;
	padding: 0;
	padding-right: 0.25em;
	padding-left: 0.25em;
	background: #eee url(/images/home-links-background.png) repeat-x; 
	color: #000;
 }

div#home-links a:hover { 
	text-decoration: none;
	border-bottom: 1px dotted  #0b61a4;
	color:  #0b61a4;
}

div#home-links a#first { 

}

div#home-links a#last { 

}
/****************************
* Regular pages
*/
div#case-leg-links { 

}

div#case-leg-links strong { 
	color: #295482;
}

div#case-leg-links strong:hover {
	color:  #0b61a4;
}

form#feedback input#submit {
	background: transparent url(/images/search-button-background.png) repeat-x ;
	color: #FFF; 
	border: 0;
}

form#feedback input#reset {
	background: transparent url(/images/search-button-background.png) repeat-x ;
	color: #FFF; 
	border: 0;
}

form#feedback select{
	background: #fff;
}

div#about-paclii h3#subtitle {  
	margin-left: 1em;
	color: #000;
	background: #ddd;
}

div#job-opportunities-table {  
	padding-left:2.5em;
	text-align: center;
}


div#search-operators{
	margin-left: 2em;
}

div#search-operators tr#header {
	background: #000000;
}

div#search-operators tr#type1 {
	background:	#d9d9d9;
	vertical-align: top; 
}

div#search-operators tr#type2 {
	background: #dddddd;
	vertical-align: top; 
}

div#sino-content ul li {
	padding: 0;
}

