/*
 * Voice Command

Copyright 2009 Palm, Inc.  All rights reserved.

*/

#vc_session, #vc_background, #vc_tutorial {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align:center;
}

#vc_bg {
	background: url(../images/voice-command-mic-background.png) center center no-repeat;
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 85%;
}
 
.vc-tutorial-text {
	padding: 0 15px;
}

#vc_tutorial_spacing { 
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 20px;
}

#vc_mic_image {
	position: absolute;
	display: block;
	top: 0;
	height: 85%;
	overflow: hidden;
}

#vc_no_lang_display {
	text-align: center;
	color: #fff;
	width: 100%;
	height: 85%;
	padding-top:25px;
	background: url(../images/voice-command-mic-downloading.png) center center no-repeat;
	position:absolute;
}
 
#vc_no_lang_display.vc-title {
	font-weight: bold;
	font-size: 24px;
}

#vc_list_options {
	text-align:center;
	width: 100%;
	height: 100%;
	display:block;
	z-index:100;
	color: #fff;
	font-size: 16px;
}

#vc_options_text {
	margin-top: 20px;
	text-align: center;
}

#vc_options_title {
	font-size: 24px;
}

#vc_options_title_subtext {
	font-size: 14px;
} 

#vc-text {
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	margin: 0 auto;
}

	#vc-text .vc-title {
		color: #fff;
		text-align: center;
		font-size: 22px;
		width: 100%;
		font-weight: bold;
		margin-top: 20px;
	}


	#vc-text .vc-tutorial-text {
		color: #fff;
		text-align: center;
		font-size: 16px;
	}

	#vc_listening_spinner {
		display: block;
		position: absolute;
		background-position: center top;
		background-repeat: none;
		z-index: 30;
		height: 122px;
		width: 121px;
		margin-top: -100px;
	} 

.vc-description {
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	width: 305px;
	margin: 0 auto;
	display: block;
	bottom: 65px;
	padding-bottom: 10px;
}

.vc-description span {
	font-weight: bold;
}

.vc-microphone-icon {
	width: 190px;
	left: 20%;
}

.vc-microphone-icon.recording {
	width: 60px;
	left: 130px;
	background: url(../images/voice-command-mic-sprite-11.png) left center no-repeat;
}

.vc-microphone-icon.recording.bluetooth {
	background: url(../images/voice-command-mic-sprite-11-bt.png) left center no-repeat;
}

.vc-microphone-icon.playback,
.vc-microphone-icon.calling {
    background: url(../images/voice-command-mic-playback.png) center center no-repeat;
}

.vc-microphone-icon.notrecognized {
    background: url(../images/voice-command-mic-not-recognized.png) center center no-repeat;
}

.vc-microphone-icon.recording.level-2 {
		background-position: -60px center;
}
.vc-microphone-icon.recording.level-3 {
		background-position: -120px center;
}
.vc-microphone-icon.recording.level-4 {
		background-position: -180px center;
}
.vc-microphone-icon.recording.level-5 {
		background-position: -240px center;
}
.vc-microphone-icon.recording.level-6 {
		background-position: -300px center;
}
.vc-microphone-icon.recording.level-7 {
		background-position: -360px center;
}
.vc-microphone-icon.recording.level-8 {
		background-position: -420px center;
}
.vc-microphone-icon.recording.level-9 {
		background-position: -480px center;
}
.vc-microphone-icon.recording.level-10 {
		background-position: -540px center;
}
.vc-microphone-icon.recording.level-11 {
		background-position: -600px center;
}

#vc_skip_button {
	height: 70px;
	line-height: 20px;
	font-size: 20px;
	font-weight: normal;
	width: 314px;
	color: #fff;
	padding: 0px;
	margin: 0px auto;
	-webkit-border-image: url(../images/phone-menu-button-tall.png) 0 25 210 25 stretch stretch !important;
	-webkit-box-sizing: border-box;
	border-width: 0px 25px 0px 25px;
	box-sizing: border-box;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index:100;
}

#vc_cancel_button {
	height: 70px;
	width: 314px;
	line-height: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin: 0px auto;
	-webkit-border-image: url(../images/phone-menu-button-tall.png) 0 25 210 25 stretch stretch !important;
	-webkit-box-sizing: border-box;
	border-width: 0px 25px 0px 25px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	z-index:100;
}

.vc-fixed-bottom {
 	position: absolute;
	width: 315px;
	margin: 0 auto !important;
	left: 2px;
	bottom: 4px;
	text-align: center;
	z-index: 50000;
}

#vc_no_language_pack {
	bottom: 1px;
	height: 100%;
	position: absolute;
}

#vc_download_progress {
	margin: 0 !important;
	padding: 0 !important;
}

#vc_no_language_pack .vc-download-text {
	margin-top: 340px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 5px 0px 5px;
	font-size: 18px;
	text-align:center;
}

.white, .vc-text, .vc-download-text {color:#fff;}