﻿ div.myTitle{
  COLOR: #2E72B7;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom:14px; 
  margin-top:10px;
  font-weight:500;
  text-align:left;
}
    
.accordionLink
{
	background-color: #D3DEEF;
    color: white;
}

.accordionHeader
{
	border: 1px solid #CCCCCC;
	color: #000000;   
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	line-height:2.5;
	margin-top: 5px;
	cursor: pointer;
	background:url(img/yui/sprite.png) #d8d8d8 repeat-x; 
	height:30px;
	vertical-align:middle;
	text-align:center;
	
}

 
.accordionHeader a
{
      color: #000000; 

}
 
.accordionHeader:hover
{
    border: 1px solid #CCCCCC;
    color: white;
	background:#1569C7 repeat-x left -1400px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
	line-height:2.5;
    margin-top: 5px;
    cursor: pointer;
    height:30px;
	vertical-align:middle;
	text-align:center;
}


 
.accordionHeaderSelected
{
    border: 1px solid #CCCCCC;
    color: white;
	background:#1569C7 repeat-x left -1400px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
	line-height:2.5;
    margin-top: 5px;
    cursor: pointer;
    height:30px;
	vertical-align:middle;
	text-align:center;
	
}
 
.accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
.accordionHeaderSelected:hover
{
        color: white;
		text-decoration: underline;
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		line-height:2.5;
		margin-top: 5px;
		cursor: pointer;
		height:30px;
		vertical-align:middle;
		text-align:center;

}



/*.accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}*/
 
.accordionContent
{
    /*background-color: #D3DEEF;*/
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
	
}
