﻿body 
{
	font-family:Tahoma;
	color:#993300;
	font-size:13px;
}

.accordionHeader
{
	color:#990000;
	font-family:Tahoma;
	cursor:hand;
	padding: 4px;
    margin-top: 3px;
    background-image:url(images/AccordingPane_03.gif);
    background-repeat:no-repeat;
    height:24px;
    width:595px;
    
}

.accordionHeaderSelected
{
	font-family:Tahoma;
	cursor:hand;
	color:#FFB355;
	padding: 3px;
    margin-top: 2px;
    margin-bottom:4px;
    background-image:url(images/AccordingPane_04.gif);
    height:24px;
    width:595px;
}

.accordionContent
{
	font-family:Tahoma;
    padding-top: 2px;
}

.Hdr
{
	width:600px;
	height:30px;
	font-weight: bold;
	color:#8b0000;
	direction:rtl;
	background-repeat: no-repeat;
	background-image:url(images/AccordingPane_03.gif);
}
