﻿/* Geral */

.ie6 body
{
	/* Habilita o :Hover no ie6. */

	behavior: url("Scripts/csshover.htc");
}

.ie6 .png_fix
{
	/* Habilita transperência de arquivos .png no ie6. */

	behavior: url("Scripts/iepngfix.htc");
}

html,
body
{
	height: 100%;
	margin: 0px;
    font-family: Tahoma, Arial, Verdana;
    font-size: 14px;
    color: #000000;
}

form
{
	height: 100%;
	margin: 0px;
	display: inline;
}

.clear
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

/* Específico */

.template_content
{
	position: absolute;
	width: 769px;
	left: 50%;
	margin-left: -399px;
	border-left: 1px solid #E1EDF5;
	border-right: 1px solid #E1EDF5;
    background-position: 620px 250px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;

    /* FOR BORDERS AND VERTICAL BAR FILL ENTIRE PAGE VERTICALLY */
    height: auto !important; /* FOR IE */
	min-height: 100%; /* FOR OTHERS */
	height: 100%;
}

.template_page_name
{
	position: absolute;
	top: 380px;
	left: 634px;
}

.template_nested
{
	width: 600px;
	padding: 216px 10px 40px 10px;
}

.template_header_left
{
	position: absolute;
	z-index: 5;
	left: -1px;
	width: 470px;
	height: 214px;
}

.template_header_right
{
	position: absolute;
	z-index: 5;
	left: 469px;
	width: 301px;
	height: 294px;
}

.template_header_left_border
{
	position: absolute;
	z-index: 5;
	top: 0px;
	left: -7px;
	width: 6px;
	height: 193px;
	background-image: url(../Images/header_left_border.png);
	background-repeat: no-repeat;
}

.template_header_right_border
{
	position: absolute;
	z-index: 5;
	top: 0px;
	right: -7px;
	width: 6px;
	height: 193px;
	background-image: url(../Images/header_right_border.png);
	background-repeat: no-repeat;
}

.template_footer
{
	position: absolute;
	z-index: 0;
	bottom: 0px;
	left: 0px;
	width: 610px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #AEAEAE;
	background-image: url(../Images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

.ie .template_footer
{
	display: none;
}

.template_logo
{
	position: absolute;
	z-index: 800;
	top: -78px;
	left: 13px;
	width: 187px;
	height: 117px;
	cursor: pointer;
}

.template_menu_bar
{
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 40px;
    top: 130px;
    left: 0px;
    white-space: nowrap;
}

.template_menu_content
{
	position: absolute;
	left: 50%;
	width: 577px;
	margin-left: -398px;
	padding-left: 194px;
}

.template_menu_welcome
{
	padding-left: 25px;
	line-height: 40px;	
}

.template_menu_welcome span
{
	float: right;
	padding-right: 25px;
}

.template_menu_item
{
	float: left;
	height: 35px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: right;
	white-space: nowrap;
	cursor: pointer;
}

.template_menu_item:hover
{

}