


html, body {
  height:100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  background-color: #ffffff;
}



/*
--------------------------------------------------------------------------------
MAIN TABLE
--------------------------------------------------------------------------------
*/
.sanalisko_table
{
	margin: 0px;
	padding: 0px;
	margin-left: 75px;
	width: 800px;
	height: 100%;
}

.centerborder
{
	margin: 0px;
	padding: 0px;
	width: 770px;
	vertical-align: top;
}

.leftborder
{
	margin: 0px;
	padding: 0px;	
	width: 15px;
	background-image: url('../images/bgfadeleft.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

.rightborder
{
	margin: 0px;
	padding: 0px;	
	width: 15px;
	background-image: url('../images/bgfaderight.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

.sanalisko_info
{
	background-color: #dedede;
	height: 30px;
	border-top: #bcbcbc solid 1px; 
	padding-left: 35px;
}

/*
--------------------------------------------------------------------------------
*/



/*
--------------------------------------------------------------------------------
TOP LOGO & MENU & SEARCH
--------------------------------------------------------------------------------
*/

#sanalisko_top
{
	width: 100%;
	height: 60px;
}

#sanalisko_logo
{
	position: absolute;
	top: 9px;
	left: 115px;
}

#sanalisko_user_offline
{
	position: absolute;
	top: 35px;
	left: 725px;
}

#sanalisko_user_online
{
	position: absolute;
	top: 40px;
	left: 775px;
}

#backtodict
{
	position: absolute;
	top: 100px;
	left: 145px;
}

#topmenu_div
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 34px;
	background-image: url('../images/topmenubg_off2.jpg');
	background-repeat: repeat-x;
	background-position: left;
	vertical-align: middle;


}

#topmenu_div ul
{
	height: 34px;
	margin: 0px;
	margin-left: 27px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}

#topmenu_div ul li.menuoff
{
	width: 100px;
	height: 34px;
	float: left;
	padding-top: 5px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	
}

#topmenu_div ul li.menuon
{
	width: 100px;
	height: 34px;
	float: left;
	padding-top: 5px;
	cursor: pointer;
	text-align: center;
	
	background-image: url('../images/topmenubg_on2.jpg');
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
	
}

#topsearch_background_div
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	background-color: #58af00;
	border-bottom: #339900 solid 4px;
}

#search_div
{
	position: absolute;
	top: 105px;
	left: 165px;
	width: 450px;
	height: 80px;
}

.searchtext
{
	padding-left: 18px;
}

.searchfield
{
	width: 235px;
	height: 40px;
	padding-left: 40px;
	background-image: url('../images/hakubg.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.searchbox
{
	border: none;
	width: 207px;
	height: 20px;
	background-color: #ffffff;
	border-color: #ffffff;
	font-size: 16px;
}

.searchbutton
{
	width: 50px;
}

.searchlang
{
	padding-left: 13px;
}

/*
--------------------------------------------------------------------------------
*/



/*
--------------------------------------------------------------------------------
SUBCATEGORY
--------------------------------------------------------------------------------
*/

#subcategory_div
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	background-color: #ffffff;
	border-bottom: #cde3b8 solid 1px;
	text-align: center;
}

/*
--------------------------------------------------------------------------------
*/

#sanalisko_content_div
{
	margin: 0 auto;
	margin-top: 20px;
	width: 700px;
	padding-bottom: 20px;
	
}

#funtion_info
{
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: #cdcdcd dotted 1px;
}



/*
--------------------------------------------------------------------------------
FORMS
--------------------------------------------------------------------------------
*/
.input_word
{
	width: 200px;
}

.input_textarea
{
	width: 300px;
	height: 200px;
}

/*
--------------------------------------------------------------------------------
*/



/*
--------------------------------------------------------------------------------
SPACES
--------------------------------------------------------------------------------
*/

.request_space_1
{
	background-color: #ffffff;
	border-bottom: #dddddd solid 1px;
}

.request_space_2
{
	background-color: #eeeeee;
	border-bottom: #dddddd solid 1px;
}

.flag_space
{
	width: 325px;
	height: 35px;
	border-bottom: #eeeeee solid 1px;
}

.flag_space_1
{
	width: 25px;
	height: 30px;
	background-color: #ffffff;
	border-bottom: #eeeeee solid 1px;
}

.flag_space_2
{
	width: 25px;
	height: 30px;
	background-color: #efefef;
	border-bottom: #eeeeee solid 1px;
}

.info_flag_space
{
	width: 25px;
	height: 20px;
	background-color: #dfecd2;
	border-bottom: #eeeeee solid 1px;
}

.word_space_1
{
	width: 300px;
	height: 30px;
	background-color: #ffffff;
	border-bottom: #eeeeee solid 1px;
}

.word_space_2
{
	width: 300px;
	height: 30px;
	background-color: #efefef;
	border-bottom: #eeeeee solid 1px;
}

.info_word_space
{
	padding-left: 25px;
	width: 300px;
	height: 20px;
	background-color: #dfecd2;
}

.word_space_selected
{
	width: 325px;
	height: 30px;
	background-color: #eeeeee;
	border-bottom: #eeeeee solid 1px;
}

.edit_space
{
	width: 50px;
	height: 30px;
	padding-left: 4px;
}
/*
--------------------------------------------------------------------------------
*/



/*
--------------------------------------------------------------------------------
HIDDEN DIVS
--------------------------------------------------------------------------------
*/
.hiddendiv
{
	display: none;
}

.unhiddendiv
{
	display: block;
}
/*
--------------------------------------------------------------------------------
*/



/*
--------------------------------------------------------------------------------
AD DIVS
--------------------------------------------------------------------------------
*/
#mainos_1
{
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#mainos_2
{
	position:absolute;
	width: 120px;
	height: 600px;
	top: 4px;
	left: 880px;
}

.sanalisko_ad_bottom
{
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: #cde3b8 solid 1px;
}

/*
--------------------------------------------------------------------------------
*/


#foto
{
	padding: 20px;
}
