/*
CSS comum a todas as sessoes
*/

body {
	background: #fff;
}

.page {
	width: 100%;
}

#main {
	margin-top: 5px;
}

#col-left {
	width: 155px;
	margin: 0 5px;
}

.datepicker {
	width: 235px;
}

#col-right {
	width: 200px;
	margin-left: 15px;
}

.datepickerMonths, .datepickerYears {
	display: none;
}

.datepickerDays a {
	font-weight: bold;
}

.datepickerDoW span {
	font-weight: normal;
}

.datepickerMonth a, .datepickerGoNext a, .datepickerGoPrev a, .datepickerDays a {
	color: #000;
}

.datepickerNotInMonth a {
	color: #c0c0c0;
}

#paginacao #controles a {
	float:left;
}

#menu {
	height: 500px;
	overflow-y: scroll;
	margin-top: 10px;
}

#menu li {
	margin: 10px 0;
	width: 100%;
}

#menu li a {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}

#menu li a img {
	border: 1px solid #c0c0c0;
}

#header {
	background: url(http://tribunadonorte.com.br/img/bg_topo_flip.png) repeat-x;
	height: 45px;
	padding: 7px 0 3px 0;
}

#logo {
	width: 235px;
	height: 45px;
	margin-left: 20px;
	display: block;
	float: left;
	background: url(http://tribunadonorte.com.br/img/logo_tn_flip.png) no-repeat;
}

#logo:hover {
	text-decoration: none;
}

#header .data {
	font-weight: bold;
	float: right;
	font-size: 16px;
	display: block;
	padding: 5px;
	margin: 0 10px;
}

.ui-datepicker-div {
	display: none;
}

.carregando {
	background: url(../../imgs/ajax-loader.gif) no-repeat center center;
}

.erro {
	background: url(../../imgs/msg-erro.jpg) no-repeat center center;
}

th {
	padding: 0 3px;
}

.calendario a {
	font-size: 8px;
	color: #000;
}

h5 {
	margin: 0;
	font-weight: normal;
}

.ui-state-default {
	color: #000;
	display: block;
	margin: 0 !important;
	padding: 2px 0 !important;
	float: left;
	width: 100%;
	text-align: center;
}

#calendario {
	float: left;
	padding: 0;
}

#calendario tr {
	width: 155px;
	float: left;
	margin-bottom: 1px;
	padding: 0;
	height: 20px !important;
}

#calendario td {
	width: 22px !important;
	height: 20px !important;
	padding: 0;
	display: block;
	float: left;
}

table.ui-datepicker-calendar {
	float: left;
	margin: 0;
	width: 100%;
}

.ui-datepicker {
	float: left;
	height: 170px !important;
	width: 100%;
}

.ui-state-hover {
	background: #c0c0c0;
}

.ui-datepicker-next, .ui-datepicker-prev {
	display: block;
	color: #000;
	width: 28px;
	text-align: center;
}

.ui-state-active {
	font-weight: bold;
}

.ui-datepicker-next span, .ui-datepicker-prev span {
	color: #000;
}

.ui-datepicker-prev {
	float: left;
	margin-right: 4px;
	font-weight: bold;
}

.ui-datepicker-year, .ui-datepicker-month {
	font-weight: bold;
}

.ui-datepicker-next {
	float: right;
}

.ui-helper-hidden-accessible {
	display: none;
}

#ultimas {
	width: 600px;
	margin-top: 8px;
	margin-left: 260px;
	height: 20px;
}

#ultimas div {
	width: 600px;
	float: left;
}

#ultimas * {
	color: #000;
}

#ultimas .data {
	font-size: 13px;
	float: left;
	padding: 0;
	margin-right: 5px;
	margin-left: 0px;
}

#ultimas a:hover span {
	text-decoration: underline;
}

#ultimas .chamada {
	font-size: 13px;
	float: left;
}

#msg-full {
	padding: 20px;
}

#msg-full h1 {
	font-size: 18px;
}


