@charset "utf-8";


/* GERAL
---------------------------*/


body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.hr {
	background-color:#000;
	height: 2px;
	margin:0;
	padding:0;
	border: 0px;
}


.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-right: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 30px;
}
.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;
}


/* HEADER
---------------------------*/


.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	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: 130px;
} 
#header_gazeta {
	float: left;
	height: 130px;
}
#header_programa {
	float: right;
	height: 130px;
}

#header_divisor {
	margin-top: 3px;
	background-color:#1D70D3;
	height: 35px;
}

#header_divisor form {
	float: right;
	margin-top: 9px;
	margin-right: 20px;
}
#header_divisor input[type=text] {
	width: 100px;	
	background-color: #eee;
	border: 1px solid #fff;
	font-size: 10px;
	height: 14px;
	display: block;
	float: left;
}
#header_divisor input[type=submit] {
	width: 50px;	
	background: #619EE9;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
	margin-left: 4px;
	display: block;
	float: left;
}

.twoColFixLtHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* LATERAL
---------------------------*/


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0 0 0 ;
}


	/* MENU */
	
	ul {
		list-style: none;
		margin: 0; 
		padding: 0;
		border-bottom: 2px solid black;
		width: 284px;
	}
	ul li {
		display: block;
		height: 34px;
	}
	



/* MIOLO
---------------------------*/

.twoColFixLtHdr #mainContent { 
	margin: 15px 0 0 320px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



/* RODAPÉ
---------------------------*/

.twoColFixLtHdr #footer { 
	clear: both;
	padding: 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 12px;
} 



/* --------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------*/

/* ----------                 PÁGINAS E FORMATAÇÃO INTERNA                  -------------*/

/* --------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------*/



/* HOME
---------------------------*/


#boxHome {
	background-color: #BBB;
	padding: 20px;
}
#boxHome h3 {
	font-size: 14px;	
	margin:3px 0;
	padding:0;
}
#boxHome p {
	font-size: 12px;
	margin-top: 3px;
}
#boxHomeNav {
	background-color:#CCC;
	height: 150px;
}
.boxHomeNavQuadro {
	font-size: 11px;
	float: left;
	padding: 10px 0 0 10px;
	width: 156px;
}

/* CONTEÚDO INTERNAS
---------------------------*/

#mainContent h1 {
	color: #1D70D3;
	font-size: 24px;
}

#mainContent h2 {
	color: #666;
	font-size: 18px;
}

#mainContent h2 strong {
	color: #1D70D3;	
}

#mainContent {
	font-size: 14px;
}


/* TABELAS 
---------------------------*/
#mainContent th {
	background-color: #A2C6F2;
	font-size: 14px;
	font-weight: bold;
}

.stripeMe {
	border:1px solid #ddd;
}
tr.alt td { background-color: #eee; }
tr.over td, tr:hover td { background-color: #ccc; }



/* FORMULÁRIOS 
---------------------------*/

input,
select,
textarea {
	font: 14px Arial, Helvetica, sans-serif; 
	border: 1px solid #ddd;
}


.btn{
	background-color:#6878af;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	padding:0px 6px;
	border-left:2px solid #8291c4;
	border-top:2px solid #8291c4;
	border-bottom:2px solid #556498;
	border-right:2px solid #556498;
	}
	
label {
	display: block;
	width: 250px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #1D70D3;
}

.labelLargo {
	width: 500px;
}

input[type=text], select {
	margin-bottom: 20px;
	width:230px;
}

textarea {
	width: 480px;	
	margin-bottom: 20px;
}

.errorMessage {
	border: 1px solid #FF9933;
	background-color:#FFFFCC;
	margin: 10px 0;
	padding: 12px;
	color: #990000;
}
.errorMessage p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}


/* VÍDEOS
---------------------------*/

.videoBox {
	width: 200px;
	min-height: 200px;
	height: 200px;
	margin-bottom: 20px;
}

.videoBoxPrograma, .videoBoxPrograma a {
	font-size: 16px;	
	color: #1D70D3;
	font-weight: bold;
}

.videoBoxTitulo {
	font-size: 14px;
}

#videoPaginacao {
	clear: both;
	display: block;
	font-size: 14px;
	background-color: #eee;
	width: 538px;
	height: 20px;
	border: 1px solid #ccc;
	padding-top: 5px;
	text-align: center;
}

#videoPaginacao a {
	color: #1D70D3;
}

/* BUSCA */

#buscaResults {
	font-size: 12px;
}
#buscaResults p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.highlight {
	background-color: #eee;
}
