﻿@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	background:#bfbfbf url(imagesgray/page_bg.jpg) repeat-x;
	font: 100% verdana, arial, sans-serif;/*16 px*/
}

h1,h2,h3,h4,h5{font-family:helvetica, arial,sans-serif;}

h1{
	text-align:center;
	font-style: normal;
	font-variant: normal;
	line-height: 1em; /* 18px */ 
	font-size-adjust: none;
	font-stretch: normal;
	color: #000;
	margin-top: 1em; 
	margin-bottom: .75em;/*16x =12px*/
	font-size:1.125em;/*16x1.125 =18px*/

} 
h2{font-size:1.125em;/*16x=18px*/
	line-height: 1em; /* 18px */ 
	margin-top: 1em;

}
h3{font-size:.875em;/*16x=14px*/
	line-height: 1em; /* 18px */
	margin-top: 1.2857em; 
	
}
h4{font-size:.875em;}/*16x=14px*/
h5{font-size:.75em;}/*16x =12px*/

p{
	font-size:.75em;/*16x.75=12 px*/
	line-height: 1.25em; /* 18px */ 
	margin: 0 0 1.25em 0; 
}


#wrapper{
	width:95%;/*1400x5%=72px*/
	min-width:973px;/*resolution 1024-51px(5%)=973px*/
	max-width:1368px;/*resolution 1400-72=1368*/
	margin-right:auto;
	margin-left:auto;
	/*border-right:1px solid #a3a3a3;
	border-left:1px solid #a3a3a3;*/
	height:100%;

}

/*--------------------------HEADER-----------------------------*/
/*-------------------HEADER (search box)--------------------*/

#searchform{
	float:right; 
	margin-top:-65px; 
	padding-right:15px;
}
#searchform #search{
	height:20px;
	width:210px;
    color:#333;
    padding:1px 10px 0px 1px;
    margin-top:5px;
    float:left;

}

#searchform #search:focus{
		background-color:#fefedf;
}
#searchform #btn {
	border: none;
	width: 36px;
	height: 36px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/searchroundbtn.png) no-repeat top;
	margin-left:-10px;
}
#searchform #btn:hover {
	background:url(images/searchroundbtn.png) no-repeat bottom;
}
#central_atendimiento {
	float:right; 
	padding-top:10px; 
	padding-right:10px; 
	color:#333;
	font-weight:bold;
	font-size:.75em;/*16x.75=12px*/
}
/*-------*/
#header{
	position:relative;
	top:0;
	width:100%;
	height:110px;
	background-color:#fff !important;
	background-image:url(imagesgray/headerbar.png);
	background-repeat:repeat-x;	
}


#logo{
	 text-align:right;
    color:#333333;
    font: bold 12px verdana, arial, sans-serif;
	margin-left:20px;
}


#logo img{
float:left;
}

#logo a img{
border:none;}

#userinfo{
	width:80px;
	margin-right:5px;
	
float:;/* WHAT IS THIS FOR */
}

#minhaconta{
	position:absolute; 
	right:20px; 
	top:90px; 
	background-image:none;  
	font-size:14px; 
	color:#004B91; 
	text-decoration:none;
	font-family:Helvetica,Arial,sans-serif !important;
}
#minhaconta a{
	text-decoration:none; 
	color:#004B91;
}
#minhaconta a:hover{
  text-decoration:underline !important;
}
#minhaconta span{color:#999;}

/*----------------------NAVIGATION BAR----------------------------*/
#top-nav{
	position:relative;
	clear:both;
	height:35px;
	border-bottom:8px solid #494949;/*636060*/
	padding-left:8px;

}
#topnav_leftcorner{
	position:absolute;
	height:8px;
	width:6px;
	left:0;
	bottom:-8px;
	background:url(imagesgray/topnav_leftcorner.jpg) no-repeat;
}
#topnav_rightcorner{
	position:absolute;
	height:8px;
	width:6px;
	right:0;
	bottom:-8px;
	background:url(imagesgray/topnav_rightcorner.jpg) no-repeat;
}
#top-nav a{
	float:left;
	display:block;
	font-weight:bold;
	font-size:12px;
	font-family:helvetica,verdana,sans-serif;
	width:95px;
	height:25px;
	text-align:center;
	text-decoration:none;
	padding-top:6px;
	
}
#top-nav a span{
	display:block;
	padding-top:5px;
}

#top-nav a, #top-nav a:link{
	z-index:-2000;
	color:#333333;
	margin-top:5px;
	background-image:url(imagesgray/tab1.png);
	background-repeat:no-repeat;	
}


#top-nav a:hover {
	background-position: 0px -35px;	
}

#tabselected{
	  position:absolute;
	  width:115px;
	  height:35px;
	  margin-top:1px;
	  background-image:url(imagesgray/tabselected.png);
	  visibility:hidden;
  }
  /*
  LEFT VALUE FOR TABS POSITION
  1- 4px		 Presencial
  2- 92px		Webcast
  3- 190px		Videos
  4- 284px		Coaching
  5- 377px		Workshop
  6- 471px		Pacotes
  7- 569px		Entrevistas
  8- 662px		Parceiros
  9- 753px		Sucessos
  10- 848px		Contato
  11-  			

  BACKGROUND POSITION
  1- 0px 0px		Presencial
  2- -115px 0px		WEbcast
  3- -234px 0px		Videos
  4- -350px 0px		Coaching
  5- -465px 0px		Workshop
  6- -580px 0px		Pacotes
  7- -700px 0px		Entrevistas
  8- -815px 0px		Parceiros
  9- -930px 0px		Minha Conta
  10- -1046px 0px	Sucessos
  11- -1162px 0px	Contacto
 
  
*/


/*--------------------------INDEX PAGE --------------------------------*/
/*---------------INDEX TOP------------------*/
#topwrapper{
	background-image:url(images/redbkg.png);
	height:300px;
	position:relative;
	width:100%;
}


#indexbanner{
	width:540px; 
	margin-left:auto; 
	margin-right:auto; 
	padding-top:60px;
}

/*------INDEX SEARCH BOX--------*/
#index_searchform{
	margin-left:-168px;
	margin-top:20px;
	position:absolute;
	z-index:9000;
	
}
#index_searchform #search{
	height:40px;
	width:350px;
    color:#333;
    padding:1px 95px 0px 1px;
    margin-top:5px;
    float:left;

}

#index_searchform #search:focus{
	
}
#index_searchform #btn {
	border: none;
	width: 90px;
	height: 40px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/btnsearch.png) no-repeat;
	margin-left:-91px;
	margin-top:8px;
}
#index_searchform #btn:hover {
	background-position:-89px 0px;
}

#videowrapper{
	position:absolute;
	right:3%;
	top:30px;
	height:232px;/*211.2+30=241.2*/
	width:404px;	/*384+30=414*/
	background-image:url(images/videobkgred.png);
	background-repeat:no-repeat;
	overflow:visible;
}

#VideoContent{ height:211.2px; width:384px; background-color:#000; margin-top:10px; margin-left:10px;}
/*-------------INDEX MIDDLE---------------*/
#middlewrapper{
	width:100%;
	/*min-height:12.5em;/*16x12.5=200px*/
	margin:20px auto 40px auto;
	overflow:hidden;

}
#middlewrapper a{text-decoration:none;}
#middlewrapper img{
		cursor:pointer;

}
#middlewrapper p a{color:#00C;}
#middlewrapper p a:hover{text-decoration:underline;}

#middlecol1, #middlecol2, #middlecol3, #middlecol4 {
	float:left;
	width:21%;
}
#middlecol1{margin-left:2%;}
#middlecol1, #middlecol2, #middlecol3 {
	margin-right:4%;
}
#middlewrapper h1, #bottomwrapper h1{
	color:#333;
	border-bottom:4px solid #B4B4B4;
	padding-bottom:3px;
}

#middlewrapper p{color:#333;}
/*-------------INDEX BOTTOM-------------------*/
#bottomwrapper{
	clear:left;
	height:100%;
	/*background:url(imagesgray/gradientgray.png) repeat-x;*/
	padding-top:10px;
	
}
#bottomwrapper a{text-decoration:none;}
.vermais{
	display:block;
	font-size:0.625em; /*16x.625=10px*/
	color:#00C;
	margin-left:10px;
	margin-top:5px;
}
a.vermais:hover{
	text-decoration:underline !important; 
}
#bottomcol1, #bottomcol2, #bottomcol3{
	float:left;
	width:29.3%;
	margin-bottom:60px;
}

#bottomcol1, #bottomcol2{
	margin-right:4%;
}

/*--bottomcol 1---*/
#bottomcol1{margin-left:2%;}

.bottomvideos, #bottomareas{
	margin-left:10px;
}

.bottomvideos a{text-decoration:none;}
.bottomvideos a:hover .smallvideo{border:1px solid #999;}
.bottomvideos a:hover .smallvideo_text{color:#004B91;}

.smallvideo{
	display:block;
	float:left;
	width:125px;
	height:80px;
	border:1px solid #ccc;
	margin-bottom:16px;
}
.smallvideo_text{margin-left:135px;}
.smallvideo_text, .smallpic_text{
	font-weight:normal;
	color:#333;
	padding-top:5px;
	font-family:verdana,arial,sans-serif;
}



/*---BOTTOMCOL 2---*/
#bottomcol2 dt.first{
	margin-top:30px;
}
#bottomcol2 dl{
	margin-left:10px;
}
#bottomcol2 dd a{
	display:block;
	text-decoration:none;
	color:#333;
	font-size:0.875em;/*16x =14px*/
	line-height:1.2857em;/*14x1.2=18px*/
}

#bottomcol2 dd a:hover{
	color:#004B91;;
}
#bottomcol2 dd span{
	color:#999999;
	font-size:.75em;/*=12px */
}
/*----bottomcol 3--------*/

.smallpic{
	display:block;
	float:left;
	width:80px;
	height:95px;
	border:1px solid #ccc;
	margin-bottom:8px;/*4*/
}
.bottomvideos a:hover .smallpic{border:1px solid #999;}
.bottomvideos a:hover .smallpic_text{color:#004B91;}
.smallpic_text{margin-left:90px;}

/*--------------------------------FOOTER----------------------*/
#footer{
	clear:left;
	width:100%;
	background-color:#4f4f4f;
	padding:.375em 0 15px 0;
	margin-top:0px;
	background-image:url(imagesgray/footer_leftcorner.jpg) ; 
	background-repeat:no-repeat;
	background-position:bottom left;
	position:relative ;

}
#footer p{
	font-weight:bold;
	font-size:.625em;/*16x.625=10px*/
    color:#eeeded;
	text-align: center;
	margin:0;
}


#footer p a, footer p a:link, footer p a:visited{
	text-decoration:none;
	  color:#b1b1b3;
}

/*---------------------------------------EVENTS ------------------------------------*/

#wrapfr{
	position:relative;
	width:100%;
	visibility:visible;
	overflow:visible;
	height:100%;
	background:url(imagesgray/filterbkg.png) repeat-y;
	min-height:500px;
		
}
/*min-height for the wrapf will fix the left img problem*/
.left { 
	float:left;
	padding:0; 
	width:220px;
	height:100%; /* works only if parent container is assigned a height value */ 
	color:#333; 
	font-size:.75em;/*16x.75 =12px*/
}
.left dt.first{
	margin-top:30px;
}
.left dl{
	margin-left:10px;
}
.left dt{
	display:block;
	border-bottom:1px solid #636060;	
	margin-top:1em;
	font-weight:bold;
	color:#9B0000;
}
.left dd a{
	text-decoration:none;
	color:#333333;
	line-height:1.4em;
}

.left dd a.tc1{
	font-size:80%; text-decoration:none;/*12x = px*/
}
.left dd a.tc2{
	font-size:90%; text-decoration:none;/*12X = px*/
}
.left dd a.tc3{
	font-size:100%; text-decoration:none;/*12px*/
}
.left dd a.tc4{
	font-size:110%; text-decoration:none;
}
.left dd a.tc5{
	font-size:120%; text-decoration:none;
}
.left dd a.tc6{
	font-size:130%; text-decoration:none;
}


.left dd a:hover{
	color:#532900;/*1E4271;/*004B91;*/
	font-weight:bold;
	
}
.left dd a:active{
	color:#532900;
	font-weight:bold;
}
.left dd span{
	color:#999999;
	font-size:.75em;/*=12px */
}
.left p { 
	padding:0 10px; 
} 

/*----------------------------- CONTENT-----------------------*/
.content { 
	left:180px;
	padding:0px 0px 0px 0px;
	height:100%; /* works only if parent container is assigned a height value */ 
} 
 
p.top { 
	margin-top:20px; 
} 

#filteroot{
	overflow:hidden;
	padding:3px;
	margin:0px;
	background-color:#EAEAEA;
}

#filteroot dd{
	margin:0;
	padding:0;
	display:inline;
	font-size:.875em;
	color:#666666;
}
#filteroot dd.rootline{
	vertical-align:bottom;
}
#filteroot dd a{
	color:#333333;
	text-decoration: none;
    border-bottom: 2px dotted #9B0000;
}
#filteroot dl{
	margin:0px 0px 0px 10px;
}

a.noline{
	border:0;
}

#results{
	margin-top:0.125em;/*16x =2px*/
/*margin-bottom:2px;*/
	overflow:hidden;
	padding:0.3125em 0.3125em 0.9375em 0.3125em;/*5px 5px 15px 5px*/
	padding-right:0.625em;/*16x0.625 =10px*/
	background-color:#fff;
	min-height:500px;
}

.block, .blockvideo{
	position:relative;
	float:left;
	width:23%;
	min-width:225px;
	height:360px;
	padding:5px;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid #999999;
	overflow:hidden;
}

.foto {
	float:right;
	width:80px;
	height:95px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid black;
	/*border-right:2px solid #666;

	border-bottom:2px solid #666;*/
}

.spanfoto {
	background:none repeat scroll 0 0 #EAEAEA;
	border:1px solid white;
	float:right;
	height:97px;
	padding:5px;
	width:82px;
	padding:5px;

}

.block .notlarger{
	height:100px;
	overflow:hidden;
}
.block .classname{
	display:inline;
	font-size:.6875em;/*16x.6875 =11px*/
	color:#1B1B1B;
	border-bottom:1px solid #CCCCCC;
	font-family:Georgia, verdana, arial;
	line-height:1.5em;
}

.block .classname a
{
 text-decoration  : none;
 color:#1B1B1B;
}

.block .coordinador, .blockvideo .title{
	clear:both;
	font-size:.75em;/*16X.75 =12px*/
	line-height:1.166em;/*12x1.166em = 14px*/
	text-align:right;
	color:#4b4c5d; /*666600;*/
	padding-top:0.1875em;/*16x.1875 =3px*/
	padding-bottom:0.3125em;/*16x.3125=5px*/
	margin:0;	
}
.block .description, .blockvideo .description{
	clear:both;
	color:#4b4c5d !important; /*333333;*/
	font-size:.625em;/*16x.625=10px*/
	padding-top:0.3125em;/*16x.3125=5px*/
	text-align:justify;
	height:100px;
	overflow:hidden;
}

.block .descriptioncontinua {
	clear:both;
	color:#4b4c5d; /*333333;*/
	font-size:.5625em;/*16x.5625 =9px*/
	padding-top:-0.3125em;/*16x0.3125 =5px*/
	text-align:right;
	overflow:hidden;
	margin:0;
	float:right;
	margin-top:-.625em;/*16x.625 =10px*/
	margin-right:0.625em;
}
.block .descriptioncontinua a
{
	background-image:none !important;
}

.block .time, .blockvideo .date{
	font-size:.6875em;/*16x.6875 =11px*/
	font-weight:bold;
	margin-bottom:2.5em;/*16x2.5 =40px*/
	color:#4b4c5d !important; /*666666;*/

}

.block .detalles{
	position: absolute;
	bottom: 10px;
	z-index: 2;
	border:none;
}

/*
.block a, .block a:link {
	/*display:block;
	height:22px;
	width:72px;
	border-width:0px;
	background-image:url(images/btn_detalles.png);
	background-position:0px 0px;
	text-decoration:none;  * /
	}
.block a:active{
	/*background-position:0px 24px;	* /
}
*/
.block .price, .blockvideo .time{
	position: absolute;
	bottom: -3px;
	right:10px;
	font-size:.8125em;/*16x.8125 =13px*/
	color:#BA1410;
}

.block .icobox{
	clear:both;
	float:right;
	height:19px;
	width:80px;
	border:1px solid #ccc;
	padding:1px 0px 0 0; 
}
.block .icobox .iconos{
	float:right;
	widht:18px;
	height:18px;
	margin-left:2px;

}


/*------------------------------CURSOS -------------------------------*/

#results h2, h3{
		color: #333351;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #333351;
		padding-bottom: 6px;
		margin-bottom: .75em;/*16x.75 =12px*/
}

#results h2{
	font-weight: normal;
	text-align: center;
}
#results h3 {
	font-weight:bold;
}
 #results li{
	  color:#4b4c5d;
	 font-size:.75em;/*12px*/
	 line-height: 1.5em; /* 18px */ 
}
#results p {
	color:#4b4c5d; /*74653D;*/
	text-align:justify;
	display:block;
	padding-right:0.625em;/*16x.625 =10px*/
}



#teacher {
	float: right;
	border: 1px solid black; 
	padding: 5px; 
	margin-left:10px;
	width: 300px; 
	text-align:justify; 
	background-color: rgb(255, 255, 204); 
}
#teacherbottom {
	float: right;
	clear:right;
	padding-right: 53px; 
	margin-left:10px;
	text-align:justify; 
}

#teacher span img{
	/*border: 1px solid black;*/
    height:135px;
	width: 100px;
}

#teacher span {
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:#EAEAEA;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	border:1px solid white;
	float:right;
	margin:2px;
	padding:5px;
}

#teacher h4{
	color:#333333; /*74653D;*/
	padding-top:10px;
}


#teacher p{
	font-family:verdana,arial,sans-serif;
	text-align:left;
	padding:0;
}

.right {
	position:absolute;
	top:0px;/*-3*/
	right:0px;/*-38*/
	padding:15px 0px -5px 0;
	width:240px;
	height:100%; /* works only if parent container is assigned a height value */
	color:#333;
	border-left: 1px solid #4f4f4f; /*7f6f46;*/
	border-right: 1px solid #4f4f4f;/*f6f46;*/
	overflow:hidden;
}

.right h2{
	text-align:center;
	color:#4b4c5d; /*74653d;*/
	font-size:.88em;/*18x.88 =16px*/
}
.videoscursos-rel{
	min-height:20px;
	max-height:360px;
/*	border-bottom:1px solid #636060;*/
	margin:5px 5px 15px 15px;
	padding-top:0px;
	overflow:auto;
	
}

.videoscursos-rel a{
	display:block;
	margin:-5px 10px 3px 10px;
	padding-top:10px;
	text-decoration:none;
}

.videoscursos-rel a:hover .reltext{color:#004b91;}
.videoscursos-rel a:hover {background-color:#fefedf;}
.relimg{
	clear:left;
	display:block;
	height:80px;
	width:125px;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	background-color:#333;
}

.destaque-img{
	clear:left;
	display:block ;
	height:95px;
	width:80px;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCFF66;
}

.destaque-img-spanfoto
{
	background:none repeat scroll 0 0 #EAEAEA;
	border:0 solid white;
	display:block;
	height:97px;
	margin-left:45px;
	padding:2px;
	width:82px;

}

.reltext{
	display:block;
	border:none;
	text-align:center !important;
	font-family:Helvetica, arial,verdana;
	font-weight:normal;
	color:#1E4271;
	margin:0 13px;
}


.line{
	margin:25px 20px 15px 15px;
	border-bottom:1px solid #636060;
}


/*--------------------------------------------VIDEOS PAGE----------------------------------------*/
.blockvideo{
	height:315px !important;
}
.minivideo{
	display:block;
	width:125px;
	height:80px;
	margin-right:auto;
	margin-left:auto;
}	
	
.blockvideo .description{
	height:110px !important;
}

.blockvideo .detalles{
	position: absolute;
	bottom: 10px;
	z-index: 2;
	border:none;
}
.blockvideo a, .blockvideo a:link {
	display:block;
	height:22px;
	width:72px;
	border-width:0px;
	/*background-image:url(images/btn_detalles.png);
	background-position:0px 0px; */
	}
.blockvideo a:active{
	background-position:0px 24px;	
}

.blockvideo .icobox{
	clear:both;
	height:12px !important;
	width:48px !important;
	/*border:1px solid #ccc;*/
	padding:1px 0px 0 0; 
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/stars.png);
}

.blockvideo a{
		text-decoration:none;
}
#blockvideowrapper a{text-decoration:none;}
#blockvideowrapper a:hover div.blockvideo{ 
		background-color:#ffffcc;
		cursor:hand;
}

#blockvideowrapper a img{ border:none;}
	
#starone{
	background-position:0px 48px;
}
#startwo{
	background-position:0px 36px;
}
#starthree{
	background-position:0px 24px;
}
#starfour{
	background-position:0px 12px;
}
.blockvideo .icobox .iconos{
	float:left !important;
	width:18px;
	height:15px !important;
}
.blockvideo h2, h3{
	padding-bottom: 10px;
	margin-bottom: 0px !important;
}
.blockvideo h3{
	margin-top:1em !important;
}

.blockvideo .date{
	margin-bottom:15px !important;
}
/*--------------------------------------------------------VIDEO--------------------------------------------------*/



.video_icobox{
	height:12px !important;
	width:48px !important;
	padding:1px 0px 0 0; 
	background-image:url(images/stars.png);
	clear:both;
	float:none;
	border:1px solid #ccc;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}
.video_icobox .iconos{
	margin-left:2px;
	float:left !important;
	widht:18px;
	height:15px !important;
}

/*--------------------------------------------------------PROGRAMAS--------------------------------------------------*/
.row{
	clear:both;
	height:auto;
	width:98%;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color: #ffffcc;
	opacity:.9;
	margin:5px auto 0 auto;
	padding-right:5px;
}
.row img{
	border: 1px solid black;
}

.row span{
	border: 1px solid black; 
	margin: -10px 5px 5px 5px; 
	padding: 5px; 
	background: rgb(153, 153, 102) none repeat scroll 0% 0%; 
	float: right; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: 
	-moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}

.col1{
	float:left;
	width:10%;
	height:auto;
	display:block;
	text-align:center !important;
	padding-bottom:0 !important;
	margin-bottom:0px !important;
}

.col2{
	min-width:80%;
	max-width:85%;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0 !important;
	border-left:2px solid #ccc;
	margin-left:6em !important;
}

.clear{
	clear:both;
}

.imgcenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.justpadding{
	padding-top:20px;
}

/*--------------------------------------VIDEO DETALHES---------------------------------*/

#playvideo{
	height:329px;
	width:480px;	
	visibility:visible ;
	background-color:#636060;
	background-repeat:no-repeat;
	overflow:visible;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	
	}
#results .date{	
	padding-top:3px;
	text-align:center;
}

#results .date span{
	margin-left:5px;
}
#bigger{
	font-size:1em !important;
}

#video_buttons{
	background-color:#25353c;
	height:55px;
	width:480px; 
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;

}
#buttonswrapper{
	width:430px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
}
.buttons{
	float:left;
	width:85px;
}
.image{
	width:60px;
	height:40px;
	background-color:#878686;
	margin-left:auto;
	margin-right:auto;
}
#buttonswrapper a:hover .buttons{ cursor:hand;}
#buttonswrapper a:hover .image{ 
	background-color:#6f6e6e;
}
#buttonswrapper a{
	text-decoration:none; 
}
#buttonswrapper a img{border:none !important;}

.buttons p{
	color:#fff !important;
	text-align:center !important;
	padding:0px !important;
}

/* Botao Inscricao */


a.squarebutton{
	background: transparent url('images/square-green-left.gif') no-repeat top left;
	display: block;
	/*float: left;*/
	bottom:10px;
	position:absolute;
	font: normal 12px Helvetica; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
}

a.squarebutton span{
	background: transparent url('images/square-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; 
	width: 100%;
}





/* overlay dimensions */
div.overlay {
	padding:40px;	
	display:none;
	width:480px;  	
	height:375px;

	background-image:url(../player/skin/share.png);
}
 
/* generic styling for elements inside overlay */
div.overlay h2, div.overlay a, div.overlay p, div.overlay div {
	font-family:verdana,sans-serif;		
	margin-top:0px;
	color:#fff;
	font-weight:normal;
}
 
#panes h2 {
	display:none;
}
 
div.overlay div.close {
	background:url(../player/skin/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
 
/* tabs */
#shareTabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	position:absolute;
	top:93px;
	left:14px;	
}
 
#shareTabs li { 
	float:left; 
	margin:0 !important; 
	padding:0; 
	list-style-image:none !important;
}
 
#shareTabs li a { 
	background:transparent url(../player/skin/share_tabs.png) no-repeat scroll 0 0;
	display:block;
	height:35px;
	margin:0px;
	padding:0px;
	width:140px;
	text-align:center;
	line-height:35px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
 
#shareTabs li a#emailTab { background-position: 0 -37px; }
#shareTabs li a#embedTab { background-position: -140px -37px; }
 
#shareTabs li a#emailTab:hover { background-position: 0 -74px; }
#shareTabs li a#embedTab:hover { background-position: -140px -74px; }
 
#shareTabs li a#emailTab.current { background-position: 0 0; cursor: default; }
#shareTabs li a#embedTab.current { background-position: -140px 0; cursor: default;  }
 
 
/* tab panes = containers for tab content */
#panes {
	margin-top:65px !important;		
	font-size:12px;
}
 
 
#panes input, #panes textarea {
	width:450px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #666; 	
	padding:2px;
}
 
#panes textarea {
	padding:4px;
	height:100px;
}
 
#panes button {
	border:1px outset #ccc;	
	cursor:pointer;
	background-color:#f9f9fa;	
}
 
#panes label.left {
	float:left;
	margin-right:15px;	
}
 
#panes label.left input {
	width:180px;		
}
 
#embedPane textarea {
	margin-top:10px;
	height:180px;
	background-color:transparent;	
	color:#BBBBBB;
	padding:4px;
	border:1px solid #ddd;
}
 
/* container for error/success messages */ 
#info {
	display:none;	
}
 
/* container has a background image   */
a.player {	
	margin-top:40px;
	display:block;
	background:url(../player/skin/splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;

	
}

 
/* splash image */
a.player img {
	margin-top:115px;
	border:0;	display:inline-block
}


/*----------------------------------------------------CONTATO----------------------------------------------*/
#information{ 
	width:49%; 
	float:left;}

#information h3{font-weight:bold;}

.rightcontacto, .leftcontacto {
	float:left;
	
	color:#595959;
	margin-top:0.625em;/*16x.625 =10px*/
}


.leftcontacto{width:25%;}
.rightcontacto{ width:50%;}

.leftcontacto ul{padding-left:1%;}
.rightcontacto li, .leftcontacto li{
	list-style:none;
	font-size:0.625em !important;/*=10px*/
}
.rightcontacto span{font-weight:bold;}
.leftcontacto {margin-left:1%;}
.rightcontacto{border-left:1px solid #ccc;}
#paulista{
	clear:left;
	margin-top:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#formulario{
	float:left;
	width:49%;
	margin-left:1%;
}

#formulario h3{
	font-weight:bold;
}

/*SUBMENU*/
#submenu{
	height:34px;
	background-color:#EAEAEA;
}

#submenu a{
	display:block;
	float:left;
	width:100px;
	height:28px;/*28+6=34*/
	color:#333333;
	font-size:1em;/*16px*/
	font-family:Helvetica,Verdana,Sans-serif;
	text-decoration: none !important;
	text-align:center;
	padding-top:6px;
	border-right:1px solid #fff;
}
#submenu a:hover span{  border-bottom: 2px dotted #9B0000;}
#submenu_selected{background-color:#fff !important; font-size:1em !important;}



/*------------------------------------CASO SUCESOS-------------------------------*/	
/*
.casosleft{ 
	width:49%; 
	float:left;}

.casosright{
	float:left;
	widht:49%;
	margin-left:1%;}
*/	
.casos{width:47%; float:left; margin:1%;}

.casos em{font-size:.75em;}/*12px*/
	
	
#demo2, #demo1{
	margin-top:10px;
}

/*-----------------------------------PARCEIROS----------------------------------*/

#parceirosleft{ }

#parceirosright{
	float:right;
	width:400px;
	margin-left:10px;
	margin-top:10px;
	padding: 5px; 
	text-align:justify; 
}
#parceirosright p{
	margin-right:10px;
}
#parceirosleft p{
	color:#4b4c5d; /*74653D;*/
	text-align:justify;
	margin-left:0.8333em;/*12x0.8333=10px*/
	margin-right:0.8333em;
}

#parceirosleft h3{font-weight:bold;}



/*---------------------------------ROUND CORNERS-----------------------------------------------------*/
/*----------INDEX VIDEO CORNERS-------------*/
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#636060; margin:0 5px;}
.b2f {height:1px; background:#ffffcc; border-right:2px solid #636060; border-left:2px solid #636060; margin:0 3px;}
.b3f {height:1px; background:#ffffcc; border-right:1px solid #636060; border-left:1px solid #636060; margin:0 2px;}
.b4f {height:2px; background:#ffffcc; border-right:1px solid #636060; border-left:1px solid #636060; margin:0 1px;}
.contentf {background: #ffffcc; border-right:1px solid #636060; border-left:1px solid #636060; padding-bottom:10px;}
.contentf div {margin-left: 10px; padding-top:5px; }


/* Tables - all */


th {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}


#mytable {
	width: 98%;
	padding: 0px;
	margin: 0px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	/*width:350px; */
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
    font: 12px Helvetica,arial, sans-serif;

}

th.spec a {
 	text-decoration: none;

}
th.specalt a {
 	text-decoration: none;

}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
/* End Tables - all */


.formulatio td
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #C1DAD7;
	border-right:1px solid #C1DAD7;
	color:#4F6B72;
	font-family:Helvetica,arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:6px 6px 6px 12px;

}
	

/* Messages on forms coaching */
	
	/* alrt */
	.alert {
	background: #fff6bf url(images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px !important;

	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	/* accept */
	.accept {
	background: #fff6bf url(images/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px !important;

	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	
		/* information */
	.info {
	background: #fff6bf url(images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px !important;

	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	
	/* End Messages on forms coaching */