﻿.wwwimg
{
    width:100px;
    height:100px;
}

.GrLinkHead
{
    background-color:#fe3b00;
    font-size:10pt;
    font-weight:normal;
    font-family:Verdana;
    padding-left:5px;
    padding-right:5px;
}

.GrLinkHead a
{
    color:White;
    font-size:10pt;
    font-weight:normal;
    font-family:Verdana;
}

.GrLinkRow
{
    background-color: #b80000;
    color:White;
    font-size:10pt;
    font-weight:normal;
    font-family:Verdana;
    text-align:center;
}
 
.GrLinkRow a
{
  color:White;
}

.RazdelLink a
{
    background-color: White;
    color:#fe3b00;/*Blue;*/
    font-size:8pt;
    font-weight:normal;
    font-family:Verdana;
    text-decoration:underline;
}
.RazdelLink a:hover
{
    background-color: White;
    color:#b80000;/*Blue;*/
    font-size:8pt;
    font-weight:normal;
    font-family:Verdana;
    text-decoration:underline;
}

.GrLinkHleft
{
  background-image:url(/ms-n/img/button_l.png);
  border: none 0px white;
    background-position:left top;
    background-repeat:no-repeat;
    height:58px;
}

.GrLinkHRight
{
  background-image:url(/ms-n/img/button_p.png);
    border: none 0px white;
    background-position: right top;
    background-repeat:no-repeat;
    height:58px;
        padding-left:5px;
    padding-right:5px;
}

.GrLTrL
{
  background-image :url(/ms-n/img/GrLTrL.png);
    border: none 0px white;
  background-position:left top;
  background-repeat:no-repeat;
}

.GrLTrP
{
  background-image :url(/ms-n/img/GrLTrP.png);
    border: none 0px white;
  background-position: right top;
  background-repeat:no-repeat;
}
.GrLTrBotL
{
  background-image :url(/ms-n/img/GrLTreL.png);
    border: none 0px white;
  background-position:left bottom;
  background-repeat:no-repeat;
}

.GrLTrBotP
{
  background-image :url(/ms-n/img/GrLTreP.png);
    border: none 0px white;
  background-position: right bottom;
  background-repeat:no-repeat;
}

.GrLPager
{
    border: none 0px red;
    background-color: White;
    font-family:Verdana;
    font-size:12pt;
    color: Gray;
}
.Opisanie
{
    font-size:10pt;
    font-weight: normal;
    font-family:Verdana;
}
.www
{
    font-size:12pt;
    font-weight:bold;
    font-family:Verdana;
}
.HlPodval
{
  color:White;  
  font-family:Verdana;
  font-weight:bold; 
  font-size:10pt;
}

.MainTextBox
{
margin-top:33px;
}
.MainButton
{
    background-image:url(/ms-n/img/fon_b.gif);
    width:185px;
    height:39px;
    margin-top:40px; 
}
/* =Hoverbox Code  ----------------------------------------------------------------------*/ 

.hoverbox 
{ 
cursor: default; 
list-style: none; 
} 

.hoverbox a 
{ 
cursor: default; 
} 

.hoverbox a .preview 
{ 
display: none; 
} 

.hoverbox a:hover .preview 
{ 
display: block; 
position: absolute; 
top: -33px; 
left: 113px; 
z-index: 1; 
padding-left:0px;
} 

.hoverbox img 
{ 
background: #fffff; 
border-color: #0000cc;/*#a6dcf5; */
border-style: solid; 
border-width: 3px; 
color: inherit; 
padding: 1px; 
vertical-align: top; 
} 

.hoverbox li 
{ 
background: White; /*#eaf8fe; */
color: inherit; 
display: inline; 
float: left; 
margin: 3px; 
padding: 5px; 
position: relative; 
} 

.hoverbox .preview 
{ 
border-color: #a6dcf5;
background-color:White; 
} 


/* Accordion */
.accordionHeader
{
    border: none 0px #ffffff; /*1px solid #2F4F4F;*/
    color: white;
    background-color: #3399ff;/*#b11429; */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border:   border: none 0px #ffffff; /*1px solid #2F4F4F;*/
    color: white;
    background-color: Blue; /*#d26c17;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #E1E1E1;
    border:   border: none 0px #ffffff; /*1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.accordionLink
{
	color:White;
	font-size:15px;
	font-weight:bold;
}
.accordionLink:hover
{
	color:White;
}


.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
	 margin-top:8px;
}
