/* 
	Onlinetools October 2005 reboot
	(c) Christian Heilmann 
*/

/* Global  resets */
*{
	margin:0;
	padding:0;
}
a img{
	border:none;
}

/* =layout */
body{
	font-size:small;
	background:#000;
	padding-top:20px;
}
#boundary{
	width:688px;
	position:relative;
	margin:0 auto;
	background:#333;
	font-family:Verdana,Arial,Sans-Serif;
}
#content{
	clear:both;
}
#footer{
	clear:both;
	background:#000;
	color:#666;
	padding:5px 20px;
	border-top:1px solid #333;
}

/* =navigation */
#nav{
	float:left;
	width:648px;
	background:#c6d9ec;
	padding:5px 20px;
}
#nav li{
	float:left;
	padding-right:1em;
	font-weight:bold;
}
#nav li a{
	color:#000;
	text-decoration:none;
}

/* =extras */
#content div#otherstuff{
	padding:20px;
	background:url(innerfade.gif) top left repeat-x #333;
	clear:both;
}
#otherstuff div{
	width:295px;
	color:#ccc;
	float:left;
	margin-right:10px;
}

#otherstuff div#sponsors{
	color:#ccc;
}
#otherstuff h3{
	padding:.5em 0;
}
#otherstuff div#sponsors p{
	color:#ccc;
	float:left;
	margin-right:10px;
	padding:10px 0;
}
#otherstuff table{clear:both;}
#otherstuff li{
	list-style:square;
	margin-left:1em;
	padding:5px 0 0 0;
	line-height:1.3em;
}
#otherstuff a:link{
	color:#fff;
	text-decoration:none;
}
#otherstuff a:visited{
	color:#ccc;
	text-decoration:none;
}
#otherstuff a:hover,#otherstuff a:active{
	color:#fff;
	text-decoration:underline;
}
#otherstuff h3 a:link,
#otherstuff h3 a:visited
{
	text-decoration:underline;
}


#content ul.show{
	display:block;
}
#content div.show{
	display:block;
}

/* =toolslist */
#tools{
	font-family:Tahoma,Verdana,Arial,Sans-Serif;
	font-size:120%;
	background:url(innerfade.gif) top left repeat-x #333;
	padding-top:10px;
}
#tools,#tools li{
	list-style-type:none;
}
#tools img.icon{
	float:left;
	padding:15px 20px;
}
#tools li{
	position:relative;
	clear:both;
	width:688px;
	height:180px;
}
html>body #tools li{
	height:auto;
	min-height:180px;
}
#tools li.cur{
	cursor:pointer;					
	background:url(toolbottom.gif) bottom left no-repeat #333;
}
#tools li h3{
	color:#69c;
	padding:15px 30px 10px 10px;
}
#tools li.cur h3{
	background:url(tooltop.gif) top left no-repeat #333;
	color:#9cf;
}
#tools li p{
	color:#ccc;
	padding:0 120px 20px 180px;
	line-height:1.3em;
}
#tools li.cur p{
	color:#eee;
}
#tools li a img{
	border:none;
}
#tools li a{
border:none;
	position:absolute;
	bottom:8px;
	right:15px;
}

/* =copystyles */

h1{
	background:url(grad.gif) repeat-x top left #fff;
	padding:10px 20px;
}
h1 a img{
	border:none;
}
h2{
	background:#369;
	border-top:1px solid #69c;
	border-bottom:1px solid #036;
	padding:5px 20px;
	height:30px;
	line-height:30px;
	font-family:"Trebuchet MS",Arial,Sans-serif;
	text-transform:uppercase;
	letter-spacing:5px;
	color:#fff;		
}
html>body h2{
	min-height:30px;
	height:auto;
}
h2#more{
	background:#036;
	border-top:1px solid #369;
	border-bottom:1px solid #033;
}
h2 a{
	text-decoration:none;
	display:block;
	color:#fff;
}
h2.hov{
	background:url(mainhover.gif) 99% 0  no-repeat #69c;
	border-top:1px solid #9cf;
	border-bottom:1px solid #369;
}
h2.parent{
	background:url(mainlink.gif) 99% 0  no-repeat #369;
	border-top:1px solid #69c;
	border-bottom:1px solid #036;
}
h2.open{
	background:url(mainopen.gif) 99% 5px  no-repeat #69c;
	border-top:1px solid #9cf;
	border-bottom:1px solid #369;
}
h3{
	font-size:1.1em;
}
.hide{
	display:none;
}
li{
	list-style:none;
}
li div{
	background:url(innerfade.gif) top left repeat-x #333;
	padding:20px;
	color:#ccc;
	font-size:110%;
}
input{margin-right:1em;}
li div li{
	list-style-type:square;
	margin-left:1.5em;
	padding:.5em 0;
}
li div p{
	padding: 0 0 .5em 0;
	line-height:1.3em;
}
#content div.show ul{
	display:block;	
}
li div form{
	background:#666;
	padding:.5em;
	border-bottom:1px solid #999;
}

#donate{
	position:absolute;
	top:30px;
	right:20px;
	float:left;
}
#content li p a{
	color:#69c;
}
#error{
	background:#600;
	color:#f99;
}
/* =extralinks */
a.back2{
	color:#fff;
	clear:both;
	display:block;
	padding:5px 10px;
	text-align:right;
}
#switch{
	width:675px;
	text-align:right;
	margin:0 auto;
	padding:5px 0;
	font-family:arial,sans-serif;
}
#switch a{
	color:#fff;
	font-size:1em;
}
.high{
color:#fff;
font-weight:bold;
background:#363;
padding:.5em;
}
