body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    color:#C1C1C1;
    text-align:left;
    font-size:18px;
    overflow-x:hidden;
}

p {
	line-height:1.2em;	
	text-align:justify;
}

strong{
	color:#6495ed;
	font-weight: normal;
}

h1
{
	color:#82db00;
}

h2
{
	color:#6495ed;	
}

a{
	background: none;
	color: #C1C1C1 !important;
	text-decoration: underline !important;
	font-size:18px;
}

a:hover
{
	background: url(images/a_bg.png) repeat-x bottom left;
	text-decoration: none;		
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }
img { border: 0px; }

.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.hdrbar { background-color: #0072BC; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }


a:link    { color: #bbbbbb; text-decoration: none; cursor: pointer; }
a:visited { color: #bbbbbb; text-decoration: none; cursor: pointer; }
a:hover   { color: #333333; text-decoration: none; cursor: pointer; }

a.dark:link    { color: #333333; text-decoration: none; cursor: pointer; }
a.dark:visited { color: #333333; text-decoration: none; cursor: pointer; }
a.dark:hover   { color: #333333; text-decoration: none; cursor: pointer; }

h2{
    padding-top:0px;
    margin-top:0px;
}

table#mainbd{
    width: 1000px;
    
}

table#mainbd td{
    width:0px;
    padding:0 0 0 45px;
    margin:350px 0 0 0;
    height:10px;
    /* border:1px solid green; */
    /* overflow:auto; */
}

div.img {
    padding-bottom:24px;
    font-size:11px;   
}

table#mainbd td#main{
    width:800px;
    height:700px;
}

img#logo{
    position:absolute;
    top:75px;
    left:330px;
}

.lrg{
    font-size:34px;
    line-height:.5em;
    font-weight:normal;
    padding:10px 0 0 0;
    margin:0;
}

div#body a{
    font-size:18px;
    line-height:1.4em;
    color: #c1c1c1;
}  



.menu
{
	z-index: 2000;
	text-align: left;
	padding-top:70px;
	float:left;
	width:200px;
	list-style: none;
	margin: 0 0 0 -40px;
	*:margin: 0 0 0 0px;
}

.menu a
{
	font-size: 20pt;
	width:200px;
	padding-left:10px;
	text-decoration: none !important; 
	background: none !important;
}

.menu a:hover
{
	color:#C1C1C1 !important;
	background: none !important;
}

.menu li
{
}

.menu li:hover
{
	width:1000px;
	border-right: 0px;
	background: url(images/menu_gr.png) repeat-y;
}

.menu_selected
{
	width:320px;
	border-right: 0px;
	background: url(images/menu_gr_short.png) repeat-y;
	
}

.menu_main
{
	display: none;
	padding-top:0px;
	padding-left:20px;
	float:left;
	width:180px;
}

.menu_top
{
	background: url(images/menu_top.gif) no-repeat;
	height: 12px;
}

.menu_bottom
{
	background: url(images/menu_bottom.gif) no-repeat;
	height: 12px;
}

.menu_body
{
	height:260px;
	padding-left:20px;
	background: url(images/menu_center.gif) repeat-y;	
}

.menu_body a
{
	font-size: 18pt !important;
	color: white !important;
	text-decoration: none;
}

.c0
{
	color:#C1C1C1;
}

.c1
{
	color:#82db00;
}

.c2
{
	color: #ff8000;
}




.editWrongBg { /*background: #ff8000 !important; */border:1px solid #ff8000 !important;}
.validatorPopup{
	display:none;
}

.validationSummary{
	
}

.validationSummary li {
	color: #ff8000 !important;
	list-style: none  !important;
	margin-left:-40px !important;
}

.grid  	
{
	border: 0;
    width: 700px;
    font-size: 11px;
}

.grid td, .grid th{
    border: 1px solid #82db00;
    padding: 0px 2px 0px 2px !important;
    height: 24px;
    vertical-align:middle;
}

.grid .header th{
    color: #FFEADF;
    font-weight: normal;
}
.grid .header{
    background-color: #82db00;
    height: 31px;
    color: #FFEADF;
    font-weight: normal;
}

.alternative_row
{
	background-color: #FCEBDE;
}

.row
{
	background-color:#FEF6ED;
}

.inputForm
{
	color: #8f8f8f;
	font-size: 11px;
	vertical-align: top;
}

.inputForm td
{
	padding-right: 20px;
	padding-top: 10px;
}


.confirm_control
{
	width:400px;
	text-align: left;
	overflow: hidden;
	display: block;
	border: 1px solid black;
	background-color: #FDF1E5;
}

.confirm_control_header
{
	padding: 5px 10px 5px 30px;
	color: White;
   background:  #F47921  url(images/attention.gif) 5px  no-repeat;
	border-bottom: 1px solid black;
}

.confirm_control_body
{
	padding: 10px 20px 10px 20px;
}

.confirm_control_footer
{
	text-align: right;
	padding: 0px 10px 10px 0px;
}

.popup_background
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: Black;
}

.ghost_hover 
{
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.ghost_hover a
{
	color:#7a7a7a !important;
	text-decoration: none !important;
	font-size: 11px !important;
}

.ghost_hover:hover
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ghost_hover:hover a
{
	color:#C1C1C1 !important;
}

.langRu
{
	background: url(images/ru.gif);
	width:79px;
	height: 53px;
}

.langEn
{
	background: url(images/en.gif);
	width:79px;
	height: 53px;	
}

.langFr
{
	background: url(images/fr.gif);
	width:79px;
	height: 53px;
}

.langDe
{
	background: url(images/de.gif);
	width:79px;
	height: 53px;
}

.lnkLangGhost img
{
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;	
}

.lnkLangGhost:hover img
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background: none !important;
}