/* SYB SCREEN STYLESHEET 2006 */

/* the asterisk means 'everything' */
*{
font-size: 100%;
margin: 0;
padding: 0;
list-style: none;
}

/* Fix IE6's fixed positioning 
html, body {
    height: 100%;
    overflow:auto;
}
        */
body {
background-color: #fff;
font-size: 75%;
line-height: 150%;
font-family: Arial,Helvetica,sans-serif;
text-align: center;
color: #000;
padding: 0;
min-width: 900px;
}

a { text-decoration:  none; color: #369; }
a:hover { text-decoration: underline; }
p { margin-top: 1em; }

/* USED ON THE HOME PAGE */
.quoteleft {
text-align: left;
font-size: 1.1em;
font-weight: bold;
font-style: italic;
color: #07b;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.quotemid {
text-align: center;
text-transform: uppercase;
font-size: 2.1em;
font-weight: bold;
color: #d3a047;
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 0px;
line-height: 120%;
}

.quoteright {
text-align: right;
font-size: 1.1em;
font-weight: bold;
font-style: italic;
color: #07b;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
}

.yearbook-left {
float: left;
margin: 0px;
padding: 0px 15px 15px 0px;
}

.yearbook-right {
float: right;
clear: right;
margin: 0px;
padding: 0px 0px 15px 15px;
}

/* USED ON THE ABOUT PAGE, CAN BE USED ANYWHERE */
p.picture-left {
background-color:transparent;
color:#aaa;
font-size: 0.8em;
float:left;
margin: 0px 10px 10px 10px;
padding: 0px 0px 0px 0px;
text-align:left;
width: 200px;
max-width: 200px; /* an assumption about the width is made */
}

p.picture-left img {
border:1px solid #d6d1d1;
margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
}

p.picture-right {
background-color:transparent;
color:#aaa;
font-size: 0.8em;
float:right;
margin: 0px 10px 10px 10px;
padding: 0px 0px 0px 0px;
text-align:right;
width: 200px;
max-width: 200px; /* an assumption about the width is made */
}

p.picture-right img {
border:1px solid #d6d1d1;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
}

.clearboth { clear: both; }
fieldset.clearboth {
    padding-bottom: 14px;
}
.underline { text-decoration: underline; }
img { border: 0; }
fieldset { 
border: 0;
}

#entercode {
clear: both;
margin: 0px;
padding-top: 20px;
}

#entercode label {
width: 40%;
float: left;
}

#mainform {
clear: both;
margin: 0px;
padding-top: 20px;
}

#accesskeys {
text-align: left;
position: absolute; left: -1000em; width: 20em; bottom: 0em;
}

#accesskeys a {
font-weight: bold;
font-size: 90%;
display: block;
padding: 5px;
background-color: #fff;
color: #fff;
border-bottom: 5px solid #fff;
margin-bottom: 10px;
}

#accesskeys a:hover { background-color: #557799; }

#skip {
text-align: left;
position: absolute; left: -1000em; width: 20em;
}

#skip a {
font-weight: bold;
font-size: 90%;
display: block;
padding: 5px;
background-color: #fff;
color: #fff;
border-bottom: 5px solid #fff;
margin-bottom: 10px;
}

#skip a:hover { background-color: #557799; }

#sybworld {
width: 90%;
margin: 0 auto;
text-align: left;
height: 0;
}

#sybworld a { float: left; }

#palgrave {
width: 120px;
margin: 0;
padding: 0;
border: 0px solid #fff;
}

#palgrave img{
   padding: 0 1em;
}

#container {
width: 90%;
margin: 0 auto;
text-align: left;
background: #fff url(../images/bg-all.gif) 25% repeat-y;
}

#container.no_background{
background: #fff;
}

form#search {
display: block;
text-align: left;
padding: 0.8em;
min-height:21px;
}

#quicksearch {
/* Clear the floating logo 
overflow: hidden;
width: 100%; */
}

form#search #query { 
border: none;
padding: 0px;
font-size: 1.1em;
font-family: Arial,Helvetica,sans-serif;
width: 147px; 
height: 21px;
background: transparent url(../images/text_input_background.gif) no-repeat scroll center;
}

form#search #searchbutton {
margin: 0 -7px;
vertical-align: top;
}

#searchresults li {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}

#searchresultslist {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}

#header_forms {
float:left;
margin: 0.2em 1em 0 0;
overflow:hidden;
width:33em;
}

#countrycombo {
float: left;
padding: 0.85em 0.8em;
}

#country_combo {
	height: 21px;
}

#countrycombosubmit {
margin-left: -3px; 
vertical-align: top;
}

#country_autocomplete { 
border: none;
padding: 0px;
font-size: 14px;
width: 147px; 
height: 21px;
background: #fff url(../images/text_input_background.gif) no-repeat scroll center;
text-align: left;
}

/* JQuery UI styles for autocomplete combo box */
form#country_selector .ui-button { 
margin-left: -1px; 
height: 21px;
}
form#country_selector .ui-button-icon-only .ui-button-text { 
padding: 0; 
} 
form#country_selector fieldset {
	float: left;
}
form#country_selector .ui-autocomplete-input { 
margin: 0; 
padding: 0;
width: 100px; 
height: 19px;
vertical-align: top;
width: 127px;
}
.ui-menu {
max-height: 250px;
overflow-y: auto;
}

form#country_selector .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1.1em;
}

.ui-widget-content { 
text-align: left;
}
/* end of autocomplete combo styles */

#adv_search_query {
padding: 0px;
font-size: 14px;
width: 250px;
}

#adv_search_submit {
padding: 0px;
font-size: 120%;
}

#browsebox {
padding: 0px;
font-size: 14px;
width: 250px;
}

#browsebutton {
padding: 0px;
font-size: 120%;
}

#mainquerybox {
float: left;
}

#header_elements {
	float: right;
	margin-top:-6em;
	position: absolute;
	right: 0;
	top: 12em;
    min-width: 761px;
}

span#advanced_search_button a img,
span#browse_button a img{
	padding: 1em 0.5em;
}

#navigation {
display: block;
margin: 0 auto;
background: #070300;
/*
border-top: 1px solid #fff;
border-bottom: 1px solid #1F345E;
*/
height:142px;
position: relative;
}

#navigation a img {
	float:left;
}

#site_info {
position: absolute; left: -1000em; width: 20em; bottom: 0em;
}

#quick_links {
	float: right;
	position: absolute;
	right: 0.5em;
	top: 1.5em;
}

#quick_links ul li {
	display: inline;
	font-weight: bold;
	padding:1em 0;
}

#quick_links ul li a { 
    color: #fff;
	padding:0 5px;
}

#quick_links ul li a acronym {
    text-decoration: none;
}

/*
div#org_logo {
display: block;
width: 150px;
height: 101px;
overflow: hidden;
float: left;
margin: 0;
padding: 0;
border: 0 !important;
text-align: left;
}

div#org_logo_container {
display: block;
width: 150px;
height: 101px;
vertical-align: middle;
text-align: center;
}

#org_logo_container * {
    vertical-align: middle;
}

#org_logo_container span {
    display: inline-block;
    height: 100%;
}
*/

#site_info h1 a {
color: #fff;
font-size: 210%;
line-height: 190%;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 0px;
}

#site_info p {
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 0px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}

#site_info p a {
color: #def;
font-size: 100%;
line-height: 100%;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 0px;
}

#menu {
    background: #54A4BB url(../images/menu_background.png) 0 0 repeat-x; 
	width: 100%;
	margin-bottom:1.5em;
    padding: 0.7em; 
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
} 

#menu ul { 
}

#menu, 
#site_info p, 
#site_info h1 { 
    float: left; 
}

#menu ul li { 
    display: inline-block;
}

#menu ul li a {
color: #000;
font-weight: bold;
/*
margin-left: 10px;
padding: 4px 7px;
background: #54A4BB url(../images/bg-menu.gif) 0 0 repeat-x;
*/
}

/*
#navigation ul li a hover {
background: #54A4BB url(../images/bg-menu.gif) 0 -25px repeat-x;
}
*/

#header {
display: block;
margin: 0 auto;
padding: 5px;
background: #BCCDDD url(../images/bar-grey.gif) repeat-x;
border-top: 1px solid #fff;
border-bottom: 1px solid #1F345E;
text-align: left;
}

#header h2 {
margin: 0px;
padding: 8px;
}

#header h2 a{
color: #369;
font-weight: bold;
font-size: 190%;
text-transform: uppercase;
}

#browse #header h2, #browse_Abbreviations #header h2 {
color: #369;
font-weight: bold;
font-size: 190%;
width: 500px;  
}

#header #deflist {
float: right;
margin: 1em 0;
}

#header dl {
margin: 10px 12px 10px 40px;
margin: 0;
float: left;
}

#header dt {
width: 20em;
float: left;
clear: left;
padding: 0.3em;
margin: 0 0 0 0.05em;
font-weight: bold;
/*background: transparent url(../images/dots.gif) bottom left repeat-x !important;
background: transparent url(../images/dots.jpg) bottom left repeat-x;*/
}

#header dd {
margin-left: 20em;
width: 20em;
padding: 0.3em;
text-indent: -.1em; /* ie moves the first line in, so let's move it back out a little */
margin-right: 0.5em;
/*background: transparent url(../images/dots.gif) bottom left repeat-x !important;
background: transparent url(../images/dots.jpg) bottom left repeat-x; */
}

html>body #header dd { text-indent: 0; } /* recover from IE rule */

#header dt,#header dd {
background-image: url(../images/dots.gif);
background-position: bottom left;
background-repeat: repeat-x;
}

#content {
float: right;
display: inline;
width: 65%;
margin: 30px 30px 30px 0px;
border: 0px solid #fff;
}

#contentHome {
float: right;
display: inline;
width: 65%;
margin: 0px 30px 30px 0px;
border: 0px solid #fff;
}

#content p,
#contentHome p,
#contentPrint p {
font-size: 1em;
margin: 15px 0px 15px 0px;
padding: 0px 0px 0px 0px;
}

#content p a,
#contentHome p a,
#contentPrint p a {
  font-weight: bold;
}

#content p#breadcrumb,
#contentHome p#breadcrumb {
font-size: 90%;
clear: none;
text-transform: capitalize;
margin: 0px;
padding: 0px;
}

#content dd,
#contentHome dd,
#contentPrint dl {
margin: 10px 12px 10px 40px;
float: left;
}

#browse_Abbreviations #content dl,
#browse_Abbreviations #contentHome dl {
    float:none;
    margin-left: 0px;
    padding-left: 0px;
}

#browse_Abbreviations #content dt,
#browse_Abbreviations #contentHome dt {
    margin-left: 0px;
    padding-left: 0px;
}

#content dt,
#contentHome dt,
#contentPrint dt {
width: 15em;
float: left;
clear: left;
padding: 0.3em;
margin: 0 0 0 0.5em;
}

#content dd,
#contentHome dd,
#contentPrint dd {
margin-left: 15em;
padding: 0.3em;
margin-right: 0.5em;
}

#internalnav {
margin: 0px;
padding: 0px;
clear: both;
font-size: 200%;
}

#internalnav .arrow {
    font-size: 0.6em;
}

#internalnav .previous {
margin: 0px;
padding: 0px;
float: left;
font-size: 90%;
}

#internalnav .next { 
float: right;
width: 200px;
font-size: 90%;
}

#internalnav .previous a,
#internalnav .next a {
    font-size: 18px;
}

#internalnav .previous a {
float: left;
padding: 10px 10px 10px 0px;
margin: 10px 0;
}

#internalnav .next a {
float: right;
padding: 10px 0px 10px 10px;
margin: 10px 0;
display: inline;
}

#toplink { 
   position: fixed !important;
   bottom: 3.5em;
   right: 3%;
}

#extra {
float: left;
width: 25%;
margin: 0;
padding:12px 0 12px 12px;

}

#extra .current {
background: transparent url(../images/tick.gif) top left no-repeat;
padding-left: 20px;
}

#extra h2 {
color: #369;
font-weight: bold;
font-size: 190%;
text-transform: uppercase;
margin-bottom: 1em;
}

#extra h3 {
color:#336699;
font-size:130%;
font-weight:bold;
margin-bottom:1em;
text-transform:uppercase;
}

#extra ul li, #extra ul li a {
padding: 2px 5px 2px 10px;
display:block;
}

#extra.toc ul li, #extra.toc ul li a {
padding: 0px 5px 5px 0px;
display: list-item;
}

#extra ul li ul li a, #subjectlist li a {
border: 1px solid #D5E2F9;
background: #D5E2F9 url(../images/bg-extramenu.jpg) top right repeat-x;
margin: 0;
color: #369;
}

#extra ul li ul li a:hover {
border: 1px solid #fff;
color: #369;
}

#extra ul li ul li.noborder { border: 0; }
#extra form { margin: 1em 0; }

#extra form label {
display: block;
}

ul#toclist, 
div#subjectlayers ul {
font-weight:bold;
}
 
.source {
clear: both;
border: 1px solid #B0C7F9;
background-color: #E7E7F8;
margin: 35px 0 0 0;
padding: 15px 20px;
}

.flag { float: right; }

.mapthumbnail {
float: right;
margin-right: 10px;
margin-bottom: 10px;
}

.map {
display: block;
margin: 0 auto 30px auto;
text-align: center;;
border: 1px solid #bcd;
clear:right;
}

#content h2,
#contentHome h2,
#contentPrint h2 {
font-size: 160%;
color: #369;
margin-bottom: 0.6em;
padding-bottom: 0.6em;
}

#content h3,
#contentHome h3,
#contentPrint h3,
#contentHome .otherpdflist h4,
#content .otherpdflist h4 {
font-size: 160%;
color: #369;
margin-bottom: 0.6em;
}

#content .otherpdflist h4,
#contentHome .otherpdflist h4 {
   margin: 0;
   padding: 0;
}

#content h4,
#contentHome h4,
#contentPrint h4 {
color: #369;
font-size: 140%;
margin-top: 1em;
margin-bottom: 0.5em;
}

#content #content-top h4,
#contentHome #content-top h4 {
color: #369;
margin: 0;
clear: none;
line-height: 1.3em;
}

#content .source h4,
#contentHome .source h4 {
  margin-top: 0;
}

#footer {
clear: both;
background-color: #000;
margin: 0;
padding: 1.5em;
height: 13em;
}

#palgrave_logo a img {
	padding-left: 0;
}

#footernav {
margin: -4.5em 0 0;
padding-left: 33%;
width: 35em;
}

#footernav li {
    list-style-type: none;
	display: inline;
}

#footernav li a, 
p#copyright, 
p#copyright a, 
p#subscriber, 
#org_logo_container {
	color: #fff; 
	font-weight: bold;
}

span.divider {
border-right: 2px solid #fff;
font-size: 0.7em;
margin: 0 3px 0 0;
}

p#copyright {
    float: right;
    margin: -2em 0.5em 0 0;
    padding: 0px;
	position:relative;
top:4px;
}

#org_logo_container {
    position:absolute;
    right:7%;
	width: 58em;
	padding-top: 1em;
}

#org_logo_container span {
	float: right;
	display: block;
    vertical-align: middle;
	overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: right;
}

#org_logo_container img {
	margin-top:10px;
	float: right;
}

#subscriber { text-align: center; }

/*	FORM STYLING */

form#main p,
form#contactform p {
clear: both;
overflow: hidden;
}

form#main dl {
float: none;
width: 32em;
margin: 0;
}

form#main dt,
form#main p label,
form#contactform p label,
form#loginform p label {
width: 10em;
float: left;
}

form#loginform input#username, 
form#loginform input#password, 
form#loginform input#librarycard {
	width: 12em;
}

form#main p input,
form#main p select,
form#main p textarea,
form#contactform p input,
form#contactform p select,
form#contactform p textarea {
font-size: 12px;
width: 20em;
float: left;
}

#contactform #submit {
float: left;	
}

form p .mandatory { color: red; padding-left: 3px; }

#regsuppliers {
    /*margin-left: 20px;*/
    display: none;
}

.smallwidget {
margin: 0 0 .5em 0;
height: 18px;
width: 300px;
}

.search_result { color: red; }

.browsenav {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
clear: both;
}

sup { font-size: 75%; }

.furtherReading {
margin-bottom: 0.5em;
padding-bottom: 0.5em;	      
}

.TableNote {
margin-top: 0;
font-size: 80%;
}

.DipRep1 { }

.DipRep2 { 
margin-top: 0;
margin-bottom: 0;
}

#error {
color: red;
margin-bottom: 2em;
}

/*us budget tables*/

.Left { text-align: left; }
.Right {text-align: right; }
.Centre {text-align: center; }
.Dummy { font-style: italic; }

/* ============================= */

#access-token dl {
display: inline;
}

#access-token dt {
width: 20em;
margin: 0px 0px 1px 0px;
padding: 0px 0px 0px 0px;
font-weight: bold;

}

#access-token dd {
width: 20em;
margin: 0px 0px 1px 0px;
padding: 0px 0px 0px 20px;
}

#access-token-subs dl {

}

#access-token-subs dt {
width: 20em;
margin: 0px 0px 1px 0px;
padding: 0px 0px 0px 0px;
font-weight: bold;
}

#access-token-subs dd {
margin: 0px 0px 1px 0px;
padding: 0px 0px 0px 20px;

}

form#main p span.floatleft input  { 
width:5em;
float: left;
margin-bottom: 1em;
}

#tokenloginform fieldset p label { 
width:10em;
float:left;
}


#thumbnails li { 
display:inline;
float:left;
margin:20px 20px 20px 0px;
}
#thumbnails li .caption { 
   text-align:center;
   margin-top:10px;
   width:115px;
   display: block;
   background: #bccddd url(../images/bar-grey.gif) repeat-x;
   cursor: pointer;
}

.otherpdflist{ 
margin-top:2em;
}



html>body #access-token dd { text-indent: 0px; } /* recover from IE rule */

pre {
    font-size: 125%;
}

#xhtml_img{
   background: url(/images/xhtml.png) transparent no-repeat;
   position: fixed;
   bottom: 0;
   left: 0;
   height: 374px;
   width: 374px;
   display: block;
}

/* CONTACT US FORM */
#recommend_form {
    padding: 20px 10px;
    max-width: 43em;
   min-width: 32em;
    margin-top: 10px;
    background-color: #E7E4E4;
    border: 10px double white;
}

#recommend_form fieldset {
   border: 0;
}

#recommend_form label
 {
    display: block;
    margin-bottom: 5px;
}

#recommend_form img#captcha_image
 {
    margin-bottom: 10px;
}

#recommend_form label {
    display: block;
}

#recommend_form input {
    display: block;
    margin-bottom: 1em;
    width: 20em;
}

#recommend_form textarea {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    height: 20em;
}

#recommend_form input.formButton {
    width: 6em;
    float: right;
}

#recommend_form #change_CAPTCHA{
   width: auto;
   display: inline;
}

#recommend_form #hiddenSubmit{
   float: none;
   margin-left: -1000px;
   position: absolute;
}
#palgrave_contact_institution_div label, #palgrave_contact_institution_div input{
   display: inline;
   margin-bottom: 0em;
   width: auto;
}
#captcha_container img{
   vertical-align: middle;
}

.error_message, #message_div{
   font-weight: bold;
   color: red;
}

#content ul.otherpdflist .level1{ margin-left: 0em; font-size: 1.2em; font-weight: bold;}
#content ul.otherpdflist .level2{ margin-left: 1em; }
#content ul.otherpdflist .level3{ margin-left: 2em; }
#content ul.otherpdflist .level4{ margin-left: 3em; }
#content ul.otherpdflist .level5{ margin-left: 4em; }
#content ul.otherpdflist .level6{ margin-left: 5em; }
#content ul.otherpdflist .level7{ margin-left: 6em; }
#content ul.otherpdflist .level8{ margin-left: 7em; }
#content ul.otherpdflist .level9{ margin-left: 8em; }
#content ul.otherpdflist .level10{ margin-left: 9em; }
#content ul.otherpdflist h4{ font-size: 1em; color: #000000; font-weight: normal;}
#content ul.otherpdflist .level1 h4{ font-weight: bold; }

.hidden{
   display: none;
}

/* The rules below style the home page fragments */ 
/* Main page fragment */
#updates {
	width: 100%; 
	display: inline-block;
	border-bottom: 1px solid #336699;
	margin: 1em 0 2em 0;
	padding: 0 0 2em 0;
}

#country_profiles {
	width: 40%;
    display: inline-block;
	float: left; 
}

#editor_spotlight {
    width: 55%;
    display: inline-block;
	float: right; 
}

div#extra.toc h2, 
#updates h2, 
#country_profiles h2, 
#editor_spotlight h2 {
	text-transform: uppercase;
	color: #336699;
	font-size:130%;
}

#updates ul {
	padding: 0.25em 0 2em 9em;
}

#marketing_popular ul li, 
#updates ul li {
	list-style-image: url(/images/bullet_points_small.gif);
	line-height: 9pt;
	padding-bottom: 5px;
	margin-left: 1.4em;
} 

#marketing_about ul li a,
#marketing_features ul li a, 
#marketing_popular ul li a, 
#marketing_archive ul li a, 
#marketing_sample ul li a, 
#marketing_recommend ul li a {
    padding: 0;
    display:inline;
}

#marketing_about h3, 
#marketing_features h3, 
#marketing_popular h3, 
#marketing_archive h3,
#marketing_sample he, 
#marketing_features h3 a, 
#marketing_popular h3 a, 
#marketing_archive h3 a,
#marketing_sample he a {
    font-size: 110%;
    margin-bottom: 0;
    text-transform: none;
}

#marketing_features h3 a {
	background: url(/images/bullet_points_big.gif) no-repeat left top;
	padding-left: 15px;
}

img.float_right {
	float: right;
    padding:0.2em 0 0.7em 0.7em;
} 

img.float_left {
    float: left;
	padding:0.2em 0.7em 0.7em 0;
}

a.prominent_link {
	font-size: 110%; 
	border: 1px solid #336699; 
	padding: 0.5em;
	font-weight: bold;
}

/* Sidebar fragment */
div.sidebar {
	background:#EEEEFF url(../images/bg-all.gif) repeat-y scroll 0 0;
	padding-bottom: 2em;
	padding: 1em 1em 2em;
	margin: 0 0 0.7em -1em;
	display: inline-block;
	width: 105%;
}

div.block_list {
	display: block;
	margin-bottom: 1em;
}

div#extra.toc {
	margin: -20px 0 -11px 0;
}

/* Tables */

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

td {
  vertical-align: top;
}

.entryTable {
    margin: 0 0 1em 0;
    border: 0;
    *border-collapse: collapse !important;
    -webkit-box-shadow: 0 1px 4px #ccc;
    -moz-box-shadow: 0 1px 4px #ccc;
    box-shadow: 0 1px 4px #ccc;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.entryTable td,
.entryTable th {
    color: #666;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    padding: 5px 10px;
}

.entryTable tbody tr td:first-child {
  border-left: 1px solid #ccc;
}

.entryTable tbody .even {
  background: #edecec;
}

.entryTable tbody tr:nth-child(even) {
  background: #edecec;
}

.entryTable tbody tr:hover {
  background: #D8E3F7;
}

.entryTable tbody td:hover {
  color: #000;
}

/* Comparison Tool */

#comparisonMain {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

#comparisonMain #countryTitle {
  width: 100%;
  background-color: #D4E1F9;
  margin: 0;
  padding: 5px;
  clear: both;
}

#comparisonMain #countryStats {
  margin: 0;
  padding: 5px;
}

#comparisonMain #countryStats .TextAfterHead {
  margin: 0;
  padding: 5px;
}

#comparisonMain #countryTitle h3 {
  display: inline;
}

#comparisonMain #deflist dl {
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 2px;
}

#comparisonMain #deflist dl:bfore,
#comparisonMain #deflist dl:after {
    content: "";
}

#comparisonMain #deflist dl:after {
    clear: both;
}

#comparisonMain #deflist dl {
    zoom: 1;
}

#comparisonMain #deflist dt,
#comparisonMain #deflist dd {
  float: left;
  margin: 0;
}

#comparisonMain #deflist dt {
    width: 25%;
}

#comparisonMain #deflist dd {
    width: 63%;
    padding-left:2%;
}

#contentPrint {
  text-align: left;
  display: inline;
  width: 100%;
  margin: 30px 30px 30px 0px;
  border: 0;
}

.inactive {
  color: #909090;
}

.hiddenForm {
  display: inline;
}

.floatRight {
  float: right;
}

.buttonCompareRight {
  margin-right: 25px;
}


/* vim: set ai et sw=4 syntax=css */

/* 2013 menu changes */

#menu > ul > li {
    position: relative;
}

#menu * {
    box-sizing: border-box;
}

#menu > ul > li > a {
    padding: 10px;
}

#menu li .dropDownMenu {
    display: none;
    position: absolute;
    background: #fae6a2;
    width: 210px;
    top: 25px;
    left: -2px;
    border: 1px solid #1F345E;
    z-index: 100;
}

#menu li .dropDownMenu > li {
    display: block;
    float: none;
    box-sizing: border-box;
    padding-top: 0;
    border-bottom: 1px solid #1F345E;
}

#menu li .dropDownMenu > li:last-of-type {
    border-bottom: none;
}

#menu li .dropDownMenu > li > a {
    box-sizing: border-box;
    display: block;
    padding: 5px 5px 5px 15px;
    width: 210px;
    color: #013b5d;
    font-weight: normal;
}

#menu li .dropDownMenu > li > a:hover {
    text-decoration: none;
}

#menu li .dropDownMenu > li:hover {
    background: #fdd036;
}

#menu li .dropDownMenu:hover {
    display: block;
}

#menu > ul > li + li {
    border-left: 1px solid #8d8b8d;
}

#menu > ul >  li > a:hover + .dropDownMenu {
    display: block;
}

.share-btn {
    margin-right: 10px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    height: 17px;
}

.share-btn:hover {
    text-decoration: none;
}

.email_link a {
    color: #000 !important;
    text-decoration: none !important;
}

.email_link a:hover {
    opacity: 0.5;
}

.email_link {
    position: relative;
}

.email_link img {
    max-width: 13px;
    max-height: 13px;
    position: relative;
    top: 2px;
}

#share-container {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    text-align: right;
    clear: both;
}

#share-container > span {
    margin-bottom: 7px;
    display: inline-block;
}

#content.email-form-content > h2 {
    margin-bottom: 25px;
    padding-bottom: 0;
}

#email-form {
    margin-top: 25px;
}

#share-container.share-hidden {
    display: none;
}

.form-row {
    display: block;
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

#content.email-form-content > p {
    margin: 0;
    font-size: 1.2em;
}

#email-form p {
    margin-bottom: 25px;
}

#email-form label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #407aa8;
}

#content.email-form-content > p:nth-of-type(even) {
    margin-top: 5px;
}

#email-form input,
#email-form textarea {
    display: block;
    height: 30px;
    margin-top: 10px;
    width: 465px;
    font-size: 1.2em;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #aaa;
    margin-bottom: 25px;
}

#email-form textarea {
    height: 200px;
    max-width: 465px;
    margin-bottom: 0;
}

#email-form input[type=submit] {
    margin: 10px auto;
    display: block;
    border: none;
    width: 150px;
    height: 45px;
    float: right;
    cursor: pointer;
    font-size: 16px;
    background: #f5d863;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
}

.form-row.submit-button {
    width: 465px;
    text-align: right;
}
