*
{
	font-family: Verdana, Arial, "Times new Roman";
	font-size: 12px;
}

body
{
	margin: 10px;
	color: #000000;
	text-align: center;
}

h1
{
	font-size: 16px;
	font-family: Arial, Verdana, "Times new Roman";
}

a
{
	color: #000099;
}

#divPage
{
	margin: 0px auto;
	text-align: left;
	width: 780px;
	border: solid 1px #000000;
	padding-bottom: 20px;
}

#divHeader
{
	height: 80px;
	background-color: #FFFFFF;
	color: #000000;
}

#divEscudo
{
	width: 100px;
	padding-top: 6px;
	padding-left: 20px;
	height: 70px;
}

#divTitle
{
	margin-top: -76px;
	margin-left: 150px;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#divTitle span
{
	font-size: 12px;
}

#divLogo
{
	padding-top: 2px;
	margin-top: -76px;
	margin-left: 685px;
}

#divLogo a img
{
	border-width: 0px;
}

#divMenu
{
	height: 60px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#divMenu table.menu
{
	height: 40px;
	background-color: #000000;
}

#divMenu table.menu tr td
{
	font-weight: bold;
	vertical-align: middle;
}

#divMenu table.menu tr td a
{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#divMenu table.menu tr td a:hover
{
	text-decoration: underline;
}

#divMenu table.menu tr td.menuoff
{
	border-right: solid 1px #FFFFFF;
}

#divMenu table.menu tr td.menuon
{
	border-right: solid 1px #FFFFFF;
	background-image: url(../images/pictures/menubg.gif);
	background-repeat: repeat-x;
}

#divMenu table.menu tr td.lastmenuoff
{
}

#divMenu table.menu tr td.lastmenuon
{
	background-image: url(../images/pictures/menubg.gif);
	background-repeat: repeat-x;
}

#divContent
{
	padding-top: 10px;
}

#divLeftMenu
{
	width: 140px;
	/*height: 300px;*/
}

#divLeftMenu ul
{
	margin: 0px;
	padding-top: 6px;
	padding-left: 8px;
	background-image: url(../images/pictures/LeftMenuBackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#divLeftMenu ul li
{
	margin: 0px;
	padding: 4px;
	list-style: none;
	background-color: #7B0019;
	border-bottom: solid 1px #FFFFFF;
}

#divLeftMenu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#divLeftMenu ul li a:hover
{
	text-decoration: underline;
}

#divRightContent
{
	margin-left: 10px;
	margin-right: 10px;
}

ul li
{
	padding: 10px;
}

ul.links
{
}

ul.links li
{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #000000;
}





table.pager
{
	font-family: Verdana, Arial, "Times new Roman";
	font-size: 10px;
	color: #000099;
}
table.pager tr td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
table.pager tr td a
{
	color: #000099;
	text-decoration: none;
}
table.pager tr td a:hover
{
	color: #000099;
	text-decoration: underline;
}




/********************************************************/
/*                       CALENDAR                       */
/********************************************************/
div.calendar
{
	padding: 2px;
	z-index: 999;
	visibility: hidden;
	border: solid 1px #000000;
	background-color: #DDDDDD;
	position: absolute;
}
div.calendarselectedmonth
{
	padding: 1px;
	border: solid 1px #000000;
	background-color: #FFFBE7;
}
div.calendarselectedyear
{
	padding: 1px;
	border: solid 1px #000000;
	background-color: #FFFBE7;
}
div.calendardaytable
{
	border: solid 1px #000000;
}
div.calendardatemessage
{
}
div.calendarmonthname
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
div.calendaryearname
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
div.calendarmessage
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFBE7;
}
div.calendarmonthdropdown
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color: #FFFBE7;
	position: absolute;
	border: solid 1px #000000;
}
div.calendaryeardropdowncontainer
{
	background-color: #FFFBE7;
	position: absolute;
	border:solid 1px #000000;
}
div.calendaryeardropdown
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
td.calendarday
{
	padding-left:6px;
	padding-right:6px;
	padding-top: 4px;
}
td.calendardayname
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
td.calendarselectedday
{
	background-color: #FFFBE7;
	border:solid 1px #000000;
}
td.calendartodayday
{
	background-color: #E3D688;
	border: solid 1px #000000;
}
a.calendarlink
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
a.calendarlink:hover
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
span.calendarspan
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}





table.formulario
{
	margin: 0px;
	padding: 0px;
	border: solid 1px #EFEFEF;
	width: 100%;
}

table.formulario tr.alterna td
{
	background-color: #EFEFEF;
	height: 20px;
}

table.formulario tr td input.textbox
{
	margin-top: 2px;
	margin-bottom: 2px;
}






#divMenu table.submenu
{
	height: 30px;
	border-bottom: solid 1px #000000;
	background-color: #006699;
	padding-left: 10px;
	padding-right: 10px;
}

#divMenu table.submenu tr td
{
	vertical-align: middle;
}

#divMenu table.submenu tr td a
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
}

#divMenu table.submenu tr td a:hover
{
	background-color: #003366;
	line-height: 24px;
	vertical-align: middle;
	display: block;
}

#divMenu table.submenu tr td.submenuoff
{
}

#divMenu table.submenu tr td.submenuon
{
}






table.grilla
{
	border-left: solid 1px #336699;
	border-right: solid 1px #336699;
	margin-bottom: 20px;
}

table.grilla tr.titulo td
{
	background-color: #336699;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

table.grilla tr td
{
	border-bottom: solid 1px #336699;
	padding: 10px;
}

