/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#FFF;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
strong{font-weight: bold;}
input, textarea, button, select, a{outline: none;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}hr{border: 0;}address,caption,cite,code,dfn,em,th,samp,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 150%;
	color: black;
	background-color: black;
}


#content
{
	
	color: white;
}

h1
{
	margin: 0.5em 0;
	font-size: 20pt;
	font-weight: bold;
}

a
{
	text-decoration: underline;	
}


ul, ul li
{
	margin: 1em;
	list-style-type: disc;
	list-style-position: inside;	
	text-indent: -1em;	
}



ul.horizontalMenu
{
	list-style: none;
	padding: 0;
	margin: 0;
}

	ul.horizontalMenu li
	{
		margin: 0;
		text-indent: 0;	
		display: inline;
		float: left;
	}
	
	ul.horizontalMenu li a
	{
		display: block;
		text-decoration: none;
		vertical-align: middle;
	}
 	ul.horizontalMenu:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/*********************************/
#content
{
	width: 800px;
	margin: 10px auto ;
}

#navigation
{
	background-color: #c9c9c9;
}

	#navigation li a
	{
		color: black;
		background-color: #c9c9c9;
		padding: 10px;
	}

	#navigation li a:hover
	{
		color: white;
		background-color: #404040;
		padding: 10px;
	}


#downloadSection
{
	width: 380px;
	float: left;
	margin: 10px 0;
}
	#downloadSection .latestVersion
	{
		background-color: #39922B;
	}
	
	#downloadSection .latestVersion:hover
	{
		background-color: #48BE38;
	}
	
	#downloadSection .latestVersion a
	{
		padding: 20px 10px;
		margin: 0 0 20px 0;
		font-size: 3em;
		color: red;
		display: block;
		color: white;
		text-decoration: none;
	}
#mainScreenshot
{
	width: 400px;
	float: left;
	
}

#changelog
{
	clear: both;
	line-height: 1.5;
	
}


table.objectListing a
{
	color: #FF5900;
	text-decoration: none;
}

table.objectListing  a:hover
{
	color: #777;
	text-decoration: underline;
}

table
{
    margin: 0.5em 0;
	border-collapse: collapse;
	width: 100%;
}
	table tr.header 
	{

	}
		table th, table tr.header td
		{
			font-weight: bold;
			border-bottom: 1px #888 solid;
			padding: 5px 5px 3px 5px;
			text-align: left;
		}
		
		table td {
			padding: 5px;
			border-bottom: 1px #ccc solid;
			color: white;
		}
		
		table td a
		{
			color: #2E6330;
			
		}
		
		
h2
{
	font-size: 1.5em;
	margin: 1.5em 0 1.0em;
}

p
{
	margin: 1em 0;
}

a
{
	color: #ddd;
	text-decoration: underline;
}

a:hover
{
	color: white;
	text-decoration: underline;
}

#footer
{
	background-color: #c9c9c9;
	height: 20px;
}
