/********************** elements **************************/
body
{
	background-color:black;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.82em; /* .95em */
	line-height:1.25;
}

h1
{
	margin:0px 0px 8px 0px; /* 18 */
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em; /* 1.1em; */
	font-weight:bold;
	color:white;
}

p
{
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
}

table
{
	width:100%;
	border:none;
	background-color:transparent;
	max-width:775px/*1200px*/;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

tr, td
{
	/*border:2px solid white;	*/
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:transparent;
	vertical-align:top;
}

ul
{
/*	margin: -10px 0 0 0;
*/	
	margin: 0 0 0 0;
	padding:0 0 0 16px;
}

li
{
	margin:0 0 0 0;
	padding: 0 0 6px 0;
}

a:link
{
	color:#9999ee;
	text-decoration:none;
}

a:visited
{
	color:#9999ee;
	text-decoration:none;
}

a:hover
{
	color:#9999ee;
	text-decoration:underline;
}

a:active
{
	color:#9999ee;
	text-decoration:none;
}



/********************** layout **************************/

.boldred
{
	font-weight:bold;
	color:red;
}

.small
{
	font-size:.85em;
}

#table_main
{
	width:755px;
}

#top_corner
{
	width:125px;
}

#logo
{
	height:104px;
	width:630px;
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 130px;
	padding:0 0 25px 0;
	clear:both;
}

#menu_left
{
	width:125px;
	float:left;
	margin-left:-140px;
}

#menu_left_outer
{
	padding-right:10px;
}

#content
{
	width:610px;
	clear:both;
	padding:0px 10px 0px 140px;
}

#footer
{
	color:white;
	text-align:center;
	font-size:.85em; /* .8em; */
	margin:0 0 0 0;
	padding:18px 0px 0px 0px;
	width:760px;
	clear:both;
}

.boxes_left_main
{
	width:10px;
}

.boxes_right_main
{

}


#intro
{
	margin:0px 0px 25px 0px;
	text-align:justify;
}

.icon
{
	margin: 0 10px 0 0;
	border: 2px solid black;
	/*vertical-align:middle;*/
}

.cat_icon
{
	margin: 0 10px 0 0;
	border: 2px solid black;
	vertical-align:middle;
}

.category
{
	padding:0 15px 10px 0;
	width:30%;
	float:left;
}

.download
{
	width:47%;
	float:left;
	padding: 0 15px 10px 0;
}

.new_download
{
	padding: 0 15px 10px 0;
	vertical-align:middle;
}

.file
{
	vertical-align:middle;
	padding-right:10px;
	margin-top:-2px;
}

.screenshots
{
	margin-bottom:-20px;
	position:relative;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

/*.screenshots img
{
	margin-right:20px;
	margin-bottom:20px;
}*/

.screenshots a img
{
	border:2px solid black;
}

.screenshots img:hover
{
	border:2px solid #6666cc;
}

/********************** text **************************/



/********************** boxes **************************/

.box_title
{
	font-family:"Courier New", Courier, monospace;
	font-size:1.4em; /* 1.1em; */
	font-weight:bold;
	padding:0px 0px 6px 0px;
	margin: -8px 0 0 0;
	z-index:2;
	position:relative;
}

.boxes
{
	background-color:white;
	color:black;
}

.boxes a:link
{
	color:#6666cc;
	text-decoration:none;
}

.boxes a:visited
{
	color:#6666cc;
	text-decoration:none;
}

.boxes a:hover
{
	color:#6666cc;
	text-decoration:underline;
}

.boxes a:active
{
	color:#6666cc;
	text-decoration:none;
}

/*#boxes td
{
	vertical-align:top;
}*/

.corner
{
	width:100%;
	height:18px;
	position:relative;
}

.corner_ul
{
	position:absolute;
	top:0px;
	left:0px;
}

.corner_ur
{
	position:absolute;
	top:0px;
	right:0px;
}

.corner_ll
{
	position:absolute;
	bottom:0px;
	left:0px;
}

.corner_lr
{
	position:absolute;
	bottom:0px;
	right:0px;
}

.box_spacer_vert
{
	width:15px;
	background-color:black;
}

.box_spacer_horz
{
	height:15px;
	background-color:black;
}

.box_content
{
	margin: 0 0 0 0;
	padding: 0px 16px 0px 16px;
	position:relative;
	z-index:1;
}

/*.box_bottom img
{
	vertical-align:bottom;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}*/

.boxes_right_main
{
	width:40%; /* 215px */;
}

.boxes_left_main
{
	width:60%; /* 215px */;
}




/********************** other links **************************/







/********************** buttons **************************/

#menu_left a
{
	display: block;
	margin:-8px 0 0 0;
	padding: 0 0 0 0;
	border:none;
}

#menu_left a:hover
{
	background-position: bottom left;
}

.button_home a 
{
	height: 34px;
	width: 58px;
	background: url(/images/buttons/dual_home.gif) no-repeat top left;
}

.button_about a 
{
	height: 34px;
	width: 69px;
	background: url(/images/buttons/dual_about.gif) no-repeat top left;
}

.button_terms a 
{
	height: 34px;
	width: 125px;
	background: url(/images/buttons/dual_terms.gif) no-repeat top left;
}

.button_downloads a 
{
	height: 34px;
	width: 99px;
	background: url(/images/buttons/dual_downloads.gif) no-repeat top left;
}

.button_requests a 
{
	height: 34px;
	width: 91px;
	background: url(/images/buttons/dual_requests.gif) no-repeat top left;
}

.button_contact a 
{
	height: 34px;
	width: 83px;
	background: url(/images/buttons/dual_contact.gif) no-repeat top left;
}

.button_links a 
{
	height: 34px;
	width: 66px;
	background: url(/images/buttons/dual_links.gif) no-repeat top left;
}

.button_donate a 
{
	height: 34px;
	width: 90px;
	background: url(/images/buttons/dual_donate.gif) no-repeat top left;
}

.button_updates a 
{
	height:68px;
	width: 99px;
	background: url(/images/buttons/dual_updates.gif) no-repeat top left;
}

/********************** admin **************************/

.invert
{
	background-color:black;
	color:white;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}

#admin_menu_left
{
	width:125px;
	float:left;
	margin-left:-140px;
}

.edit_category
{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

h1 a:link
{
color:white;
}

h1 a:visited
{
color:white;
}

h1 a:hover
{
color:white;
}

h1 a:active
{
color:white;
}