/* ================================
    CSS STYLES FOR Ripper.Watchersnet.de
   ================================
*/   

.RoundedImg {display: inline-block;
	border: solid 1px #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

/* DOWNLOADS */
.tabla, .cell, .tablaPaging{ background:#9fe59f;}
.HeaderBar {background: #099e09;
	background: -webkit-gradient(linear, left top, left bottom, from(#099e09), to(#9fe59f));
	background: -moz-linear-gradient(top,  #099e09,  #9fe59f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#099e09', endColorstr='#9fe59f');-moz-border-radius: 0.4em; 
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;}
/* GENERIC */
H1 {font-weight: bold;margin: 0px;font-size:medium;font-family:Arial, Helvetica, sans-serif; color:black}
H2  {font-family: verdana,arial,helvetica,sans-serif;font-size: small;
}

H3  {font-family: verdana,arial,helvetica,sans-serif;font-size: small;
}

H4  {font-family: verdana,arial,helvetica,sans-serif;font-size: small;
}

/* Aggregator*/
.Top_TabUnselected {
	background-color: #9fe59f;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;	
}
.Top_TabSelected {background-color: #099e09;}


#ScreenShots {padding: 10px;}
#ScreenShots { list-style: none; }
#ScreenShots ul li { display: inline; }
#ScreenShots ul img {
		border: 5px solid #099e09;
		border-width: 5px 5px 20px;
}
#ScreenShots ul li:hover img {
	border: 5px solid #9fe59f;
	border-width: 5px 5px 20px;
	color: #9fe59f;
	text-decoration: none;
}
#ScreenShots ul {text-align: center;}
#ScreenShots ul a:hover { color: #fff; }
#ScreenShots a {text-decoration: none;}

.PagingTable {width: 100%;border: 1px dotted #003366;}