﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	background-color: #E2EDF2;
	margin: 0px;
	background-image: url(gfx/main/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.mainPos {
	padding: 33px;
}
.menuSelected {
	background-image: url(gfx/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.menuMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.boxmenuSelected {
	background-image: url(gfx/treebox/box_arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.boxMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #476e82;
	font-weight: bold;
	text-decoration: none;
}
.boxPos {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.listFilter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	width: 100%;
}
.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #668392;
}
.boxPos2 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.listFilter2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	width: 136px;
}
.whiteRow {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.newsDate {
	margin-top: 12px;
	margin-bottom: 0px;
}
.newsHead {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 4px;
}
.newsText {
	margin-top: 0px;
	margin-bottom: 6px;
}
.newsLink {
	margin-top: 8px;
	color: #668392;
}
.pagina {
	margin-top: 8px;
	color: #387493;
	text-decoration: none;
}
.paginaDivider {
	margin-top: 8px;
	color: #B6CBD5;
}
.paginaPos {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.boxPos3 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.confirm-period.red-bg {
    background-color: #FAA;
}

/* Ajax progress bar */
#progress {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    height: 2px;
    background: #FF0000;
    box-shadow: 1px 0 3px 1px #999999;
}

/* Extra loader when a request takes more than 15 seconds */
#progress > div
{
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
}