body, td	{ background-color:#e0e0e0; font-family:arial;
 	color:navy;
	font-size:12px;
}

td { vertical-align:top;}
div 	{margin:5px;}
select, input,textarea { 
	border:solid black 1px; 
	background:#f0f0f0;
	font-size:10px;
	margin-right:4px;
	margin-left:4px;
}
select:focus, input:focus, textarea:focus {
	color:#f08000;
	background:white;
	border: inset #f08000 1px;
} 
select:hover, input:hover, textarea:hover {
	color:#f08000;
	border: solid #f08000 1px;
} 


a:hover { color: #f08000;}
a {color:blue;} 
a:visited {color:navy;}

code	{  background-color:#e0e0e0;
	display:block;
	border:dashed black 1px;
	padding:5px;
	overflow:auto;
}
#box {margin-bottom:10px;}
#nav    { 	/*margin-left:210px;*/
	background-color:#f0f0f0;
	border:dashed silver 1px;
	margin-top:10px;
	padding:2px;
}
#sitename { float:left;}
#header { 	border:solid silver 1px; 
	border-right-color:black;
	border-bottom-color:black;
	font-size:26px;
	font-weight:bolder;
	font-style:italic;
	background:white url(../../img/bg.png) no-repeat 0 -75px; 
	color:orange;
	padding-left:20px;
	-moz-border-radius: 5px 20px 5px 20px ;
	padding-bottom:10Px;
	text-align:center;
}
#slogan {   color:navy;
	font-size:12px;
	float:right;
	font-weight:normal;
	font-style:italic;
	position:relative;
	top:40px;
	padding:5px;
}
#main	{	
	border:solid silver 1px;
	border-right-color:black;
	border-bottom-color:black;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	-moz-border-radius: 5px 20px 5px 20px ;
}
#content{ 	border:solid silver 1px;
	border-right-color:black;
	border-bottom-color:black;
	background:#f0f0f0;
	padding-top:10px;
	margin-right:210px;
	-moz-border-radius: 5px 20px 5px 20px ;
	width:98%
}
#menu   {	width:200px;}
#menuentry, #menuentry_active{	
	display:block;
	padding:3px;
	text-decoration:none;
	color:navy; 
	font-weight:bolder;
	font-size:12px;
}
#menuentry:hover,#menuentry:focus, #menuentry_active{	
	color:#f08000;
	font-weight:bolder;
	padding:2px;
	border:outset #f08000 1px;
    background:#f9f9f9;
}
/*#menuentry:hover {border:none;}*/
#sideblock{ width:190px;
			background: #ffffff url(../../img/bg.png) no-repeat 0 20px;
			border: solid silver 1px;
			border-right-color:black;
			border-bottom-color:black;
			margin-bottom:15px;
			padding:2px;
			/*-moz-border-radius: 20px 5px 20px 5px ;*/
		}
		/*
			
			background: #ffffff url(../../img/bg.png) no-repeat 0 20px;
			border: solid silver 1px;
			border-right-color:black;
			border-bottom-color:black;
		}*/
#boxtitle, #title, #actions {	
	padding:3px;
	padding-right:15px;
	margin:0;
	background:white;
	border-bottom:solid black 1px;
	/*text-decoration:italic; 
	font-style: italic;*/
	font-weight:bolder;
	background: #ffffff url(../../img/bg.png) no-repeat 0px -75px;
}
#title  {	margin-bottom:15px}
#sublink{	float:left;
	width:195px;
	font-size:12px;
	font-weight:bolder;
}
#desc   { 	color:#555555;
	font-size:12px;
	font-weight:normal;
}
#comment {
	background: white;
	border-bottom: solid silver 1px;
}
img.thumb{	margin:2px;}
#laddsense {width:10px;}
#taddsense {margin:5px 0 5px 0;}

