html
{
height: 100%;
width: 100%;
}

body
{
margin: 0px;
padding: 0px;
background-color: #ffffff;
height: 100%;
width: 100%;
background-image: url(../img/bgnd.gif);
background-position: center 385px;
font-family: Verdana, sans-serif;
font-size: 12px;
color:#000000;
}

#innerbgnd
{
margin: 0px;
padding: 0px;
background-image: url(../img/bgndtop.gif);
background-position: center top;
background-repeat: repeat-x;
min-height: 100%;
width: 100%;
min-width: 940px;
position:relative;
}

* html #innerbgnd
{
height: 100%;
width: 100%;
}

#container
{
width:940px;
padding:0px;
margin:0px auto;
position:relative;
}

#logo
{
display:block;
width:421px;
height:119px;
position:absolute;
z-index:102;
left:30px;
top:0px;
background-image: url(../img/logo.gif);
}

#slogan
{
width:224px;
height:81px;
position:absolute;
z-index:101;
left:410px;
top:70px;
background-image: url(../img/slogan.png);
}

* html #slogan
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/slogan.png");
}

#hap
{
width:130px;
height:60px;
position:absolute;
z-index:103;
left:380px;
top:190px;
}

#contents
{
width:641px;
margin:0px;
overflow:auto; /*not to clear outer float*/
}

#right
{
	width:280px;
	float:right;
	margin-top:44px;
}

#footercontainer
{
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
}

#footer
{
	width:940px;
	margin:0px auto;
	position:relative;
	color:#ffffff;
	font-size:9px;
}

#footerspace
{
	height:110px;
	margin:0px;
}

#dwarfspace
{
	height:220px;
	margin:0px;
}



/**************************************************** mainbox
****************************************************/

.mainbox
{
	width:641px;
}

.mainboxmid
{
	width:587px;
	margin:0px 0px 0px auto;
	padding:0px 10px;
	background-image: url(../img/mainboxmid.gif);
}

.mainboxbot
{
	width:607px;
	height:43px;
	margin:0px 0px 0px auto;
	background-image: url(../img/mainboxbot.gif);
}

.mainboxtop_vip, .mainboxtop_bad, .mainboxtop_top, .mainboxtop_montop, .mainboxtop_my, .mainboxtop_latest, .mainboxtop_found, .mainboxtop_none
{
	width:641px;
	height:138px;
	margin:0px 0px -51px 0px;
}

.mainboxtop_vip {background-image: url(../img/mainboxtop_vip.gif);}
.mainboxtop_bad {background-image: url(../img/mainboxtop_sliktie.gif);}
.mainboxtop_top {background-image: url(../img/mainboxtop_top.gif);}
.mainboxtop_montop {background-image: url(../img/mainboxtop_montop.gif);}
.mainboxtop_my {background-image: url(../img/mainboxtop_my.gif);}
.mainboxtop_latest {background-image: url(../img/mainboxtop_my.gif);}
.mainboxtop_none {background-image: url(../img/mainboxtop_none.gif);}
.mainboxtop_found {background-image: url(../img/mainboxtop_found.gif);}

.list
{
	width:587px;
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	margin:0px;
}
/*
.whiterow
{
	height:10px;
	background-color: #ffffff;
}
*/
.whiterow td
{
	height:10px;
	line-height:1px;
	padding:0px;
	overflow:hidden;
	background-color: #ffffff;
}

.titlerow
{
	height:33px;
	background-image: url(../img/mainbox_div.gif);
}
/* ie6 & safari bug - td inherits bgnd from tr
* html .titlerow {position: relative;}
* html .titlerow td {background: none;}
*/
.lightrow {background-color: #fff2f2; cursor:pointer;}
.darkrow {background-color: #ffe5e5; cursor:pointer;}
.overrow {background-color: #ffcccc; cursor:pointer;}
.actrow {background-color: #000000; cursor:pointer;}

.openrow
{
	background-color: #555555;
	color: #ffffff;
	background-image: url(../img/bgnd_open.gif);
}

.listtick
{
	text-align:center;
	width:1px; /*force no expand*/
	padding:0px 0px 0px 5px;
}

.listnr
{
	color:#00aeef;
	font-size:14px;
	text-align:right;
	width:1px; /*force no expand*/
	padding:3px 0px 3px 10px;
}

.listname
{
	color:#959595;
	font-size:14px;
	padding:3px 10px 3px 5px;
}

* html .listname
{
	width:500px; /*force expand*/
}

.actrow .listname
{
	color: #ffffff;
}

.liststat
{
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	/*width:70px;*/
	padding:3px 10px;
}

.listdet
{
	text-align:right;
	/*width:64px;*/
	padding:3px 10px;
}

.lightrow .btndet, .darkrow .btndet, .overrow .btndet, .actrow .btndet, .btnvote
{
	width:64px;
	height:20px;
	cursor:pointer;
}

.lightrow .btndet, .darkrow .btndet, .overrow .btndet {background-image: url(../img/btn_sikak.png);}
.actrow .btndet {background-image: url(../img/btn_aizvert.png);}
.btnvote {background-image: url(../img/btn_balsot.png);}

* html .lightrow .btndet, * html .darkrow .btndet, * html .overrow .btndet
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/btn_sikak.png");
}

* html .actrow .btndet
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/btn_aizvert.png");
}

* html .btnvote
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/btn_balsot.png");
}

a.btndel
{
	display:block;
	width:110px;
	height:20px;
	background-image: url(../img/btn_del.png);
}
* html a.btndel
{
cursor:pointer;
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/btn_del.png");
}

.opencell
{
	width:587px;
	padding: 0px;
}

.opentable
{
	width:567px;
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	margin:10px;
}

.opentable tr {border-bottom:1px dotted #000000;}
* html .opentable tr td {border-bottom:thin dotted #000000;}

.opennr
{
	padding:2px 5px;
	color:#8dc63f;
	font-weight:bold;
	font-size:9px;
	text-align:right;
}

.openname
{
	padding:2px 10px 2px 5px;
	color:#ffffff;
	font-size:9px;
}

.openstat
{
	padding:2px 10px;
	color:#8dc63f;
	font-weight:bold;
	font-size:9px;
	text-align:center;
}

.openvote
{
	padding:2px 0px 2px 20px;
	text-align:right;
}

a.btn_all
{
	display:block;
	width:52px;
	height:36px;
	background-image: url(../img/btn_all.gif);
}
a.btn_all:hover {background-image: url(../img/btn_all_over.gif);}

a.btn_allvip
{
	display:block;
	width:141px;
	height:36px;
	background-image: url(../img/btn_allvip.gif);
}
a.btn_allvip:hover {background-image: url(../img/btn_allvip_over.gif);}

a.btn_latest
{
	display:block;
	width:130px;
	height:36px;
	background-image: url(../img/btn_latest.gif);
}
a.btn_latest:hover {background-image: url(../img/btn_latest_over.gif);}

a.btn_add
{
	display:block;
	width:97px;
	height:36px;
	background-image: url(../img/btn_add.gif);
}
a.btn_add:hover {background-image: url(../img/btn_add_over.gif);}

a.btn_send
{
	display:block;
	width:92px;
	height:36px;
	background-image: url(../img/btn_send.gif);
}
a.btn_send:hover {background-image: url(../img/btn_send_over.gif);}

a.btn_login
{
	display:block;
	width:61px;
	height:36px;
	background-image: url(../img/btn_login.gif);
}
a.btn_login:hover {background-image: url(../img/btn_login_over.gif);}

a.btn_ok
{
	display:block;
	width:44px;
	height:36px;
	background-image: url(../img/btn_login.gif);
}
a.btn_ok:hover {background-image: url(../img/btn_login_over.gif);}

a.btn_home
{
	display:block;
	width:113px;
	height:25px;
	background-image: url(../img/btn_home.gif);
}
a.btn_home:hover {background-image: url(../img/btn_home_over.gif);}


/**************************************************** menu
****************************************************/

#menu
{
	margin-bottom:20px;
}

a.men_home, a.men_home:hover, a.men_home_act, a.men_home_act:hover {
	display:block;
	width:139px;
	height:73px;
	cursor:pointer;
}
a.men_home {background-image: url(../img/men_home.png);}
a.men_home_act {background-image: url(../img/men_home_a.png);}
a.men_home:hover, a.men_home_act:hover {background-image: url(../img/men_home_o.png);}
* html a.men_home {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_home.png");
}
* html a.men_home_act {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_home_a.png");
}
* html a.men_home:hover, * html a.men_home_act:hover {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_home_o.png");
}

a.men_login, a.men_login:hover {
	display:block;
	width:83px;
	height:73px;
	cursor:pointer;
}
a.men_login {background-image: url(../img/men_login.png);}
a.men_login:hover {background-image: url(../img/men_login_o.png);}
* html a.men_login {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_login.png");
}
* html a.men_login:hover {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_login_o.png");
}

a.men_logout, a.men_logout:hover {
	display:block;
	width:95px;
	height:73px;
	cursor:pointer;
}
a.men_logout {background-image: url(../img/men_logout.png);}
a.men_logout:hover {background-image: url(../img/men_logout_o.png);}
* html a.men_logout {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_logout.png");
}
* html a.men_logout:hover {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_logout_o.png");
}

a.men_add, a.men_add:hover {
	display:block;
	width:164px;
	height:73px;
	cursor:pointer;
}
a.men_add {background-image: url(../img/men_add.png);}
a.men_add:hover {background-image: url(../img/men_add_o.png);}
* html a.men_add {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_add.png");
}
* html a.men_add:hover {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_add_o.png");
}

a.men_top, a.men_top:hover, a.men_top_act, a.men_top_act:hover {
	display:block;
	width:148px;
	height:73px;
	cursor:pointer;
}
a.men_top {background-image: url(../img/men_top.png);}
a.men_top_act {background-image: url(../img/men_top_a.png);}
a.men_top:hover, a.men_top_act:hover {background-image: url(../img/men_top_o.png);}
* html a.men_top {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_top.png");
}
* html a.men_top_act {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_top_a.png");
}
* html a.men_top:hover, * html a.men_top_act:hover {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_top_o.png");
}

a.men_montop, a.men_montop:hover, a.men_montop_act, a.men_montop_act:hover {
	display:block;
	width:158px;
	height:73px;
	cursor:pointer;
}
a.men_montop {background-image: url(../img/men_montop.png);}
a.men_montop_act {background-image: url(../img/men_montop_a.png);}
a.men_montop:hover, a.men_montop_act:hover {background-image: url(../img/men_montop_o.png);}
* html a.men_montop {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_montop.png");
}
* html a.men_montop_act {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_montop_a.png");
}
* html a.men_montop:hover, * html a.men_montop_act:hover {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_montop_o.png");
}

a.men_my, a.men_my:hover, a.men_my_act, a.men_my_act:hover {
	display:block;
	width:135px;
	height:73px;
	cursor:pointer;
}
a.men_my {background-image: url(../img/men_my.png);}
a.men_my_act {background-image: url(../img/men_my_a.png);}
a.men_my:hover, a.men_my_act:hover {background-image: url(../img/men_my_o.png);}
* html a.men_my {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_my.png");
}
* html a.men_my_act {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_my_a.png");
}
* html a.men_my:hover, * html a.men_my_act:hover {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_my_o.png");
}

a.men_about, a.men_about:hover, a.men_about_act, a.men_about_act:hover {
	display:block;
	width:146px;
	height:73px;
	cursor:pointer;
}
a.men_about {background-image: url(../img/men_about.png);}
a.men_about_act {background-image: url(../img/men_about_a.png);}
a.men_about:hover, a.men_about_act:hover {background-image: url(../img/men_about_o.png);}
* html a.men_about {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_about.png");
}
* html a.men_about_act {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_about_a.png");
}
* html a.men_about:hover, * html a.men_about_act:hover {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_about_o.png");
}

.men_search, .men_search_logged {
	width:179px;
	height:73px;
}
.men_search {background-image: url(../img/men_search.png);margin-left:90px;}
.men_search_logged {background-image: url(../img/men_search_logged.png);margin-left:20px;}
* html .men_search {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_search.png");
}
* html .men_search_logged {
	background-image: url(../img/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/men_search_logged.png");
}



/**************************************************** sidebox
****************************************************/

.sidebox
{
	width:280px;
}

.sideboxtop_none
{
	width:280px;
	height:58px;
	background-image: url(../img/sideboxtop_none.gif);
}

.sideboxtop_chat
{
	width:280px;
	height:58px;
	background-image: url(../img/sideboxtop_chat.gif);
}

.sideboxtop_img
{
	width:280px;
	height:58px;
	background-image: url(../img/sideboxtop_img.gif);
}

.sideboxtop_left
{
	width:10px;
	height:80px;
	float:left;
	background-image: url(../img/sideboxtop_left.gif);
}

.sideboxmidouter
{
	width:250px;
	padding:0px 10px;
	float:right;
	background-color: #000000;
}

.sideboxmid
{
	width:250px;
	min-height:80px;
	padding:0px;
	background-image: url(../img/bgnd_open.gif);
}

* html .sideboxmid {height:80px;}

.sideboxbot
{
	width:270px;
	height:10px;
	margin-left:10px;
	overflow:hidden;
	clear:both;
	background-image: url(../img/sideboxbot.gif);
}


/**************************************************** chatbox
****************************************************/

#comm {padding:4px;}
.commact {background-color:#000000;}

.btncomm
{
	width:77px;
	height:20px;
	cursor:pointer;
	background-image: url(../img/btn_komentet.png);
}

* html .btncomm
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/btn_komentet.png");
}

.commact .btncomm
{
	width:64px;
	height:20px;
	cursor:pointer;
	background-image: url(../img/btn_aizvert.png)
}

* html .commact .btncomm
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/btn_aizvert.png");
}

.btnaddcomm
{
	width:77px;
	height:20px;
	cursor:pointer;
	background-image: url(../img/btn_pievienot.png);
}

* html .btnaddcomm
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/btn_pievienot.png");
}

a.btngo
{
	display:block;
	width:25px;
	height:20px;
	cursor:pointer;
	background-image: url(../img/btn_go.png);
}

* html a.btngo
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/btn_go.png");
}



/**************************************************** banners
****************************************************/

.sidebancont
{
	width:250px;
	height:250px;
	padding:40px 10px 10px 20px;
	background-image: url(../img/bgnd_sideban.gif);
}

.sidebancont img
{
	vertical-align:bottom;
	border:0px;
}



/**************************************************** footer
****************************************************/

#copyright
{
	position:absolute;
	left:30px;
	bottom:10px;
}

.terms
{
	width:600px;
}

#dwarf
{
	width:220px;
	height:210px;
	position:absolute;
	right:20px;
	bottom:0px;
	background-image: url(../img/dwarf2.png);
}

* html #dwarf
{
background-image: url(../img/spacer.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="img/dwarf2.png");
}



/**************************************************** pager
****************************************************/

.pager
{
	margin:0px 10px 10px 0px;
	text-align:center;
}

a.page
{
margin:0px 4px;
font-size:14px;
font-weight:bold;
text-decoration:none;
padding:1px 2px;
color:#00aeef;
}

a.page:hover
{
color:#ffffff;
background-color:#000000;
}

.pageactive
{
margin:0px 4px;
font-size:16px;
font-weight:bold;
padding:1px 2px;
color:#959595;
}

a.pageprev, .pageprevinact
{
margin-right:4px;
text-decoration:none;
font-size:11px;
font-weight:bold;
background-image: url(../img/arrowl.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left:16px;
color:#959595;
}

a.pagenext, .pagenextinact
{
margin-left:4px;
text-decoration:none;
font-size:11px;
font-weight:bold;
background-image: url(../img/arrowr.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right:16px;
color:#959595;
}

a.pageprev:hover
{
background-image: url(../img/arrowl_over.gif);
color:#000000;
}

a.pagenext:hover
{
background-image: url(../img/arrowr_over.gif);
color:#000000;
}

.pageprevinact
{
color:#e1e1e1;
background-image: url(../img/arrowl_inact.gif);
}

.pagenextinact
{
color:#e1e1e1;
background-image: url(../img/arrowr_inact.gif);
}




/**************************************************** default
****************************************************/

a
{
	outline:none;
}

a img
{
	border:0px;
}

a.imglink img
{
	border: 3px solid #000000;
	vertical-align: bottom;
}

object
{
display: block;
background-image: url(../img/spacer.gif);
background-attachment: fixed;
}

.nowrap
{
	white-space: nowrap;
}

.nopad
{
	padding:0px;
}

.nosize
{
	width:0px;
	height:0px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	overflow:hidden;
	position:absolute;
	/*display:none;*/
}

.collapsed
{
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}

.clear
{
height: 0px;
overflow: hidden;
clear: both;
}

a.introlink
{
	color:#000000;
	font-size:40px;
	text-decoration:none;
	padding:5px;
}

a.introlink:hover
{
	color:#ffffff;
	background-color:#000000;
}

.stitle
{
	font-size:9px;
	color:#a1a1a1;
}

.stitle a
{
	font-size:9px;
	color:#a1a1a1;
	text-decoration:none;
}

.stitle a:hover
{
	text-decoration:underline;
}

.green
{
	color:#8dc63f;
}

.greensmall
{
	color: #8dc63f;
	font-size: 9px;
}

.divblack
{
	height:10px;
	overflow:hidden;
	background-color: #000000;
}

.greyfield
{
	background-color: #656565;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 1px;
}

.whitefield
{
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #a1a1a1;
	border: 1px solid #a1a1a1;
	padding: 1px;
}

