table.roisku { 
   background-image:url("images/roisku_bg.gif");
   background-repeat: no-repeat;
   background-position: -26px -72px;
}

td.galleryItem { padding: 6px 6px 30px 6px; }

td.leftSideBar{
   background-image:url("images/sb_left_bg.jpg");
   background-repeat: repeat-y;
   background-position: 0% 0%;
   width: 18px;
}

td.rightSideBar{
   background-image:url("images/sb_right_bg.jpg");
   background-repeat: repeat-y;
   background-position: 0% 0%;
   width: 18px;
}

td.menuBg{
   background-image:url("images/header_bg.jpg");
   background-repeat: no-repeat;
   background-position: 0% 0%;
   width: 775px;
   height: 116px;
}

td.contentTop{
   background-image:url("images/content_top.jpg");
   background-repeat: no-repeat;
   background-position: 0% 0%;
   width: 755px;
   height: 33px;
}

td.contentBottom{
   background-image:url("images/content_bottom.jpg");
   background-repeat: no-repeat;
   background-position: 0% 0%;
   width: 755px;
   height: 39px;
}

td.footer{
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #6B6B6B;
  background-color: #2F2F2F;
}

td {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #6B6B6B;
}


select,submit,reset,input {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #6B6B6B;
}


.deftxt{
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #ABABAB;
}

.title{
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #ABABAB;
}

a,a:active,a:visited{
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #FF9E20;
}
a:hover{
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #FFCF91;
}

input,select,textarea {
  font-family: tahoma,verdana,arial,helvetica;
  font-weight: normal;
  text-decoration: none;
  font-size: 11px;
  line-spacing: 16px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #727272;
  background: #ffffff;
  color: #000000;
  padding-left: 2px;
}



#addFiller {
	opacity: .7;
	filter:alpha(opacity=70);
	background-color: #000000;
/*	width:100%;
	height:100%;*/
	top: 0%; left: 0%;
	position: absolute;
	display: block;
	z-index:1001;
}

#addBox {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	top: 25%; left: 25%; right: 25%;
	width: 700px;
	height: 411px;
	border: 4px solid #ff0000;
	display: block;
	padding: 6px;
	background-color: #ffffff;
	z-index:1002;
	overflow: none;
}

