﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body 
{
      
	margin: 0;
	background-color: #e5f2e5;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Navigation */

#navigation {
	width: 20%;
	top: 10em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li 
{
    font-size: medium;
	
}

/* the little box on the left of the top menu level */
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #9AB7D3;
	border-right: 1px solid #7D7D79;
	background-color:  #8DA681;
	color: White;
	text-decoration: none;
}

#navigation ul ul {
	margin-left: 12px;
	
}
#navigation ul ul li {
	border-bottom: 1px solid #9AB7D3;
	margin:0;
	background-color: #C7CAA7;
	color: Black;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #C7CAA7;
	color: Black;
}
#navigation ul ul a:hover {
	background-color: #C7CAA7;
	color: Blue;
}

#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header {
    margin-left: 1em;
    border-top: dashed #7D5E5C thick;
    border-bottom: dashed #973D38 thick;
	margin-bottom:12px;
	
	padding-left: 2em;
	
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: Black;
	background-color: transparent;
	border-bottom: dashed #7D5E5C thick;
    border-top: dashed #973D38 thick;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
	width: 90%;
}
#header .notTitleLeft
{
font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: Black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;    
}
#header .notTitleRight
{
font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: Black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;    
}
#header a:link, a:visited  {
	color: Black;
}


/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
    
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

#readonlyTextBox 
{
    font-size: x-large;
    font-weight: bold; 
    color: Black; 
    border-width: 0;
    background-color: #f6eed4;
}


#Important         
{
    font-size: large;       
    color: Red;  
}

#footer 
{
    border-top: dashed #7D5E5C thick;
    border-bottom: dashed #973D38 thick;
   	margin-top:1em;
    vertical-align: bottom;
    background-color: White; 
    padding-left: 15em; 
    padding-right: 5em; 
    padding-bottom: 1em;
}
.ThumbGallery
{
    font-size:x-small;
    
}
.BookRepeater
{
     margin-bottom: 1.5em;
     font-size: .95em;
}
.IndentedText
{
  padding-left: 5em;  
  font-style: italic; 
}

.Comment-Subject
{
    font-weight:bold;
    font-size:medium; 
   
}
.print
{
  background-color:White;   
}
.floatRight
{
     float:right;
     padding: 2em;
}
.center
{
    text-align:center;
}

.openingLine
{
    margin-left: 1em;
}

.moveToTop
{
    top: 20px;     
}  

#chartTable td, .border{
		border: 1px solid black;
}

.textButton{
	background-color: white;
	color: blue;
	border: none;
}

.symbolsDetail
{
    font-size:2em;
}	