/* CSS RESET */

*{background:transparent;font-family:inherit;margin:0;outline:0;padding:0}

table{border-collapse:collapse;border-spacing:0}

legend,hr{display:none}

li{list-style:none}

a{text-decoration:none}

caption,th{text-align:left}

blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}

blockquote,q{quotes:"" ""}

abbr,acronym,img,fieldset{border:0}

sup{vertical-align:text-top}

sub{vertical-align:text-bottom}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}


/* CSS RESET */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0 0 0; 
	padding: 0;
	text-align: left; 
	color: #666;
	background-color: #fff;
	line-height:1,5;
}

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #8B8B8B;
}
a:hover {
	text-decoration: none;
	color: #600;
}

h1 {
	padding: 5px 0; 
}

h2 {
	padding: 4px 0; 
}

h3 {
	padding: 3px 0; 
}

h4 {
	padding: 2px 0; 
}

h5 {
	padding: 1px 0; 
}

h6 {
	padding: 1px 0; 
}

.canalflu #container {
	width: 990px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #f8f8f8;
} 

.canalflu #container form {
	margin: 0;
	padding: 0;
}

.canalflu #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 146px;
	background-repeat: no-repeat;
	background-color: #fff;
} 

.load {background:url('imagens/carregando.gif') no-repeat center;}

div#page_loader { 
  background:url('imagens/carregando.gif') no-repeat center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  filter: Alpha(Opacity=90);
  background-color: white;
  z-index: 99;  
}

.canalflu #meio {
	width: 735px;
	padding: 2px;
	float: left;
	font-size: 14px;
	text-align: left;
}

.canalflu #meio img {
	border: 1px solid #CCC;
	margin-left: 2px;
	background:url('imagens/carregando.gif') no-repeat center;
} 

.canalflu #capameio {
	width: 370px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	float: left;
}
.canalflu #capameio2 {
	width: 370px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.canalflu #capadir {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

.canalflu #fotope {
	width: 360px;
	text-align: left;
	position: absolute;
	bottom: 4px;
	background-image: url(imagens/box-fundo.png);
	overflow: visible;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 2px;
} 
.canalflu #box {
	padding: 4px 2px 4px 2px/* this padding matches the left alignment of the elements in the divs that appear above it. */;
	margin: 2px;
	text-align: left;
	position: relative;
/*	background-image: url(box-fundo.png); */
} 
.canalflu #box img {
	border: 1px solid #CCC;
	margin-left: 2px;
	background:url('imagens/carregando.gif') no-repeat center;
} 

.canalflu #box i {
	font-size: 9px;
	color: #900;
} 

.canalflu #box h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 4px 0 2px 0px;
	font-size: 16px;
	font-weight: bold;
}

.canalflu #box h3 {
	margin: 0 0 2px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0 2px 2px;
	color: #FFF;
	font-weight: bold;
	background-color: #396;
}

.canalflu #box h5 {
	margin: 0;
	padding: 4px 0 2px 0px;
	font-size: 14px;
}

.canalflu #boxaudio {
	padding: 2px 2px 0 2px;
	background-color: #999;
	margin: 2px 0 4px 0;
}
.canalflu #boxaudio img {
	border: none;
	bottom: 0px;
	margin-bottom: -10px;
	padding-bottom: 0px;
}

.canalflu #boxaudioaovivo {
	padding: 2px 1px 2px 1px;
	background-color: #F90;
	margin: 0 0 4px 0;
	color: #FFF;
	text-align: center;
	line-height: 20px;
}
.canalflu #boxaudiobaixar {
	width: 50px;
	position: absolute;
	overflow: visible;
	text-align: right;
	bottom: 5px;
	color: #efefef;
	font-size: 9px;
	left: 175px;
} 

.canalflu #boxaudiobaixar a:link {
	text-decoration: none;
	color: #efefef;
}
.canalflu #boxaudiobaixar a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.canalflu #boxcom {
	padding: 4px 2px 4px 2px/* this padding matches the left alignment of the elements in the divs that appear above it. */;
	margin: 4px;
	background-color: #f8f8f8;
	border: 1px solid #efefef;
} 

.canalflu #boxcinza {
	padding: 4px 2px 4px 2px/* this padding matches the left alignment of the elements in the divs that appear above it. */;
	margin: 2px;
	text-align: left;
	background-color: #f8f8f8;
	border: 1px solid #efefef;
} 

.canalflu #capaboxlistanoticias {
	padding: 2px /* this padding matches the left alignment of the elements in the divs that appear above it. */;
	margin: 2px;
} 


.canalflu #capaboxlistanoticiastitulo {
	height: 70px;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 100px;

} 


.canalflu #capaboxlistanoticias img {
	width: 87px;
	height: 70px;
	margin: 2px;
	border: 1px solid #CCC;
	float: left;
	background:url('imagens/carregando.gif') no-repeat center;
} 

.canalflu #aspas {
	margin: 2px;
	text-align: left;
	position: relative;
	background-image: url(imagens/aspas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-top: 2px;
} 

.canalflu #topo-jogos {
	width: 330px;
	height: 100px;
	float: right;
} 
.canalflu #topo-jogos-box {
	width: 190px;
	text-align: center;
	color: #999;
	padding-top: 5px;
	font-style: italic;
} 



.canalflu #menu {
	width: 980px;
	height: 20px;
	padding: 5px 0 0 10px;
	float: left;
	background-color: #900;
	color: #FFF;
} 

.canalflu #menu a:link {
	text-decoration: none;
	color: #fff;
}
.canalflu #menu a:visited {
	text-decoration: none;
	color: #efefef;
}
.canalflu #menu a:hover {
	text-decoration: none;
	color: #efefef;
	font-weight: bold;
}

.canalflu #footer {
	padding-bottom: 0px;
	background-color: #063;
	margin: 0 auto;
	color: #FFF;
	height: 170px;
} 
.canalflu #footer p {
	width: 235px;
	float: left;
	margin: 5px;
	padding: 0px;
}

.canalflu #footer center {
	width: 995px;
	margin: 0 auto;
	text-align: left;
	background-color: #063;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 150px;
}

.canalflu #footer a:link {
	text-decoration: none;
	color: #fff;
}
.canalflu #footer a:visited {
	text-decoration: none;
	color: #efefef;
}
.canalflu #footer a:hover {
	text-decoration: none;
	color: #FFD9D9;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.input  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #efefef;
    background-color: #fdfdfd;
	height: 14px;
	}


.textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #efefef;
    background-color: #fdfdfd;
	}


.botao  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #efefef;
    background-color: #fdfdfd;
	height: 16px;
		}


.botaolar  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 border-top: 1px solid #DDDDDD;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #DDDDDD;
 border-right: 1px solid #999999;
 background-color: #FF802B;
 height: 14px;
 font-weight: bold;
 }

