@charset "windows-1251";
/* CSS Document */

img {border:none}
html, body {
	margin:0;
	padding:0;
}

a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
	color: red;
	cursor: pointer;
}

body {
	background:url(/style/content/body_bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	width:100%;
}
h2, a.h2 {
	font-size: 1em;
	color: #C5C5C5;
	font-weight: bold;
}

/* -- INPUT -- */
.jinput {
	 background:#f7f7f7; 
	 border:1px solid #ccc; 
	 font:12px Arial, Helvetica, sans-serif; 
	 padding:2px 1px;
}

/* -- HEADER -- */
div#wrapper {
	width:815px;
	margin:0 auto 0 auto;
}

div#a-logotype, div#logotype{
	background:url(/style/content/logo.png) no-repeat center;
	width:362px; height:84px;
}
div#logotype {
	float:left;
}
div#a-logotype {
	margin: auto;
}
div#top-right {
	float: right;
	width:440px; height:84px;
}
div#limits {
	margin-top:10px;
	font-size: 8pt;
	color: #999;
	text-align:right;
}
div#lang_selection a{
	text-decoration:none;
}

div#options_block {
	overflow:hidden;
	display:none;
	width:100%;
	text-align:center;
}

/* -- FOOTER -- */
div#footer {
	width: 68em;
	height: 3em;
	background: url(/style/content/footer.png) no-repeat;
	padding: 1.5em 20px 1em 20px;
	margin: 2em auto;
	font-size: 0.8em;
	clear: both;
}
div#ifooter {
	text-align:center;
	height: 1em;
	margin: .5em 0 .5em 0;
	text-align: center;
	clear: both;
	padding: 0;
	font-size: .9em;
	color: #999;
}

div#footer a{
	text-decoration: none;
	color: #3C84C1;
}
div#footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* -- PAGES -- */
.uploaded-title-1{
	text-align:left; 
	margin:15px 0 10px 5px; 
	font-size: medium; 
	background:url(/style/content/show_tv.gif) no-repeat left center; 
	padding-left:20px;
}

.uploaded-title-2{
	text-align:left; 
	margin:20px 0 10px 5px; 
	font-size: medium; 
	background:url(/style/content/show_url.gif) no-repeat left center; 
	padding-left:20px;
}

.main_tabs_center {
	display:none;
}
.jsp .main_tabs_center{
	display:block;
}

.delete_file_by_id {
	margin-top:10px; 
	background:url(/style/content/delete.jpg) no-repeat left; 
	height:18px;
	padding-left:22px;
	font-weight:bold;
	color:#C30;
	cursor:pointer
}
