
body {
	background:url(../img/circles.png);
	background-repeat:repeat;
padding: 0;
margin: 0;
}
#nav
 {
	 
 background:rgba(0,141,0,0.7);
 
 
 
 background-image: linear-gradient(bottom, rgb(10,189,25) 20%, rgb(56,152,72) 62%);
background-image: -o-linear-gradient(bottom, rgb(10,189,25) 20%, rgb(56,152,72) 62%);
background-image: -moz-linear-gradient(bottom, rgb(10,189,25) 20%, rgb(56,152,72) 62%);
background-image: -webkit-linear-gradient(bottom, rgb(10,189,25) 20%, rgb(56,152,72) 62%);
background-image: -ms-linear-gradient(bottom, rgb(10,189,25) 20%, rgb(56,152,72) 62%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.2, rgb(10,189,25)),
	color-stop(0.62, rgb(56,152,72))
);

 width:100%;
 height:55px;
 box-shadow: 0px 1px 10px #5E5E5E;
 position:fixed;
 top:0px;
}

.title
 {
 color:#FFF;
 font-family:verdana;
 font-size:35px;
 width:250px;
 margin-top:6px;
 margin-left:120px;
 font-weight:bold;
 float:left;
}
.subtitle 
{
 color:#EDEDED;
 font-family:verdana;
 font-size:15px;
}

/*menu*/
#navigation
{
 list-style-type:none; 
 margin-top:25px;
}
li.menu 
{
 display:inline;
 padding:10px;
}
#nav a
{
 font-family:verdana;
 text-decoration:none;
 color:#FFF;
  color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
} 
#nav a:hover 
{
 color:#BDBDBD;
}


#navigationAppName{
	z-index:100;
	margin-left:400px;	
}

#googlePlay{
	height:210px;
	margin-top:115px;
	margin-left:5px;
	padding-top:5px;
	padding-left:0px;
	float:left;
	position:fixed;
	
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	
}


#Content{
	min-width:900px;
	
	padding-top:80px;
	margin-left:173px;
	margin-right:80px;	
	padding-left:20px;
	padding-right:20px;
	
	background: #fff;
	background:rgba(255,255,255,0.8);
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
}

#Content li{
	list-style:square;	
}

.categoriesTable{
		 border-collapse:inherit;
	 border-spacing: 0px;
	 background-color:rgba(255,255,255,0.8); 
	 
	 border-top:8px solid #333;
	 border-bottom:8px solid #333;
	 border-left:8px solid #333;
	 border-right:8px solid #333;  
	 border-top-left-radius:15px; 
	 border-top-right-radius:15px; 
	 border-bottom-left-radius:15px; 
	 border-bottom-right-radius:15px;	
}

.legend{
   font-weight:bold;
   color:#333;
   text-align:center;
   border:3px solid #C0C0C0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px; 
	
	font-family : Arial, sans-serif;
   font-size: 0.7em;
   font-weight:bold;
   color:#333;
}

   
	