/* GENERAL STYLES */
/*.SEGPTitle { 
border: 1px solid rgb(181, 212, 254); 
padding: 2px 25px 2px 5px; 
cursor: pointer;
margin:5px 5px 5px 5px; 
background: #ecf4fe url(../images/css/img_arrow_expand25.gif) no-repeat right; 
}
h3.SEGPTitle{font-weight:normal;padding-right:10px;}
.openTitle { 
border: 1px solid rgb(181, 212, 254); 
padding: 5px 25px 5px 10px; 
background: #ecf4fe url(../images/css/img_arrow_collapse_green25.gif) no-repeat right;
}
.SEGPDetail{ padding-top: 2px; padding-bottom: 5px; }
*/
.accordHeader{ /*header of 2nd demo.question*/
border: 1px solid rgb(181, 212, 254); 
padding: 2px 25px 2px 5px; 
cursor: pointer;
margin:5px 5px 5px 5px; 
}
.accordContent{ /*header of 2nd demo,.theAnswer*/
border: 1px solid rgb(181, 212, 254); 
padding: 5px 25px 0px 10px; 
}
.open{ /*class added to contents of 2nd demo when they are open*/
background: #ecf4fe url(../images/css/img_arrow_collapse_green25.png) no-repeat right;
font-weight: 700;
}
.closed { /*class added to contents of 2nd demo when they are closed*/
background: #ecf4fe url(../images/css/img_arrow_expand25.png) no-repeat right; 
}

.question{ /*header*/
border: 1px ; 
padding: 3px 3px 3px 3px; 
cursor: pointer;
margin:0px 5px 0px 5px; 
background-color:#eee
}
.theAnswer{ /*content.*/
border: 0px; 
padding: 0px 5px 0px 0px; 
}


/* EDITOR PROPERTIES */
 