@charset "utf-8";

/* Reset CSS by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END Reset CSS by Eric Meyer */

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	background-color: #e1e2e4;
	background-image: url(/img/silver_bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 760px;
	text-align: left;
	background-color: #FFF;
	margin: 5px auto 0px;
	padding: 0px;
}

#header {
	padding: 0px;
	height: 145px;
	margin: 0px;
	background: url(/img/banner_es.gif) no-repeat left top;
}

#langlinks {
	text-align: left;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#langlinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#langlinks ul li {
	display: inline;
}

#langlinks ul li a:link, #langlinks ul li a:visited {
	text-decoration: none;
	color: #AEAEB5;
	margin: 0px;
	padding: 5px;
}

#langlinks ul li a:hover {
	padding: 5px;
	text-decoration: none;
	margin: 0px;
	background-color: #000;
	color: #c7c7cc;
}

.active_lang {
	background-color: #B51032;
	color: #C7C7CC;
}

#magazine {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 1.1em;
	line-height: normal;
}

#toplinks {
	text-align: left;
	padding: 0px;
	margin-top: 72px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 20px;
}

#toplinks img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.yearmenu {
	text-align: left;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}

.yearmenu_headline {
	margin: 0px;
	color: #C7C7CC;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #000;
	padding: 5px;
	text-align: left;
}

ul.yearlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.yearlist li {
	display: inline;
}

ul.yearlist li a:link, ul.yearlist li a:visited {
	text-decoration: none;
	color: #6c7885;
	margin: 0px;
	padding: 4px;
}

ul.yearlist li a:hover {
	padding: 4px;
	text-decoration: none;
	background-color: #B51032;
	margin: 0px;
	color: #C7C7CC;
}

/* Vertical navigation */
.vmenu_headline {
	margin: 0px;
	color: #C7C7CC;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #000;
	padding: 5px;
	text-align: right;
}

.vmenu {
	font-size: 0.9em;
	background-color: #000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	text-align: right;
}

ul.vmlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
		
ul.vmlist li {
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8B0B9;
}
		
ul.vmlist li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	width: 170px;
	background-color: #6c7885;
}

.vmenu>ul.vmlist li a { width: auto; }

ul.vmlist li a:hover {
	color: #FFF;
	background-color: #313131;
}
/* End Vertical navigation */

#search {
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 350px;
	padding: 0px;
}

#search .inputbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
}

#search .button {
	vertical-align: bottom;


}

#search p {
	margin: 0px;
	padding: 0.4em;
}

#mosaic {
	text-align: left;
	height: 90px;
	padding: 0px;
	background-image: url(/mosaic/mosaic_full.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #6c7885;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#ruler {
	margin: 0px;
	text-align: right;
	height: 15px;
	padding: 0px;
	background-image: url(/img/ruler980.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #353637;
	padding: 10px;
	margin: 0px;
}

#translate {
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-align: left;
	background-image: url(/img/translate_ico.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#issue_id {
	color: #c7c7cc;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	margin: 0px;
	width: 100px;
	background-color: #B51032;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #4F4E56;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0px;
	font-weight: bold;
	line-height: normal;
}

#content h1 {
	font-size: 1.3em;
	background-image: url(/img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#content h2 {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#content h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#content p {
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#content strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	font-weight: normal;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B51032;
}

.altcolor {
	color: #B51032;
}

.links {
	color: #B51032;
	font-style: italic;
}

.colormark {
	color: #B51032;
	font-style: italic;
}

#content a {
	color: #B51032;
	font-style: italic;
}

#content a:hover {
	text-decoration: none;
}

#content p.notabene {
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #900;
}

#content p.author {
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #c7c7cc;
}

#content p.preamble {
	background-image: url(/img/i_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}

#content p.question {
	font-style: italic;
	font-weight: bold;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

#content p.info	{
	background-image: url(/img/info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	width: 380px;
	font-style: italic;
	background-color: #f0f0f0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
}

#content ul {
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
	list-style-type: disc;
}

#content ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 1em 0px;
	padding: 0px 0px 0px 3em;
}

#content ul.sitemap {
	line-height: 1.8em;
}


table.datatable {
	border-bottom: 1px solid #B51032;
}

table.datatable th {
	background: #B51032;
	color: #e1e2e3;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding: 0.25em;
}

table.datatable td {
	padding: 0.15em 0.25em;
}

#content .toc {
	padding: 0px;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

#content .toc_img {
	padding: 3px;
	float: left;
	background-color: #D7D8D9;
	margin-top: 0px;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#content .toc_issue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	background-color: #B51032;
	color: #c7c7cc;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-style: normal;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content .toc_header {
	margin: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

#content p.toc_read {
	margin: 0;
	padding: 0px;
	float: right;
}

.photo_full {
	color: #900;
	background-color: #D7D8D9;
	text-align: center;
	margin: 0px;
	padding: 3px;
}

.photo_left {
	padding: 3px;
	float: left;
	color: #900;
	background-color: #D7D8D9;
	text-align: center;
	font-style: italic;
	margin: 1em 2em 1em 0px;
}

.photo_l320 {
	padding: 3px;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 0px;
	float: left;
	color: #900;
	background-color: #D7D8D9;
	width: 320px;
	text-align: center;
	font-style: italic;
}

.photo_right {
	padding: 3px;
	float: right;
	background-color: #D7D8D9;
	color: #900;
	text-align: center;
	font-style: italic;
	margin: 1em 0px 1em 2em;
}

.photo_r320 {
	padding: 3px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 2em;
	float: right;
	background-color: #D7D8D9;
	color: #900;
	text-align: center;
	width: 320px;
	font-style: italic;
}

.tbl_2photo {
	padding: 0px;
	text-align: center;
	margin: 0px;
	width: 663px;
	font-style: italic;
}

.tbl_2photo tr td {
	padding: 5px;
	text-align: center;
	background-color: #D7D8D9;
	color: #900;
	margin: 0px;
}

.tableheader {
	background-color: #13516f;
	color: #f0f0f0;
}

.oddrow {
	background-color: #FFF;
}

.evenrow {
	background-color: #f1f2f3;
}

ul#sitemapdoc {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#sitemapdoc li {
	display: block;
	background-image: url(/images/smdoc_icon.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 16px;
	background-position: left center;
}

ul#sitemapdoc li a:link, ul#sitemapdoc li a:visited {
	height: auto;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #333;
	width: auto;
}

ul#sitemapdoc li a:hover {
	text-decoration: underline;
	color: #000;
}

#footer {
	margin: 0px;
	clear: both;
	padding: 0px;
	background-color: #B51032;
}

#footer p {
	padding: 0.5em;
	color: #c7c7cc;
	font-size: 1.1em;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
}

#copyright {
	padding: 0px;
	color: #FFF;
	font-size: 1em;
	position: relative;
	margin: 0px;
	top: 5px;
	left: 10px;
	width: 300px;
}

#liveinternet {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	background-color: #e1e2e4;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-right: 2em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
