﻿body {    text-align: left;
}


.imageAccordianHeader
{   

    font-weight:bold;
    background-image: url('images/expand.jpg'); /* Point to your minus img */
    background-repeat: no-repeat;
    background-position: 4px 10px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 0px; /* Adjust this for the starting point for the text in the header */
    height:35px;
    width:239px;
    padding-top:5px;

    

}
 
.imageAccordianSelectedHeader 
{
     
    background-image: url('images/collapse.jpg'); /* Point to your plus img */
    background-repeat: no-repeat;
    background-position: 4px 6px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 0px; /* Adjust this for the starting point for the text in the header */
    height:20px;
    width:239px;
}

.headerrow a
{

color:White;
}

.headerrow 
{
border:0px solid;
height:22px;
color:White;
width:239px;
background-repeat:no-repeat;
 background-position: 25px 25px; 



}
.headertext
{
padding-left:8px;


}


.imageaccordioncontent
{
 background-color:#EFEFE7; /*  */
   
    font-family: Arial, Sans-Serif;
	font-size: 12px;
    border:dashed 1px;
    width:237px;
    border-top: none;
    padding: 0px;
    padding-top: 7px;
    padding-left: 0px;
}

.progstyle 
{
background-image: url('images/buttonoff.gif');
 background-position: -6px -3px; 
border-bottom:dashed 1px #c9c9ad;
padding:3px;
margin-top:1px;
padding-left:45px;
}

.progstyle:hover 
{
background-image: url('images/buttonon.gif');
color:#6f2e2f;

}
.progstyle a
{
color:#6f2e2f
}

