﻿body 
{
	background-image: url(../images/bg_tapet.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	
	/* this is a must to use percentage on the site */
	height: 100%;
	width: 100%;	
}

a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover 
{
	text-decoration: none;
	color: #990000;
}

a:active 
{
	text-decoration: none;
	color: #990000;
}

td.catalogSmallText
{
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-overflow: ellipsis;
}

div.catalogDescriptionText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-overflow: ellipsis;
	width: 167px;
	height: 49px;
}

div#diaryHeaders
{
	display: none;
}

div.frontPageBox
{
	width: 214px;
	height: 170px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.loginBg
{
	background-image: url(../images/loginbokse_slicening_12.jpg);
	background-repeat: no-repeat;
}

.loginTextStyle
{
	padding-left: 10px;
}

.loginTextInput
{
	padding: 5px 5px 5px 5px;
}

img
{
	border: none;
	
}


p span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.showpopupbg
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: LightGrey;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;	
	z-index: 999;
}

.showpopuptip
{
	position: absolute;
	width: 511px;
	height: 255px;
	top: 100px;
	left: 200px;
	z-index: 1000;
}

.showpopuphelp
{
	position: absolute;
	width: 511px;
	height: 255px;
	top: 100px;
	left: 200px;
	z-index: 1000;
}

.showpopupmessage
{
	position: absolute;
	width: 511px;
	height: 255px;
	top: 100px;
	left: 200px;
	z-index: 100001;
}

.showsmallpopupmessage
{
	position: absolute;
	width: 250px;
	height: 125px;
	top: 250px;
	left: 350px;
	z-index: 100001;
}

.showmediumpopupmessage
{
	position: absolute;
	width: 301px;
	height: 125px;
	top: 250px;
	left: 350px;
	z-index: 100001;
}

.showbigimagemouseover
{
	position: absolute;
	background-color: #1a1a1a;
	z-index: 100001;
}


.hidepopup
{
	display: none;
}

.popuptext
{
	font-family: Arial;
	font-size: 12px;
	color: White;
	font-weight: bold;
	padding-right: 5px;
}

.popuptexterror
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	font-weight: bold;
	padding-right: 5px;
}


input.popuptext
{
	border: none;
	background-color: #b0aeae;
	color: Black;
	width: 300px;
}

input.popuptextNewsletter
{
	border: none;
	background-color: #b0aeae;
	color: Black;
	width: 200px;
}

textarea.popuptext
{
	border: none;
	overflow: hidden;
	background-color: #b0aeae;
	color: Black;
	width: 300px;
	height: 100px;	
}

select.selectList
{
	border: none;
}

div.botInfo
{
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}