/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }
:focus   { -moz-outline-style:none; }

div.overlayPlayer {
	padding:40px;
	width:576px;  
	display:none;
	background-image:url(/images/overlay/white.png);	
}

div.overlayPlayer div.close {
	background:url(/images/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.overlayPlayer a {
	height:450;
	display:block;
}

div.overlayInfoAssist {
	padding:40px;
	width:576px;  
	height:445px;
	display:none;
	background-image:url(/images/infoAssist/ptt_infoAssistBg.png);	
	color: black;
}

div.overlayInfoAssist a {
	color: #234E55;
}

div.overlayInfoAssist div.close {
	background:url(/images/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.overlayInfoAssist div.footer {
	text-align: center;
	position: absolute;
	bottom: 35px;
	left: 0px;
	width: 576px;
}

div.infoAssist {
	position: relative;
	top: 20px;
	text-align: center;
	color: black;
	width: 95%;
	height: 100%;
	font-size: 20;
}

div.infoAssist p.medium {
	font-size: 20;
}

div.infoAssist p.small {
	font-size: 14;
}

div.infoAssist a.large {
	font-size: 30;
}

div.infoAssist a.small {
	font-size: 14;
}
 
div.infoAssist input {
	color: #A0A0A0;
	font-size: 20;
	width: 300px;
}

a.infoDiggHuge {
	font-size: 120;
	color: black;
}

a.infoDiggMedium {
	font-size: 40;
	color: black;
	vertical-align: text-top;
	font-weight: bold;
}

input.embedInput {
	width: 170px;
	background-color: #E0E0E0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	color: #505050;
	height:20px;
}
