@charset "utf-8";
/* CSS Document */
		/*------------------------------------------------------------------
		Project:	YOGA CHIADO
		Version:	1.00
		Last change:	19/09/08
		Author:   Filipe Cruz
		Corporate:   Ernst & Edgar
		-------------------------------------------------------------------*/
		
		/*------------------------------------------------------------------
		[Table of contents]
		
		0. Body
		1. Colors / Typography
		2. Header / #header
		3. Menu / #menu
		4. Content / #content
		5. Left / #left
			5.1 Menu / #menu
	
		6. Middle / #middle
			6.1 main text
			6.2 
			6.3 
			6.4 
			6.5 
			6.6 
			6.7 
			6.8 
		7. Right / #right
		8. Footer / #footer
		-------------------------------------------------------------------*/
		
		/*------------------------------------------------------------------
		[0. Body]
		*/
		
		* {
	margin: 0;
	padding: 0;
}
a:link {
	color: #46351c;
}
a:visited {
	color: #46351c;
}
a:hover {
	color: #382911;
	text-decoration: none;
}
body {
	color: #7f7f7f;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	<!--text-align: center;-->
	height: 100%;
}
html {
	height: 100%;
	background-image:url(../imgs/bg.jpg);
	background-color: #e3e3e3;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.hidden {
	position: absolute;
	left: -10000px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
img {
	border:0;
}
/*------------------------------------------------------------------
			[1. Colors / Typography]
		*/
		
		h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/*------------------------------------------------------------------
			[2. Header / #header]
		*/
		#header {
	margin: 0;
	border:1px solid #ccc;
	border-width:0 0 1px 0;
	float:left;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */
		
.head_links {
	padding:5px 5px 0px 5px;
	color:#CCCCCC;
}
.head_links p {
	padding:3px 0px 0px 0px;
}
/*------------------------------------------------------------------
			[4. Content]
		*/
		
		#content {
	width:950px;
	margin-top:0px;
	margin-bottom: 40px;
	float:left;
}
#page {
	width: 950px;
	margin: 0 auto;

	text-align: left;
	background-color:#FFFFFF;
}
* html #page {
	height: 100%;
}
/*------------------------------------------------------------------
			[5. Left]
		*/
		
		#left {
	width:265px;
	margin-right:20px;
	float:left;
}
.left_bar {
	width:226px;
	padding:7px;
	float:left;
}
/*------------------------------------------------------------------
			[5.1 Menu]
		*/
		#left_menu {
	width:230px;
	/* margin: T R B L*/
			margin: -30px 35px 0px 35px;
	float:left;
}
.left_menu_item {
	cursor:pointer;
	width:225px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	display:block;
	padding-bottom:10px;
	font-weight:bold;
}
.left_menu_item img {
	padding-top:3px;
}
.left_menu_item a {
	cursor:pointer;
	padding: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	display:block;
	height:20px;
}
.left_menu_item a:hover {
	padding: 5px 5px 5px 5px;
	background-color:#e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	text-decoration:none;
	font-weight:bold;
	height:20px;
}
.left_menu_item_active {
	width:225px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	display:block;
	height:20px;
	padding-bottom:10px;
	font-weight:bold;
}
.left_menu_item_active img {
	padding-top:3px;
}
.left_menu_item_active a {
	padding: 5px 5px 5px 5px;
	background-color:#e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	text-decoration:none;
	font-weight:bold;
	height:20px;
	display:block;
}
.left_menu_item_active a:hover {
	padding: 5px 5px 5px 5px;
	background-color:#e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	text-decoration:none;
	font-weight:bold;
	height:20px;
}
.titulo_form {
	width:50px;
	height:20px;
	float:left;
}
.caixa_form {
	width:70px;
	height:25px;
	float:left;
}
.ok_form {
	width:220px;
	height:25px;
	float:left;
}

/*------------------------------------------------------------------
			[5.2 Staus]
		*/	
		
		.boxes {
	width:285px;
	padding-top:20px;
}
.boxes_interior {
	width:225px;
	/* padding: T R B L*/
			 margin-top:-80px;
	padding:15px 10px 0px 40px;
}
.status_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ddaa57;
	font-weight:bold;
	font-size:14px;
}
.status_item {
	padding-top:10px;
}
.status_date {
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	font-weight:bold;
	font-size:11px;
}
.status_teacher {
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	font-weight:bold;
	font-size:11px;
	margin-top:-17px;
	padding-right:10px;
}
.status_descricao {
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	font-size:11px;
	padding-right:5px;
}
.formulario {
	padding-top:10px;
	width:120px;
}
.caixa_input {
	width:169px;
	height:18px;
	border:1px solid #ccc;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}

.caixa_input_contact {
	width:269px;
	height:18px;
	border:1px solid #ccc;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.caixa_input_textarea {
	width:269px;
	border:1px solid #ccc;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.botao_submit {
	width:40px;
	height:20px;
	border:1px solid #ccc;
	background-color:#ccc;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-left:5px;
}

.botao_submit_contact {
	height:20px;
	border:1px solid #ccc;
	background-color:#ccc;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-left:5px;
}
/*------------------------------------------------------------------
			[6. Middle]
		*/	
		#middle {
	width:665px;
	float:left;
}
/*------------------------------------------------------------------
			[6.1 Main Text]
		*/	
		.main_text {
	width:535px;
	/* padding: T R B L*/
			padding: 20px 10px 10px 65px;
	line-height:24px;
}
.main_text p {
	padding-bottom:20px;
}
.main_img {
	padding: 10px 0px 10px 65px;
}
.botao {
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	display:block;
	height:20px;
	font-weight:bold;
	background-color:#e5e5e5;
	margin:0px 70px 0px 0px;
}
.botao a {
	padding: 3px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	display:block;
	height:20px;
	background-color:#e5e5e5;
}
.botao a:hover {
	padding: 3px 5px 0px 5px;
	background-color:#e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	text-decoration:none;
	font-weight:bold;
	height:20px;
}
/*------------------------------------------------------------------
			[6.2 Instrutores Text]
	*/
.pageTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#ddaa57;
	padding-top:90px;
	padding-left:10px;
}
.pageTitle a {
	color:#ddaa57;
	text-decoration:none;
}
.pageTitle a:hover {
	text-decoration:underline;
}
.instrutores_text {
	width:590px;
	/* padding: T R B L*/
			padding: 20px 10px 10px 10px;
}
#lista_instrutores {
	width:600px;
	padding:20px 0px 10px 10px;
}
.instrutor_item {
	width:555px;
	padding-bottom:20px;
	min-height:100px;
}
.instrutor_data {
	width:400px;
	padding:5px;
	margin:0px 0px 0px 10px;
	min-height:75px;
}
.instrutor_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#484848;
}
.instrutor_download {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#484848;
	margin-top:10px;
}
.instrutor_download img {
	padding-right:5px;
}
.instrutor_data a {
	text-decoration:none;
	color:#484848;
}
.instrutor_data a:hover {
	color:#000000;
}
a:hover img .instrutor_download {
	padding-top:5px;
}
.instrutor_img a {
	text-decoration:none;
}
.instrutor_img_link img {
	width:56px;
	border:1px solid #ccc;
	padding:5px;
}
.instrutor2_img_link img {
	width:73px;
	border:1px solid #ccc;
	padding:5px;
}
a .instrutor_img_link img {
	text-decoration:none;
}
a:hover .instrutor_img_link img {
	text-decoration:none;
	cursor:pointer;
	border:1px solid #e7ae47;
}
/*------------------------------------------------------------------
			[6.3 Parceiros 
	*/
#lista_parceiros {
	width:630px;
	padding:20px 0px 10px 10px;
}
.parceiro_item {
	padding-bottom:15px;
	margin-right:9px;
	float:left;
	min-height:120px;
}
.parceiro_img p{
	width:148px;
	text-align: left;
	height:35px;
}
.parceiro_img a {
	text-decoration:none;
}
.parceiro_img_link img {
	max-width:175px;
	border:1px solid #ccc;
	padding:5px;
	max-height:100px;
}
a .parceiro_img_link img {
	text-decoration:none;
}
a:hover .parceiro_img_link img {
	text-decoration:none;
	cursor:pointer;
	border:1px solid #e7ae47;
}
/*------------------------------------------------------------------
			[6.4 Downloads 
	*/


.list_links {
	padding:10px 0px 0px 25px;
}
.list_links a {
	text-decoration:none;
}
.list_links a:hover {
	text-decoration:underline;
}
/*------------------------------------------------------------------
			[6.4 Eventos 
	*/


.eventos {
	width:590px;
	padding:10px 0px 0px 10px;
	text-align:left;
}

.eventos p{
	text-align:left;
}
/*------------------------------------------------------------------
			[6.5 Form 
	*/

.form_inputs_labels {
	width:100px;
	margin:5px 0px 0px 20px;
}
.form_inputs {
	margin:5px 0px 0px 20px;
}


.erro_no_form{
color:#FF0000;
}

/*------------------------------------------------------------------
		[8. Footer]
		*/
		
	#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	min-height: 100%;
}
#footer {
	position: relative;
	margin: -30px auto 0 auto;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
		
		* html #footer {
	margin-top: -30px;
}
#footer {
	width: 950px;
	height:30px;
	background-color: #484848;
	font-size: 85%;
	color: #CCCCCC;
	text-align: left;
	line-height: 24px;
}
.footer {
	width: 950px;
	height:30px;
	background-color: #484848;
	font-size: 85%;
	color: #CCCCCC;
	text-align: left;
}
#bottom_holder {
}
.bottom_links {
	padding:5px 5px 0px 5px;
}
.bottom_links p {
	padding:3px 0px 0px 0px;
}

.ok_form  input.botao_submit{
	float:right;
}