﻿body, html
{
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: verdana;
	font-size: 8pt;
	background-color: #dddddd;
}

form
{
	margin: 0px;
}

#Logotipo
{
	width: 300px;
	height: 88px;
	vertical-align: middle;
	text-align: center;
	background-color: #073f60;
	float: left;
}

#Identificacao
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	background-color: #dddddd;
	margin: 0px 0px 0px 300px;
	padding: 5px;
	overflow: hidden;
}

#Menu
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 60px;
	background-color: #eeeeee;
	margin: 0px 0px 0px 300px;
}

#Content
{
	clear: both;
	position: absolute;
	top: 88px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #dddddd;
}

#InnerContent
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 5px;
}

.GroupBox
{
	background-color: #dddddd;
	border: solid 1px #777777;
	padding: 5px;
	color: #000000;
	clear: both;
}

.Label
{
	font-size: 7pt;
	font-weight: normal;
}

Table TD
{
	white-space: nowrap;
	font-weight: bold;
}

.ItemMenu, .ItemMenuUnselected
{
	font-weight: bold;
}

.ItemMenu
{
	background-color: #f8f8f8;
	border-top: 1px solid #777777;
	border-left: 1px solid #ffffff;
	cursor: default;
}

.ItemMenuUnselected
{
	color: #ffffff;
	background-color: #777777;
	border-top: 1px solid #777777;
	border-left: 1px solid #ffffff;
	cursor: pointer;
}

.ListContainer
{
	position: absolute;
	bottom: 5px;
	top: 50px;
	left: 5px;
	right: 5px;
	overflow: scroll;
}

.TableList td
{
	padding: 5px;
	cursor: default;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #777777;
	white-space: nowrap;
}

.ListHeader
{
	font-size: 8pt;
	background-color: #073f60;
	font-weight: bold;
	color: #ffffff;
	border-left: solid 1px #ffffff;
}

.ListActionColumn
{
	border-left: none !important;
}

.ListActionColumn img
{
	cursor: pointer;
}

.Header
{
	overflow: hidden;
	width: 100%;
	height: 24px;
}

.Edit
{
	margin: auto;
	text-align: left;
}

.EditTitle
{
	padding-bottom: 10px;
	text-align: center;
}

.editor-label
{
	padding-top: 7px;
}

input[type="password"], input[type="text"], textarea, select
{
	border: 1px solid #777777;
}

input[type="checkBox"]:focus, input[type="password"]:focus, input[type="text"]:focus, textarea:focus, select:focus
{
	background-color: #FFFFCC;
}

label.error
{
	display: none !important;
}

.FieldGroup
{
	float: left;
	margin-right: 5px;
}

.SmallField 
{
	width: 80px;
}

.MediumField 
{
	width: 160px;
}

.MediumLargeField {
    width: 230px;
}

.LargeField
{
	width: 303px;
}

.editor-field div
{
	border: 1px solid #777777;
	padding: 2px;
	float: left
}

.editor-field
{
	margin-top: 3px;
}

.TabPage
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	background-color: #ffffff;
	cursor: default;
}

.UnselectedTab
{
	background-color: #777777;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	cursor: pointer;
}

.ui-datepicker-trigger 
{
    margin-top: -2px;
}

.trDisplayed 
{
	display:;
}

.trHidden
{
	display: none;
}

.selectedTab2 
{
	text-align: center; 
	height: 30px; 
	font-weight: bold;
	cursor: default;
	background-color: #f9f9f9;
	color: #222222;
}

.unselectedTab2
{
	text-align: center; 
	height: 30px; 
	font-weight: bold; 
	background-color: #777777; 
	color: #ffffff; 
	cursor: pointer;
}

.trDisplayed2 
{
	display:;
}

.trHidden2
{
	display: none;
}