/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */

#page { margin: 0 auto; width: 1000px; }


/* Header
-------------------------------------------------------------- */

#header { margin-top: 20px; }
#header h1 { margin: 5px 0; }
#header h4 { color: #696969;}

#header .tabs { border-bottom: 1px solid #FFFFFF; font-size: 0.9em; }
#header .tabs li { margin: 1px; }
#header .tabs a { padding: 5px 15px; background: #dddddd; color: #666666; text-decoration: none; }
#header .tabs li a:hover { color: #800000; text-decoration: underline; }
#header .tabs li.active a { text-decoration: underline; }

/* Body
-------------------------------------------------------------- */
#content {min-height: 500px;}

.column-1 {float: left; width: 700px; margin-top: 20px; }
.column-1 h2 { font-size: 16pt; border-bottom: 1px solid #eee;}
.column-1 h3 {margin: 5px 0; padding: 0; font-size: 16pt; line-height: 18pt;}
.column-1 p {margin: 0 0 2px 20px;}
.column-1 .src {text-decoration: underline; color: red;}
.column-1 .cl {margin: 5px 0; clear: left;}
.column-1 .cl IMG {display: inline; float: left; margin: 0 5px 5px 0; padding: 1px; border:1px solid #696969;}
.column-1 .clD {color: #696969;}
.column-1 #clDesc {font-weight: bold; margin-bottom: 30px;}

.column-1 .dupl a {color: #191970;}
.column-1 #inxpgcntr {margin: 10px 25px; font-weight: bold; list-style:none;}
.column-1 #inxpgcntr .inxpnum { text-decoration: underline;}

#help {float: right; width: 250px; margin-top: 50px; color: #696969;}


/* Footer
-------------------------------------------------------------- */
#footer { clear: both; border-top: 1px solid #eee; margin-top: 20px; }
#footer p { text-align: center; margin: 2px 0;}