﻿
.audio_sample
{
	width: 0px;
	height: 0px;
	display: none;
}
.voices
{
	display: block;
	width: 100%;
	float: right;
	padding-top: 20px;
 
	
}

.voicesHolder
{
	display: block;
	width: 100%;
	float: left;
		
}

.vtHolder
{
	display: block;
	width: 533px;
	float: left;	
	padding-bottom: 20px;
	
}

.vtHeader_male
{
	display: block;
	width: 533px;
	height: 40px;
	float: left;	
	background-image: url('images/voice/tab_female.png');
	background-repeat: no-repeat;

}

.vtHeader_female
{
	display: block;
	width: 533px;
	height: 40px;
	float: left;	
	background-image: url('images/voice/tab_male.png');
	background-repeat: no-repeat;
}

.vtTitle
{
	display: block;
	width: 426px;
	float: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;


}

.vtTitle a
{
	display: block;
	width: 204px;
	float: right;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 5px;
	
	font-size: 14px;

	
}

.vtTitleFemale
{
	display: block;
	width: 210px;
	float: right;

}

.vtTitleMale
{
	display: block;
	width: 210px;
	float: left;

}

.maleActive, .femaleActive
{
	color: #e2a133;
}

.maleInactive, .femaleInactive
{
	color: #243842;
}

.maleInactive span, .maleActive span, .femaleActive span, .femaleInactive span
{
	color: #ffffff;
	font-size: 12px;
}

.vtBodyBG
{
	display: block;
	width: 533px;
	float: left;
	background-color: #e3e3e3;	
}

.vtBody
{
	display: block;
	width: 533px;
	float: left;
		
}

.vtBodyOuter
{
	display: block;
	width: 532px;
	float: right;	
	padding-bottom: 1px;
}

.vtBodyInner
{
	display: block;
	width: 531px;
	float: left;
	background-image: url('images/voice/voice_bg.png');
	background-repeat: repeat-x;
	background-color: 	#f3f3f3;
	padding-bottom: 25px;
	
	min-height: 280px;
	
}

.vtCol
{
	display: block;
	width: 504px;
	float: right;	
	padding-top: 15px;
}

.vtLeft
{
	display: block;
	width: 252px;
	float: left;
}

.vtRight
{
	display: block;
	width: 230px;
	float: left;	
}

.vtColHeader
{
	display: block;
	width: 230px;
	float: left;	
	font-size: 8px;
	color: #243842;
	padding-bottom: 10px;
}

.vtCellName
{
	display: block;
	width: 100px;
	float: left;

}

.vtCellName span
{
	padding-left: 20px;
}
.vtCellSample
{
	display: block;
	width: 54px;
	float: left;
	text-align: center;
	
}


.vtCellSelect
{
	display: block;
	width: 55px;
	float: left;	
	text-align: center;
}

.vtSampleEven, .vtSampleOdd
{
	display: block;
	width: 218px;
	float: left;
	padding-top: 3px;
	font-size: 11px;
	color: #4d4d4d;
}

.vtSampleEven
{
	background-color: #ffffff;
}

.commands
{
	display: block;
	width: 789px;
	float: left;
	text-align: right;
	padding-top: 10px;

}

.commands a img
{
	border: none;	
}

.extraCommand
{
	display: block;
	width: 770px;
	float: left;
	text-align: right;
	
	
}



.dots
{
	display: block;
	width: 208px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
}

/* LANGUAGES */

.languageBox
{
	display: block;
	width: 210px;
	float: left;
	padding-bottom: 20px;
}

.languageBoxTitle
{
	display: block;
	width: 210px;
	float: left;
	padding-bottom: 3px;
}

.languageRowHolder
{
	display: block;
	width: 200px;
	float: right;
}

.languageRow
{
	display: block;
	width: 200px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.languageImgHolder
{
	display: block;
	width: 22px;
	float: left;
	padding-top: 2px;
}

.languageTitleHolder
{
	display: block;
	width: 176px;
	float: right;
	
}

.languageTitleHolder a
{
	text-decoration: none;
}

.languageOver
{
	color: #ce8a14;
}

.languageOut
{
	color: #999999;
}

.languageOut:hover
{
	color: #ce8a14;
}

