/* Default ASV style-sheet. */

body {

	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: left;
	font: 10pt/16pt arial, helvetica, sans-serif;
	color: #ffffff;
}

h1 {

	margin: 0px;
	padding: 8px 5px;
	font: italic 16pt/28pt trebuchet ms, arial, helvetica, sans-serif;
}

h2 { 

	text-align: left;
	font: italic 13pt/22pt trebuchet ms, arial, helvetica, sans-serif;
}

h3 {

	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #555;
	text-align: left;
	font: small-caps bold 11pt/18pt trebuchet ms, arial, helvetica, sans-serif;
}

h4 {

	margin: 10px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px dashed #6f60a9;
	font: small-caps 8pt/12pt verdana, arial, helvetica, sans-serif;
	color: #87f;
}

p { text-align: justify; }

p.introductory, .standard {

	font: 10pt/16pt arial, helvetica, sans-serif;
	text-align: justify; 
	color: #fff;
}

p.introductory:first-letter {

	margin-top: 6px;
	float: left;
	padding-right: 1px;
	font: 32pt trebuchet ms, arial, helvetica, sans-serif;
}

table { text-align: left; line-height: 15pt; }

table.data_entry {

	clear: right;
	width: 100%;
	border: 2px solid #555;
	background-color: #3d3d3d;
	font-size: 9pt;
}

table.data_entry input[type="text"] { border: 1px solid #777; }

table.data_entry td, table.data_entry th { padding: 5px; }

table.data_entry th {

	font-weight: normal;
	text-decoration: underline;
}

table.listing {

	margin: 0px auto;
	border: 1px solid #555;
}

table.listing thead th { background-color: #444444; } 

table.image_list {

	margin: 0px auto;
	font-size: 8pt;
	line-height: 12pt;
}

table.image_list td {

	padding: 5px 10px;	
	text-align: center;
	vertical-align: top;
}

th {

	padding-right: 15px;
	vertical-align: top;
}

th a {

	text-decoration: none;
	color: #fff;
}

ul {

	list-style-type: square;
	text-align: left;
}

a:link { color: #7386e5; }
a:visited { color: #a1a1b5; }
a:active { color: #fff; }

img {

	vertical-align: middle;
	border-style: none;
}

img.central { margin: 0px 20px 20px 20px; }
img.separator { margin: 5px 0px; }

input, textarea { padding: 1px 2px; }

input[type="checkbox"] { margin-top: 2px; }

kbd {

	font-family: monospace;
	font-weight: bold;
}

label {

	padding-left: 1px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
}

/* Identifiers (alphabetical order). */

#centre_column	{

	position: absolute;
	top: 0px; left: 0px;
}

#centre_column > * { margin: 0px 20px 0px 140px; }

#content {

	background-image: url('content_bg.jpg');
	border-left: 1px #555 solid;
	border-right: 1px #555 solid;
	text-align: center;
}

#content_body {

	padding: 10px;
	min-width: 590px;
}

#content_footer {

	margin: 0px -1px;
	padding-right: 50%;
	height: 25px;
	clear: both;
	background: url('content_foot_bg.jpg') no-repeat center;
	border-left: 1px solid #555;
}

#content_footer div { padding-top: 3px; }

#content_header {

	margin: 0px -1px;
	padding: 10px 0px 0px 50%;
	height: 15px;
	background: url('content_head_bg.jpg') no-repeat center;
	border-right: 1px solid #555;
}

#footer { padding: 15px 50px 5px 50px; }

#footer a {

	text-decoration: underline;
	color: #e6e6f5;
}

#footer p {

	text-align: center;
	font: 7pt arial, helvetica, sans-serif;
	color: #9999b0;
}

#footer *.icon_link {

	margin: 0px 5px; 
	padding: 5px; 
	border: 1px #555 dashed;
}

#footer *.meta { 

	padding: 15px 0px;
	text-align: center;
}

#left_column {

	/* Defined in asv_style_nav.css */
}

/* Classes. */

.active_tab, .display_tab {

	float: right;
	height: 19px;
	padding: 6px 5px 0px 30px;
	background: url('style/tab_passive_bg.gif') no-repeat left top;
	border-right: 1px solid #555;
}

.active_tab { background-image: url('style/tab_active_bg.gif'); }

.active_tab a {

	color: #fff;
	cursor: default;
}

.button {

	padding: 7px;
	text-align: right;
}

.caption {

	font-size: 8pt;
	line-height: 14pt;
}

.display_tab a:link, .display_tab a:visited { color: #87f; }
.display_tab a:hover {

	color: #fff;
	text-decoration: underline;
}

.display_tabs {

	height: 25px;
	margin-right: 5px;
	text-align: right;
	font: small-caps 8pt verdana, arial, helvetica, sans-serif;
}

.display_tabs a { text-decoration: none; }

.error {

	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #f00;
}

.field {

	padding: 7px;
	text-align: left;
}

.field input, .field textarea { padding: 2px; }

.footnote {

	font-size: 8pt;
	line-height: 12pt;
}

.icon_block {

	clear: left;
	padding-top: 5px;
}

.icon_block h2 {

	font: small-caps bold 11pt verdana, arial, helvetica, sans-serif;
	color: #87f;
}

.icon_block h2 a:link, .icon_block h2 a:visited { 

	text-decoration: none;
	color: inherit;
}

.icon_block p { margin-top: 5px; }

.icon_block img {

	float: left;
	margin-top: -5px;
	padding: 5px 10px 5px 5px;
}

.icon_block ul { list-style-position: inside; }

.inset {

	margin: 0px auto;
	padding: 8px;
	display: table;
	background-color: #ddd; 
	border: 2px #555 solid;
	color: #000;
}

.important {

	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
}

.introductory { margin-top: 0px; }

.latin { font-style: italic; }

.meta {

	text-align: center;
	font-size: 7pt;
	line-height: 10pt;
	color: #777790;
}

.news_date {

	padding-right: 5px;
	border-bottom: 1px dashed #6f60a9;
	text-align: right;
	font: small-caps 8pt/12pt verdana, arial, helvetica, sans-serif;
	color: #87f;
}

.signature { text-align: right; }

.tabbed_content {

	clear: right;
	padding: 8px;
	border: 2px solid #555;
	background-color: #3d3d3d;
}

.title { font-weight: bold; }

.two_column_left {

	width: 49%;
	float: left;
}

.two_column_right {

	width: 49%;
	margin-left: 51%;
}