﻿/***** Redefinição de Tags *****/
*
{
	font-size:12px;
	font-family:Arial;
	color:#000;
	margin: 0 auto;
	padding: 0;
	border:0;
	text-align:left;
}

body 
{
	/*background:url('../../Images/bg-body.gif') repeat-x;	
	background: #000;*/	
}

p 
{
	margin-top:10px;
	color:#000;
	text-align:justify;
}


/***** Header *****/
	.DivHeader
	{
		width:100%;
		background:#10284E;
		height:120px;
		text-align:center;
		padding:0;
	}
	
	.DivStripe
	{
		width:100%;
		background:#10284E;
	
	}
	
	.DivStripe .DivWelcome
	{
		text-align:right;
		color:#FFF;
		margin: 0 auto;
		width:1000px;
		display:block;
	}
	
	.DivStripe .DivWelcome a
	{
		color:#FFF;
	}
	
	.DivHeaderContent
	{
		width:1000px;
		display:block;
	}
	
	.DivHeaderContent .ImageClient
	{
		height:120px;
		float: left;
		margin: -15px 50px 0 0;
	}
	
	.DivHeaderContent .DivUserID
	{
		width:225px;
		text-align:center;
		color:#FFF;
		float:left;
		margin-top:25px;
	}
	
	.DivHeaderContent .DivUserID a
	{
		color:#FFF;
	}
	
	.DivHeaderContent .ForgotPassword
	{
		font-size:11px;
		display:block;
		color:#FFF;
		margin:3px 0;
	}
	
	.DivHeaderContent .RememberPassword
	{
		font-size:11px;
		color:#FFF;
		margin:3px 0;
	}
	
	.DivHeaderContent .ForgotPassword a
	{
		font-size:11px;
		color:#FFF;
	}

	/* Login */
		.DivLogin
		{
			width:587px;
			background:url('../../Images/bg-menu.jpg') no-repeat;
			height:173px;
			text-align:center;
		}

		.LogoClient 
		{
			margin: 23px 0 5px 0;
		}

		.DivLogin div, .divLogin div a
		{
			color: #000;
			text-align:center;
		}
		
		.txtEmail
		{
			background:url('../../Images/bg-input-email.gif') no-repeat;
			height:20px;
			width:201px;
			margin:5px 0 0 20px;
			display:block;
		}
		
		.ButtonLogin
		{
			background:url('../../Images/btn-login.gif') no-repeat;
			cursor:pointer;
			height:42px;
			width:65px;
			float:right;
			margin-top:8px;
		}
		
		.ButtonLogin:hover
		{
			background:url('../../Images/btn-login-hover.gif') no-repeat;
		}
		
		.WelcomeMessageLogin
		{
			padding-top:10px;
			text-align: center;
		}
		
		.LoginIcon
		{
			margin:9px 5px 0 0;
			float:left;
		}

	/* Menu 
		.MenuHeader
		{
			list-style: none;
			width:587px;
			height:26px;
			margin-left:5px;
			margin-bottom:7px;
		}

		.MenuHeader li
		{
			margin:0 2px;
			display: block;
			float: left;
		}

		.MenuHeader li a
		{
			background:url('../../Images/bg-button-menu.gif') no-repeat;
			width: 140px;
			height: 22px;
			padding-top: 4px;
			color: #FFF;
			text-decoration: none;
			font: bold 15px Arial;
			display: block;
			float: left;
			text-align: center;	
		}
		
		.MenuHeader li a:hover
		{
			background:url('../../Images/bg-button-menu-hover.gif') no-repeat;
		}*/

	/* Menu Logado */
	.MenuHeaderLogado
	{	
		float:right;
		margin-top: 25px;
		margin-left: 10px;
	}		
		.MenuHeaderLogado .MenuHome {
			margin-right: 10px;
			width: 58px;
			height: 42px;
			padding-right: 10px;
		}
		
		.MenuHeaderLogado .MenuMinhaPagina {
			width: 164px;
			height: 42px;
			padding-right: 10px;
		}
		.MenuHeaderLogado .MenuConteudos {
			width: 125px;
			height: 42px;
			padding-right: 10px;
		}
		
	/* Procura */
	.DivSearch {
		clear: right;
		float: right;
		/*background: #00537C;*/
		padding: 5px;
		width: 216px;
		text-align: center;
		margin-top: 8px;
	}

		.DivSearch label {
			color: #FFF;
			vertical-align: bottom;
		}

		.DivSearch input {
			margin-left: 3px;
			vertical-align: middle;
		}

		.DivSearch .SearchButton {
			border: solid 1px #FFF;
			background: #013D5B;
			color: #FFF;
			font-size: 9px;
			height: 15px;
		}

/***** Player Flash *****/
	.PlayerFlashDiv
	{
		background:url('') no-repeat top left;
		cursor:pointer;
		text-align:center;
		vertical-align:middle;
		width:512px;
		height:384px;
	}
	
	.PlayerFlashDiv img
	{
		margin-top:140px;
		opacity:0.4;
		filter:alpha(opacity=50);
	}

/***** VideoBrowserExtended *****/
	.VideoBrowserExtended
	{
		background:url('../../Images/bg-video.gif') no-repeat center;
		height:400px;
	}
	
	.VideoBrowserTitle
	{
		font: bold 13px Arial;
		color: #005579;
	}
	
	.VideoResume 
	{
		width: 518px;
		margin: 5px 0;
		text-align: justify;
		font: normal 11px Arial;
	}
	
	.VideoBrowserInfos
	{
		font: bold 10px Arial;
		display: block;
		width: 130px;
		float: left;
		text-align: center;
	}
	
	.VideoLinkInfo 
	{
		width: 132px; 
		vertical-align: top;
		background: #E3E3E3;
		height: 69px;
		display:block;
		padding: 5px;
		margin-left:28px;
		margin-top:2px;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7; 
	}
	
	.DivPlayer
	{
		margin: 0px;
	}
	
/***** MostViewed *****/
	.MostViewedTable
	{
		background:url('../../Images/bg-most-viewed.gif') no-repeat;
		width:1000px;
		height:85px;
		padding-top:42px;
		display:block;	
	}
	
	.MostViewed
	{
		width:880px;	
	}
	
/***** MostRecent *****/
	.MostRecentTable
	{
		background:url('../../Images/bg-most-recent.gif') no-repeat;
		width:1000px;
		height:86px;
		padding-top:42px;
		display:block;	
	}

	.MostRecent
	{
		width:880px;		
	}

/***** DivContent *****/	
	.DivContent
	{
		width:100%;
		background:#EDEDED;
		padding:10px 0;
	}
	
	.DivContent h1
	{
		margin-left:0;
	}
	
	.DivContentTop
	{
		background:url('../../Images/bg-content-top.gif') no-repeat;
		width:994px;
		height:20px;
	}
	
	.DivContentMiddle
	{
		background:url('../../Images/bg-content-middle.gif') repeat-y;
		width:954px;
		padding: 0 20px;
	}
	
	.BoxContent h2
	{
		font: bold 18px Arial;
		color: #013D5B;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
		.DivContentMiddle h1
	{
		font: bold 13px Arial;
		color: #464646;
	}
	
	.DivContentMiddle h2
	{
		font: bold 15px Arial;
		color: #464646;
	}
	
	.DivContentMiddle h3
	{
		font: bold 30px Arial;
		color: #013D5B;
	}
	
	.DivContentMiddle b
	{
		font: bold 30px Arial;
		color: #0099FF;
	}
	
	.DivContentBottom
	{
		background:url('../../Images/bg-content-bottom.gif') no-repeat;
		width:994px;
		height:20px;
	}

/***** DivDescription *****/	
	.DivDescription
	{
		background:url('../../Images/bg-video-isat.jpg') repeat-y;
		min-height:390px;
		width:550px;
		padding: 0 230px 10px 220px ;
		margin:10px auto;
		text-align: center;
	}
	
	.DivDescription .Content
	{
		background:url('../../Images/bg-div-description.jpg') no-repeat bottom;
		width:557px;
		height:400px;
	}
	
	.DivDescription .Content p
	{
		padding-left: 260px;
		margin:10px;
		text-align:justify;
		font: normal 12px Arial;
	}

/***** DivLinkEmbed *****/	
	.DivLinkEmbed
	{	
		width: 425px;
		padding: 5px 10px;
		background: #e3e3e4;
		border-bottom:5px solid #FFF;
	}
	
	.DivLinkEmbed span
	{
		background:url('../../Images/icon-premalink-embed.gif') no-repeat 0 6px;
		float:left;
		padding-left:25px;
		color:#727d84;
		font-weight:bold;
		height:25px;
		width:75px;
		text-align:left;
	}
	
	.DivLinkEmbed textarea
	{
		width: 280px;
		color: #727d84;
		font:bold 10px Arial;
	}
/***** DivPermalink *****/
	.DivPermalink
	{	
		width: 425px;
		height: 15px;
		padding: 5px 10px;
		background: #d0d2d3;
		border-top:5px solid #FFF;
		border-bottom:5px solid #FFF;
	}
	
	.DivPermalink span
	{
		background:url('../../Images/icon-premalink-embed.gif') no-repeat;
		float:left;
		padding-left:17px;
		color:#727d84;
		font-weight:bold;
		height:25px;
		width:83px;
	}
	
	.DivPermalink input
	{
		width: 280px;
		color: #727d84;
		font:bold 10px Arial;
	}

/***** General Objects *****/
	.ListLatin
	{
		list-style-type:lower-latin;
		margin-left:20px;
	}
	
	.ListDecimal
	{
		list-style-type:decimal;
		margin-left:40px;
	}
	
	.ListDecimal li
	{
		font-weight:bold;
		margin:5px 0;
	}
	
	.ListLatin li
	{
		font-weight:normal;
		margin:3px 0;
		text-align:justify;
	}
	
	.TitlePresentation
	{
		font: bold 14px Arial;
		color:#005579;
		display:block;
		text-align:left;
		margin:0 0 5px 5px;
	}
	
	.ResumePresentation
	{
		text-align:justify;
		display:block;
		font: 14px Arial;
		margin:5px 10px 5px 5px;
	}
	
	.InfoCountPresentation
	{
		font:bold 11px Arial;
		width:130px;
		text-align:center;
		display:block;
		float:left;
		padding:10px 0;
		font-color: #666666;
	}
	
	.UserOwnerPresentation
	{
		display:block;
		padding:5px 0px 5px 5px;
		color:#666666;
		font-size:11px;
	}
	
	.UserOwnerPresentation a
	{
		font-weight:bold;
		color:#005579;
		font-size:11px;
	}
	
	.ButtonPrevious
	{
		float:right;
	}
	
	.TextBox
	{
		border:0;
		margin:2px 0 0 5px;
		width:178px;
		color:#000;
	}

	.TextBoxMultiline
	{
		overflow: auto;
		border:0;
		margin:2px 0 0 5px;
		width:178px;
		color:#000;
	}
	
	.InputText, .InputTextObrig 
	{
		height:22px;
		padding-top:5px;
		padding-left: 3px;
		width:190px;
		margin: 0px;
		margin-bottom:10px;			
	}

	.InputText
	{
		background:url('../../Images/bg-input.gif') no-repeat;
		/*
		height:27px;
		width:190px;		
		margin: 0px;
		padding: 3px;
		margin-bottom:10px;
		*/
	}	
	
	.InputTextObrig
	{		
		background:url('../../Images/bg-input-obrig.gif') no-repeat;
		/*
		height:22px;
		padding-top:5px;
		padding-left: 3px;
		width:190px;
		margin: 0px;
		margin-bottom:10px;
		*/
	}
	
	.txtFile {
		background:url('../../ImagesVideoteca/bg-input-file.gif') no-repeat;
		height:26px;
		width:320px;		
		margin:0px;
		margin-bottom:10px;
	}
		.txtFile input[type=file] {
			border: solid 0px #000;
			width: 240px;
			height: 20px;
			margin:2px 0px 0px 5px;	
		}
			.txtFile button	{
				border: solid 1px #000;
			}
	
	.TextArea
	{
		background:url('../../Images/bg-textarea.gif') no-repeat;
		height:248px;
		width:288px;		
		margin: 0px;
		margin-bottom:10px;
	}
	
	.TextAreaObrig
	{
		background:url('../../Images/bg-textarea-obrig.gif') no-repeat;
		height:248px;
		width:288px;
		margin-bottom:10px;
		float:left;
	}
	
	.MostRecent table tbody tr td a, .MostViewed table tbody tr td a 
	{
		text-decoration:none;
		cursor:pointer;
	}
	
	.Thumbnail 
	{
		float:left;
		width:140px; 
	}
	
	.VideoInfo 
	{
		display:block;
		width:165px;
		float:right;
	}
	
	.VideoTitle
	{
		font: bold 11px Arial;
		color:#000;
	}
	
	.VideoExibition
	{
		font: normal 11px Arial;
	}
	
	.VideoTime 
	{
		width:27px;
		height:17px;
		display:block;
		font:bold 10px Arial;
		float:left;
		padding:8px 1px 1px 2px;
		margin-right:2px;
	}
	
	.TimeGreen
	{
		background:#dbe1b3;
		border-right:1px solid #c9db43;		
	}
	
	.TimeRed
	{
		background:#dba4ab;
		border-right:1px solid #c71427;	
	}
	
	.PageTitle
	{
		background: url("/Images/bg-title.gif") repeat-x;
		width:490px;
		height:27px;
		padding:4px 0 0 30px;
		color:#FFF;
		font: bold 20px Arial;
		text-align: left;
	}
	
	.Logo-Video-Isat
	{
		margin:30px 0 0 130px;
	}

    
	/*** Button ***/

	.Button182-28
	{
		background: url("/Images/bg-button-182-28.gif") no-repeat;
		width:182px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;
		margin-top:10px;
		cursor:pointer;
	}
	
	.Button182-28Over
	{
		background: url("/Images/bg-button-182-28-over.gif") no-repeat;
		width:182px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;;
		margin-top:10px;
		cursor:pointer;
	}

	.Button182-28Down
	{
		background: url("/Images/bg-button-182-28-down.gif") no-repeat;
		width:182px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;;
		margin-top:10px;
		cursor:pointer;
	} 

	.Button132-28
	{
		background: url("/Images/bg-button-132-28.gif") no-repeat;
		width:132px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;
		margin-top:10px;
		cursor:pointer;
	}
	
	.Button132-28Over
	{
		background: url("/Images/bg-button-132-28-over.gif") no-repeat;
		width:132px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;;
		margin-top:10px;
		cursor:pointer;
	}

	.Button132-28Down
	{
		background: url("/Images/bg-button-132-28-down.gif") no-repeat;
		width:132px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;;
		margin-top:10px;
		cursor:pointer;
	} 
	
	.Button
	{
		background: url("/Images/bg-button-102-28.gif") no-repeat;
		width:102px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}
	.ButtonOver
	{
		background: url("/Images/bg-button-102-28-over.gif") no-repeat;
		width:102px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}

	.ButtonDown
	{
		background: url("/Images/bg-button-102-28-down.gif") no-repeat;
		width:102px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	} 

	.ButtonIndex
	{
		background: url("/Images/bg-button-128-33.gif") no-repeat;
		width:128px;
		height:33px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}

	.ButtonIndexOver
	{
		background: url("/Images/bg-button-128-33-over.gif") no-repeat;
		width:128px;
		height:33px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}

	.ButtonIndexDown
	{
		background: url("/Images/bg-button-128-33-down.gif") no-repeat;
		width:128px;
		height:33px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}

/***** Footer *****/
	.DivFooter 
	{
		width:100%;
		background:#10284E;
		font: normal 12px Arial;
		height:100px;
	}
	
	.DivFooterContent
	{
		width:1000px;
		display:block;
		padding:20px 0 0px 0;
	}
	
	.DivFooterContent span
	{
		display:block;
		padding-top:20px;
		color:#FFF;
	}
	
	.DivFooterContent span img
	{
		vertical-align:middle;
		margin: 0 10px;
	}
	
	.IsatVideoLogo
	{
		padding:0;
		margin:-10px 0 0 10px;
	}

	/* Menu */
		.DivMenuFooter
		{
			float:right;
			margin-top:22px;
			text-align:right;
		}
		
		.DivMenuFooter .DivVersion
		{
			font: bold 10px Arial;
			text-align:right;
			padding: 0 8px 0 0;
			color:#FFF;
			clear:both;
		}

		.MenuFooter
		{
			list-style:none;
		}

		.MenuFooter li
		{
			display: block;
			float: left;
			color:#FFF;
		}
		
		.MenuFooter li a
		{
			margin:0 3px;
			color:#FFF;
			font: normal 12px Arial;
			text-decoration:none;
		}
		
		.MenuFooter li a:hover
		{
			text-decoration:underline;
		}
/***** Labels *****/		


.LabelMessage 
{
	width:95%;
	padding:4px;
	background-color:#F1F1F1;
	font-weight:bold;
	color:#F00;
	display:block;
}

.LabelLogin 
{
	color:#FFF;
	margin-right: 3px;
}

/***** Buttons *****/
.Button_old
{
	color: #000;
	font: bold 12px Verdana;
	background: #FFF url(/images/bg-login-button.jpg) bottom repeat-x;
	border: 1px solid #CCC;
	padding: 2px 3px;
	cursor: pointer;
}



.ButtonLogout
{
	margin:0 5px 0 0;
	vertical-align:text-bottom;
}

.DivLine
{
	height:1px;
	padding:0px;
	margin:10px 0px;
	border:none;
	width:400px;
	border-top:solid 1px #D6D6D6;
	background-color:#FFF;
}
/***** Table *****/
.MainTable
{
	width:1000px;
}

.TableWatch
{
	background: #FFF url(/Images/bg-watch.gif) no-repeat;
}

.TableContact
{
	margin-top:15px;
	text-align:left;
}

.TableContact th
{
	font: bold 14px Arial;
}

.TableContact td
{
	font: normal 11px Arial;
	text-align:left;
}

/* Box */
	.BoxMediumTop
	{
		width:627px;
		background: url("/Images/bg-box-medium-top.gif") no-repeat;
		padding:7px 0 5px 15px;
	}

	.BoxMediumTop a
	{
		color:#FFF;
		float: right;
		text-decoration: none;
		margin: 4px 10px 0 0;
	}

	.BoxMediumMiddle
	{
		width:639px;
		background: #FFF url("/Images/bg-box-medium-middle.gif") repeat-y;
		padding:2px;
	}

	.BoxMediumMiddle a
	{
		text-decoration: none;
	}
	
	.BoxMediumMiddle .MostViewedItem .Title
	{
		color: #005179;
		font: bold 11px Arial;
	}
	
	.FeaturedItem .Title
	{
		color: #005179;
		font: bold 16px Arial;	
	}		
		.FeaturedItem .Title a {
			color: #005179;
			font: bold 16px Arial;
			text-decoration: none;
		}
			.FeaturedItem .Title a:hover {
				color: #005179;
				text-decoration: underline;		
			}
	
	.BoxMediumMiddle .MostViewedItem .VideoPreview
	{
		width: 128px;
		height: 96px;
		margin-right: 5px;
		float: left;
	}
	
	.FeaturedItem .VideoPreview
	{
		width: 128px;
		height: 96px;
		margin-right: 5px;
		float: left;
	}
	
	.BoxMediumMiddle .MostViewedItem .EventTitle
	{
		color: #000;
		font: normal 11px Arial;
		display: block;
	}
	
	.FeaturedItem .EventTitle
	{
		color: #000;
		font: normal 11px Arial;
		display: block;
	}
	
	.BoxMediumMiddle .MostViewedItem .Info
	{
		color: #969696;
		font: normal 11px Arial;
		display: block;
	}
	
	.FeaturedItem .Info
	{
		color: #969696;
		font: normal 11px Arial;
		margin: 5px 5px 5px 0;
	}
	
	.BoxMediumMiddle .MostViewedItem
	{
		margin: 5px 10px 10px 5px;
	}
		.MostViewedItem a {
			text-decoration: none;
		}
			.MostViewedItem a:hover {
				text-decoration: underline;
			}
	
	.FeaturedItem
	{
		margin: 5px 10px 10px 5px;		
	}
	
	.FeaturedItem a {
		text-decoration: none;
	}
		.FeaturedItem a:hover {
			text-decoration: underline;
		}
	
	.BoxMediumMiddle .MostViewedItem .Data
	{
		float: left;
	}
	
	.BoxMediumMiddle .MostViewedItem .BoxDuration
	{
		width: 66px;
		height: 21px;
		background-color: #CEDBAF;
		font: normal 11px Arial;
		border-right: solid 3px #A2C537;
		text-align: center;
		padding: 10px 0 0 2px;
		float: left;
		margin: 65px 0 0 -75px;
		vertical-align: baseline;
		filter:alpha(opacity=90);
		-moz-opacity: 0.7;
		opacity: 0.7;
		
	}

	.FeaturedItem .BoxDuration
	{
		width: 69px;
		height: 31px;
		background-color: #CEDBAF;
		font: normal 11px Arial;
		border-right: solid 3px #A2C537;
		float: left;
		text-align: center;
		padding: 15px 0 0 0;
		margin: 2px 5px 0 0;
		vertical-align: baseline;
	}
	
	.BoxMediumBottom
	{
		width:643px;
		background: #FFF url("/Images/bg-box-medium-bottom.gif") no-repeat;
		height:15px;
	}
	
	.BoxMediumTop h3
	{
		font: normal 20px Arial;
		color:#FFF;
		margin: 0; 
	}
	
	.BoxSmallTopUpload
	{
		width:400px;
		background: url("/Images/bg-box-small-top-1.gif") no-repeat;
		padding:7px 0 6px 0;
	}
	.BoxSmallTop
	{
		width:331px;
		background: url("/Images/bg-box-small-top.gif") no-repeat;
		padding:7px 0 6px 0;
	}

	.BoxSmallTop a
	{
		color:#FFF;
		float: right;
		text-decoration: none;
		margin: 4px 10px 0 0;
	}

	.BoxSmallMiddle
	{
		width:315px;
		background: url("/Images/bg-box-small-middle.gif") repeat-y;
		padding:2px 8px;
	}

	.BoxSmallMiddle a
	{
		text-decoration: none;
	}
		.BoxSmallMiddle a:hover
		{
			text-decoration: underline;
		}
	
	.BoxSmallMiddle .Title
	{
		color: #005179;
		font: bold 14px Arial;
	}
	
	.BoxSmallMiddle .VideoPreview
	{
		width: 96px;
		height: 72px;
		margin-right: 5px;
	}
	
	.BoxSmallMiddle .EventTitle
	{
		float: left;
		width: 125px;
		color: #000;
		font: normal 11px Arial;
	}
	
	.BoxSmallMiddle .Info
	{
		color: #969696;
		font: normal 11px Arial;
	}
	
	.BoxSmallMiddle .Item
	{
		margin: 5px 5px 0px 5px;
	}
	
	.BoxSmallMiddle .Data
	{
		float: left;
	}
	
	.FeaturedItem .Data a, .LiveItem .Data a
	{
		font: normal Arial 11px;
		color: #313031;
		text-decoration: none;
	}
	
	.BoxSmallMiddle .BoxDuration
	{
		width: 69px;
		height: 31px;
		background-color: #CEDBAF;
		font: normal 11px Arial;
		border-right: solid 3px #A2C537;
		float: right;
		text-align: center;
		padding: 15px 0 0 0;
		vertical-align: baseline;
	}
	
	.BoxSmallBottom
	{
		width:331px;
		background: url("/Images/bg-box-small-bottom.gif") no-repeat;
		height:15px;
	}
	
	.BoxSmallTop h3
	{
		font: normal 20px Arial;
		color:#FFF;
		margin: 0 0 0 18px; 
	}
	
	.BaloonTagTop
	{
		width:331px;
		background: url("/Images/bg-baloon-tag-top.gif") no-repeat;
		height:40px;
		margin-top:10px;
	}

	.BaloonTagTopTitle
	{
		width:331px;
		background: url("/Images/bg-baloon-tag-top.gif") no-repeat;
		height:26px;
		margin-top:10px;
		padding-top:30px;
	}

	.BaloonTagTopTitle h3
	{
		font: normal 20px Arial;
		color:#FFF;
		margin: 0 0 0 10px;
		padding: 2px 0 0 10px;
	}
	
	.BaloonTagMiddle, .BaloonTagMiddle2
	{
		width:311px;
		background: url("/Images/bg-baloon-tag-middle.gif") repeat-y;
		padding: 0 10px;
	}
	
	.BaloonTagMiddle2 h2, .BaloonTagMiddle2 h2 b, .BaloonTagMiddle2 h2 a
	{
		font:normal 16px Arial;
	}
	
	.BaloonTagMiddle2 h2 b
	{
		font-weight: bold;
	}
	
	.BaloonTagMiddle span
	{
		text-align:center;
		display:block;
	}
	
	.BaloonTagMiddle h2 b {
		font:bold 16px Arial;
	}
	
	.BaloonTagMiddle h2, .BaloonTagMiddle h2 a
	{
		font:normal 16px Arial;
	}	
	
	.BaloonTagBottom
	{
		width:331px;
		background: url("/Images/bg-baloon-tag-bottom.gif") no-repeat;
		height:27px;
		margin-bottom:10px;
	}
	
	#ctl00_ContentPlaceHolder1_vlt_MostRecent_upnVideoList div table
	{
		width:100%;
	}

	.LiveItem .Title
	{
		color: #005179;
		font: bold 18px Arial;	
	}		
		.LiveItem .Title a {
			color: #005179;
			font: bold 18px Arial;
			text-decoration: none;
		}
			.LiveItem .Title a:hover {
				color: #005179;
				text-decoration: underline;		
			}

	.LiveItem .VideoPreview
	{
		width: 200px;
		height: 150px;
		margin-right: 5px;
		float: left;
	}

	.LiveItem .EventTitle
	{
		color: #000;
		font: normal 12px Arial;
		display: block;
	}

	.LiveItem .Info
	{
		color: #969696;
		font: normal 12px Arial;
		margin: 5px 5px 5px 0;
	}

	.LiveItem
	{
		margin: 5px 10px 10px 5px;		
	}
	
	.LiveItem a {
		text-decoration: none;
	}
		.LiveItem a:hover {
			text-decoration: underline;
		}

	.BoxMediumMiddle .LiveItem .BoxLive
	{
		width: 200px;
		height: 36px;
		background-color: #00EE00;
		color: #FFFFFF;
		font: bold 20px Arial;
		text-align: center;
		padding: 13px 0 0 0;
		float: left;
		margin: 100px 0 0 -205px;
		vertical-align: baseline;
		filter:alpha(opacity=50);
		-moz-opacity: 0.7;
		opacity: 0.7; 
		
	}

	/**** Paginação ****/
	.ListPagination
	{
		width:100%;
		margin:20px 0 20px 0;
		text-align:center;
	}
	.ListPaginationCurrentPage
	{
		padding:5px;
		background-color:#005579;
		color:White;
		font-weight:bold;
		margin:0px 2px 0px 2px;
	}
	.ListPaginationPageNumber
	{
		padding:5px;
		background-color:#E6E6E6;
		font-weight:bold;
		text-decoration:none;
		margin:0px 2px 0px 2px;
	}
	.ListPaginationPageNumber:hover
	{
		text-decoration:underline;
	}

/**** Listando Videos em Grid ****/
.TableVideoList tr td {
	background: #DEE7E7;
	width:200px;	
	padding-bottom: 5px;	
}

.GridIFeaturedtem {
	margin: 0px 0px 10px 0px;
	width: 200px;
	padding: 3px;	
}

	.GridIFeaturedtem a {
		text-decoration: none;
	}
		.GridIFeaturedtem a:hover {
			text-decoration: underline;
		}

	.GridIFeaturedtem .Title a {
		color: #005179;
		font: bold 12px Arial;
		display: block;
		min-height: 34px;		
		text-decoration: none;
	}
		.GridIFeaturedtem .Title a:hover {
			text-decoration: underline;		
		}
	.GridIFeaturedtem .VideoPreview	{
		width: 200px;
		height: 150px;		
		margin-bottom: 5px;
		float: left;
	}
	.GridIFeaturedtem .EventTitle {
		color: #000;
		font: normal 11px Arial;
		display: block;
	}
	.GridIFeaturedtem .Info	{		
		color: #969696;
		font: normal 11px Arial;
		margin: 5px 5px 5px 8px;		
	}	
	.GridIFeaturedtem .BoxDuration {
		width: 69px;
		height: 31px;
		background-color: #CEDBAF;
		font: normal 11px Arial;
		border-right: solid 3px #A2C537;
		float: right;
		text-align: center;
		padding: 15px 0px 0px 0px;
		margin: 2px 0px 0px 0px;
		vertical-align: baseline;		
	}
	.GridIFeaturedtem .Data {
		float: left;
		width: 123px;
		text-align: left;		
	}
		.GridIFeaturedtem .Data a {			
			color: #313031;
			text-decoration: none;
			font:normal 11px Arial;			
		}
		.GridIFeaturedtem .Data a:hover {	
			text-decoration: underline;
		}

/**** ****/
.txtFile
{
	background:url('../../ImagesVideoteca/bg-input-file.gif') no-repeat;
	height:26px;
	width:320px;
	margin-bottom:3px;
	margin:0px;
}		
		
	.txtFile input[type=file]
	{
		border: solid 0px #000;
		width: 240px;
		height: 20px;
		margin:2px 0px 0px 5px;	
	}
	.txtFile button
	{
		border: solid 1px #000;
	}
	
	#pop{
		background:url(../../images/bg-forgot-password.gif) no-repeat;
		display:none;
		position:absolute;
		top:23%;
		left:72%;
		margin-left:-150px;
		margin-top:-100px;
		padding:10px;
		width:300px;
		height:200px;
		border:none;
	}
	
	.ForgotPasswordLabel
		{
			font: bold 14px Arial;
			color: #FFF;
			margin: 0px 0 10px 10px;
		}
		.ButtonSendPassword
		{
			background:url('../../Images/btn-enviar-senha.gif') no-repeat;
			cursor:pointer;
			margin-right:10px;	
			height:42px;
			width:65px;
			float:right;
		}
		
		.ButtonSendPassword:hover
		{
			background:url('../../Images/btn-enviar-senha-hover.gif') no-repeat;
		}
		
		.txtEmailForgot
		{
			background:url('../../Images/bg-input-email.gif') no-repeat;
			height:20px;
			width:201px;
			display:block;
			margin-top:15px;
			margin-left:10px;
			float:left;
		}
		
		.TextBoxForgot
		{
			border:0;
			width:178px;
			color:#000;
			margin: 1px 0 0 10px;
		}

		.MessageForgot
		{
			font: bold 12px Arial;
			color: #FFF;
		}
		
		.MessageForgotTop
		{
			font: bold 12px Arial;
			color: #FFF;
			margin: 0;
			text-align: center;
		}

	/*** Button ***/

	.Button132-28
	{
		background: url("/Images/bg-buttons-132-28.gif") no-repeat;
		width:132px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;
		margin-top:10px;
		cursor:pointer;
	}
	
	.Button132-28Over
	{
		background: url("/Images/bg-buttons-132-28.gif") 0 68px;
		width:132px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;;
		margin-top:10px;
		cursor:pointer;
	}

	.Button132-28Down
	{
		background: url("/Images/bg-buttons-132-28.gif") 0 28px;
		width:132px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:inline-table;;
		margin-top:10px;
		cursor:pointer;
	} 
	
	.Button
	{
		background: url("/Images/bg-buttons-102-28.gif") no-repeat;
		width:102px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}
	.ButtonOver
	{
		background: url("/Images/bg-buttons-102-28.gif") 0 68px;
		width:102px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}

	.ButtonDown
	{
		background: url("/Images/bg-buttons-102-28.gif") 0 28px;
		width:102px;
		height:28px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	} 

	.ButtonIndex
	{
		background: url("/Images/bg-buttons-128-33.gif") no-repeat;
		width:128px;
		height:33px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}

	.ButtonIndexOver
	{
		background: url("/Images/bg-buttons-128-33.gif") 0 74px;
		width:128px;
		height:33px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}

	.ButtonIndexDown
	{
		background: url("/Images/bg-buttons-128-33.gif") 0 33px;
		width:128px;
		height:33px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		display:block;
		margin-top:10px;
		cursor:pointer;
	}

	.Button182-28
	{
		background: url("/Images/bg-buttons-182-28.gif") no-repeat;
		width:182px;
		height:28px;
		color:#FFF;
		font: bold 14px Arial;
		cursor: pointer;
		text-align: center;
	}
	
	.Button182-28Over
	{
		background: url("/Images/bg-buttons-182-28.gif") 0 68px;
		width:182px;
		height:28px;
		color:#FFF;
		font: bold 14px Arial;
		cursor: pointer;
		text-align: center;
	}

	.Button182-28Down
	{
		background: url("/Images/bg-buttons-182-28.gif") 0 28px;
		width:182px;
		height:28px;
		color:#FFF;
		font: bold 14px Arial;
		cursor: pointer;
		text-align: center;
	}
	
	.Button182-19
	{
		background: url("/Images/bg-buttons-182-19.gif") no-repeat;
		width:182px;
		height:19px;
		color:#FFF;
		font: bold 12px Arial;
		cursor: pointer;
		text-align: center;
	} 
	
	.Button182-19Over
	{
		background: url("/Images/bg-buttons-182-19.gif") 0 60px;
		width:182px;
		height:19px;
		color:#FFF;
		font: bold 12px Arial;
		cursor: pointer;
		text-align: center;
	}

	.Button182-19Down
	{
		background: url("/Images/bg-buttons-182-19.gif") 0 19px;
		width:182px;
		height:19px;
		color:#FFF;
		font: bold 12px Arial;
		cursor: pointer;
		text-align: center;
	}
	
	.Button73-19
	{
		background: url("/Images/bg-buttons-73-19.gif") no-repeat;
		width:73px;
		height:19px;
		color:#FFF;
		font: bold 12px Arial;
		cursor: pointer;
		text-align: center;
	} 
	
	.Button73-19Over
	{
		background: url("/Images/bg-buttons-73-19.gif") 0 60px;
		width:73px;
		height:19px;
		color:#FFF;
		font: bold 12px Arial;
		cursor: pointer;
		text-align: center;
	}

	.Button73-19Down
	{
		background: url("/Images/bg-buttons-73-19.gif") 0 19px;
		width:73px;
		height:19px;
		color:#FFF;
		font: bold 12px Arial;
		cursor: pointer;
		text-align: center;
	}
		

