/* Eric Meyer reset.css */
@import url("reset.css");

/* website layout */
@import url("structure_1.css");

/* typography */
body { font: normal 70%/1.5em Tahoma, Verdana, Arial, sans-serif; background-color: #1d1d1d; color: #333; }

h1 { font: normal 3em/1em Georgia, Tahoma; margin: 0 0 0 0; padding: 0; }
h1.first { margin: 0; }
h2, caption, legend { font: normal 1.8em Georgia, Tahoma; margin: 0.75em 0 0 0; padding: 0; text-align: left;}
h2.first { margin: 0; }
h3 { font: normal 1.5em/1em Georgia, Tahoma; margin: 1em 0 0 0; padding: 0; text-align: left;}
h4 { font: normal 1.2em/1.25em Georgia, Tahoma; margin: 1em 0 0 0; padding: 0; text-align: left; }
h5 { font: bold 1.2em/1em Georgia, Tahoma; margin: 1em 0 0 0; padding: 0; text-align: left; }
h6 { font: bold 1.2em/1em Georgia, Tahoma; margin: 1em 0 0 0; padding: 0; text-align: left; }

p { margin: 0.5em 0 0 0; padding: 0; }
p.preamble strong { font-weight: normal; }

ul { margin: 0.5em 0 0 1.5em; list-style-type: square; }
ul ul { list-style-type: disc; }
ol { margin: 0.5em 0 0 2em; list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol, ol ul, ul ul, ul ol { margin-top: 0; }

abbr, acronym, .help { border-bottom: 1px dotted #333;  cursor: help; }

a { color: #666;}
a:hover { text-decoration: none; color: #c90154;}
a:active { outline: 0; }
h1 a { text-decoration: none; }

address { font-style: normal; }

/* forms */
form {}
input, select, textarea, button { font: normal 1em Tahoma; }
input, select, textarea { padding: 3px; border: 1px solid #999; width: 232px; } 
label { display: block; }
label.list input { border: 0; width: auto; }

    #search-form {}
        #search-form label { display: none }
        #search-form .select-box {width: 180px; border: 1px solid #c6d6df; margin: 0px 8px 0px 0px; padding: 8px 5px; font-size: 12px; color: #191d1e; float: left;}
        #search-form input { width: 180px; border: 1px solid #c6d6df; margin: 0px 8px 0px 0px; padding: 9px 5px; font-size: 12px; color: #191d1e; float: left;}
        #search-form input[type=image] { width: 124px; height: 32px; margin: 0px; padding: 0px; border: 0;}
        
.buttons { padding: 1em 0 0 0; }

/* global classes */
.left { float: left; }
.right { float: right; }

.content { width: 960px; margin: 0 auto; height: 1%; }
.content:after { content: "."; display: block; clear: both; position: relative; visibility: hidden; height: 0; }

/* images */
.img { clear: both; margin: 1em 0; border: 1px dotted #999; padding: 2px; }
	.img img { display: block; }
	.img p { font-size: .9em; color: #666; }
	.img.left { display: block; margin: .5em 1.5em .75em 0; }
	.img.right { display: block; margin: .5em 0 .75em 1.5em; }

div.error { border: 1px solid #d8000c; background: #ffbaba url(/backnet/inc/images/icon_error.png) 15px center no-repeat; color: #000; padding: 15px 10px 15px 60px; margin: 0 0 20px 0;}
	div.error strong { display: block; }
	div.error a { color: #000; }

/* structure outline
div.content { padding-top: 1px; padding-bottom: 1px; border: 1px dotted #999; }
#head-content,#navigation-content,#scene-content,#extra-content,#foot-content { border: 1px dotted #999; }
.paragraph-item { border-bottom: 1px dotted #999;}
#sub-navigation ul li a { border: 1px dotted #999; margin: 1px; }
#sitemap { border-top: 1px dotted #999; margin: 0.5em 0 0 0; padding: 0; } */
