/* screen.css */

body {
	font-size: 0.79em;
    font-family: arial, sans-serif;
    color: #222;
    background-color: #e4e4e4;
	padding: 0 10px 10px 10px;
}

#wrapper {
	clear: both;
	padding: 30px;
    width: 900px;
    background-color: #fff;
    margin: 0 auto;
}

#header, #header_edit {
	position: relative;
	width: 900px;
	height: 75px;
}

#content {
    clear: left;
    width: 900px;
}

/* ---- Accessibility ---- */

#accessibility {
    width: 900px;
	height: 16px;
    margin: 5px auto;
}

#accessibility a, #accessibility form {
	/*display: block;*/
	float: left;
	height: 16px;
}

#accessibility a.text-print {
	display: inline;
	margin-left: 808px;
	margin-right: 4px;
	width: 16px;
	background: url(/gfx/icon-printer.gif) no-repeat top right;
}

#accessibility a.text-minus {
	width: 12px;
	background: url(/gfx/text-minus.gif) no-repeat top right;
}

#accessibility a.text-plus {
	width: 17px;
	background: url(/gfx/text-plus.gif) no-repeat top right;
}

#accessibility a.text-contrast {
	width: 21px;
	background: url(/gfx/text-contrast.gif) no-repeat top right;
}

#accessibility form.text-read {
	width: 20px;
}


/* ---- Header ---- */
#logo {
	float: left;
}

#top-login {
	color: #999;
	float: right;
	text-align: right;
	font-size: 0.88em;
	line-height: 2.2em;
}

#top-login a {
	color: #999;
	text-decoration: underline;
}

#top-login .textbox,
#overlaybox .textbox,
#breadcrumbs .textbox
{
	color: #999;
	font-size: 0.9em;
	width: 114px;
	height: 17px;
	padding: 4px 0 0 6px;
	border: 1px solid #e7e7e7;
}

.login-label {
	position: absolute; 
	width: 100px; 
	top:-14px; 
	line-height: 14px;
}


/* ---- Navigation ---- */

#navigation {
	background-color: #e7e7e7;
	width: 880px;
    height: 30px;
	padding-right: 20px;
}

#navigation a.rss {
	display: block;
	float: right;
	width: 17px;
	height: 17px;
	background: url(/gfx/rss.gif) no-repeat top right;
	margin-top: 6px;
}

#navigation ul {
	float: left;
	height: 30px;
	position: relative;
}

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

#navigation li a {
	display: block;
	float: left;
	height: 23px;
    padding: 7px 18px 0 18px;
    text-decoration: none;
    color: #000;
	border-right: 1px solid #fff;

}

#navigation li a:hover {
	color: #97002e;
	text-decoration: none;
}

#navigation li a:hover, #navigation li.active a, #navigation li.diractive a {
	background-color: #858585;
	color: #fff;
}


/* ---- Bread crumbs ---- */

#breadcrumbs {
	background-color: #eee;
	width: 864px;
	min-height: 27px;
    _height: 27px;
	padding: 3px 18px 0 18px;
    font-size: .88em;
}

#breadcrumbs .search {
	float: right;
}

#breadcrumbs p {
	margin: 3px 0 0 0;
	_margin: 6px 0 0 0;
}


/* ---- Subnavigation ---- */

#subnavigation ul {
	/*padding: 30px 0 6px 0;*/
}

#subnavigation ul li {
	display: block;
	font-size: .9em;
	width: 190px;
	border-bottom: 1px solid #ececec;
	/*margin-right: 12px;*/
}

#subnavigation ul li a {
	display: block;
	width: 158px;
	padding: 7px 16px;
	color: #000;
	text-decoration: none;
}

#subnavigation ul li.dir a {
	background: url(/gfx/folder-bg.gif) no-repeat 5px 9px;
}

#subnavigation ul li.diractive a {
	background: url(/gfx/folder-bg-open.gif) no-repeat 4px 9px;
}

#subnavigation ul li a:hover {
	background-color: #f7f7f7;
	text-decoration: none;
}

#subnavigation ul li.active a {
	background-color: #f7f7f7;
}

#subnavigation ul li ul li {
	font-size: 1em;
	border-top: 1px solid #ececec;
	border-bottom: 0;
}

#subnavigation ul li ul li a, #subnavigation ul li.diractive ul li a {
	background: none;
	background-color: #fff;
	width: 146px;
	padding: 7px 16px 7px 28px;
}

#subnavigation ul li ul li a:hover {
	background-color: #f7f7f7;
}

#subnavigation ul li.diractive ul li.active a {
	background-color: #f7f7f7;
}

#subnavigation ul li ul li.dir a {
	background: url(/gfx/folder-bg.gif) no-repeat 17px 9px;
}

#subnavigation ul li ul li.diractive  a {
	background-color: #fff;
	background: url(/gfx/folder-bg-open.gif) no-repeat 16px 9px;
}

#subnavigation ul li ul li.diractive ul li a {
	background: none;
	background-color: #fff;
	width: 134px;
	padding: 7px 16px 7px 40px;
	background: none;
}

#subnavigation ul li.selected a, #subnavigation ul li ul li.selected a {
	background-color: #f7f7f7;
}

/* ---- Paper ---- */
#papertop {
	float: right;
	margin: 15px 0 0 15px;
}

#papercontact {
	width: 156px;
	padding: 17px;
	background-color: #f7f7f7;
	margin-top: 28px;
	font-size: .89em;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

/* ---- Columns ---- */

#main_col {
	float: left;
	display: inline;
	width: 410px;
	margin: 15px 0 0 24px;
}

.twocol {
    float: left;
    width: 180px;
	/*border: 1px solid;*/
}

.left {
	padding-right: 17px;
}

.right {
	float: right;
	margin-right: 7px;
}

.rightborder {
	border-right: 1px solid #e8e8e8;
}

.startpage #main_col {
    margin: 15px 0 0 0;
    width: 518px;
}

.startpage #main_col .twocol {
    float: left;
    width: 244px;
	margin-bottom: 10px;
}

.startpage #main_col .right {
	float: right;
	margin-right: 0;
}

.featurecol {
	float: right;
}

.featurecol, .featurecol_edit {
	margin: 15px 0 0 0;
	padding-left: 15px;
    border-left: 1px solid #e8e8e8;
	width: 243px;
}

.featurecol .left {
	display: none;
}

.startpage .featurecol, .startpage .featurecol_edit {
	width: 320px;
	padding-left: 28px;
}

#subnav_col { /* Column for subnavigation*/
	margin-top: 20px;
	float: left;
	width: 193px;
	min-height: 100px;
	_height: 100px;
}

.startpage #subnav_col { /* Hide subnav on startpages */
	display: none;
}

#subnav_col_edit {
	width: 193px;
	height: 450px;
}

/* ---- Text ---- */

h1 {
	font-weight: bold;
	font-size: 2.4em;
    margin: .1em 0 .3em 0;
}

h2 {
	font-weight: bold;
	font-size: 1.6em;
    margin: 0 0 .3em 0;
}

#main_col h2 {
	margin: -.3em 0 1em 0;
}

.startpage #main_col h2, #main_col h2.normal {
	margin: 0 0 .3em 0;
}

.startpage h2 {
	font-size: 1.8em;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
    margin: 1.5em 0 .6em 0;
}

#main_col h3 {
	font-weight: bold;
	font-size: 1.3em;
    margin: 1.5em 0 .6em 0;
}

#main_col .twocol h3 {
    margin-top: 1.0em;
}

#searchresult h3 {
	font-size: 1.23em;
    margin: 1.5em 0 0 0;
}

h4 {
	font-weight: normal;
	font-size: 1.0em;
    margin: .1em 0 -.2em 0;
	text-transform: uppercase;
	letter-spacing: .12em;
}

h5 {
	font-weight: normal;
	font-size: 1.2em;
    margin: 0 0 1em 0;
	line-height: 144%;
}

h6 {
	color: #777;
	font-size: 0.84em;
	font-weight: normal;
	margin: -1em 0 .8em 0;
}

p {
	line-height: 154%;
	margin-bottom: 1.1em;
}

.newsarchive p {
	margin-bottom: 1.3em;
}

.two_col h4 {
	margin: 1em 0 0 0;
	color: #000;
}

p.back { margin-top: 1em; }

.red { color: red; }

/* --- Images: General --- */
#main_col img {
	max-width: 410px;
	vertical-align: text-bottom;
}

.startpage #main_col img {
	max-width: none;
}

.image-right {
	float: right;
	width: 163px;
	margin-left: 15px;
}

.image-left {
	float: left;
	width: 163px;
	margin-right: 15px;
}

.image-left h6, .image-right h6 {
	margin-bottom: .6em;
}

/* ---- Lists ---- */
#main_col ul, .feature ul, #overlaybox ul {
	list-style: disc;
	padding: 0 0 0 15px;
	margin-bottom: 2em;
}

#main_col ol, .feature ol, #overlaybox ol {
	list-style: decimal;
	padding: 0 0 15px 25px;
}

#main_col li, .feature li, #overlaybox li {
	margin-bottom: .6em;
	line-height: 154%;
}

/* ---- Links ---- */

a, #top-login a:hover, h4 a, #breadcrumbs a:visited {
    color: #c40620;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	/*color: #2e3192;*/
	color: #c40620;
}

.blocklinks a, .blocklinks a:visited {
	text-decoration: none;
	color: #000;
}

.blocklinks a:hover {
	/*text-decoration: underline;*/
	/*background-color: #eee;*/
	color: #be1022;
	/*display: block;*/
}

a.doc {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/doc.gif) no-repeat top left;
}

a.pdf {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/pdf.gif) no-repeat top left;
}

a.xls {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/xls.gif) no-repeat top left;
}

a.zip {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/zip.gif) no-repeat top left;
}

a.img {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/img.gif) no-repeat 2px 2px;
}

a.categorytag, a.categorytag:visited {
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #bbb;
	padding: 1px 5px;
}

a.categorytag:hover {
	color: #fff;
	background-color: #be1022;
	text-decoration: none;
}


/* ---- Forms ---- */

input.textbox { background-color: white ! important}

input.submit {
	border: none;
	width: 62px;
	height: 23px;
	color: #fff;
	font-size: .89em;
	font-weight: bold;
	background: url(/gfx/button.gif) no-repeat top left;
	cursor: pointer;
}



/* ---- Misc ---- */

br.clear { clear: both; }

hr {
	border: 0;
	clear: both;
	color: #e8e8e8;
	background-color: #e8e8e8;
	height: 1px;
	margin-bottom: 14px;
}

.hr-spaced hr {
	margin-top: 6px;
	margin-bottom: 0;
}

.featurecol hr {
	margin-bottom: 6px;
}

span.hidden {
	display: none;
}


/* ---- Feature related ---- */

.feature {
	margin: 8px 0;
}

.feature p.date {
	margin: 0 0 2px 0;
}


.feature p.smaller {
	font-size: .92em;
	margin: 0 0 2px 0;
	padding: 0;
}

.feature p a, .feature h2 a, .feature h3 a {
	/*color: #000;*/
}

.feature h2 img {
	float: right;
	margin-bottom: 5px;
}


/* ---- Ads/Banners ---- */

p.ad {
	font-size: .79em;
}

.startpage span.banner{
	display: block;
	width: 320px;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #eeeeee;
}

.startpage span.banner img{
	margin-bottom: 15px;
}


/* ---- Calendar ---- */

.calendar {
	width: 79px;
	height: 79px;
	float: right;
	margin: 0 0 20px 20px;
	background: url(/gfx/kalender.gif) no-repeat top left;
}

.calendar p {
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

.calendar p.month {
	padding-top: 4px;
	height: 13px;
	color: #fff;
	font-size: 9px;
}

.calendar p.weekday {
	padding-top: 3px;
	height: 12px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .1em;
}

.calendar p.day {
	height: 40px;
	font-size: 36px;
	font-weight: bold;
	line-height: .9em;
}

#activities h3 {
	margin: 0 0 2px 0;
}

/* ---- Papers ---- */

img.paper-small {
	width: 95px;
	float: right;
	margin: 0 0 15px 15px;
}

img.paper {
	width: 106px;
	height: 150px;
}


.papercol p {
	font-size: .89em;
	line-height: 1.3em;
}

.papercol {
	width: 106px;
	float: left;
	margin-right: 23px;
	text-align: center;
}

.featurecol .papercol p {
	line-height: .9em;
}

.featurecol .papercol {
	width: 76px;
	margin-right: 5px;
	/*text-align: center;*/
}

.featurecol img.paper {
	width: 76px;
	height: 107px;
}

.paper-facts img {
	float: right;
	margin-left: 10px;
}


/* ---- Footer ---- */

#footer, #footer_edit {
	clear: both;
    width: 865px;
	padding: 60px 0 0 35px;
    background: url(/gfx/footer.jpg) no-repeat top left;
	font-size: 0.98em;
}

#footer h3, #footer_edit h3 {
	font-size: 1.45em;
}

#footer div.subcol, #footer_edit div.subcol {
	float: left;
	padding-right: 40px;
	/*border: 1px solid;*/
}

#footer div.subcol p, #footer_edit div.subcol p {
	margin-bottom: .7em;
}

#footer div.linkcol, #footer_edit div.linkcol {
	float: left;
}

#footer a, #footer_edit a {
	color: #444;
}

#footer .linkcol a, #footer_edit .linkcol a {
	display: block;
	height: 17px;
	padding: 4px 0 0 27px;
	margin: 10px 0 14px 6px;
	clear: both;
	background: url(/gfx/link.gif) no-repeat top left;
}

#footer .partners, #footer_edit .partners {
	float:left;
	width: 535px;
	height: 77px;
	background-color: #f5f5f5;
	clear: both;
	font-size: .9em;
	color: #666;
	padding: 15px 0 15px 15px;
	margin-top: 20px;
}

#footer span.label, #footer_edit span.label {
	width: 60px;
	display: block;
	float: left;
}

#branding {
	font-size: 0.9em;
	color: #666;

	text-align: left;
	padding-top: 10px;
    width: 910px;
    margin: 0 auto;
}

#branding img {
	float: right;
}

/* edit/create user form */
form#editForm legend
{
  font-weight: bolder;
}
form#editForm fieldset
{
  border: 1px solid #e7e7e7;
  padding: 10px;
}
form#editForm fieldset fieldset
{
  border: none;
  background-color: #f5f5f5;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}
form#editForm label
{
  display: block;
  clear: both;
  margin-top: 10px;
  font-size: 0.88em;
}
form#editForm label.forradio
{
  display: block;
  clear: none;
  float: left;
  margin: 3px 3px 3px 10px;
  width: 300px;
}
form#editForm input.textbox
{
	color: #999;
	font-size: 0.9em;
	width: 150px;
	height: 17px;
	padding: 2px;
	border: 1px solid #e7e7e7;
}
form#editForm .radio
{
  display: block;
  clear: both;
  float: left;
  margin: 4px 0;
}
form#editForm textarea
{
	color: #999;
	font-size: 0.9em;
	width: 280px;
	height: 44px;
	padding: 2px;
	border: 1px solid #e7e7e7;
}

span.errormsg {
	font-size: 0.88em;
	margin-left: 7px;
}

/* poll */
.polldiv
{
  width: 223px;
  padding: 1px 10px 13px 10px;
  margin-bottom: 12px;
  background-color: #f2f2f2;
  border-bottom: 3px solid #d9d9d9;
}
#poll
{
  background-color: #f2f2f2;
  border-bottom: 3px solid #d9d9d9;
}
#poll .header
{
  width: 243px;
  height: 36px;
  background: url(/gfx/top_manadens_fraga.png) no-repeat top left;
}
.startpage #poll .header
{
  width: 320px;
}
#poll .header h3
{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 8px 0 0 10px;
}
#poll fieldset
{
  padding: 13px 10px;
}
#poll h3
{
  margin: 0 0 12px 0;
  font-weight:normal;
}
.polldiv h5
{
  margin: 0 0 10px 0;
  font-size: .89em;
}
table#pollgraph, #poll a
{
 font-size: .89em;
}
table#pollgraph th
{
  /*vertical-align: top;*/
  /*width: 206px;*/
}
table#pollgraph td
{
  padding-bottom: 10px;
}
table#pollgraph th
{
  padding-bottom: 10px;
  padding-right: 5px;
}
table#pollgraph td.wraper
{
 vertical-align: top;
 width: 115px;
}
table#pollgraph td.percent
{
  vertical-align: top;
}
div.graph
{
  float: left;
  height: 14px;
}
.gc1 { background-color: #8ec63f; }
.gc2 { background-color: #cb0610; }
.gc3 { background-color: #cccccc; }
.gc4 { background-color: #3fa8c6; }
.gc5 { background-color: #c6bb3f; }

/* Login-overlay */

#overlaybox{
	display:block;
	position: absolute;
	top:50%;
	left:46%;
	z-index:9999;
	width:500px;
	height:320px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FFF;
	padding: 40px;
	text-align:left;
}
#overlay{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:3000px;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
