﻿


 a.scpLinks:hover
{
  color: #0099CC;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
}

a.scpLinks:active 
{
  color: #0099CC;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
}

a.scpLinks:visited
{
  color: #0099CC;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
}

a.scpLinks
{
    color: #0066CC;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
}

/*a:link   a.scpLinks
{
  color: #0099CC;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
}*/


.myText { font-size: 13 ; font-family: Tahoma; }
.myBold
{
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    color: #333333;
}

.myUL li { padding: 2px 3px 3px 3px; }

.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;
    width:700;
}
