/* ---------------------------------------------------------------------------------------- */

#hda-frame {
  /* This is IE only (avoid flickering on background images */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

#HDA{
	text-align: center;
	width: 170px;
	margin-left: 30px;
}

#hda-alternativeText {
    height: 160px;
    overflow: auto;
    display: none;
    font-weight: bold;
    font-size: 14px;
}

/* ---------------------------------------------------------------------------------------- */
#HDA #tasti {
	height: 40px;
	margin-left: 8px;
	margin-top: 5px;
}


#HDA #tasti #hda-faceControls {
	list-style: none;
	padding: 0;
	display: inline;
	overflow: hidden;
	text-align: center;
}

#HDA #tasti #hda-faceControls li {
	display: block;
	list-style-type: none;
	margin-bottom: 0;
	height: 30px;
	width: 40px;
	margin-top: 0px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	/*background-position: 0 -60px;*/
}


#HDA #tasti #hda-faceControls li.active.hover {
	background-position: 0px -30px;
	/*margin-top: 1px;
	margin-left: 1px;*/
}
#HDA #tasti #hda-faceControls li.selected {
	/*background-position: 0 -30px;*/
}
#HDA #tasti #hda-faceControls li:active {
	background-position: 0 0px;
	cursor: pointer;
}

#hda-playerHda {
	width:160;
	height:160px;
}

#hda-controlVideoOff {
	background: url(../images/HDAbuttonTextBig.gif) top left no-repeat;
	width: 80px !important;
}

#hda-controlVideoOn {
	background: url(../images/HDAbuttonVideoOnBig.gif) top left no-repeat;
	width: 80px !important;
}

#hda-controlLastMenu {
	background: url(../images/HDAbuttonRW.gif) top left no-repeat;
}

#hda-controlSkip  {
	background: url(../images/HDAbuttonStop.gif) top left no-repeat;
}
#hda-controlRepeat  {
	background: url(../images/HDAbuttonRepeat.gif) top left no-repeat;
}


#hda-menu {
    border-collapse: collapse;
    border:0;
    margin-left: 1px;
}

#hda-menu tr {
    height: 33px;
}

#hda-menu td.hda-button {
	background-image: url(../images/byttonHDA.gif);
	background-repeat: no-repeat;
	height: 25px;
    line-height: 25px;
	width: 170px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
    line-height: 25px;
    visibility: hidden;
}

#hda-menu td.hda-button.active {
    /*background-position: 0 -33px;
    color: #003366;*/
    cursor: pointer;
    visibility: visible;
}

#hda-menu td.hda-button.active.hover {
    background-position: 0px -33px;
	color: #003366;
}

#hda-menu td.hda-button.active.selected {
    background-position: 0 -33px;
}

/* Mornay Personalized 3 button player */

#hda-controlLastMenu {
	display: none !important;
}

#hda-controlRepeat {
	/*margin-left: 2px;*/	
}

/*
#hda-controlVideoOn{
	background: url(../images/HDAbuttonVideoOnBig.gif) top left no-repeat;
	width: 60px !important;
	height: 30px !important;
	display: block;
}

#hda-controlVideoOff{
	background: url(../images/HDAbuttonTextBig.gif) top left no-repeat;
	width: 60px !important;
	height: 30px !important;
	display: block;
}
*/
/* Original CSS
#hda-frame {
  /* This is IE only (avoid flickering on background images *//*
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

#hda-frame {
    position: relative;
    width:202px;
    height: 480px;
    background: transparent;
}

#hda-heading {
    height: 30px;
    background-image: url(../images/hda_heading.gif);
    background-repeat: no-repeat;
}

#hda-helpSpot {
    float: right;
    width: 42px;
    height: 22px;
    background-image: url(../images/hda_helpSpot.gif);
    cursor: pointer;
}

#hda-player {
    position: relative;
}

#hda-playerHda {
    position: absolute;
    top: 0px;
    left: 33px;
    background-color: #e7fea8;
    height: 160px;
    width: 168px;
    border-right: 1px solid #9cb35d;
}

#hda-alternativeText {
    height: 160px;
    overflow: auto;
    display: none;
    color: red;
    font-size: 75%;
}

#hda-alternativeText .hda-errorMessage {
    font-weight: bold;
}

#hda-movie {
}

#hda-faceControls {
    list-style: none;
    margin:0;
    padding:0;
    background-color: #e7fea8;
}

#hda-faceControls li {
    height: 40px;
}

.hda-faceControl.active {
    cursor: pointer;
    background-position: 0 -40px;
}

.hda-faceControl.active.hover {
    cursor: pointer;
    background-position: 0 -80px;
}

#hda-controlRepeat {
    background-image: url(../images/hda_controlRepeat.png);
}

#hda-controlSkip {
    background-image: url(../images/hda_controlSkip.png);
}

#hda-controlLastMenu {
    background-image: url(../images/hda_controlLastMenu.png);
}

#hda-controlVideoOn {
    background-image: url(../images/hda_controlVideoOn.png);
}

#hda-controlVideoOff {
    background-image: url(../images/hda_controlVideoOff.png);
}

#hda-menu {
    border-collapse: collapse;
    border:0;
    margin-left: 1px;
}

#hda-menu tr {
    height: 39px;
}

#hda-menu td.hda-button {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    /* This is for safari 2; it doesn't permit height on TRs *//*
    height: 39px;
    line-height: 39px;
    width: 200px;
    background-image: url(../images/hda_button.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    border-bottom: 1px solid #9CB35D;
    padding: 0;
}

#hda-menu td.hda-button.active {
    background-position: 0 -39px;
    cursor: pointer;
}

#hda-menu td.hda-button.active.hover {
    background-position: 0 -78px;
}

#hda-menu td.hda-button.active.selected {
    background-position: 0 -117px;
}

#hda-menu td.first {}

#hda-menu td.last {}

#hda-menu tr#hda-menu-bottom {
    height: 9px;
}

#hda-menu tr#hda-menu-bottom td {
    border: none;
    /* This is for safari 2; it doesn't permit height on TRs (and has a little 1px gap) *//*
    height: 8px;
    background-image: url(../images/hda_buttonsetBottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#hda-textWidget {
    position: absolute;
    top:355px;
    left:0;
    background-color: pink;
    width: 194px;
    height: 120px;
    margin-left: 5px;
    background-image: url(../images/hda_textBg.png);
    background-repeat: repeat-y;
    padding-bottom: 13px;
}*/

#hda-textArea {
	background-color:transparent;
	color:#0B6BA5;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	margin-right:30px;
	margin-left:30px;
	margin-top:15px;
	text-align:center;
	width:480px;
}

/*
#hda-textWidgetFooter {
    position: absolute;
    background-image: url(../images/hda_textBottom.gif);
    background-repeat: no-repeat;
    height: 13px;
    width: 194px;
    top: 120px;
}

#hda-textWidgetScrollUp,
#hda-textWidgetScrollDown {
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    right: 7px;
    cursor: pointer;
    background-repeat: no-repeat;

}

#hda-textWidgetScrollUp {
    top: 3px;
    background-image: url(../images/hda_arrowUp.gif);
}

#hda-textWidgetScrollDown {
    top: 113px;
    background-image: url(../images/hda_arrowDown.gif);
}

#hda-errorMessages {
    display: none;
}
*/


