/* main */
html {
    overflow-y:scroll;
    overflow-x:auto;
    background:#FFF;
}

body{
    margin:0px;
    padding:0px;
    font-family:arial,helvetica,verdana,sans-serif;
    font-size:13px;
    color:#4f4a46;
    min-height:100%;
    height:100%;
    background:#FFFFFF;
}
img {
    border:none;
    outline: none;
}

a {
    color:#000000;
    text-decoration:none;
    outline: none;
}

a:hover {
    color:#000000;
    text-decoration:underline;
}

ul {
    font-size:13px;
    color:#000000;
    text-decoration:none;
    margin:0;
    padding:0;
    padding-left:14px;
}

ul li {
    margin-bottom:7px;
    list-style-type:none;
    background:url('/v7_DocumentsPointer.png') no-repeat left 5px;
    padding-left:20px;
}

.pager {
    color:#4F4A46;
}
.pager a {
    color:#4F4A46;
    text-decoration:underline;
}
.pager a:hover {
    text-decoration:none;
}

#CommonContainer {
    width:1000px;
    border:0px solid #000;
    position:relative;
    background:#FFFFFF;
    margin:0 auto;
}

#TopLinksDiv {
    color:#646464;
    background:#EDEDED;
    font-size:12px;
    /*
    height:20px;
    */
    font-weight:normal;
    border-top:1px solid #b2afaa;
}
#TopLinksDiv a {
    color:#646464;
    text-decoration:none;
}
#TopLinksDiv a:hover {
    text-decoration:underline;
}
#TopLinksDiv .LeftSide {
    margin-top:2px;
    margin-left:23px;
    float:left;
}
#TopLinksDiv .RightSide {
    margin-top:2px;
    margin-right:23px;
    float:right;
}

#TopLinksNavTable {
    color:#646464;
    background:#EDEDED;
    font-size:12px;
    font-weight:normal;
    border:0px solid #b2afaa;
}
#TopLinksNavTable td {
    background:#EDEDED;
    padding-top:2px;
    padding-bottom:3px;
    padding-left:20px;
    padding-right:20px;
}

#TopDivider {
    height:20px;
    clear:both;
}

#TopOptionsDiv {
    height:40px;
    position:relative;
}
#TopOptionsDiv a {
    color:#646464;
    text-decoration:none;
}
#TopOptionsDiv a:hover {
    text-decoration:underline;
}
#SwitchOffgraphicsDiv a {
    color:#646464;
    text-decoration:none;
}
#SwitchOffgraphicsDiv a:hover {
    text-decoration:underline;
}
#TopOptionsDiv .TopSearchInput {
    outline:none;
    border:none;
    width:138px;
    background:#FFF;
    font-size:12px;
    font-family:arial,helvetica,verdana,sans-serif;
    margin-top:1px;
}
#TopOptionsDiv .TopSearchSubmit {
    width: 57px;
    background:#D4D4D6;
    color:#696A6C;
    height:20px;
    float:left;
    border: 0px;
}

#PictureMenusDiv .DisplayBlockLink {
    display:block;
    float:left;
    margin-left:27px;
}

/* main header */
#MainHeaderDiv {
    height:177px;
    position:relative;
    border:0;
    background:url('/v7_HeadGradient.png') repeat-x top left;
}
#MainHeaderLogo {
    position:absolute;
    width:97px;
    height:97px;
    background:url('/v7_Logo.png') no-repeat top left;
    top:40px;
    left:35px;
}
#MainHeaderDescription {
    position:absolute;
    width:473px;
    height:94px;
    background:url('/v7_Name.png') no-repeat top left;
    top:42px;
    left:160px;
}
#MainRussiaDiv {
    position:absolute;
    z-index:100;
    /*
    top:48px;
    */
    top:-43px;
    right:10px;
    width:402px;
    height:250px;
    background:url('/v7_Map.png') no-repeat top left;
}
#MainGerbDiv {
    position:absolute;
    z-index:200;
    /*
    top:41px;
    */
    top:-50px;
    right:18px;
    width:82px;
    height:98px;
    background:url('/v7_CoatOfArms.png') no-repeat top left;
}
#MainNavigationDiv {
    height:44px;
    /**
    background:url('/v7_MainNavigationGradient.png') repeat-x top left;
    **/
    background: #005A00;
}
#MainNavigationDiv .MainMenuLink {
    height:44px;
    line-height:44px;
    padding:0 15px;
    color:#fff;
    text-decoration:none;
    display:block;
    float:left;
}
#MainNavigationDiv .NotFirst {
    background:url('/v7_MenuSeparator.png') no-repeat center left;
}
#MainNavigationDiv a:hover {
    background:url('/v7_MenuHover.png') repeat-x center left;
}
#MainNavigationDiv a.Pushed {
    background:url('/v7_MenuHover.png') repeat-x center left;
}


/* Preview gallery */
#PreviewContainer {
    margin:0;
    background:#C2BDB7;
    text-align:left;
    position:relative;
}

#PreviewTableContainer {

}
#PreviewTable {
    width:100%;
}
#PhotoBlockTD {
    width:377px;
    height:253px;
    border-right:2px solid #C2BDB7;
    border-left:2px solid #C2BDB7;
    border-bottom:2px solid #C2BDB7;
    border-top:2px solid #C2BDB7;
}
#PhotoBlockTD a {
    margin:0;
    padding:0;
    cursor:pointer;
    height:253px;
}
#PhotoBlockTD .ActivePhoto {
    display:block;
}
#PhotoBlockTD .NonActivePhoto {
    display:none;
}
#PhotoBlockTD img {
    width:377px;
    height:253px;
}

#NavigationBlockTD {
    vertical-align:top;
    border-right:2px solid #C2BDB7;
    border-bottom:2px solid #C2BDB7;
    border-top:2px solid #C2BDB7;
}
#NavigationBlockTD a {
    text-decoration:none;
    font-weight:bold;
}
#NavigationBlockTD .Date {
    color:#95532C;
    font-style:italic;
    font-size:11px;
    /**
    padding:5px 0px;
    **/
    width:100px;
    /**
    margin-left:14px;
    **/
}
#NavigationBlockTD .PreviewRow:hover, #NavigationBlockTD .PreviewRowActive:hover {
    cursor:pointer;
}
#NavigationBlockTD .PreviewRow {
    background:#FFF url('/v7_PreviewGalleryGradient.png') repeat-x bottom;
    font-weight:bold;
    border-bottom:solid 2px #BFBBB5;
    height:83px;
    /**
    padding:0 13px;
    **/
    padding:0 10px 0 13px;
}
#NavigationBlockTD .PreviewRow .TitleLink {
    margin:0 14px;
    color:#035A11;
    display:block;
    display:inline;
}

#NavigationBlockTD .PreviewRowActive {
    background:#FFF url('/v7_PreviewGalleryGradient.png') repeat-x bottom;
    font-weight:bold;
    border-bottom:solid 2px #BFBBB5;
    height:83px;
}
#NavigationBlockTD .PreviewRowActive .TitleLink {
    color:#AA0000;
    display:block;
}
#BannerBlockTD {
    width:193px;
    border-right:2px solid #C2BDB7;
    /**
    border-bottom:2px solid #C2BDB7;
    **/
    border-top:2px solid #C2BDB7;
    vertical-align:top;
}
#BannerBlockTD a {
    display:block;
    width:193px;
    height:83px;
    border-bottom:solid 2px #BFBBB5;
}
#BannerBlockTD img {
    border:0;
    padding:0;
    margin:0;
    width:193px;
    height:83px;
}


#MainTable {
    width:100%;
}
#MainTable .Header {
    font-family:Georgia;
    font-size:20px;
    font-style:italic;
    font-weight:normal;
    color:#2e2e2e;
    padding-top:35px;
    padding-bottom:11px;
    border:1px solid #FFFFFF;
}
#MainTable .Header a {
    font-family:Georgia;
    font-size:20px;
    font-style:italic;
    font-weight:normal;
    color:#2e2e2e;
    margin-left:11px;
    text-decoration:underline;
}
#MainTable .Header a:hover {
    color:#AA0000;
}
#MainTable .Spacer {
    border:0;

}
#MainTable .NewsBlock {
    border:1px solid #dadfe5;
    padding:0;
    vertical-align:top;
}
#MainTable .RightColumn {
    border-top:1px solid #dadfe5;
    background:#e9e9e9;
}
.NewsPreview, .NewsHeader {
    padding-bottom:32px;
    word-wrap:break-word;
}
.NewsPreview {
    vertical-align:top;
}
.NewsPreview a {
    text-decoration:none;
}
.NewsHeader {
    padding-left:10px;
    vertical-align:top;
}
.NewsHeader a {
    color:#222222;
    text-decoration:none;
}
.NewsHeader a:hover {
    text-decoration:underline;
}
.NewsDate {
    font-style:italic;
    font-weight:normal;
    font-size:11px;
    color:#95532C;
    margin-top:7px;
}
.Link {
    text-decoration:none;
    color:#222222;
}
.Link:hover {
    text-decoration:underline;
}
.Link1 {
    text-decoration:underline;
    color:#035a11;
}
.Link1:hover {
    text-decoration:none;
}

/* Arrow div */
#PreviewArrowContainer {
    position:absolute;
    width:12px;
    height:33px;
    z-index:100;
    left:372px;
    background:url('/v7_PreviewGalleryPointer.png') repeat-x bottom;
}
.FirstArrowPos {
    top:22px;
}
.SecondArrowPos {
    top:107px;
}

.ThirdArrowPos {
    top:192px;
}

/* tables */
.NewsHeaderTD {
    font-family:Georgia;
    font-size:20px;
    font-style:italic;
    font-weight:normal;
    color:#2e2e2e;
    padding-top:35px;
    padding-bottom:11px;
}
.NewsHeaderTD a {
    font-family:Georgia;
    font-size:20px;
    font-style:italic;
    font-weight:normal;
    color:#2e2e2e;
    margin-left:11px;
    text-decoration:underline;
}
.NewsHeaderTD a:hover {
    color:#AA0000;
}
#LeftBigContent {
    background:#FFFFFF;
    padding:20px 20px 20px 0;
    text-align:justify;
}
.ContentTitle {
	/*
    font-family:Georgia, 'Times New Roman', Times, serif;
    	*/
    font-size:17px;
    color:#222222;
    font-weight:bold;
    margin-top:10px;
    text-align:left;
}
.ContentDescription {
    font-size:14px;
    font-style:italic;
    color:#222222;
    margin-top:20px;
    text-align:left;
}
.ContentText {
    font-size:14px;
    color:#222222;
    margin-top:20px;
    margin-bottom:20px;
}

.ContextUL {
    font-size:13px;
    color:#000000;
    text-decoration:none;
    margin:0;
    padding:0;
    padding-left:14px;
}
.ContextUL li {
    margin-bottom:7px;
    list-style-type:none;
    background:url('/v7_DocumentsPointer.png') no-repeat left 5px;
    padding-left:20px;
}
.ContextUL a {
    font-size:13px;
    color:#000000;
    text-decoration:none;
}
.ContextUL a:hover {
    text-decoration:underline;
}

.CalendarBlock {
    color:#000;
    margin:20px 0 10px 35px;
    padding:0;
}
.CalendarBlock  a{
    text-decoration:none;
    color:#000000;
}
.CalendarBlock  a:hover{
    text-decoration:underline;
}
.CalendarBlock  a.AllLink{
    text-decoration:none !important;
}
.CalendarBlock  a.AllLink:hover{
    text-decoration:underline !important;
}
.CalendarBlock  a.ActiveYear{
    font-weight:bold;
}
.CalendarBlock  .Title{
    font-weight:bold;
}

.PagesBlock {
    color:#000;
}
.PagesBlock a {
    color:#000;
    text-decoration:underline;
}
.PagesBlock a:hover {
    text-decoration:none;
}

#LeftMenu {
	margin:10px;
    margin-right:15px;
	margin-top:30px;
}
#LeftMenu  .Menu{
	padding-left:20px;
	padding-bottom:5px;
}
#LeftMenu  .SubMenu{
	padding-left:20px;
    padding-bottom:5px;
	margin-left:20px;
}
#LeftMenu  .First{
	margin-top:-1px;
}
#LeftMenu  .Last{
	margin-bottom:0px;
}
#LeftMenu a {
	color:#444444;
	text-decoration:none;
	font-size:12px;
}
#LeftMenu .SubMenu a {
	font-size:12px;
}
#LeftMenu a:hover {
	color:#AA0000;
	text-decoration:none;
}
#LeftMenu  .Active{
	background:url('/v7_MenuPointerRed.png') no-repeat left 5px;
	font-weight:bold;
}
#LeftMenu  .SubActive{
	background:url('/v7_SubMenuPointerRed.png') no-repeat left 5px;
	font-weight:bold;
}
#LeftMenu  .SubActive{
	font-weight:bold;
}
#LeftMenu .LinkActive {
	text-decoration:none !important;
}
#LeftMenu  .NoActive{
	background:url('/v7_MenuPointerGreen.png') no-repeat left 5px;
}
#LeftMenu  .SubNoActive{
	background:url('/v7_SubMenuPointerGreen.png') no-repeat left 5px;
}

.GovernmentTable a {
    color:#000;
    text-decoration:underline;
}
.GovernmentTable a:hover {
    color:#000;
    text-decoration:none;
}

.phone {
    text-align:center;
}
.phone td {
    padding:10px 2px;
}
.phone a {
    color:#035a11;
    text-decoration:underline;
}
.phone .PhoneHeader {
    background:#035a11;
    color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    padding:10px 5px;
}
.phone .FirstHeader {
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
.phone .SecondHeader {
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
.phone .ThirdHeader {
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
.phone .FourthHeader {
    border-bottom:1px solid #000000;
}
.phone .FirstPhoneTD {
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
.phone .SecondPhoneTD {
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
.phone .ThirdPhoneTD {
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
.phone .FourthPhoneTD {
    border-bottom:1px solid #000000;
}
.phone .highlight {
    background:#EEEEEE;
}

.BlackLink {
    font-size:13px;
    color:#000000;
    text-decoration:none !important;
}
.BlackLink:hover {
    text-decoration:underline !important;
}

.v2_formConnect {
    width:100%;
    border:1px solid #035a11;
    background:#EEEEEE;
}
.v2_formConnect th {
    border-bottom:1px solid #035a11;
    background:#035a11;
    color:#FFFFFF;
    padding:2px;
    text-align:center;
}
.v2_formConnect td {
    padding:5px;
    padding-left:7px;
    padding-right:10px;
}
.v2_formConnect input {
    border:1px solid #035a11;
    background:#FFFFFF;
    width:100%;
}
.v2_formConnect select {
    border:1px solid #035a11;
    background:#FFFFFF;
}
.v2_formConnect textarea {
    border:1px solid #035a11;
    background:#FFFFFF;
    width:99%;
}

#MainHeaderRightBlock {
    /**
    background: #0a5f19;
    **/
    height: 177px;
    /**
    left: 810px;
    **/
    /**
    left: 690px;
    **/
    left: 638px;
    position: absolute;
    /**
    width: 190px;
    **/
    /**
    width: 280px;
    **/
    width: 335px;
}

.LinkIcon {
    vertical-align: top;
}

.LinkOnOtherSiteText {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 28px;
    margin-left: 20px;
    text-decoration: none;
}

.LinkOnOtherSiteText:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

#MainHeaderTableLink {
    margin-left: 35px;
    margin-top: 26px;
}

.ContentText a {
    font-size:14px !important;
    color:#005A00 !important;
    text-decoration:underline !important;
}

#NavigationBlockTD .ShortDescription {
    /**
    margin:0 14px -4px;
    **/
    font-weight:normal !important;
}

#NavigationBlockTD .ShortDescription a {
    font-weight:normal !important;
    color:#000000;
    text-decoration:none;
    font-size:12px;
}

#NavigationBlockTD .ShortDescription a:hover {
    color:#000000;
}

#MainMenuTableID td:hover {
    background:url('/v7_MenuHover.png') repeat-x !important;
    cursor:pointer;
}
#MainMenuTableID a:hover {
    background:none !important;
}

#FolderBlockTD_BG {
    height: 25px;
    background: #f3f4f3;
}

#FolderBlockTD_Folder {
    height: 25px;
    background: #f3f4f3;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 2px;
    background-image: url('/AllNewsFolder_Folder_00.png');
    background-repeat: no-repeat;
    background-position: 315px 0px;
}