@charset "UTF-8";
/* GENERAL STYLES */

    body {
        margin:0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 62.5%;
        color: #000000;
        background: #FFFFFF;
        text-align: center;
        height:100%
    }

    
    
/* Header */

    #header { 
	background: #FFFFFF;
	padding: 10px 0px 10px 0px; 
	
}
    #HR {
  	  border-top: 1px dotted #666666;
      border-bottom: 0px solid #f00;
	  border-left:0px solid #FFF;
	  border-right:0px solid #FFF;
      color: #fff;
      background-color: #fff;
      height: 4px;
}

/* PAGE CONTAINER */

    #container {
       width:780px;
        margin: 0 auto;
        background: #FFFFFF;
        border: 0px solid #000000;
        text-align: left;
    }
    
/* LEFT MENU */

    #sidebar1 {
      margin:0;
      border:0px solid black;
        padding: 0px 0px 0px 0px;
  	    float: left;
        width: 131px;
        background: #FFFFFF;
        font-size:1em;
        color:#999999;
    }
    
    #sidebar1content {
    padding: 10px 0px 0px 10px;
}
    #sidebar1 A {
    color:#999999;
    text-decoration:none;
}
    #sidebar1 A:hover {
    color:#666666;
    text-decoration:none;
}
    #sidebar1 A:visited {
    color:#999999;
    text-decoration:none;
  }
    
    
   

/* MAIN CONTENT AREA */

    #content {
        margin: 0 0 0 130px;
        width:578px;
        padding: 0px 0px 0px 0px;
    }
    
    #form {
        padding: 10px 10px 10px;
        font-size: 7pt;
        font-weight: bold;
    }

    #centerContent {
	font-size:1.1em;
	color:#666666;
	line-height:18px;
	margin: 0; 
	padding: 0 20px 0px 40px; 
  background-image:url(../images/dots-centercol.gif);
	background-repeat:repeat-y;
} 
    #content h1 {
        font-size:1.8em;
        font-weight: bold;
    }
    
    #content h2 {
        font-size:1.5em;
        font-weight: bold;
    }
    #content h3 {
        display: none;
    }

        #centerContent A {
  color: #CC6600;
}
    
     #centerContent A:hover {
color: #CC9933;
    }
    
    #centerContent A:visited {
color: #CC6600;
}

	  #centerContent A img{
  border: 1px solid #CC6600;
}

	  #centerContent A:visited img {
 border: 1px solid #CC6600;
}

    #centerContent A:hover img {
border: 1px solid #CC9933;}

/* DISPLAY OPTIONS INCLUDE */

    #disp-options {
        float: right;
    }

    #disp-options ul, ul.simple-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    #disp-options ul li {
        vertical-align: middle;
    }
    
    body.list #disp-options #list,
    body.list #disp-options #list a,
  	body.list #disp-options #list a:hover,
    body.list #disp-options #list a:visited,
    body.info #disp-options #info,
    body.info #disp-options #info a,
  	body.info #disp-options #info a:hover,
    body.info #disp-options #info a:visited,
    body.thumbs #disp-options #thumbs,
    body.thumbs #disp-options #thumbs a,
  	body.thumbs #disp-options #thumbs a:hover,
    body.thumbs #disp-options #thumbs a:visited {
        color: #CC6600;
        text-decoration: none;
    }

    #disp-title {
        float: right;
        font-weight: bold;
        padding-right: 10px;
    }

/* ACTIVE RECORDS INCLUDE */

    #active-recs {
        color: #000000;
        text-align: center;
    }


/* PAGE NAVIGATION INCLUDE */

    #page-nav {
        margin: 10px 0;
        padding: 5px 10px;
        color: #666;
        background: #CCC;
	    }
    
    #page-nav a,
    #page-nav a:visited {
        text-decoration: none;
        color: #CC6600;
    }
    
    #page-nav a:hover {
        color: #CC9933;
    }

    #page-nav div.page-nav-left {
        float:left;
    }

    #page-nav div.page-nav-right {
        float:right;
    }

/* OBJECT POPUP */

    #page {
        width: 520px;
    }

/* OBJECT DESCRIPTION/INFO */

    #obj-image {
        padding: 15px;
        background: #cccccc;
    }
    
    #obj-image ul {
        list-style-type: none;
        margin: 0;
        padding: 5px 0 0 0;
        text-align: center;
    }

    #obj-label {
        padding: 10px;
    }
    
    #obj-label ul {
        list-style-type: none;
        margin: 0;
        padding: 10px 0;
    }

/* OBJECT DESCRIPTION OPTIONS */

    .obj-options {
        margin-top: 3px;
    }
    
    .key {
        margin: 10px 0;
    }

/* TABLES - OBJECT LIST, OBJECT THUMBS, PORTFOLIO, DETAILs */

    .table-list,
    .table-thumb,
    .table-port,
    .table-detail {
        width: 100%;
    }

    .table-list,
    .table-list td {
        border: solid 1px #CCC;
        border-collapse: collapse;
    }
    
    .table-list th,
    .table-list td {
        padding: 5px;
    }

    .table-list th {
        background: #CCC;
    }
    
    .table-thumb tr td,
    .table-port tr td,
    .table-detail tr td {
        vertical-align: middle;
        padding: 10px;
    }

    .table-port tr td {
        width: 50%;
    }
    
    .table-detail tr td {
        text-align: center;
    }

/* RIGHTS & REPRO */

    #fee th {
        text-align: left;
        padding-top: 10px;
    }

    #fee table,
    #fee td {
        border-collapse: collapse;
    }
    
    #fee td {
        border: solid 1px #000;
        padding: 5px;
    }
    
    #terms li {
        padding-bottom: 10px;
    }
    
/* HELP */

    #help-content {
        margin: 8px;
    }

 #help-content A {
  color: #CC6600;
}
    
     #help-content A:hover {
color: #CC9933;
    }
    
    #help-content A:visited {
color: #CC6600;
}

    
    #help-content h1 {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

    #help-content h2 {
        padding-top: 10px;
        font-size: 12px;
        font-weight: bold;
    }
    
/* GREYBOX WINDOWS */

    #window {
        margin: 10px;
        text-align: center;
    }
    
    #window table {
        margin: 0 auto;
        text-align: left;
    }

/* FOOTER INCLUDE */

    #footer {
        padding: 0 10px 0 20px;
        background:#FFFFFF;
	      height:30px;
	      margin: 0px 0px 0px 130px;
    }
    #footer p {
    margin: 0;
    padding: 10px 0; 
    }
    
    #footer A {
    color:#999999;
  }
    #footer A:hover {
    color:#666666;
    }
    
    #footer A:visited {
    color:#999999;
    }
    
/* MISC FORMATTING */

    .like_link { /* styles text to look like a link */
        color: #CC6600;
        text-decoration: underline;
        cursor: pointer;
    }
    
    .slider { /* style for scriptalicious toggles */
        padding: 10px;
        margin: 10px 0;
        background: #CCC;
    }

    .redline {
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: solid 1px #F00;
    }
    
    .grayline {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: solid 1px #CCC;
    }

    .overline {
        margin-top: 15px;
        padding-top: 5px;
        border-top: solid 1px #CC6600;
    }
    
    .underline {
        text-decoration: underline;
    }
    
    .center {
        text-align: center;
    }
    
    .middle {
        vertical-align: middle;
    }
    
    .right {
        float: right;
        margin: 10px;
        padding: 10px;
    }

    .left {
        float: left;
        margin: 10px;
  	    padding: 10px;
    }
    
    .redborder {
        border: solid 1px #F00;
    }
    
    .sidebar {
        width: 200px;
    }
    
    .hidden {
        display: none;
    }

    .err {
        color: #F00;
    }
    
    .indent {
        margin-left: 40px;
    }
    
    .smtxt {
        font-size: 10px;
    }
    
    .redtxt {
        color: #F00;
    }
    
    .bold {
        font-weight: bold;
    }
  
/* clearing hack from http://www.positioniseverything.net/easyclearing.html */
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
       
        visibility: hidden;
    }

    .clearfix {display: inline-block;}

    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */

