﻿@charset "utf-8";

/* CSS Document */

/*User Selects: Button color from a set of 9 colors plus other coordinating color elements */
/* - #214a73 - dark blue buttons*/

li.read a:hover span.readPlayBtn, a.playerBackLink, a.playerBackLink:hover, a.playerPlayLink, a.playerPlayLink.hover, a.playerForwardLink, a.playerForwardLink:hover, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, #readPlayer a.playBtn, #readPlayer a.pauseBtn, a.playerMuteLink, a.playerMuteLink:hover {
	background-image: url(../images/214a73.png);
	background-repeat:no-repeat;
}

.volume1, .volume2, .volume3, .volume4, .volume5, li.read a:hover span.readPlayBtn { background-color:#214a73; }

a.readLink:hover, a.readLink .readLinkTxt:hover, .readLinkTxt, a.readLink .readLinkTxt:hover, .accordionContent a { color:#214a73;  }

#readPlayer #timeContainer, #readPlayer input.progress, .clsReadName  {
	color: #214a73;
}

a.playerMuteLink, a.playerMuteLink:hover { background-position:-159px -56px; }

.on {
	font-weight:bold;
	color: #214a73 !important;
	
	}

a.playerBackLink { background-position:0px 0px; }

a.playerBackLink:hover { background-position: 0px -54px; }

a.playerPlayLink { background-position:-52px 0px; }

a.playerPlayLink.hover { background-position: -52px -162px; }

a.playerPlayLink:hover { background-position: -52px -108px; }

a.playerPlayLink.hover:hover { background-position: -52px -54px; }

a.playerForwardLink { background-position: -100px 0px; }

a.playerForwardLink:hover { background-position: -100px -54px; }

#readPlayer a.pauseBtn { background-position:-159px -27px; }

#readPlayer a.playBtn { background-position:-161px -3px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-position: -182px -5px; }
/*used on imetal & bluesmoke skins */
li.read a:hover span.readPlayBtn {
	background-color:transparent;
	background-position:-161px -3px;
	width: 14px;
	height: 20px;
	margin:7px 0 0 5px;	
	}


.ui-widget-header { background-color: #214a73 !important; }


a.downloadDemoLink, a.downloadDemoLink:hover, a.downloadReadLink, a.downloadReadLink:hover {
	background:none !important;
	background-image: url(../images/214a73.png) !important;	
	background-repeat: no-repeat !important;	
}



a.downloadDemoLink {
	background-color:transparent !important;
	background-position: -159px -113px !important;
}

a.downloadDemoLink:hover { background-position:-127px -146px !important;  }

a.downloadReadLink {
	background-color: transparent !important;
	background-position: -159px -81px !important;
}

a.downloadReadLink:hover { background-position: -127px -115px !important; }