﻿body 
{
	width:100%;
	height:100%;
	background:#2a2e34;
	color:#d8dadd;
	font-size:14px;
	font-family:Verdana;
}
p
{
	line-height:normal;
	text-indent:50px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
}
h1
{
	color:White;
	font-size:22px;
	text-transform:uppercase;
}
h2
{
	color:White;
	font-size:20px;
	text-transform:uppercase;
}
h3
{
	color:White;
	font-size:18px;
	text-transform:uppercase;
}
a
{
	color:White;
}
ul
{
	margin-left:50px;
}
li
{
	list-style-type:disc;
	text-align:justify;
	margin-bottom:10px;
}
#Holder
{
	min-width:1000px;
	position:relative;
}
#Header
{
	height:252px;
	position:relative;
	background:#454b55 url(/img/top_fill.jpg) repeat-x;
}
#HeaderPic
{
	background:#454b55 url(/img/top.jpg) no-repeat;
	width:780px;
	height:252px; 
	position:relative;
}
#MenuHolder
{
	position:absolute;
	left:240px;
	top:105px;
	z-index:10;
}
#Menu
{
	text-transform:none;
	font-size:14px;
	font-weight:bold;
	
}
#Menu a
{
	font-size:16px;
	color:White;
	text-decoration:none;
	padding-right:9px;
	padding-left:9px;
}
#ContentHolder
{
	background:#454b55;
	position:relative;
	width:100%;
}
#PageTitle
{
	position:relative;
	top:-20px;
}
#Content
{
	margin-left:240px;
	margin-right:240px;
	padding:10px;
	max-width:1000px;
}
#Content h1,h2,h3
{
	margin:5px
}
#LeftColumn
{
	width:230px;
	float:left;
}
#RightColumn
{
	width:230px;
	float:right;
}
.LeftBlock, 
.RightBlock
{
	background:#3e434d;
	border:solid 1px #7e838d;
	padding:5px;
	font-size:small;
	margin: 5px;
	margin-bottom:15px;
}
.LeftBlock з, 
.RightBlock p
{
	text-align:left;
	text-indent:0px;
}
.LeftBlock h1,
 .RightBlock h1
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}
.LeftBlock pre,
.RightBlock pre
{
	margin-top:3px;
	margin-bottom:5px;
}
.SideMenuLink	
{
	display:block;
	padding-top:2px;
	padding-bottom:2px;
}
#Cutter
{
	clear:both;
}
#Footer
{
	background-image: url(/img/bottom_fill.gif);
	background-repeat:repeat-x;	
	height:58px;
	position:relative;
	overflow:hidden;
	clear:both;
}
#FooterLeftPic
{
	width:176px;
	height:58px;
	position:absolute;
	left:0px;
	top:0px;
	background-image: url(/img/bottom_left.gif);
}
#FooterRightPic
{
	width:501px;
	height:58px;
	position:absolute;
	right:-1px;
	top:0px;
	background-image: url(/img/bottom_right.gif);
}
#CopyRight
{
	position:absolute;
	z-index:10;
	left:5px;
	bottom:5px;
	font-size:12px;
}
#effetto
{
	position:absolute;
	z-index:10;
	right:5px;
	bottom:5px;
	font-size:12px;
}
#effetto a
{
	color:White;
}
.StringValue
{
  	font-weight:bold;
}
.StringBox
{
    min-height:20px;
}
.DetailsView td
{
	padding-bottom:4px;
	padding-left:4px;
	vertical-align:top;
	border:solid 1px #454b55;
}