*, 
html, 
body {
margin: 0 0 0 0;
padding: 0 0 0 0;}
html {
height: 100%;}
body {
background: #f5f5f5;
color: #000;
font-family: 'Lucida Grande', Verdana, Arial;
font-size: 12px;
height: 100%;}

img {
background-color:#F9F9F9;
border:1px solid #CCC;
margin:15px 0 10px 0;
padding: 6px;

}

		#container {
			margin: 20px auto 0 auto;
			width: 580px;
		}

			#top_container {
				width: 560px;
				height: 130px;
				margin: 10px auto 10px auto;
			}

			#bottom_container {
				clear: both;
				width: 580px;
			}

		h1 {
			color: #96BF55;
			font-size: 16px;
			font-weight: bold;
			margin: 5px 0 5px 0;
			text-align: left;
		}

			h1 span {
				color: #333;
				font-size: 16px;
				font-weight: bold;
				margin: 5px 5px 5px 0;
				text-align: left;
			}

		.description {
			font-size: 12px;
			line-height: 18px;
			color: #000;
			padding: 5px 0 15px 0;
		}	

		a,
		a:link,
		a:visited {
			color: #09f;
		}

		.footer {
			margin: 20px 0 0 0;	
			text-align: left;
			font-size: 10px;
		}
		
		pre {
		  	font-size: 11px;
		  	padding: 10px;
		  	background: #000000;
		  	overflow: auto;
			margin: 10px 0 10px 0;
		}

		code {
		  	color: #ffffff;
		  	background: #000000;
		  	font-family: Monaco, Courier, monotype;
		}
			
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 560px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
/* table*/		

*
{
	border: 0;
    margin: 0;
	padding: 0;

}

table 
{
	background-color: #d2d7db;
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	border-collapse: collapse;
	margin:0 0 20px 0;

}

td, th {border: 1px dotted #bbb;
padding: .5em;}

table a, table, tbody, tfoot, tr, th, td 
{
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
	color: #55595c;
}

table th a:hover, table th a:focus, tbody tr:hover th
{
	background-color: #357eb9;
	color: #fff !important;
}


thead th
{
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #81888d;
	padding: 0.75em 2px;
	border-bottom: 1px solid #fff;
}

tbody th
{
	color: #E0542F;
	background-color: #fff;
	border-bottom: 1px solid #aeb3b6;
}

td
{
	border: 1px dotted #fff;
	padding: 0 2px;
}

tbody tr.odd
{
	background-color: #d7dce0;
}

tbody tr:hover td
{
	background-color: #5f9ed1;
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #fff !important;
}
