/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */


pre { overflow: auto; }

td.pressed { background-color: #eebb88; }
td.temp { background-color: #dddddd; }

table.maintable
{
  margin: 0;
  padding:0;
  overflow: visible;
}		

table.maintable, 
table.maintable > tbody > tr > td, 
table.maintable > tbody > tr 
{
  margin: 0;
  border: 0px;
  padding: 0;
  vertical-align: top;
}		
				
table
{ 
  margin-left: auto;
  margin-right: auto;
}

table.keyboard td, table.keyboard th 
{
  text-align: center;
}

td, th 
{ 
  padding: 0ex 1ex;
  border: 1px solid #cccccc;
  text-align: left;       
}

table { 
  border-collapse: collapse;
}



#creditfooter 
{ 
  display: none;
}


		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
		.biglist {
			 margin: 0ex;
			 padding: 0ex;
		}

		ul.biglist > li {
		     	padding: 1ex 0ex 1ex 0ex;
			border-bottom: 1px solid #eee;
			list-style-type: none;			
		}

		ol.biglist > li {
		     	padding: 1ex 0ex 1ex 0ex;
			border-bottom: 1px solid #eee;
		}

		#content > ul > li {
		     	padding: 0.5ex 0ex 0.5ex 0ex;
		}

		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #100088; 
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}

		h4 {
			color: #666666;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			border: solid rgb(35,20,175);
			background-color: #F0F8FF;
		}
		
		h5 {
			color: #666666;
			font-size: 10px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
			text-decoration: underline;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		img {
			border: 0px;
		}

		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		#navigation ul {
			list-style-type: none;			
			margin-left: 0;
			padding-left: 0;
		}		

    	        #navigation {
			width: 140px;
		}

		#navigation > ul a {
			font-size: 110%;
			display: block;
			padding: 5px;
		}

		div.dotted > ul > li > a, #navigation ul ul a {
			font-size: 80%;
			display: block;
			padding: 0px;
			padding-left: 15px;
			list-style-type: none;			
		}

		#navlist > li {
			border-bottom: 1px solid #CCC;
		}

		#navlist > li > ul > li {
			border-top: 1px dotted #ccc;
			border-bottom: 0px;
		}

		#navigation a:link, #navlist a:visited {
			color:#CC6714;
			text-decoration: none;
		}

		div.dotted > ul a:link, div.dotted > ul a:visited, #navigation ul ul a:link, #navlist ul a:visited {
			color:#a04010;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}

/* THE SMALL BOX BELOW NAV */

		.dotted {
			margin-top: 60px;
			padding: 3px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 362px;
			padding-left: 40px;
			padding-right: 25px;
		}
		
		#content p {
			padding-bottom: 0ex;
		}


/* SIDEBAR ELEMENTS */

		#sidebar {
                           width: 175px;
                           overflow: hidden;
                           font-size: 80% !important;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		

