@charset "utf-8";
/* CSS Document */


#chatalert {
width: 580px;
min-height: 24px;
background-color:#F7DDAC;
z-index: 9999999;
font-size:12px;
color: #614F36;
padding: 12px;
left:28%;

-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 1);

-webkit-border-top-left-radius: 12px;
-webkit-border-top-right-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;

}
/* above styles have nt been added to other skins */


.bigmenu {
	background-image: url(/img/skin/default/bigmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgpag {
	background-image: url(/img/skin/default/bgpag.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.topbgr {
	background-image: url(/img/skin/default/topr.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.rightbg {

	background-image: url(/img/skin/default/rightbg.png);
	background-repeat: no-repeat;
	background-position: left 500px;
}
.bigmenuleft {
	background-image: url(/img/skin/default/leftfix.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.leftbg {
	background-image: url(/img/skin/default/leftbg.png);
	background-repeat: no-repeat;
	background-position: right 500px;
}
.topheaderinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.topheaderinfo-link {
	color: #999999;
	text-decoration: none;
}
.topheaderinfo-link:hover {
	color: #ff6600;
	text-decoration: underline;
}
.bg-lemn {
	background-image: url(/img/skin/default/bg_lemn.jpg);
	background-repeat: repeat;
}
.bg-seal {
	/* 
	background-image: url(/img/skin/default/bg_seal.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
	*/
	position: absolute;
	z-index: 1;
	top: 90px;
	width: 100%;
}
.notificationLink {
	font-weight: bold;
	color: #FF0000;
}
.notificationLink:hover {
	font-weight: bold;
	color: #FF8600;
}