a {
   text-decoration: none;
	color: inherit;
}
a:hover {
   color: white;
}
/*display links and logo at the bottom of the page*/
.footer {
   background-color: transparent;
   position: fixed;
   bottom: 5px;
	left: 0px;
   width: 100%;
   font-size: 120%;
	text-align: center;
	clear: both;
}
/*popup windows to display project description and cpyright*/
.popup {
   padding: 10px;
   position: absolute;
   bottom: 40px;
   display: none;
   z-index: 3;
   color: #cccccc;
   background-color: #333333;
   line-height: 150%;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   opacity: 0.9;
   filter: alpha(opacity=90); /* For IE8 and earlier */	    
}
/*copyright popup*/
#dvCopyright {
   float: right;
   width: 500px;
   right: 20px;
   height: 450px;
   font-size: 80%;
}
/*title at the top of project description popup*/
.projectTitle {
   font-weight: bold;
   font-size: 200%;
}
button {
   border: 1px solid #666;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background-color: #222;
   margin: 15px 0 0 0;
   padding: 7px;	   
   color: #CCC;
   font-family: inherit;
}
table {
   margin: 0px;
   padding: 0px;
   border-collapse:collapse;
   border: none;	       
}
td {
   width: 200px;
   padding-right: 10px;
   padding-bottom: 5px;
}
/*join in dialog div*/
#partOf {
   float: left;
   width: 700px;
   left: 20px;
   height: 550px;
}
input {	       
   margin: 0px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   padding: 4px 0 4px 0px;
   border: 0px solid silver;
   width: 100%;
   display: block;
   font-family: inherit;
   color: #222;
}	  
.joinTitle {
   display: block;
   color: white;
   font-size: 120%;
   margin: 20px 0 10px 0;
}
.copyright {
   font-size: 80%;
   display: block;	       
}
.footerLeft {
	position: absolute; 
	top: 0; 
	left: 5px;
}
.footerRight {
	position: absolute; 
	top: 0; 
	right: 5px;
}
.vvImg {
	background-image: url(images/site/logo-skouro.png); 
	display: inline-block; 
	width: 145px; 
	background-position:0px -2px;
}
