div{
	margin:0px;
	padding:0px;
	outline:none;
	border:0px;	
}
body{
	background:url(../img/back.png) repeat;		
}

textarea{
	border:1px solid #5F5F5F;
	padding:4px;
	font-size: 12px;	
	height: 150px;
	width: 250px;
}
input[type="submit"]{
	cursor:pointer;
	background-color:#5F5F5F;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family: "Arial";
	padding:4px;	
	width: 100px;	
}

input{
	width:200px;
	padding:4px;
	border: 1px solid #5F5F5F;	
}
#results{
	position: absolute;
	top: 59px;
	left: 175px;
}


div#uppersite{
	margin:5px auto 0;
	width:900px;
	background:url(../img/logo.png) no-repeat;
	height:65px;
	position:relative;
}
label#uppermenu{
	position: absolute;
	right: 5px;
	top: 10px;
	background: azure;
	border-radius: 4px;
	border: 1px solid rgba(51,51,51,0.45);	
}
label#uppermenu:hover{
	background: #E20000;
}
label#uppermenu a{
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	padding: 6px;
	color: #E20000;	
}
label#uppermenu a:hover{
	color:#fff;	
}
div#uppersite ul{
	margin:0px;
	padding:0px;
	outline:none;
	border:0px;
	position:absolute;
	right:5px;
	list-style:none;
	font-size:11px;
	bottom:-4px;	
}
div#uppersite ul li{
	text-align:right;
	font-family: arial;	
	margin: 0 0 0 8px;
	float: left;
	background: gainsboro;
	padding: 2px;
}
div#uppersite ul li{
	background:#CCC;
}
div#uppersite ul li a{
	display:block;
	text-decoration:none;
	color:#333;
	text-align:center;
	font-family: arial;
}

div#blocks_in{
	border-radius:4px;
	position:relative;
	background:rgba(245,245,245,0.75);
	width:900px;
	min-height:670px;
	margin: 10px auto 25px;
	border: 1px solid #C0C0C0;
	border-color: rgba(0,0,0,0.15);
	box-shadow: 0 0 4px rgba(0,0,0,0.125);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.125);
}
div#openusr{
	display:none;
	top: 120px;
	right: 40px;
	/*//height: 100px;*/
	width: 800px;
	padding: 10px 10px 15px 10px;
	margin: 0 auto;
	border: 1px solid #C0C0C0;
	border-color: rgba(0,0,0,0.15);
	box-shadow: 0 0 4px rgba(0,0,0,0.125);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.125);
	background:rgba(255,255,255,0.85);
	position:absolute;
	z-index:5;
}
div#closeusr{
	position: absolute;
	right: 5px;
	top: 1px;
	cursor: pointer;
	font-weight: bold;	
}
div#main{
	position:relative;
	background:rgba(245,245,245,0.75);
	width:900px;
	margin: 0px auto 0px;
}
div#menu{
	position:absolute;
	left:8px;	
	z-index: 999;
}
ul#menuitems{
	margin:0px;
	padding:0px;
	outline:none;
	border:0px;
	list-style:none;
	font-size:12px;	
}
ul#menuitems li{
	float: left;
	width:120px;
	text-align:center;
	font-family: arial;
	background: azure;
	margin: 0 5px 0 0;
	border-radius: 0 0 4px 4px;	
	border-left: 1px solid rgba(51,51,51,0.15);
	border-right: 1px solid rgba(51,51,51,0.15);
	border-bottom: 1px solid rgba(51,51,51,0.15);
}
ul#menuitems li:hover{
	background: #E20000;
	color: #FFF;	
}
ul#menuitems li a{
	padding: 4px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	display:block;	
}
ul#menuitems li a:hover{
	color: #FFF;	
}
#container{
	font-family:arial;
	font-size:15px;
	min-height: 212px;	
}
#main_txt{
/*	text-align: justify;*/
	padding: 40px 20px 20px 20px;
/*	text-indent: 20px;
	letter-spacing: 1px;	*/
}
.clear{
	clear:both;	
}
.fancybox{
	text-decoration:none;
}
.fancybox img
{
	margin: 4px;
	padding: 4px;
	border: 1px solid #C0C0C0;
	border-color: rgba(0,0,0,0.15);
	box-shadow: 0 0 4px rgba(0,0,0,0.125);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.125);	
}
.fancybox img:hover
{
	border: 1px solid #C0C0C0;
	border-color: rgba(0,0,0,0.35);	
}

table#ann_in{
	width: 100%;
	border-collapse:collapse;
	font-size:12px;	
}
table#ann_in th{
	padding: 4px;
	background:#CF9;
	color:#333;
	border-left:1px solid #333;	
}
table#ann_in th:first-child{
	border-left:0px solid #333;	
}
table#ann_in td:first-child{
	border-left:0px solid #333;	
}
table#ann_in td{
	padding: 4px;
	color:#006;
	border-left:1px solid #006;
	text-align:left;	
}
table#ann_in tr{
	cursor:pointer;	
}
table#ann_in tr:nth-child(odd){
	background:#FFF;
}
table#ann_in tr:nth-child(even){
	background:#6FF;
}
table#ann_in a.change_pass{
	border:none;
	color:#006;	
}
table#ann_in a.change_pass:hover{
	border:none;
	background:none;
	color:#006;	
}
table#ann_in a.change_del{
	border:none;
	color:#006;	
}
table#ann_in a.change_del:hover{
	border:none;
	background:none;
	color:#006;	
}
#scroller{
	overflow:auto;
	height: 600px;
}
#footer{
	position:absolute;
	font-size:12px;
	width: 850px;
	margin: 0 auto;
	text-align:center;
	font-family:arial;
	bottom:-20px;
	left:20px;	
}
#footer div:first-child{
	float:left;
}
#footer div:last-child{
	float:right;
}
#videog{
		
}
#videog div.urls{
	width:200px;
	float:left;
	margin: 3px 6px 3px 0px;
	padding: 4px;
	border: 1px solid #C0C0C0;
	border-color: rgba(0,0,0,0.15);
	box-shadow: 0 0 4px rgba(0,0,0,0.125);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.125);
}
#videog div.urls:nth-child(4n){
	margin: 3px 0 3px 0;
}
#videog div.urls div{
	padding:4px;
	text-align:center;	
	font-size:12px; 
	font-weight:bold;
	width:200px;
	float:none;
}
.informations_minid{
	border-bottom: 1px dotted rgba(0,0,0,0.35);
	padding: 5px 3px 5px 3px;
}
.inforstext{
	vertical-align:top;
	padding-left:3px; 
	text-align:justify;
}