/*
// teampublish
// (c) by telepark
*/

body {
	margin: 10px;
	padding: 0;
	background-color: #a7caf0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	
	scrollbar-3dlight-color: #FF0000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FF0000;
	scrollbar-face-color: #FF0000;
	scrollbar-highlight-color: none;
	scrollbar-shadow-color: none;
	scrollbar-track-color: #FF0000;
}

p, td, th, div, span, input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-size: 18px;
	color: #505050;
}

a {
	color: #A0A0A0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* classes */
.mainTable {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -465px;
	margin-top: -293px;
	width:930px;
	height:583px;
}

.startTable {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -465px;
	margin-top: -269px;	
	width:930px;
	height:538px;
}

.mainTable td, .startTable td {
	background-color:#FFFFFF;
}

.subTable {
	width:100%;
	background-color:#FF0000;
}

.subTable td {
	background-color:#FFFFFF;
}

.innertd {
	margin:5px;
}

.content {
	overflow:auto; 
	margin:10px;
}

.overview {
	overflow:auto; 
}

.topFrame {
	border-bottom:1px solid #FFFFFF;
}

.leftFrame {
	width:200px;
	background-color:#BECCD8;
	padding:10px;
	vertical-align:top;
}

.mainFrame {
	width:580px;
	background-color:#FFFFFF;
	padding:10px;
	vertical-align:top;
}

.menuMainItem {
	margin-left:10px;
	margin-bottom:5px;
	padding:0;
}

.menuItem {
	list-style: none;
	line-height: 140%;
	font-variant: small-caps;
	font-size:15px;
	/*font-weight:bold;*/
}

.menuItem a {
	text-decoration: none;
	color:#000000;
}

.menuItem a:hover {
	text-decoration:underline;
}

.agencyGroup {
	font-weight:normal;
	font-size:13px;
	padding-bottom:10px;
}

.actorName {
	width:100%;
	text-align:center;
	font-size:13px;
	font-variant: small-caps;
	font-weight: bold;
}

.naviTitle {
	font-size:14px;
	font-weight:bold;
}

.agentPhone {
	text-align:left;
	font-size:9px;
	font-weight:normal;
}

#embedVideo {
	float:left;
}

#enlargeVideo {
	width: 18px;
	height:145px;
	float:left;
}

#teleparklogo {
	position:absolute;
	right:2px;
	bottom:5px;
}
