/** RESET **/
/***********************************************************/
/***********************************************************/
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0.6em 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
/***********************************************************/
/***********************************************************/

.clearfix .last {
	clear: both;
}

/***********************************************************/
/***********************************************************/

body {
	text-align: center;
	background-image: url("../imgs/degrade-cinza-200px.png");
	background-repeat: repeat-x;
}

#container {
	text-align: left;
	width: auto;
	background-color: #fff;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	margin-top: 10px;
}

#top {
	position: relative;
	background-image: url("../imgs/topo.png");
	background-repeat: no-repeat;
	height: 60px;
}

#top h1 {
	float: left;
	position: relative;
	width: 200px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#top h1 span {
	display: none;
}

#navigation ul li {
	display: block;
	float: left;
}

#navigation ul li a {
	display: block;
	padding: 3px;
	color: white !important;
}

#navigation {
	float: left;
	font-size: 13px;
	margin-left: 100px;
	margin-top: 10px;
	width: 450px;
}

#content {
	padding: 20px;
}
#caixa_login {
	float: left;
}
#caixa_login ul li {
	list-style: none;
	display: block;

}
#caixa_login ul li a {
	color: #fff;

}

#footer {
	font-size: 11px;
	color: #666;
	text-align: center;
	background-color: #ccc;
	margin-top: 50px;
}

#main {
	background-image: url("../imgs/degrade-cinza-20px.png");
	background-repeat: repeat-x;
}


label {
	display: block;
}


form li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}

input, textarea {
	border: 1px solid #999;
	padding: 2px;
	font-size: 0.8em;
}

input:hover, input:focus, textarea:focus, textarea:hover {
	background-color: #ffffcc;
}

a, a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

form li {
	position: relative;
	margin-bottom: 20px;
}

input, select {
	width: 250px;
}

textarea {
	width: 700px;
	height: 400px;
}

.validation_error_box input, .validation_error_box select {

	border:	1px solid #ff0000;
	background-color: #ffefef;
	color: #ff0000;
	
}

.validation_error {
	color: red;
	clear: both;
	display: block;
}

.field_error input {
	border: 1px solid red;
}

.simple {
	height: 100px;
	width: 500px;
}

.botao {
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 11px;
	height: 30px;
	display: block;
	z-index: 99;
	width: 200px;
	top: 10px;
	position: relative;
}
.today {
	width: 80px;
}
.adicionar {
	background-image: url("../imgs/add.png");
}
.fotos {
	width: 700px;
}
.fotos li {
	float: left;
}


.model_grid {
	
	
	border-collapse: collapse;
}

.model_grid th, .model_grid td {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0px;
	border: 2px solid #0c837d;
}

.model_grid td {
	background-color: #fff;
}

.model_grid th {
	background-color:  #f0a901;
	color: #fff;
}


a, a:visited, a:link, a:active {

	color: #0c837d;
}

a:hover {
	color: #f0a901;
}

h1,h2,h3,h4,h5,h6,h7 {
	color: #0c837d;
}

.jornais .detalhe  {
	
	width: 600px;
	border: 1px solid #ddddcc;
	background-color: #ffffee;

}
.jornais p, .jornais .nome_do_jornal {
	margin: 10px;
	padding: 0px;
}

.jornais ul {
	height: 30px;
	width: 100%;
	background-color: #efefef;
	padding: 0px;

}
.jornais ul li {

	display: block;
	float: right;
	padding: 5px;
	list-style: none;
	display: inline;

}

.jornais .create {
	font-size: 12px;
	padding-left: 20px;
	background-image: url("../imgs/layout_add.png");
	background-repeat: no-repeat;
}

.jornais ul li a {
	font-size: 12px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.jornais ul li a.incluir {
	background-image: url("../imgs/page_white_add.png");
}

.jornais ul li a.gerenciar {
	background-image: url("../imgs/wrench.png");
}

.scroll {
	
	width: 500px;
	height: 300px;
	border: 1px solid #666600;
	color: #666600;
	padding: 10px;
	background-color: #ffffee;
	overflow: auto;

}

.checkbox {
	width: auto;
	border: none;
}


.resultados li {
	
	list-style: none;
	display: block;
	
	border-bottom: 1px solid #ccc;
	
}

