/* 
	Project Name: Unimeds
	Description: Template CRM
	Tags: Unimeds, template, CRM
	Version: 1.0

	Author: Rafael Matias
	Author URL: http://www.rafaelmatias.com.br
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Import
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Reset
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	html, body{ border:0; background:transparent; margin:0; padding:0;  font-size:100%; height:100%; }
	b,pre,caption,center,strike{ display:none; visibility:hidden;}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Base
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

	html { font-size:65%; }
	body { color:#636363 /* #868484 */; font-family:"Trebuchet MS", Tahoma, Helvetica, Arial; font-size:1.1em; } /* alteração de cor do texto - ago2009 */

	/*title*/
	h1, h2, h3, h4, h5, h6 { margin:0; padding:0;}
	h1 { font-size:5em; }
	h2 { font-size:4em;  }
	h3 { font-size:3em;  }
	h4 { font-size:2em;  }
	h5 { font-size:1.5em; }
	h6 { font-size:1.0em;  }
	
	/*text*/
	p  			{ margin:0 0 1em 0; line-height:1.3em;  }
	span 		{				   }
	blockquote  { margin:1em 3em;  }
	small 		{ font-size:0.8em; }
	sup, sub	{ font-size:0.8em; }
	big			{ font-size:1.3em; }
	strong		{ }

	/*link*/
	a 		  	   { color:#636363 /* #868484 */; font-weight:bold; text-decoration:none; }  /* alteração de cor do texto - ago2009 */
	a:active	   { }
	a:focus		   { }
	a:hover        { }
	/*a:visited      { color:#6a6a6a; }
	a:visited:hover{ color:#00864b; }*/

	/*list*/
	ul, ol  { margin:1em 2em; padding:0; }
	ol		{ list-style-type:decimal; }
	dl		{				  }
	dt		{				  }
	dd		{ margin:0 2em;   }
	
	/*link*/
	fieldset 	   { margin:0; padding:1em; }
	textarea 	   { overflow:auto; vertical-align:top; }
	input, textarea{ font-size:1em; font-family:"Trebuchet MS"; padding:0; vertical-align:top; }
	select{ font-size:1em;}
	
	/*image*/
	img{ border:none;}

	hr { background:#a4a3a3; border:none; height:1px;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Class
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
	.btn		{ cursor:pointer;}
	.txt		{				 }
	.nbo		{ border:none;	 }
	.right		{ float:right; }
	.left		{ float:left;  }
	.hidden		{ display:none; visibility:hidden; }
	.visibled	{ display:block; visibility:visible}
	.clear		{}
	.clearleft	{}
	.clearfix:after  { clear:both; content: "."; display:block; height:0; visibility:hidden; }
	.clearfix 		 { display:inline-block; }
	* html .clearfix { height:1%; 		}
	.clearfix 		 { display:block;  }
	*+html .clearfix { min-height:1%;  }