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

strong
{
        color:#ffff00;
}

body 
{
	background-image: url(../images/background.png);
	color:#FFFFCC;
	font-family:Arial;
}

a
{
	color:#FF0000;
	text-decoration:none;
}

.menuButton 
{
	background-image:url(../images/trifoi_stins.png); 
	background-position:center; 
	background-repeat:no-repeat; 
	width:108px; 
	height:108px;
	cursor:pointer;
}

.menuButtonText
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#fff000;
	cursor:pointer;
}

.smallMenuText 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.boxTop
{
	background-image:url(../images/balon_sus.png); 
	background-position:center; 
	background-repeat:no-repeat; 
	width:309px; 
	height:47px;
}

.boxBottom
{
	background-image:url(../images/balon_jos.png); 
	background-position:center; 
	background-repeat:no-repeat; 
	width:309px; 
	height:47px;
}

.boxMiddle
{
	background-image:url(../images/balon_mijloc.png); 
	background-position:center; 
	background-repeat:repeat-y; 
	width:309px; 
	height:100%;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.bigBoxTop
{
	background-image:url('../images/balon_sus660.png'); 
	background-position:center; 
	background-repeat:no-repeat; 
	width:660px; 
	height:47px;
}

.bigBoxBottom
{
	background-image:url(../images/balon_jos660.png); 
	background-position:center; 
	background-repeat:no-repeat; 
	width:660px; 
	height:47px;
}

.bigBoxMiddle
{
	background-image:url(../images/balon_mijloc660.png); 
	background-position:center; 
	background-repeat:repeat-y; 
	width:660px; 
	height:100%;
}

h1
{
	font-size:21px;
	color:#fff000;
        margin-top:0px;
}

h2
{
	font-size:18px;
	color:#fff000;
}

.contentText
{
	font-size:13px;
}

.sendButton 
{
	background-image:url(../images/send_game1.png); 
	background-position:center; 
	background-repeat:no-repeat; 
	width:215px; 
	height:26px;
	cursor:pointer;
}

.sendEmailButton 
{
	background-image:url(../images/send_email1.png); 
	background-position:center; 
	background-repeat:no-repeat; 
	width:215px; 
	height:26px;
	cursor:pointer;
}

.producerStyle
{
	font-size:13px;
	cursor:pointer;
}

div.background
{
  width: 500px;
  height: 250px;
  position:absolute;
  bottom:0;
  right:0;
  background-color: #000000;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  visibility:hidden;
  z-index:100;
}

div.imagebox
{
  width: 400px;
  height: 400px;
  position:absolute;
  background-color: #002301;
  border: 1px solid #6bfe00;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
  visibility:hidden;
  overflow:hidden;
  z-index:101;
}
