@charset "utf-8";
/* CSS Document */

.box-table-a {
	font-family:"Georgia";
	font-size:12px;
	width:100%;
	text-align:left;
	border-collapse:collapse;
	margin-top: 20px;
}
.box-table-a th {
	font-size:16px;
	font-weight:bold;
	background:#ffffff;
	border-top:0px solid #d0d0d3;
	border-bottom:1px solid #000000;
	color:#000000;
	padding:6px;
}
.box-table-a td {
	background:#ffffff;
	border-bottom:1px solid #fff;
	color:#000000;
	border-top:1px solid transparent;
	padding:8px;
}
.box-table-a tr:hover td {
	background:#ffffff;
	color:#000000;
}
.box-table-a a {
	color: #000000;
	text-decoration: underline;
}
.box-table-a a:hover {
	color: #000000;
	text-decoration: underline;
}
.box-table-a tbody td {
	width: 33%;
	font-weight: bold;
}
table.box-table-a#television tbody td {
	width: 20%;
}
.span.sub
{
font-size:10px;
}
/* Voice Table */
.voice table.box-table-a th#name {
	width: 35%;
}
.voice table.box-table-a th#description {
	width: 35%;
}
.voice table.box-table-a th#category {
	width: 20%;
}
.voice table.box-table-a th#play {
	width: 10%;
}
/* Television Table */
table.box-table-a#television th#title {
	width: 25%;
}
table.box-table-a#television th#role_type {
	width: 10%;
}
table.box-table-a#television th#role {
	width: 20%;
}
table.box-table-a#television th#subtitle {
	width: 20%;
}
table.box-table-a#television th#principals {
	width: 25%;
}
table.box-table-a#television tbody td {
	width: auto;
}
.box-table-a span.debold {
	font-weight: normal;
}
/* Profile */

div#tabs table {
	font-size: 85%;
}
/* Profile / Resumes */
div#tabs table tr {
	height: 25px;
}
div#tabs table td {
	padding-left: 8px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
}
div#tabs table td.edit {
	width: 16px;
}
div#tabs table td.edit a {
	text-decoration: none;
	display: block;
	vertical-align: middle;
}
div#tabs table tr:hover td {
	color: #339;
}
#special-skills-table.box-table-a tbody td {
	width: 100%;
}
