body{
 background-color: #ACD3E5;
 text-align: center; 
 font: 0.7em "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
 color: #2f2f2f;      
}
a, a:visited{
 color: #656363;
 text-decoration: none;
}
a:hover, a:active{
 color: #3f3f3f;
 text-decoration: underline;
}
/*--formit--------*/
fieldset{
 border: 1px solid #5f5f5f;
 -moz-border-radius: 0.4em;
 -webkit-border-radius: 0.4em;
 border-radius: 0.4em;
}
legend{
 color: #000;
 font-weight: bolder;
 background: #fff;
 padding: 2px 6px;
 -moz-border-radius: 0.2em;
 -webkit-border-radius: 0.2em;
 border-radius: 0.2em; 
}
/*label {
 float: left;
 display: block;
 clear: left;
 color: #000;
 text-align: left;
 margin-top: 3px;
}*/
input{
 border: 1px solid #5f5f5f;
 margin-top: 3px; 
}
form p{
 margin: 2px 0 3px 0;
}
#ilmo{
 color: #000;
 width: 200px;
 border: 2px solid #6e804c;
 background-color: #fffbea;
 padding:10px;
 -moz-border-radius: 0.4em;
 -webkit-border-radius: 0.4em;
 border-radius: 0.4em;
 margin: 10px 0 10px 40px;
 text-align: left;
}
div.ohje{
 background-color: #fff;
 padding: 5px;
 margin: 10px 0;
 width: 400px;
 border: 1px solid #000;
}
.bold{
 font-weight: bolder;
}
input.pointer{
 padding: 0 2px;
 font-size: 0.9em;
 margin-top: 5px;
 cursor: pointer;
 -moz-border-radius: 0.2em;
 -webkit-border-radius: 0.2em;
 border-radius: 0.2em;
}
/*-----admin----------*/
#admin{
 width: 500px; 
 margin: 40px 25px;
 text-align: left;
}
#admin fieldset{
 margin: 15px;
 background-color: #efefef;
 padding: 5px 10px;
}
#admin select{
 /*margin-left: 20px;*/
}
#admin label {
 width: 15%;
}
/*---login----------*/
#log_in label {
 width: 35%;
}
#log_in form{
 width: 250px;
 margin: 50px auto;
}
#log_in fieldset{
 border: 1px solid #CECCCB;
 background-color: #efefef;
 padding: 5px 10px 5px 10px;
 -moz-border-radius: 0.4em;
 -webkit-border-radius: 0.4em;
 border-radius: 0.4em;
}
/*------------------------*/
#sivunLuontikuvat{
 width: 550px;
 float: left;
 height: auto;
 background-color: #F2EFEF;
 padding: 5px;
 border: 1px solid #4f4f4f;
 margin-bottom: 20px; 
}
#poistaSivunLuontikuvat{
 width: 600px;
 float: left;
 height: auto;
 background-color: #F2EFEF;
 padding: 5px;
 border: 1px solid #4f4f4f;
 margin-bottom: 20px; 

}
.pics{
 float: left;
 margin: 10px 5px;
}
.clear{
 clear: both;
}

*{
  padding: 0;
  margin: 0;
}
body{
  background-color: #fdfcf7;
  font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif; 
  font-size: 100%;      
  margin: 0 auto;
}
h1 {
  color: #282425;
  font-weight: 100;
  font-size: 1.2em;
  margin-bottom: 20px;
}
h2{
  color: #282425;
  font-weight: 100;
  margin-bottom: 20px;
}
h3{
  color: #282425;
  font-weight: 100;
  margin: 3px 0 0 10px;
}
.admin_top {
  margin-top: 20px;
}
div#login{
  margin-top: 50px;
}
form{
  width: 100%;
  text-align: left;
  font-size: 0.8em;
}
#login label {
  float: left;
  display: block;
  width: 35%;
  clear: left;
  text-align: left;
  margin-top: 3px;
  height: auto;
}
input, textarea{
  margin: 2px 0 3px 0;
  padding: 2px 5px;  
  text-shadow: 0px 1px 0px #fff;  
  outline: none;  
  background: -webkit-gradient(linear, left top, left bottombottom, from(#e0e0e0), to(#fff	));  
  background: -moz-linear-gradient(top,  #e0e0e0,  #fff);  
  -webkit-border-radius: 3px;  
  -moz-border-radius: 3px;  
  border-radius: 3px;  
  border: 1px solid #717171;  
  -webkit-box-shadow: 1px 1px 0px #efefef;  
  -moz-box-shadow: 1px 1px 0px #efefef;  
  box-shadow:  1px 1px 0px #efefef;
}
input:focus, textarea:focus {  
  -webkit-box-shadow: 0px 0px 5px #f00;  
  -moz-box-shadow: 0px 0px 5px #f00;  
  box-shadow: 0px 0px 5px #f00;  
}
fieldset{
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
  border: 1px solid #282425;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}
fieldset p {  
  background: #f0fcd9;
  padding: 5px;
  border-top: 1px solid #BBC4AA;
  border-bottom: 1px solid #BBC4AA;
}
#login fieldset p {  
  background: #f0fcd9;
  padding: 5px;
  border: none;
}
legend{
  color: #282425;
  padding: 2px 6px;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em; 
}

select{
  margin: 10px 0;
}
a:link, a:visited{
  text-decoration: none;
  font-size: 10pt;
  color: #5b6f8e;
  margin-left: 0px;
}
a:hover, a:active{
  text-decoration: underline;
  color: #f7ad0e;
}
.msg{
  color: #c63535;
  font-size: 0.8em;
  background-color: #f2efa7;
  padding: 2px 5px;
  width: 440px;
  margin-bottom: 10px;
  border: 1px solid #000;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em; 
}
.right {
  float: right;
}
/*------------------------*/
div#listFiles{
  clear: both;
  float: left;
  background-color: #f3f3f3;
  height: auto;
  margin-bottom: 30px;
  border: 1px solid #3F5107; 
}
.org_images{
  float: left;
  margin: 2px 5px;
}
.delButton img:hover{
  opacity:0.8;
  filter:alpha(opacity=80);
} 
.imageAvailable{
  background-color: #A7CF91;
  float: left;
  margin: 2px 5px;
}

.delButton img:hover{
  opacity:0.8;
  filter:alpha(opacity=80);
} 
.cursorHand {
  cursor: pointer;
}
.clearBoth{
  clear: both;
}
ul li{
  list-style: none;
}
input[type="submit"]{
  margin: 5px 0;
}
.help1, .help2 {
  width: 400px;
  font-size: .8em;
  background: #ffc933;
  padding: 5px;
  margin: 0 0 10px 0;
  position: absolute;
  border: 1px solid #000;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em; 
  text-align: left;
}
option.top_level{
  background-color: #e2095d;
  color: #fff;
}
option.a0 {
  background-color: #f2f2f2;
}
option.a1 {
  padding-left: 10px;
  background-color: #caebf9;
}
option.a2 {
  padding-left: 20px;
  background-color: #f5f9ca;
}
option.footer_level{
  background-color: #1f1e21;
  color: #fff;
}
ul.ch_order {
  margin-left: 20px;
}
ul.ch_order li {
  background: url('../admin/img/move.png') no-repeat;
  line-height: 32px;
  vertical-align: middle;
  padding-left: 30px;
}
ul.ch_order li:hover {
  cursor: move;
}
table td {
  background: #f0fcd9;
  border-bottom: 1px solid #a2a2a2;
}
table {
  width: 100%;
}
table.rearrange_links td, table.rearrange_pics {
  text-align: left;
}
table.rearrange_links td:first-child, table.rearrange_pics td:first-child{
  width: 60%;
  background: #f0fcd9;
  padding-left: 3px;
  border-bottom: 1px solid #a2a2a2;
}
table.rearrange_pics td {
  background: #f0fcd9;
  border-bottom: 1px solid #a2a2a2;
  padding: 2px;
  /*width: 20%;*/
} 
table.rearrange_pics td.del_pic {
  background: #c0c9ad;
  width: 20%;
} 
table.rearrange_links td a {
  margin-left: 3px;;
}
table.rearrange_pics td + td{
  text-align: center;
} 
table.rearrange_links {
  border-top: 1px solid #a2a2a2;
}
table#shFiles  {
  width: 100%;
}
table#shFiles td:first-child {
  width: 15%;
  padding-left: 3px;
}
table#shFiles td + td {
  width: 70%;
}
a img{
  border: none;
}
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
table.edit_news tr{

}
table.edit_news td{ 
  background: #f0fcd9; 
  padding: 2px 5px;
  border: none;  
  border-bottom: 1px solid #2a2a2a;
}
table.edit_news td.header, table.edit_news td.header + td{ 
  background: #f0fcd9; 
  padding: 2px 0 2px 5px ;
  border: none;  
  border-bottom: 1px solid #2a2a2a;
}
table.edit_news td.header1, table.edit_news td.header1 + td{ 
  background: #ccfcfc; 
  padding: 10px 5px;
  border-bottom: 1px solid #2a2a2a;
}
table.edit_news td.header1 {
  border-spacing: 20px;
}
table.edit_news td.header1 a {
  color: #f00;
}
.smaller_text {
  font-weight: normal;
  font-size: .8em;
}
