@charset "iso-8859-1";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	min-width: 1140px;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

#area-menu {
	height: 75px;
}

#authentication>* {
	vertical-align: middle;
}

#wrap-portal {
	height: 61px;
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
}

#loading {
	display: none;
	position: fixed;
	top: 5px;
	right: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	position: fixed;
	z-index: 300;
}

#loading img {
	vertical-align: middle;
}

.error-field {
	background: transparent url(../images/i32_erro.png) left top no-repeat;
	padding-left: 48px;
	padding-bottom: 20px;
	text-align: justify;
}

.success-field {
	background: transparent url(../images/i32_sucesso.png) left top
		no-repeat;
	padding-left: 48px;
	padding-bottom: 20px;
}

.register-button {
	margin: 0px 0px 0px 88px;
	font-weight: bold;
}

.ui-button.register-button {
	padding: 4px 10px;
}

.register-text-field {
	position: absolute;
	size: 50px;
	width: 80px;
	height: 19px
}

.remember-text-field {
	position: absolute;
	size: 50px;
	width: 180px;
	height: 19px;
}

.remember-button {
	margin: 27px 0px 0px 195px;
	padding: .2em .3em;
}

.ui-button.remember-button {
	padding: 4px 10px;
}

.campo-busca {
	font-size: 14px;
	color: #CCC;
	border: 0;
	background-color: transparent;
	outline: none;
	outline-width: 0;
	margin: 19px 0 0 30px;
	width: 160px;
}

.campo-busca:focus {
	outline: none;
	outline-width: 0;
}

#area-navmap {
	color: #999;
	font-size: 16px;
	left: 50%;
	margin-left: -570px;
	padding: 10px 20px 20px;
	position: relative;
	width: 1140px;
}

#area-navmap a {
	color: #999;
}

.b-navmap {
	font-size: 24px;
	color: #64c5d2;
	padding: 0 10px;
}

.dest-navmap {
	font-weight: bold;
	color: #0c93aa;
}

#espaco-topo {
	width: 880px;
	position: relative;
	left: 50%;
	margin-left: -440px;
	height: 35px;
}

#wrap-cont {
	padding: 10px 0;
	width: 1140px;
	position: relative;
	left: 50%;
	margin-left: -570px;
}

p.perg {
	color: #0c93aa;
	font-size: 12px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 5px;
}

p.resp {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 0;
}

.clear-r {
	clear: right;
}

.clear-l {
	clear: left;
}

.clear-b {
	clear: both;
}

#area-links {
	width: 240px;
	float: left;
}

#area-links h1 {
	font-size: 18px;
	color: #0c93aa;
	font-weight: bold;
	padding: 8px 0 8px 20px;
}

#area-links h1 a {
	color: #0c93aa;
}

#area-links ul {
	font-size: 11px;
	color: #0c93aa;
	list-style: none;
	margin: 0;
	padding: 0;
}

#area-links ul a {
	color: #0c93aa;
}

#area-links li {
	padding: 5px 20px;
}

#area-links li.selec {
	padding: 5px 20px;
	background-color: #f3f3f3;
}

#campo-busca240 {
	background: transparent url(../images/bg-campo-busca240.png) left top
		no-repeat;
	width: 240px;
	height: 30px;
}

#campo-busca240 input {
	font-size: 14px;
	color: #CCC;
	border: 0;
	background-color: transparent;
	outline: none;
	outline-width: 0;
	margin: 6px 0 0 30px;
	width: 190px;
}

#campo-busca240 input:focus {
	outline: none;
	outline-width: 0;
}

.box-filtro {
	margin-bottom: 15px;
}

#campo-busca h1, #filtro-areas h1, #filtro-niveis h1, #filtro-unidades h1,
	#filtro-profissoes h1, #filtro-disciplinas h1, #filtro-periodo h1,
	#filtro-opcoes-subtitle h1 {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-top: 15px;
	background: transparent url(../images/sep-h-trace1.gif) top left
		repeat-x;
}

#filtro-areas label, #filtro-unidades label, #filtro-profissoes label,
	#filtro-disciplinas label, #filtro-periodo label, #filtro-subtitle label
	{
	font-size: 11px;
	color: #0c93aa;
	margin: 5px 0;
	display: block;
}

.box-filtro p {
	margin: 0;
}

.box-filtro input.campo-autocomplete {
	width: 230px;
	/*margin-bottom: 15px;*/
	font-size: 14px;
	color: #CCC;
	height: 18px;
	padding: 2px 5px;
}

.box-filtro select {
	width: 230px;
	/*margin-bottom: 15px;*/
	font-size: 11px;
	color: #0c93aa;
	padding: 5px;
}

#area-links ul.lista-selec {
	list-style-position: inside;
	list-style-image: url(../images/i_selecionar.gif);
}

#area-links ul.lista-selec li {
	padding: 5px 20px 5px 5px;
}

#area-links ul.lista-selec li.selecionado {
	list-style-image: url(../images/i_selecionado.gif);
	font-weight: bold;
}

#area-text {
	width: 845px;
	border-left: 3px solid #f0f0f0;
	float: left;
	margin-left: 25px;
	padding-left: 25px;
	color: #999999;
	padding-bottom: 40px;
}

#area-text.full {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	width: 1140px;
}

#area-text h1, #error h1 {
	font-size: 30px;
	color: #0c93aa;
	font-weight: bold;
	line-height: 38px;
}

#area-text h1.profiss {
	font-size: 30px;
	color: #0c93aa;
	font-weight: bold;
	padding-left: 60px;
	background: transparent url(../images/i_gde_profissao.png) left top
		no-repeat;
}

#area-text h1.discipl {
	font-size: 30px;
	color: #0c93aa;
	font-weight: bold;
	padding-left: 60px;
	background: transparent url(../images/i_gde_disciplina.png) left top
		no-repeat;
}

#area-text h2 {
	font-size: 24px;
	color: #CCC;
	font-weight: bold;
}

#area-text img.icone-gde {
	vertical-align: middle;
	margin-right: 12px;
}

#busca-ordenar {
	height: 18px;
	background-color: #f0f0f0;
	padding: 11px 12px;
	color: #000;
}

#busca-ordenar .selec {
	color: #0c93aa;
	font-weight: bold;
	text-decoration: underline;
}

#busca-ordenar a {
	color: #0c93aa;
}

.busca-paginacao {
	height: 20px;
	background-color: #f9f9f9;
	padding: 10px 12px;
	color: #000;
	font-weight: bold;
}

.busca-paginacao .dest-seta {
	font-size: 14px;
}

.busca-paginacao ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 10px;
}

.busca-paginacao li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.busca-paginacao li a {
	background-color: #f0f0f0;
	color: #0c93aa;
	padding: 2px 7px;
	margin: 0 2px;
}

.busca-paginacao li a:hover {
	background-color: #fdb525;
	color: #fff;
	padding: 2px 7px;
	margin: 0 2px;
	text-decoration: none;
}

.busca-paginacao li.selec {
	background-color: #0c93aa;
	color: #FFF;
	padding: 2px 7px;
	margin: 0 2px;
}

.busca-result {
	background: transparent url(../images/bg-busca-result.png) center bottom
		no-repeat;
	margin: 20px 0;
	padding: 15px 0 30px 0;
}

.busca-result img.thumb {
	border: 1px solid #0c93aa;
	margin-right: 22px;
	float: left;
}

.busca-result img.icone {
	margin: 0 22px;
	float: left;
}

.busca-result .vid-tit {
	width: 300px;
	margin-right: 22px;
	float: left;
}

.busca-result .vid-tit p {
	color: #0c93aa;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.busca-result .vid-tit p a {
	color: #0c93aa;
	line-height: 16px;
}

.busca-result .vid-tit span {
	line-height: 16px;
}

.busca-result .vid-tit p.info {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 2px 0;
}

.busca-result .vid-tit p.info.course {
	text-transform: none;
}

.busca-result .vid-tit p.info a {
	color: #999999;
}

.busca-result .vid-tit p.prof {
	color: #64c5d2;
	font-size: 11px;
	font-weight: normal;
}

.busca-result .vid-tit p.prof a {
	color: #64c5d2;
}

.busca-result .vid-tit p.videos {
	font-weight: normal;
	margin-top: 10px;
	color: #666666;
	font-size: 11px;
	background: transparent url(../images/i_peq_video.png) left top
		no-repeat;
	padding-left: 20px;
	min-height: 15px;
}

.busca-result .vid-tit p.videos a {
	color: #666666;
}

.busca-result .vid-desc {
	font-size: 12px;
	color: #999999;
	width: 380px;
	float: left;
	line-height: 14px;
}

.busca-result .inter-desc {
	font-size: 12px;
	color: #999999;
	width: 445px;
	float: left;
	line-height: 14px;
}

.busca-result .vid-desc a, .busca-result .inter-desc a {
	color: #0c93aa;
	font-weight: bold;
}

.busca-result .vid-desc .info a {
	color: #999999;
	font-weight: normal;
}

#area-vid-head {
	width: 1140px;
	position: relative;
	left: 50%;
	margin-left: -570px;
	padding: 20px 0;
	color: #999;
}

#area-vid-head a {
	color: #0c93aa;
	line-height: 18px;
}

#area-vid-head h1 {
	color: #0c93aa;
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#area-vid-head h1.title {
	line-height: 50px;
}

#area-vid-head h1.title.withThumb {
	width: 830px;
}

#area-vid-head h2 {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#vid-thumb-index {
	width: 300px;
	float: right;
	text-align: right;
}

#vid-thumb-index h1, #vid-thumb-index p {
	margin: 0;
	padding: 0;
}

#vid-thumb-index h1 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

#vid-thumb-index .v-thumb {
	border: 1px solid #0c93aa;
	float: right;
	margin-left: 10px;
}

#wrap-home-cont {
	width: 1140px;
	position: relative;
	left: 50%;
	margin-left: -570px;
	padding: 0;
}

#wrap-home-cont h1 {
	font-size: 30px;
	color: #0c93aa;
	text-align: center;
	font-weight: bold;
}

#area-home-videos {
	height: 300px;
	width: 940px;
	background: transparent url(../images/fake_home_videos.png) center
		center no-repeat;
	margin-bottom: 30px;
	position: relative;
	left: 50%;
	margin-left: -470px;
}

#barra-menuareas {
	width: 952px;
	height: 54px;
	background: transparent url(../images/bg-barra-menuareas.png) left top
		no-repeat;
	position: relative;
	left: 50%;
	margin-left: -476px;
	margin-bottom: 30px;
}

#barra-menuareas h1 {
	float: left;
	margin: 12px 0 0 18px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #0c93aa;
}

#wrap-home-col {
	width: 930px;
	position: relative;
	left: 50%;
	margin-left: -489px;
	padding: 0 25px;
}

#wrap-home-col .title h1 {
	font-size: 24px;
	color: #0b8298;
	margin: 0;
	padding: 0;
	text-align: left;
}

.home-col-vid {
	width: 440px;
	float: left;
}

#home-recentes h1, #home-maisvistos h1 {
	text-align: left;
	font-size: 24px;
	margin-bottom: 0;
}

.sep-home-col {
	width: 50px;
	height: 382px;
	float: left;
}

.home-destaque {
	margin: 10px 0 20px 0;
	padding: 20px 0;
}

.ultimo {
	background: none;
}

.home-destaque img.thumb {
	border: 1px solid #0c93aa;
	margin-right: 22px;
	float: left;
}

.home-destaque img.icone {
	margin: 0 22px;
	float: left;
}

.home-destaque .vid-tit {
	width: 308px;
	float: left;
}

.home-destaque .vid-tit p {
	color: #0c93aa;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 19px;
}

.home-destaque .vid-tit p a {
	color: #0b8298;
}

.home-destaque .vid-tit p.info {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.home-destaque .vid-tit p.info.course {
	text-transform: none;
}

.home-destaque .vid-tit p.info a {
	color: #999999;
}

.home-destaque .vid-tit p.prof {
	color: #64c5d2;
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0;
}

.home-destaque .vid-tit p.prof a {
	color: #64c5d2;
	line-height: 19px;
}

.home-destaque .vid-tit p.videos {
	font-weight: normal;
	margin-top: 10px;
	color: #666666;
	font-size: 11px;
	background: transparent url(../images/i_peq_video.png) left top
		no-repeat;
	padding-left: 20px;
}

.home-destaque .vid-tit p.videos a {
	color: #666666;
}

#wrap-vid-cont {
	width: 1140px;
	position: relative;
	left: 50%;
	margin-left: -570px;
	padding: 0 25px;
	border: 1px solid #6F0;
	border: 0;
}

#area-vid-play {
	min-height: 414px;
	width: 1140px;
	background: transparent url(../images/bg-vid-opcoes.png) center 343px
		no-repeat;
	margin-bottom: 30px;
}

#area-vid-play .social-network {
	display: inline-block;
	height: 17px;
	margin-left: 10px;
	padding: 5px;
}

#area-vid-play .social-network a {
	text-decoration: none;
}

#area-vid-play .social-network>* {
	vertical-align: top;
}

#area-vid-play #social-networks-container {
	padding: 3px 20px 20px;
}

#vid-player {
	width: 640px;
	height: 360px;
	background-color: #000;
	position: relative;
	left: 50%;
	margin-left: -320px;
}

#vid-opcoes {
	width: 760px;
	height: 28px;
	position: relative;
	left: 50%;
	margin-left: -394px;
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 0 14px;
}

#vid-opcoes a {
	color: #666666;
}

.sep-vidop {
	height: 28px;
	width: 22px;
	background: transparent url(../images/sep-v-vid-op.gif) center top
		no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#vid-rating {
	height: 28px;
	float: right;
}

#area-text-vid {
	width: 840px;
	float: left;
	margin-right: 25px;
	color: #666;
	font-size: 12px;
	padding-bottom: 50px;
}

#area-text-vid a {
	color: #0c93aa;
	font-weight: bold;
}

#area-text-vid h1 {
	font-size: 24px;
	color: #0c93aa;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-left: 70px;
	background: transparent url(../images/i_disciplina.png) 10px top
		no-repeat;
}

#area-text-vid h2 {
	font-size: 18px;
	color: #999;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 70px;
	margin-bottom: 35px;
}

.dest-codigo {
	color: #CCC;
	font-weight: normal;
}

.dest-name {
	color: #999;
	font-weight: bold;
}

#area-text-vid h3 {
	font-size: 14px;
	color: #0c93aa;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 35px;
}

#area-text-vid h3:first-child {
	margin-top: 25px;
}

#area-text-vid ol {
	color: #0c93aa;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-left: 25px;
}

#area-text-vid ol a {
	color: #666;
	font-weight: normal;
	width: 770px;
	display: inline-block;
}

#area-text-vid ol span {
	width: 550px;
	display: inline-block;
}

#area-text-vid li {
	line-height: 30px;
	padding-left: 10px;
}

#area-text-vid li.selec {
	background-color: #F3F3F3;
	font-weight: bold;
	color: #000;
}

#area-text-vid p {
	line-height: 14px;
}

#area-links-vid {
	width: 240px;
	float: left;
	border-left: 3px solid #f0f0f0;
	padding-left: 25px;
}

#area-links-vid h1 {
	font-size: 18px;
	color: #0c93aa;
	font-weight: bold;
	padding: 8px 0 16px 0;
	background: transparent url(../images/sep-h-trace1.gif) bottom left
		repeat-x;
}

#nav-vid {
	height: 55px;
	font-size: 11px;
	text-align: center;
}

.dest-nav-seta {
	font-size: 18px;
}

#nav-vid ul {
	list-style: none;
	margin: 0;
	margin-top: 25px;
	padding: 0;
}

#nav-vid li {
	display: inline-block;
}

#nav-vid li a {
	color: #0c93aa;
	font-weight: bold;
	padding: 8px 10px;
	background-color: #f0f0f0;
}

#nav-vid li a:hover {
	color: #fff;
	background-color: #0c93aa;
	text-decoration: none;
}

#area-vid-relac {
	background: transparent url(../images/sep-h-trace1.gif) top left
		repeat-x;
}

#area-vid-relac h1 {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-top: 20px;
	background: none;
}

.box-vid-relac {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	background: transparent url(../images/sep-g-vid-relac.gif) 32px top
		repeat-y;
	margin-bottom: 40px;
}

.box-vid-relac a {
	color: #666;
	line-height: 14px;
}

.box-vid-relac p {
	padding: 0;
	margin: 10px 0 10px 45px;
}

a.vid-n-index {
	color: #0c93aa;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 7px;
	background-color: #f0f0f0;
	float: left;
}

a:hover.vid-n-index {
	color: #fff;
	background-color: #0c93aa;
	text-decoration: none;
}

.box-vid-relac img.thumb {
	border: 1px solid #0c93aa;
}

#area-rodape {
	height: 200px;
	background: #303440;
	bottom: 0;
	width: 100%;
	color: #FFF;
	padding-top: 45px;
	font-size: 14px;
	line-height: 20px;
}

#wrap-rodape {
	margin: 0 auto;
	width: 1140px;
}

#wrap-rodape div {
	display: inline-block;
}

#wrap-rodape a {
	color: #FFF;
}

#wrap-rodape a:hover {
	text-decoration: none;
	color: #e4a117;
}

#wrap-rodape .about {
	float: right;
	text-align: right;
}

#box-aviso, #box-erro, #box-sucesso {
	position: absolute;
	z-index: 2000;
	width: 500px;
	top: 200px;
	left: 50%;
	margin-left: -250px;
}

#box-erro {
	position: absolute;
	z-index: 2000;
	width: 500px;
	top: 500px;
	left: 50%;
	margin-left: -250px;
}

#box-sucesso {
	position: absolute;
	z-index: 2000;
	width: 500px;
	top: 800px;
	left: 50%;
	margin-left: -250px;
}

#box-aviso .s {
	background: transparent url(../images/i32_aviso.png) 10px 5px no-repeat;
	padding-left: 56px;
}

#box-erro .s {
	background: transparent url(../images/i32_erro.png) 10px 5px no-repeat;
	padding-left: 56px;
}

#box-sucesso .s {
	background: transparent url(../images/i32_sucesso.png) 10px 5px
		no-repeat;
	padding-left: 56px;
}

.ui-dialog .ui-dialog-content.error {
	background: transparent url(../images/i32_erro.png) left top no-repeat;
	padding-left: 48px;
}

.ui-dialog .ui-dialog-content.success {
	background: transparent url(../images/i32_sucesso.png) left top
		no-repeat;
	padding-left: 48px;
}

.ui-dialog .ui-dialog-content.warning {
	background: transparent url(../images/i32_aviso.png) left top no-repeat;
	padding-left: 48px;
}

#box-aviso .s h1, #box-erro .s h1, #box-sucesso .s h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

#box-aviso .s p, #box-erro .s p, #box-sucesso .s p {
	font-size: 12px;
	margin: 0 0 15px 0;
}

#box-aviso .s ul, #box-erro .s ul, #box-sucesso .s ul {
	list-style: none;
	text-align: center;
	margin: 20px 0;
	margin-left: -56px;
	font-weight: bold;
}

#box-aviso .s ul a, #box-erro .s ul a, #box-sucesso .s ul a {
	color: #999;
	padding: 4px 10px;
	background: transparent url(../images/bg-boxop-bt.jpg) left bottom
		repeat-x;
	border: 1px solid #e0e0e0;
}

#box-aviso .s ul a:hover, #box-erro .s ul a:hover, #box-sucesso .s ul a:hover
	{
	background-color: #0c93aa;
	background-image: none;
	border: 1px solid #0c93aa;
	color: #FFF;
	text-decoration: none;
}

#box-aviso .s li, #box-erro .s li, #box-sucesso .s li {
	display: inline;
	margin: 0 10px;
}

.bt-close {
	border: 0;
	background: transparent url(../images/icon_close.gif) left top no-repeat;
	height: 16px;
	width: 16px;
	float: right;
	margin: 0;
}

#area-text form label {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

#area-text form label.checkboxLabel, #area-text form label.checkboxErrorLabel
	{
	display: inline-block;
}

#area-text form input, #area-text form select, #area-text form textarea
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0c93aa;
	padding: 3px;
}

#area-text form p {
	margin-bottom: 25px;
}

#area-text form p.errorMessage {
	margin-top: 0;
	margin-bottom: 10px;
}

.c25 {
	width: 30%;
}

.c50 {
	width: 48%;
}

.c75 {
	width: 70%;
}

.c100 {
	width: 95%;
}

#area-text form .form-bt, #area-text form input[type="submit"], input[type="submit"],
	input[type="button"].bt, button.bt {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	padding: 5px 20px;
}

#area-text form .err, .errorMessage {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	background-color: #900;
	margin-bottom: 10px;
	display: inline-block;
}

.errorMessage {
	display: inherit;
}

#area-text form .suc {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	background-color: #390;
	margin-bottom: 10px;
	display: inline-block;
}

#area-text form .info {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	padding: 5px 10px;
	background-color: #f3f3f3;
	margin-bottom: 10px;
	display: inline-block;
}

.result-erro {
	background-color: #900;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
}

.result-sucesso {
	background-color: #390;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
}

.result-erro ul, .result-sucesso ul {
	margin: 0;
	padding: 5px;
	padding-left: 10px;
}

.result-erro li, .result-sucesso li {
	list-style: inside square;
	font-weight: bold;
}

#barra-menuuser {
	width: 952px;
	height: 54px;
	background: transparent url(../images/bg-barra-menuuser.png) left top
		no-repeat;
	position: relative;
	left: 50%;
	margin-left: -476px;
	margin-bottom: 30px;
}

#barra-menuuser h1 {
	float: left;
	margin: 12px 0 0 18px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

#barra-menuuser ul {
	float: right;
	margin: 12px 18px 0 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#barra-menuuser ul a {
	color: #ccc;
}

#barra-menuuser li {
	display: inline-block;
	margin: 0 30px;
}

#barra-menuuser li a {
	padding: 5px 12px;
	color: #fff;
}

#barra-menuuser li a:hover {
	text-decoration: none;
	color: #fab325;
}

#area-text h3 {
	font-size: 14px;
	color: #ccc;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 75px;
}

#area-text ul.vid-disc {
	color: #0c93aa;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-left: 75px;
	list-style: none;
}

#area-text ul.vid-disc a {
	color: #666;
	font-weight: normal;
}

#area-text ul.vid-disc li {
	line-height: 24px;
	padding-left: 25px;
	background: transparent url(../images/i_peq_video2.png) left center
		no-repeat;
}

#area-text ul.vid-disc li a {
	width: 530px;
	display: inline-block;
}

#area-text ul.vid-disc li.selec {
	background-color: #F3F3F3;
	font-weight: bold;
	color: #000;
}

#featureds-container {
	margin-top: 10px;
	width: 622px;
	height: 350px;
	display: inline-block;
	width: 622px;
}

#featureds {
	display: none;
	width: 622px;
	height: 350px;
}

#featureds .featured {
	width: 622px;
	height: 350px;
	background-size: cover;
}

#featureds a {
	color: #FFF;
	text-decoration: none;
}

#featureds .legenda {
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
	bottom: 0;
	position: absolute;
	width: 100%;
}

#featureds .legenda-professor {
	color: #e4a117;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}

#featureds .legenda-titulo {
	padding: 0 10px 10px;
}

#featureds .play {
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -69px;
	margin-top: -69px;
	opacity: 0.7;
	transition: opacity 200ms ease-in-out;
}

#featureds:hover .play, #featureds-container:hover .slidesjs-navigation
	{
	opacity: 1;
}

#featureds-container .slidesjs-navigation {
	position: relative;
	top: -50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
	transition: opacity 200ms ease-in-out;
	z-index: 100;
}

#featureds-container .slidesjs-previous {
	background-image: url('../images/prev.png');
}

#featureds-container .slidesjs-next {
	background-image: url('../images/next.png');
	margin-left: 572px;
	margin-top: -50px;
}

.ui-autocomplete {
	z-index: 1000;
}

.niveis {
	display: inline-block;
	width: 500px;
	vertical-align: top;
	margin-top: 9px;
	float: right;
}

.niveis .sobre {
	padding: 0 0 10px 16px;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	color: #928d89;
}

.niveis	a.nivel {
	color: #FFF;
	background-color: #e4a117;
	transition: text-shadow 400ms ease-in-out;
	font-weight: bold;
	width: 211px;
	display: inline-block;
	height: 116px;
	font-size: 16px;
	text-align: left;
	background-size: contain;
	background-position: right top;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	line-height: 215px;
	margin: 8px 0 8px 16px;
	padding: 10px;
}

.niveis	a.nivel:hover {
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.niveis	.nivel.grad {
	background-image: url('../images/niveis_grad.png');
}

.niveis	.nivel.pos {
	background-image: url('../images/niveis_pos.png');
}

.niveis	.nivel.cultura {
	background-image: url('../images/niveis_cultura.png');
}

.niveis	.nivel.medio {
	background-image: url('../images/niveis_medio.png');
}

.box-vid-opt {
	width: 756px;
	position: relative;
	left: 176px;
	top: 5px;
	background-color: #FFF;
	border: 2px solid #0c93aa;
	padding: 15px;
	color: #0c93aa;
}

.box-vid-opt .result-erro, .box-vid-opt .result-sucesso {
	padding: 0;
	background-color: inherit;
}

.box-vid-opt .result-erro .errorMessage, .box-vid-opt .result-sucesso .actionMessage
	{
	color: #0c93aa;
	background-color: inherit;
	padding: 0;
}

.box-vid-opt .result-erro .errorMessage li, .box-vid-opt .result-sucesso .actionMessage li
	{
	list-style: none;
}

.box-vid-opt div.info {
	display: inline-block;
	width: 200px;
	float: left;
	margin-right: 20px;
}

.box-vid-opt div.campos {
	display: inline-block;
	width: 320px;
	float: left;
	margin-right: 20px;
}

.box-vid-opt textarea {
	float: left;
}

.db-compact .db-count {
	margin-left: 30px;
}

body div.qtip div.content {
	padding: 0;
	margin: 0;
	height: auto;
	min-height: auto;
	width: auto;
	min-width: auto;
}

.box-vid-opt h1 {
	font-size: 12px;
}

.box-vid-opt table.anot {
	text-align: center;
	border-collapse: collapse;
}

.box-vid-opt table.anot tr {
	height: 40px;
	vertical-align: middle;
}

.box-vid-opt table.anot th {
	border-bottom: 3px solid #eee;
}

.box-vid-opt table.anot td {
	border-bottom: 1px solid #eee;
}

.box-vid-opt table.anot tr:nth-child(even) {
	background-color: #f3f3f3;
}

.box-vid-opt table.anot tr td a {
	padding: 3px 8px;
	background-color: #fff;
	color: #0c93aa;
	margin: 0 3px;
	border: 1px solid #ddd;
}

.box-vid-opt table.anot tr td a:hover {
	background-color: #0c93aa;
	color: #fff;
	border: 1px solid #0c93aa;
	text-decoration: none;
}

.box-vid-opt table.anot tr td a:first-child {
	margin-left: 0;
}

.box-vid-opt table.anot tr td a:last-child {
	margin-right: 0;
}

#assoc-cont {
	font-size: 11px;
	text-align: left;
}

#assoc-cont ul {
	list-style: none;
	margin: 12px 0 25px 0;
	padding: 0;
}

#assoc-cont li {
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#assoc-cont li a {
	color: #0c93aa;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	line-height: 30px;
}

#assoc-cont ul li.link {
	background-image: url(../images/i_cont_link.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#assoc-cont li.download {
	background-image: url(../images/i_download.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#assoc-cont li.doc {
	background-image: url(../images/i_cont_doc.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#assoc-cont li:hover {
	background-color: #0c93aa;
}

#assoc-cont li:hover a {
	color: #fff;
	text-decoration: none;
}

.box-vid-opt img.bt-opt {
	float: left;
	margin-right: 6px;
	vertical-align: middle;
}

.lista p {
	padding: 10px;
	margin: 0;
}

.lista p:nth-child(odd) {
	background-color: #f3f3f3;
}

.lista a {
	color: #0c93aa;
	line-height: 16px;
}

.ui-dialog form p label {
	display: block;
}

.ui-dialog form p input[type="radio"]+label, #area-text form p input[type="radio"]+label
	{
	display: inline;
}

.ui-dialog .result-sucesso, .ui-dialog .result-erro {
	margin-bottom: 10px;
}

div.busca-paginacao.playlist {
	text-align: right;
}

.playlist-delete-video td p, .favorites-delete-video td p {
	padding: 20px;
	line-height: 16px;
}

.delete-annotation td p {
	padding-left: 20px;
	line-height: 16px;
}

.playlist-delete-video tr:hover, .delete-annotation tr:hover {
	background-color: #eee;
}

.playlist-delete-video, .delete-annotation {
	margin-top: 20px;
}

#wrap-menutopo div.user {
	color: #fdb525;
	font-size: 12px;
	float: right;
	text-shadow: 0px 1px 0px #000000;
	background: #333;
	padding: 7px 12px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top: -15px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16);
}

#container-busca-home {
	text-align: center;
	padding: 40px;
}

#div-busca-home {
	text-align: center;
	background-color: #e4a117;
	color: #FFF;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	margin: 0 auto;
	display: inline-block;
}

#div-busca-home p {
	display: inline-block;
	margin: 0;
}

#div-busca-home input[type=text] {
	border: none;
	padding: 5px;
	margin-left: 5px;
	width: 500px;
	font-size: 18px;
	color: #928d89;
}

#prof-area {
	width: 952px;
	position: relative;
	left: 50%;
	margin-left: -476px;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 30px;
}

#prof-area .aboutProfessor {
	line-height: 16px;
}

#prof-area h1 {
	color: #0b8298;
	font-size: 24px;
	margin-top: 0;
}

#prof-box1, #prof-box2 {
	border-top: 2px solid #e4a117;
	width: 270px;
	text-align: left;
	margin-top: 12px;
}

#prof-box1 h1 a {
	text-decoration: none;
	color: #0b8298;
	line-height: 27px;
}

#prof-box2 a {
	line-height: 16px;
}

#prof-box1 h1, #prof-box2 h1 {
	text-align: left;
	color: #64c5d2;
	font-size: 21px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

#prof-box1 p.mais, #prof-box2 p.mais {
	text-align: right;
	margin: 0;
	padding: 0;
	margin-top: -8px;
}

#prof-box1 p.mais a, #prof-box2 p.mais a {
	font-weight: bold;
	color: #2a9fb3;
}

#prof-box1 h2, #prof-box2 h2 {
	text-align: left;
	color: #0b8298;
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

#prof-box1 h3, #prof-box2 h3 {
	font-size: 14px;
	padding: 0;
	margin: 20px 0 0 0;
	color: #0b8298;
}

#prof-box1 p.info, #prof-box2 p.info, #prof-box1 p.info a, #prof-box2 p.info a
	{
	color: #2a9fb3;
	margin: 3px 0;
	padding: 0;
}

#prof-box1 p em, #prof-box2 p em {
	font-style: normal;
	color: #0b8298;
	font-size: 10px;
	text-transform: uppercase;
}

#prof-box1 {
	padding: 42px 30px 0 10px;
	float: left;
	margin-bottom: 20px;
}

#prof-box2 {
	float: right;
	padding: 42px 10px 20px 30px;
}

#comofunciona {
	width: 952px;
	position: relative;
	left: 50%;
	margin-left: -476px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	clear: both;
}

#comofunciona h1 {
	text-align: center;
	color: #0b8298;
	font-size: 24px;
	margin-top: 0;
}

#colesq, #coldir {
	border-top: 2px solid #e4a117;
	width: 270px;
	text-align: left;
	margin-top: 12px;
}

#colesq {
	padding: 172px 30px 0 10px;
	float: left;
	background-image: url(../images/como_geral.png);
	background-position: center 50px;
	background-repeat: no-repeat;
}

#coldir {
	float: right;
	padding: 172px 10px 0 30px;
	background-image: url(../images/como_aluno.png);
	background-position: center 40px;
	background-repeat: no-repeat;
}

#colcen {
	width: 270px;
	margin: 24px auto 0 auto;
	background-image: url(../images/como_prof.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 133px;
}

#colesq h1, #coldir h1, #colcen h1 {
	text-align: left;
	font-size: 21px;
	margin: 0;
	padding: 0;
	color: #64c5d2;
}

#colesq h1 a, #coldir h1 a, #colcen h1 a, #colesq a h1, #coldir a h1,
	#colcen a h1 {
	color: #64c5d2;
}

#colesq h2, #coldir h2, #colcen h2 {
	text-align: left;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #0e94ab;
}

#colesq h2 a, #coldir h2 a, #colcen h2 a, #colesq a h2, #coldir a h2,
	#colcen a h2 {
	color: #0b8298;
}

#area-text.how-it-works h1 {
	color: #64c5d2;
	margin-bottom: 0;
	padding-top: 20px;
}

#area-text.how-it-works h2 {
	color: #0e94ab;
	margin-top: 0;
}

.how-it-works .header {
	background-repeat: no-repeat;
	background-position: 0px center;
	min-height: 118px;
}

.how-it-works h1, .how-it-works h2 {
	margin-left: 150px;
}

.how-it-works.general .header {
	background-image: url(../images/como_geral.png);
}

.how-it-works.professor  .header {
	background-image: url(../images/como_prof.png);
}

.how-it-works.student  .header {
	background-image: url(../images/como_aluno.png);
}

#colesq p.mais, #coldir p.mais, #colcen p.mais {
	text-align: right;
	margin-top: -8px;
}

#colesq p.mais a, #coldir p.mais a, #colcen p.mais a {
	font-size: 11px;
	color: #2a9fb3;
	font-weight: bold;
}

#wrap-home-cont div.vids {
	width: 910px;
	position: relative;
	left: 50%;
	margin-left: -455px;
	padding: 0;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#wrap-home-cont div.vids.recentes {
	border-bottom: 2px #e4a117 solid;
}

#wrap-home-cont div.vids.popular {
	margin-bottom: 0;
}

#wrap-home-cont div.sombra {
	background-image: url(../images/sep-h-home.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#wrap-home-cont div.vids div.title {
	width: 270px;
	text-align: left;
	float: left;
	margin-right: 28px;
}

#wrap-home-cont div.vids div.title h1 {
	font-size: 24px;
	color: #0b8298;
	margin: 0;
	padding: 0;
	text-align: left;
}

#wrap-home-cont div.vids div.title p {
	color: #ffcc33;
}

#wrap-home-cont div.vids div.title p a {
	color: #999;
	margin: 0 5px;
}

#wrap-home-cont div.vids div.title p em {
	font-style: normal;
	font-weight: bold;
	color: #0c93aa;
	margin: 0 5px;
}

#wrap-home-cont div.vids div.v-area {
	width: 132px;
	float: left;
	margin-right: 28px;
}

#wrap-home-cont div.vids div.v-area:nth-child(5) {
	margin-right: 0;
}

#wrap-home-cont div.vids div.v-area a:hover {
	text-decoration: none;
}

#wrap-home-cont div.vids div.v-area img {
	width: 130px;
	border: 1px solid #0e94ab;
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

#wrap-home-cont div.vids div.v-area p, #wrap-home-cont div.vids div.v-area p a,
	#wrap-home-cont div.vids div.v-area a p {
	color: #64c5d2;
	font-size: 9px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

#wrap-home-cont div.vids div.v-area p.info.profession a {
	text-transform: uppercase;
}

#wrap-home-cont div.vids div.v-area p.info a {
	color: #999;
}

#wrap-home-cont div.vids div.v-area h4, #wrap-home-cont div.vids div.v-area h4 a,
	#wrap-home-cont div.vids div.v-area a h4 {
	color: #0b8298;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

#show-playlist {
	background: #ccc;
	min-height: 20px;
	width: 748px;
	margin: 0 auto;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	color: #0c93aa;
	background-image: url(../images/i_playlist.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#show-playlist span.label {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 6px;
}

#show-playlist span.title {
	line-height: 18px;
	width: 540px;
	display: inline-block;
}

#show-playlist a {
	float: right;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	line-height: 1.75em;
}

#show-track {
	background: #333;
	min-height: 20px;
	width: 768px;
	margin: 6px auto 0 auto;
	padding: 10px;
	font-size: 14px;
	color: #fff;
}

div.minivid p img {
	margin-right: 10px;
	width: 60px;
	float: left;
}

div.minivid p {
	vertical-align: top;
	min-height: 45px;
}

div.minivid strong {
	line-height: 16px;
}

#dfxpContainer {
	height: 36px;
	background-color: #333;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	overflow: hidden;
}

#area-text-vid h1.profissao {
	background: transparent url(../images/i_gde_profissao.png) 10px center
		no-repeat;
	line-height: 1.5em;
	color: #ffcc33;
}

#area-text-vid h1.profissao a {
	color: inherit;
}

#area-text-vid p.news {
	margin-left: 70px;
	background-color: #f3f3f3;
	margin-top: 0;
	padding: 10px;
}

#area-text-vid p.news a {
	display: block;
	background: transparent url(../images/i_newsletter_opt.png) left center
		no-repeat;
	padding-left: 30px;
}

#area-text-vid p.news a:hover {
	background: transparent url(../images/i_newsletter_optin.png) left
		center no-repeat;
}

#area-text-vid h2+p.news {
	margin-top: -25px;
	margin-bottom: 35px;
}

#area-text-vid p.optin a {
	background: transparent url(../images/i_newsletter_optin.png) left
		center no-repeat;
}

#area-text-vid p.optin a:hover {
	background: transparent url(../images/i_newsletter_optout.png) left
		center no-repeat;
}

#question {
	background-color: #f3f3f3;
	padding: 15px;
}

#area-text-vid #question {
	margin: 40px 0;
}

#question h3 {
	margin: 0 !important;
	color: #999;
}

#question h4 {
	font-size: 21px;
	font-weight: bold;
	color: #0c93aa;
	font-style: italic;
	margin: 5px 0 20px 0;
}

#question p {
	line-height: 1.5em;
}

#question p em {
	font-style: normal;
	font-weight: bold;
	color: #0c93aa;
	font-size: 14px;
}

#question div.pctbar {
	border-left: 2px solid #33ccff;
	border-top: 2px solid #33ccff;
	border-right: 2px solid #056c7e;
	border-bottom: 2px solid #056c7e;
	height: 12px;
	background-color: #0c93aa;
	margin-top: -6px;
	margin-bottom: 24px;
}

#question textarea {
	resize: none;
	height: 12em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	size: 10px;
	color: #666;
	padding: 10px;
	outline: none;
}

#question p:last-child {
	text-align: center;
}

#question p:last-child input {
	margin: 20px 0 10px 0;
}

#question p.last {
	text-align: center;
}

#question .pollText {
	color: #666666;
}

#area-text ul {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

#area-text #help li {
	line-height: 1.75em;
	padding: 0 0 0 15px;
	margin: 0;
}

.busca-result .vid-desc span.info {
	display: block;
	color: #999;
	font-size: 10px;
	margin-bottom: 6px;
}

.busca-result .vid-desc span.info strong {
	color: #0c93aa;
	line-height: 1.5em;
}

.busca-result .vid-desc span.info strong.autor {
	padding-right: 12px;
	background: transparent url(../images/i_busca_anot_autor.gif) right
		center no-repeat;
}

.busca-result .vid-desc span.info strong.user {
	padding-right: 12px;
	background: transparent url(../images/i_busca_anot_user.gif) right
		center no-repeat;
	color: #aaa;
}

.busca-result .vid-desc span.disc {
	display: block;
	color: #64c5d2;
	font-size: 10px;
	margin-top: 6px;
}

span.required {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

span.info {
	background-color: #F3F3F3;
	color: #999999;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 10px;
}

#area-text form label.areas {
	display: inline;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 12px;
}

#area-text h1.profissao {
	background: url("../images/i_gde_profissao.png") no-repeat scroll 10px
		center rgba(0, 0, 0, 0);
	color: #FFCC33;
	line-height: 1.5em;
	padding-left: 70px;
	font-size: 24px;
}

#area-text h1.disciplina {
	background: url("../images/i_disciplina.png") no-repeat scroll 10px top
		rgba(0, 0, 0, 0);
	color: #0C93AA;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 30px;
	padding-left: 70px;
}

.mailing1 {
	background-color: #F3F3F3;
}

.mailing1, .mailing2 {
	line-height: 30px;
	margin: 0;
}

.mailing1 .bt-opt, .mailing2 .bt-opt {
	margin: 6px;
	vertical-align: middle;
}

.mailing-empty {
	line-height: 30px;
	padding: 0 10px;
	background-color: #F3F3F3;
}

#resultDisplaySubtitles img {
	vertical-align: middle;
	padding: 0 5px;
}

.login-area .login-usp, .login-area .login-external {
	display: inline-block;
	width: 385px;
	vertical-align: top;
	text-align: center;
}

.login-area .login-usp p {
	margin-bottom: 25px;
}

.login-area .login-usp a {
	background-color: #e4a117;
	border: none;
	color: #FFF;
	text-decoration: none;
	transition: background-color 400ms ease-in-out;
	text-transform: uppercase;
	padding: 8px 15px;
	font-size: 16px;
	width: 200px;
	display: inline-block;
	line-height: 25px;
}

.login-area .login-usp a:hover {
	background-color: #000;
}

.login-area .login-external {
	border-left: 1px solid #CCC;
	padding-left: 25px;
	margin-left: 25px;
}

#areas {
	width: 981px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
}

#areas>li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	background-color: #0b8298;
	color: #FFF;
	padding: 10px 30px;
	margin: 0 10px;
}

#areas li.area:hover {
	background-color: #e4a117;
	color: #FFF;
}

#areas>li.title {
	color: #0b8298;
	background-color: #FFF;
}

#areas div.area {
	text-align: left;
	display: none;
	vertical-align: top;
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #e4a117;
	z-index: 10;
	color: #FFF;
	margin-top: 10px;
	margin-left: 80px;
	width: 981px;
}

#areas li.area:hover div.area {
	display: block;
}

#areas div.area ul {
	width: 327px;
	float: left;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding-left: 1px;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

#areas div.area ul li {
	padding: 5px 10px;
}

#areas div.area ul li a {
	color: #FFF;
}

.search-header-container {
	height: 50px;
}

.search-header-content {
	width: 260px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
}

.search-header-content #filterSubmit {
	width: 61px;
	height: 31px;
	position: absolute;
	margin-top: -47px;
	margin-left: 170px;
}

.search-header-content.displaced {
	position: fixed;
	top: 0px;
}

.licence .licence-name {
	font-weight: bold;
	margin-bottom: 5px;
}

.licence .licence-name, .licence .licence-description {
	margin-left: 60px;
}

.licence {
	position: relative;
}

.licence:before {
	content: "";
	background-color: #FFF;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	display: inline-block;
	margin-left: 20px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
}

.licence.SIMPLE:before {
	background-color: #00F;
}

.licence.OPEN:before {
	background-color: #0F0;
}

.licence.SHARING:before {
	background-color: #FF0;
}

.licence.COMMERCIAL:before {
	background-color: #000;
}

#video-image {
	background-size: cover;
}

.usage-policy-text a {
	text-decoration: underline;
	color: #0c93aa;
}

.extra-content-link, .extra-content-file {
	background-image: url(../images/i_cont_link.png);
	background-position: 5px top;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
	color: #999 !important;
}

.extra-content-description {
	font-weight: normal;
}

.extra-content-file {
	background-image: url(../images/i_cont_doc.png);
}