/* Layout */

body
	{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../gui/HeaderPattern.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}
#Page
	{
	width:800px;
	margin:0 auto;
	padding:0;
	}
#Header
	{
	height:110px;
	margin:0;
	padding:0;
	background-image:url(../gui/Header.jpg);
	background-repeat:no-repeat;
	}
#ContentArea
	{
	margin:0;
	padding:0;
	}
#Content img{
border:1px dashed #999999;
padding:0.10em;
}
#Content
	{
        width:595px;
	margin:0 0 0 10px;
	padding:0;
	float:left;

	}
#Footer
	{
        clear:both;
	margin:10px 0 0 0;
	padding:0;
        border-top:1px solid #e6e6e6;
	}
#MainMenu
	{
        width:150px;
	margin:0;
	padding:0;
	float:left;
border-top:3px solid #999999;
	}
	
/* Menus */

#MainMenu ul
	{
	margin:0;
	padding:0;
	list-style:none;
    border-bottom:0.10em solid #999999;
	}
#MainMenu li
	{
	margin:0;
	padding:0;
    
	}
#MainMenu ul li
	{
	border-left:0.10em solid #999999;
    border-right:0.10em solid #999999;
	background-color:#CC0000;
	}
#MainMenu li ul li
	{
	border-left:none;
    border-right:none;
	
	background-color:#e6e6e6;
	}

#MainMenu li a, #MainMenu li a:active, #MainMenu li a:visited
	{
    display:block;
	margin:0;
    font-size:0.90em;
	padding:0.50em;
	text-decoration:none;
	border-top:0.10em solid #ccc;
	border-bottom:none;
	border-right:none;
	border-left:none;
	}
#MainMenu li a:hover
	{
	color:#333333;
	background-image:url(../gui/MenuHover.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#FF0000;
	}

#MainMenu li ul
	{
	margin-left:0.5em;border-bottom:0.10em solid #999999;
	
	}
.Active
	{
background-image:url(../gui/MenuActive.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
color:#ffffff;
	}
.Inactive
	{
color:#333333;
background-image:url(../gui/MenuInactive.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	}
/* Typography */
.HideMe
	{
	display:none;
	}
body
{
font-family:Arial, Helvetica, Sans-Serif;
color:#333333;
letter-spacing:0.10em;
font-size:80%;
}

#Footer p
{
text-align:right;
color:#999999;
font-size:0.80em;
}
#Content p
{
font-size:0.90em;
margin:0.50em 0;
padding:0;
}
h1
{
font-size:1.5em;
color:#ff0000;
border-bottom:1px solid #e6e6e6;
}
h2
{
font-size:1.2em;
color:#666666;
}
#Content table{
font-size:0.90em;
}
/* Tables */
table,td,th
{
border-collapse:collapse;
border:1px solid #ff0000;
}
td,th
{padding:0.50em;}

label
	{
	display:block;
	}

/* IE Hacks */

body
	{
	text-align:center;
	}
#Page
	{
	text-align:left;
	}
* html #SubMenu li a
	{
	width:100%;
	}
* html #MainMenu li a
        {
        width:100%;
        }
.error
{
	color:#FF0000;
}

.userMessage
{
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:40px;	
	min-height: 32px;
	background-color:#f2f2f2;
	
}
.messageError
{	
	background-image:url(../gui/icontexto-webdev-alert-032x032.png);
	border:1px solid red;
}

.messageInfo
{
	background-image:url(../gui/icontexto-webdev-info-032x032.png);
	
}

.messageConfirm
{
	background-image:url(../gui/icontexto-webdev-ok-032x032.png);
	border:1px solid green;
}

.formButtons
{
	display:block;
}

.disabled
{
	color:#CCCCCC;
}

div.galleryItem
{
	width:99%;
	display:block;
	height: 150px;
}

div.galleryImage
{
	float:left;
	display:inline;
	margin-right:10px;
	text-align:center;
	width:160px;
}


div.galleryText
{
	width:300px;
}

div.galleryPhoto
{
	float:left;
	width:30%;
	height:150px;
	padding:5px;
}