@CHARSET "UTF-8";
body 
{
	  width: 960px;
	  margin: 0 auto !important;
	  background-color: #ffffff;
	  background-image: linear-gradient(to bottom, #7f7f7f 0%,  #ffffff 100%);
	  background-repeat: no-repeat;
	  font-size: 11pt;
	  font-family: 'Ubuntu', 'Liberation Sans', sans-serif;
	  color: #333333;
}
#ylabanner 
{
	width: 400px;
	height: 120px;
	background-image:url(../images/banneri.png);
	margin-top: 20px;
}
div.login a
{
	width: 100px;
	height: 115px;
	float: right;
	background-image:url(../images/lock.png);
}
div.login a:hover
{
	background-image: url(../images/lockdown.png);
}
div.logout a
{
	width: 100px;
	height: 115px;
	float: right;
	background-image: url(../images/logout.png);
	
}
div.logout a:hover
{
	background-image: url(../images/logoutdown.png);
}
#cleartop 
{
  	height: 10px;
}
#kuvashow 
{
	width: 100%;
	height: 300px;
	background-image:url(../images/test.png);
	margin-top: 20px;

}
#kuvashowteksti 
{
	width: 550px;
	height: 280px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  	position: relative;
  	margin-left: 400px;
  	top: 10px;
  	box-shadow: -10px 10px 15px grey;
  	background: #ffffff;
  	background: rgba(255, 255, 255, 0.4);
  	
}
.text1 
{
  font-size: 20px;
  color: black;
  line-height: 26px;
  padding: 10px;
  width: 525px;
  margin-left: auto;
  
  
}


.text1 a:link {color: #960; text-decoration: none; }
.text1 a:active {color: #0000ff; text-decoration: none; }
.text1 a:visited {color: #960; text-decoration: none; }
.text1 a:hover {color: #000000; text-decoration: none; }

.nav ul 
{
  	background-color: #56fa0e;
	background-image: linear-gradient(to bottom, #56fa0e 0%, #008000 100%);;
	text-align: center;
	height: 60px;
	padding: 0;
	margin: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.nav li 
{	
	display: inline-block;
    width: 220px;
    height: 100%;
    margin-right: -4px;
  }
.nav a 
{
  	text-decoration: none;
	line-height: 45px;
	font-size: 25px;
	height: 100%;
	color: #ffffff;
	display: block;
	transition: .3s background-color;
}

.nav a:hover 
{
  	background-color: #56fa0e;
	background-image: linear-gradient(to bottom, #56fa0e 50%, #008000 100%);;
}
.nav a.active 
{
 	background-color: #dc1313;
  	color: #dc1313;
  	cursor: default;
}
 #alabanner 
 {
  	background-color: #56fa0e;
	background-image: linear-gradient(to top, #56fa0e 0%, #008000 100%);;
	text-align: center;
	color: #ffffff;
	line-height: 50px;
	font-size: 20px;
	height: 60px;
	width: 100%;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#sale 
{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.saletable 
{
	width: 100%;
    height: 250px;
    margin: 10px 10px 10px 0;
    border: 3px solid #E3E3E3;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.saletable tr th, .saletable tr td
{
    text-align: left;
    padding: 0px 5px 0 5px;
}
.saletable a:link {color: #960; text-decoration: none; }
.saletable a:active {color: #0000ff; text-decoration: none; }
.saletable a:visited {color: #960; text-decoration: none; }
.saletable a:hover {color: #000000; text-decoration: none; }

.img-zoom
{
	background-color: #E3E3E3;
    padding: 10px;
    height: 200px;
    width: 200px;
    border: 3px solid #E3E3E3;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.transition 
{
    -webkit-transform: scale(2); 
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.inputField 
{
	width: 400px;
	padding: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e2e1d7 url(../images/taustaform.gif) repeat-x top left;
}

label 
{
	float: left;
	width: 100px;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
}

.overviewTable 
{
	width: 100%;
	height: 110px;
}
.overviewTable tr 
{
	padding: 4px;
}
.overviewTable td 
{
	padding: 4px;
	border: 3px solid #E3E3E3;
}
.overviewTable img 
{
	width: 100px;
	height: 100px;
}
div.email a
{
	width: 250px;
	height: 250px;
	float: left;
	background-image:url(../images/email.png);
}
div.email a:hover
{
	background-image: url(../images/emaildown.png);
}
div.map a
{
	width: 150px;
	height: 112px;
	float: left;
	background-image: url(../images/map.png);
}
div.map a:hover
{
	background-image: url(../images/mapdown.png);
}
.div.map a:link {color: #960; text-decoration: none; }
.div.map a:active {color: #0000ff; text-decoration: none; }
.div.map a:visited {color: #960; text-decoration: ; } 