.Invisible
{
	border: none;
	color: White;
	background-color: Transparent;
}

.BoxAction
{
	background-color: #fef9e7;
}

.BoxFilter
{
	background-color: #f0efeb;
}

.BoxTitle
{
	background-color: white;
}

.TabObjectSelected
{	
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	font-weight: bold;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: bottom;
	text-decoration: none;
	height: 20px;
}

.TabObjectUnselectedRight
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: black 2px solid;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	vertical-align: bottom;
	height: 20px;
	background-color: #FEF9E7;
}

.TabObjectUnselectedLeft
{
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: black 2px solid;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	vertical-align: bottom;
	height: 20px;
	background-color: #FEF9E7;
}


.TabObjectLine
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	border-bottom: black 2px solid;
	vertical-align: bottom;
	height: 20px;
}

.TabPanel
{
	position: relative;
	top: 0px;
}

.PanelBody
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.TableDocked
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-right: gray 3px solid;
	border-bottom: gray 3px solid;
}

.LabelTitle
{
	color: blue;
}

.FieldLabel
{
}

.Field
{
}

.FieldDescription
{
	color: darkblue;
}

.GroupTitle
{
	color: blue;
}

.TabStrip
{
	color: Blue;
	text-decoration: none;
	background-color: lightcyan;
	font-size: 9pt;
	font-family: Verdana;
}

.TabStrip:VISITED
{
	color: Blue;
	text-decoration: none;
	background-color: lightcyan;
	font-size: 8pt;
	font-family: Verdana;
}

.TabStrip:HOVER
{
	color: Blue;
	font-weight: bold;
	text-decoration: none;
	background-color: lightcyan;
	font-size: 8pt;
	font-family: Verdana;
}

.TabStripSelected
{
	color: Blue;
	text-decoration: none;
	background-color: lightblue;
	font-size: 8pt;
	font-family: Verdana;
}

.TabStripSelected:VISITED
{
	color: Blue;
	text-decoration: none;
	background-color: lightblue;
	font-size: 8pt;
	font-family: Verdana;
}

.TabStripSelected:HOVER
{
	color: Blue;
	font-weight: bold;
	text-decoration: none;
	background-color: lightblue;
	font-size: 8pt;
	font-family: Verdana;
}

.TextBoxText
{
	border: 1px solid gray;
	font-size: xx-small;
		font-family: Verdana;
	margin-left: 6px;
}

.TextBoxNumber
{
	border: 1px solid gray;
	font-size: xx-small;
		font-family: Verdana;
		text-align:right;
	margin-left: 8px;
}

.TextBoxDescription
{
	border: 1px solid gray;
	color: darkgray;
		font-size: xx-small;
		font-family: Verdana;
	margin-left: 6px;
}

.TextBoxDescriptionx
{
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: xx-small;
	font-family: Verdana;
}

.DataGrid
{
	z-index: 1;
}

.DataGridAlternatingItem
{
	color: black;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #FEF9E7;
	text-decoration: none;
}

.DataGridItem
{
	color: black;
	background-color: white;
	font-size: 7pt;
	font-family: Verdana;
	text-decoration: none;
}

.DataGridItemToBeDeleted
{
	color: Red;
	text-decoration: line-through;
	font-size: 7pt;
	font-family: Verdana;
}

.DataGridAlternatingItemToBeDeleted
{
	color: Red;
	text-decoration: line-through;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #FEF9E7;
}

.DataGridPager
{
	background-color: #FEEDBB;
	font-size: 8pt;
	font-family: Verdana;
}

.DataGridSelectedItem
{
	color: black;
	background-color: lightseagreen;
	font-size: 8pt;
	font-family: Verdana;
}

.DataGridFooter
{
	color: black;
	background-color: #FEEDBB;
	font-size: 8pt;
	font-family: Verdana;	
}

.DataGridHeaderR
{
	color: black;
	background-color: #FEEDBB;
	font-size: 8pt;
	font-family: Verdana;
	border-right: white thin solid;
}

.DataGridHeader
{
	color: black;
	background-color: #FEEDBB;
	font-size: 8pt;
	font-family: Verdana;
}

.DataGridHeaderBR
{
	color: black;
	background-color: #FEEDBB;
	font-size: 8pt;
	font-family: Verdana;
	border-right: white thin solid;
	border-bottom: white thin solid;
}

.DataGrid_Label
{
	color: navy;
	font-size: 12pt;
	font-family: Verdana;
}

.DataGrid_Text
{
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: 12pt;
	font-family: Verdana;
	border-right: none;
	border-top: none;
	color: black;
}

.Label
{
	font-size: 8pt;
	font-family: Verdana;
}

.LabelPk
{
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
}

.LabelObs
{
	font-size: 7pt;
	font-family: Verdana;
}


.DropDownList
{
	font-size: 8pt;
	font-family: Verdana;
	margin-left: 1px;
}

.CheckBox
{
	font-size: 8pt;
	font-family: Verdana;
}

.CheckBoxList
{
	font-size: 8pt;
	font-family: Verdana;
}

.RadioButtonList
{
	font-size: 8pt;
	font-family: Verdana;
}

.Button
{
	font-size: xx-small;
	font-family: Verdana;
	color: black;
	background-color: White;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    cursor: hand;
}

.ErrorGrid
{
	background-color: #ff8080;
}

.ErrorGridItem
{
	color: maroon;
	background-color: linen;
	font-size: 8pt;
	font-family: Verdana;
}

.ErrorGridHeader
{
	font-weight: bold;
	color: white;
	background-color: #ff8080;
	font-size: 8pt;
	font-family: Verdana;
}

.LinkButton
{
	font-size: xx-small;
	font-family: Verdana;
	color: black;
}

.celloff
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	padding:2px;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 0px;
	background-color: white;
	text-decoration:none;
	width: 250px;
	display:block;
	cursor:pointer;
	z-index: 1;
}

.celloff2
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	padding:2px;
	border: solid 1px black;
	background-color: white;
	text-decoration:none;
	width: 250px;
	display:block;
	cursor:pointer;
	z-index: 1;
}

.clsMenu
{
	color: black;
	background-color: white;
	padding:0px;
	border: solid 0px;
	position:absolute;
	display: none;
	width: 250px;
	z-index: 1;
}

.clsCloser
{
	position: absolute;
	display: none;
	z-index: 1;
}

.clsMenuCalendar
{
	color: black;
	background: white;
	border: 0px;
	position:absolute;
	display: none;
	width: 200px;
	top: 0px;
	z-index: 2;
}

.clsCloserCalendar
{
	position: absolute;
	display: none;
	z-index: 1;
}

.MenuTopMain
{
	font-size: 7pt;
	font-weight:  bold;
	color: white;
	font-family: Verdana;
	text-decoration: none;
	cursor:pointer;
}

.MenuTop
{
	font-size: 7pt;
	font-weight:  bold;
	color: black;
	font-family: Verdana;
	text-decoration: none;
	cursor:pointer;
}

.HyperLink
{
	font-size: 8pt;
	font-family: Verdana;
	color: black;
	font-weight: bold;
}

.HyperLink:VISITED
{
	font-size: 8pt;
	font-family: Verdana;
	color: darkblue;
}

.CheckBox
{
	border-color:Blue;
}

.ProgramTitle
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana;
	color: black;
}

.ImageButton
{
	
}

.ImageButtonCalendar
{
	font-size: 8pt;
	font-family: Verdana;
}

.treeviewcontrol {
	font-size: 8pt;
	font-family: Verdana;
	position: relative;
	border: 2px;
	background-color: Transparent;
	vertical-align: middle;
}

.treeview_headings {
	position:relative;
	height:20px;
	vertical-align: middle;
}

.treeview_columnheading {
	color: black;
	background-color: #FEEDBB;
	font-size: 8pt;
	font-family: Verdana;
	border-right: white thin solid;
	position: absolute;
	height:19px;
}

.treeview_node {
	position: relative;
}

.treeview_node_row {
	position: relative;
	border-top: 1px dotted #EEEEEE;
	height:20px;
}

.treeview_node_row_hover {
	position: relative;
	border-top: 1px dotted #EEEEEE;
	background-color: #EEEEFF;
	height:20px;
}

.treeview_node_row_click {
	position: relative;
	border-top: 1px dotted #EEEEEE;
	background-color: darkblue;
	color: white;
	height:20px;
}

.treeview_node_text {
	position: absolute;
	height: 20px;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 2px;
	white-space: nowrap;
}

.treeview_node_children {
}

.ListBox
{
	font-family: Verdana;
	font-size: 8pt;
}

.FileUpload
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: xx-small;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Verdana;
}

BODY
{
	font-family: Verdana;
	font-size: 9pt;
	background-repeat: repeat-y;
	background-image: url(images/fundo.gif);
	background-position: right;
}

P 
{
	font-size: 8pt;
}

A 
{
	font-size: 8pt;
}

LI 
{
	font-size: 8pt;
}

.QuebraPagina
{
	page-break-after: always;
}
