

/* default.css */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, serif;
	font-size: 10px;
	color: #000;
	background-color: #e7e7e7;
	
}
a {
	color: rgb(0,57,166);
}
a:not([href]) { color: #000; }
a:hover {
	text-decoration: none;
}
a img {	border: 0;}
#content p, .article p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
hr {
	background-color: #ccc;
	height: 1px;
	border: none;
	margin-bottom: 0.5em;
}
h1, h2, h3 {
	margin-bottom: 0.5em;
	font-weight: bold;
}
h1, h2.title {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
u { text-decoration: none;}
table td.center, table p.center {
	text-align: center;
}
.dir-rtl #content ul, .dir-rtl #content ol, #content ul.dir-rtl, #content ol.dir-rtl {
	margin-right: 1em;
	margin-left: 0;
}
#content ul, #content ol, #content ul.dir-ltr, #content ol.dir-ltr {
	font-size: 12px;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 0;
}

#content li {
	line-height: 1.5em;
        padding: 0.1em 0;
}

.dir-rtl #content ul li, #content ul.dir-rtl li {
	padding-right: 1em;
	padding-left: 0;
	background: url(/public/ef/4d/f6/420_1282_bullet.gif) no-repeat right 0.7em;
}
#content ol li ul li, #content ul li, #content ul.dir-ltr li, #content ol.dir-rtl li ul.dir-ltr li {
	padding-left: 1em;
	padding-right: 0;
	list-style-type: none;
	background: url(/public/ef/4d/f6/420_1282_bullet.gif) no-repeat left 0.7em;
}

.dir-rtl #content ol li, #content ol.dir-rtl li {
	margin-right: 1em;
	margin-left: 0;
}
#content ol li, #content ol.dir-ltr li {
	list-style-type: decimal;
	margin-left: 1em;
	margin-right: 0;
}

#content ul.no-bullets li {
	background-image: none;
	padding-left: 0;
	padding-right: 0;
}

/* form field */
.text {
	border: 1px solid rgb(97,99,101);
	padding: 3px 2px;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}
.submit {
	font-size: 1em;
	border: 1px solid #999;
	cursor: pointer;
	padding: 4px 10px 3px;
	background-color: rgb(213,43,30);
	color: #fff;
}
textarea {
	border: 1px solid #999;
	width: 100%;
	height: 10em;
}
select {
	border: 1px solid #999;
}
select.small { width: 10em; }

form table {
	width: 100%;
}
form table th {
	width: 20%;
	background-color: #fff;
	color: #000;
}
form#searchTreaties table th {
	width: 30%;
}
form table th, form table td {
	border: none;
	padding: 5px;
}
form table input.text {
	width: 50%;
}
form table select {
	width: 50%;
}

.error_list {
	border: 2px solid #c00;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
	background-color: #FFF9F9;
}
/* general */
.hidden { display: none; }
.hidden_navigation {
    position: absolute;
    left: -10000px;
    top: -1000px;
}
.left, #content .dir-ltr { text-align: left; }
.right, #content .dir-rtl { text-align: right; }
.float_left { float: left; }
.float_right { float: right; }
img.float_left {
    margin-right: 1em;
    margin-bottom: 0.1em;
}
img[align=left] {
    margin-right: 1em;
    margin-bottom: 0.1em;
}
img.float_right {
    margin-left: 1em;
    margin-bottom: 0.1em;
}
img[align=right] {
    margin-left: 1em;
    margin-bottom: 0.1em;
}
.reset {
    clear: both;
    font-size: 1px;
    height: 0px;
    display: block;
    overflow: hidden;
}
.capitalize {
    text-transform: capitalize;
}

#cookie-notification {
    margin: 20px;
	padding: 20px;
    font-size: 1.6em;
    background-color: white;    
}
