html,body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.encoursHighlightButton {
	border: 1px solid #c0c0c0; 
	border-bottom: 1px solid #909090; 
	border-right: 1px solid #909090; 
	padding: 0px;
	margin: 0px;
	background: #fff;
}
.encoursHighlightButtonContents {
	background: #fff;
	padding: 0px;
	margin: 0px;
}
/* Trick from dojo toolbar: shifted big image = fast loading of all icons */
.encoursIcon {
	background-image: url('dojoe/icons.png');
    background-repeat: no-repeat;
    height: 22px;
}
/* Shift values are of course computed by a script */
.encoursIcon_configure {
    width: 84px;
    background-position: 0px;
}
.encoursIcon_hl_configure {
    width: 84px;
    background-position: -84px;
}
.encoursIcon_firewall_issues {
    width: 70px;
    background-position: -168px;
}
.encoursIcon_hl_firewall_issues {
    width: 70px;
    background-position: -238px;
}
.encoursIcon_first_slide {
    width: 54px;
    background-position: -308px;
}
.encoursIcon_hl_first_slide {
    width: 54px;
    background-position: -362px;
}
.encoursIcon_get_slides {
    width: 64px;
    background-position: -416px;
}
.encoursIcon_hl_get_slides {
    width: 64px;
    background-position: -480px;
}
.encoursIcon_last_slide {
    width: 53px;
    background-position: -544px;
}
.encoursIcon_hl_last_slide {
    width: 53px;
    background-position: -597px;
}
.encoursIcon_mic_off {
    width: 53px;
    background-position: -650px;
}
.encoursIcon_hl_mic_off {
    width: 53px;
    background-position: -703px;
}
.encoursIcon_mic_on {
    width: 50px;
    background-position: -756px;
}
.encoursIcon_hl_mic_on {
    width: 50px;
    background-position: -806px;
}
.encoursIcon_next_slide {
    width: 56px;
    background-position: -856px;
}
.encoursIcon_hl_next_slide {
    width: 56px;
    background-position: -912px;
}
.encoursIcon_no_java {
    width: 82px;
    background-position: -968px;
}
.encoursIcon_hl_no_java {
    width: 82px;
    background-position: -1050px;
}
.encoursIcon_phone_instructions {
    width: 91px;
    background-position: -1132px;
}
.encoursIcon_hl_phone_instructions {
    width: 91px;
    background-position: -1223px;
}
.encoursIcon_previous_slide {
    width: 78px;
    background-position: -1314px;
}
.encoursIcon_hl_previous_slide {
    width: 78px;
    background-position: -1392px;
}
.encoursIcon_recording_off {
    width: 80px;
    background-position: -1470px;
}
.encoursIcon_hl_recording_off {
    width: 80px;
    background-position: -1550px;
}
.encoursIcon_recording_on {
    width: 80px;
    background-position: -1630px;
}
.encoursIcon_hl_recording_on {
    width: 80px;
    background-position: -1710px;
}
.encoursIcon_request_control {
    width: 104px;
    background-position: -1790px;
}
.encoursIcon_hl_request_control {
    width: 104px;
    background-position: -1894px;
}
.encoursIcon_sound_off {
    width: 55px;
    background-position: -1998px;
}
.encoursIcon_hl_sound_off {
    width: 55px;
    background-position: -2053px;
}
.encoursIcon_sound_on {
    width: 56px;
    background-position: -2108px;
}
.encoursIcon_hl_sound_on {
    width: 56px;
    background-position: -2164px;
}
.encoursIcon_webradio {
    width: 90px;
    background-position: -2220px;
}
.encoursIcon_hl_webradio {
    width: 90px;
    background-position: -2310px;
}
.encoursIcon_you_have_control {
    width: 104px;
    background-position: -2400px;
}
.encoursIcon_hl_you_have_control {
    width: 104px;
    background-position: -2504px;
}

