﻿/* Default layout structure of the page */

body
{
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
}

#page-container 
{
	width: 960px;
	margin: auto;
	background-color: white;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

#header 
{
}

#middle 
{
}

#sidebar-left 
{
	float: left;
	width: 175px;
	padding-top: 0px;
	padding-bottom: 8px;
}

#sidebar-right
{
	float: right;
	width: 175px;
	padding-top: 0px;
	padding-bottom: 8px;
}

#content-margin-left
{
	margin-left: 175px;
}

#content-margin-left-right
{
	margin-right: 175px;
}

#footer
{
	clear: both;
	height: 25px;
	background: #5c5749;
	color: White;
	font-size: 8pt;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.TopCatLink
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.FilterLink 
{
	color: #326496;
	font-weight: normal;
	text-decoration: none;
}

.PageNavLink
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.PageNavLinkInactive
{
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

.ToggleBox
{
	color: #a2832d;
	font-weight: bold;
	text-decoration: none;
}

h1
{
	font-weight: normal;
	font-size: 16pt;
	margin: 0px;
}

#modo
{
	margin: 0;
	color: Gray;
}
