@CHARSET "UTF-8";
p#vtipa
{
	display:none;
	position:absolute;
	left:5px;
	font-size:11px;
	font-family:Verdana;
	background-color:#FFF;
	border:1px solid #a6c9e2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	z-index:9999;
	max-width:200px;
	padding:10px;

}

p#vtipa #vtipArrow
{
	position:absolute;
	top:-10px;
	left:5px;
}

/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* FORM *******/

#form table td{
	text-align: left;
	font-size: 11px;
}
#form label{
	font-weight: 700;
}
#form input{
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #5f95ef;
	font-size: 11px;
	font-weight: 700;
}
#form input.text{
	font-weight: normal;
	color: #565656;
	border: 1px solid #9c9c9c;
	width: 350px;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
}
#form input.text.user{
	width: 100px;
}
/******* /FORM *******/
/******* MENU *******/
#container{
	margin: 1em auto;
	width: 400px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	background: #fff;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 0 1px;
	position: relative;
	color: #5f95ef;
	cursor: pointer;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
	background: transparent url(images/bubble.jpg) no-repeat scroll left top;
}
.date{
	font-weight: normal;
	font-size: 9px;
	color: #aeaeae;
}
/******* /CONTENT *******/
/******* LOADING *******/
#loading{
	text-align: center;
}
/******* /LOADING *******/
.difs{
  background-color : #e1f0ff;margin-top:2px;margin-bottom:2px;
}
