@charset "windows-1251";
a{text-decoration:none;}
a:hover{text-decoration:underline;}
body{margin: 0px; padding: 0px; background: #ffffff}
div,td{font-family: Tahoma; font-size: 11px; color: #28333A;}
.t11{font-family: Tahoma; font-size: 11px; color: #28333A;}
form{margin: 0px}
.t10{font-family: Tahoma; font-size: 10px; color: #28333A;}
.t10r{font-family: Tahoma; font-size: 10px; color: #FF0000;}

.inp1{height: 19px; width: 179px; font-family: Arial; font-size: 10px; color: #28333A; border: #D4D4D4 1px solid;}


.bgimage1 {
    background-image: url('../images/bg1.gif');
    background-repeat: no-repeat;
    background-position: left center;
}
.bgimage2 {
    background-image:url(../images/bg2.gif);
    background-repeat:no-repeat;
    background-position:left center;

}

#maintable
	{
		border:solid 1px #c0c0c0;
		
	}
	
	
	.accordionHeader
{
    background-image:url(images/faqs/unselected.jpg);
    height:29px;
    padding-top:5px;
    vertical-align:middle;
    font-weight:bold;    
    text-align:center;
    background-repeat:no-repeat;
    width:487px;    
    
}

.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.accordionHeader:visited
{
     background-image:url(images/faqs/selected.jpg);
}
.accordionContent
{
    background-color:White;
    color:Black;
    text-align:left;
    height:auto;
}
.ContextMenuPanel
{
    border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
}