﻿
/* /--Inserted in the upgrade to 8.0.0.0--\ */

@import url("/RichWidgets/upgradeTo8000.css");

/* \--Inserted in the upgrade to 8.0.0.0--/ */
/*-------------------------------------------------------*/
/* These are the styles used by the web blocks of the    */
/* producer eSpace "RichWidgets".                        */
/* To customize the widgets css copy css from that oml,  */
/* paste here and modify the styles                      */
/*-------------------------------------------------------*/
/*@import url("/RichWidgets/web.css"); -- Removed in the upgrade to 5.1.0.7*/
/* Inserted in the upgrade to 5.0.0.0: */

.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;    
    text-decoration: underline;
}

.Paragraph {
}

th {
    text-align: left;
    font-weight: normal;
}

.EditRecord {
}

.ShowRecord {
}

.TableRecords {
}

table.Empty {
}

/* Inserted in the upgrade to 5.0.0.0 */



div.Popup.ui-dialog .ui-dialog-titlebar {
	background-color: #8CC63E;
}

/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

body,
select,
textarea,
input,
td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,
p {
	margin: 0px;
}

.Paragraph /* copied from 'p' in the upgrade to 5.0.0.0 */ {
	margin: 0px;
}

input {
	padding: 1px 0px 1px 0px;
}

input[disabled="disabled"] {
	background: ButtonFace;
	cursor: text;
}

input[type=radio],
input[type=checkbox] {
	margin: 0px 3px 0px 4px;
	vertical-align: bottom;
}

input[type=file] {
	height: 21px;
	vertical-align: bottom;
}

textarea {
	margin-top: 2px;
	*margin-top: 0px;
}

table {
	border-collapse: separate;
	empty-cells: show;
}

a
{
	color: black;
}

a:link {
	COLOR: black;
}

a:visited {
	COLOR: #5f906e;
}

a:active {
	COLOR: #f2ad0a;
}

a:hover {
	COLOR: #002970;
}

a[disabled="disabled"] {
	color: ButtonShadow;
}

/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles Start -----------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can modify the styles in this area but you should */
/* not remove or rename them because they are used by    */
/* Service Studio widgets.                               */
/*-------------------------------------------------------*/

.Button {
	text-align: center;
	margin-right: 3px;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
}

.Button[disabled="disabled"] {
	padding: 1px 12px 2px 10px;
	color: ButtonShadow;
	cursor: text;
}

td .Button {
	font-size: 8pt;
}

th .Button /* copied from 'td .Button' in the upgrade to 5.0.0.0 */ {
	font-size: 8pt;
}

.EditRecord_Caption {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #C4C4C4;
	padding: 8px 10px 2px 0px;
}

.EditRecord_Value {
	color: #444444;
	vertical-align: bottom;
	border-top: 1px solid white;
	border-right: 30px solid white;
	border-bottom: 1px solid #f1fafe;
	border-left: 3px solid white;
	padding: 1px 0px 1px 1px;
	*padding: 0px 0px 0px 1px;
	padding:0px 0px 0px 10px;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #C4C4C4;
	padding: 3px 10px 2px 0px;
}

.ShowRecord_Caption_Heading1 {
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #C4C4C4;
	padding: 3px 10px 2px 0px;
}

.ShowRecord_Caption_Heading2 {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #C4C4C4;
	padding: 3px 10px 2px 0px;
}

.ShowRecord_Value_Heading1 {
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
}

.ShowRecord_Value_Heading2 {
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
}

.ShowRecord_Value {
	color: #404040;
	font-weight: bold;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
}

.TableRecords_Header_Bigger{
	color: #002970;
	background-color: #D8D8D8;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	font-size:13px;
	font-weight:bold;	
	border:1px solid white;
}

.TableRecords_Header {
	color: #002970;
	background-color: #D8D8D8;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
}



.TableRecords_Header a,
.TableRecords_Header a:hover,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
	color: #002970;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #efefef;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

/* /--Inserted in the upgrade to 5.1.0.0--\ */

.ListRecords {
}

img.RecordPicture {
    display: block;
    float: left;
    width: 120px;
}

div.RecordPicture_Wrapper {
    float: left;
}

div.RecordPicture_Wrapper img.RecordPicture {
    float: none;
}

.TableRecords img.RecordPicture {
    width: auto;
    height: 40px;
    float: none;
}

input.Prompt, textarea.Prompt {
    color: #BBBBBB;
}

/* \--Inserted in the upgrade to 5.1.0.0--/ */

/* /--Inserted in the upgrade to 5.1.0.2--\ */

select.Mandatory {
}

textarea.Mandatory {
}

/* \--Inserted in the upgrade to 5.1.0.2--/ */

input.Mandatory {
}

input.Not_Valid {
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
	background: url(img/asterisk_orange.png);
	background-repeat: no-repeat;
	padding:0px 0px 0px 10px;
}

th.MandatoryValue /* copied from 'td.MandatoryValue' in the upgrade to 5.0.0.0 */ {
	background: url(img/asterisk_orange.png);
	background-repeat: no-repeat;
	padding:0px 0px 0px 10px;
}

td.MandatoryCaption {
}

th.MandatoryCaption /* copied from 'td.MandatoryCaption' in the upgrade to 5.0.0.0 */ {
}

span.ValidationMessage {
	white-space: nowrap;
	font-weight: normal;
	color: red;
	display: inline;
	margin-left: 5px;
}

/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles End -------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles Start ------------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can add, modify or remove the styles in this area */
/* at your will. Use them anywhere in the eSpace, in the */
/* widgets' Style property.                              */ 
/*-------------------------------------------------------*/

/*--------General Start------------------------*/

.Heading1 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

.Heading2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;	
}

.Heading3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;	
}

.Text_Note {
	color: #888888;
	font-size: 11px;
}

.Text_Error {
	color: #c7331f;
}

.Text_OK,
.Text_OK a,
.Text_OK a:link,
.Text_OK a:visited,
.Text_OK a:hover {
    text-decoration: none;
    color: #00FF00;
}

.Text_NotOK,
.Text_NotOK a,
.Text_NotOK a:link,
.Text_NotOK a:visited,
.Text_NotOK a:hover {
    text-decoration: none;
    color: #FF0000;
}

.Text_NoWrap {
	white-space: nowrap;
}

.Text_NoWrap_Bold {
	white-space: nowrap;
	font-weight: bold;
}

.Text_Preformatted {
	white-space: -moz-pre-wrap;
	white-space: pre;
	word-wrap: break-word;
}

.Text_Justified { 
	text-align: justify;
} 

.Text_Bold { 
	font-weight: bold;
} 

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearBoth {
	clear: both;
}

/*--------General End--------------------------*/



/*--------StyleGuide General Start-------------*/

/* Begin Popup */
.DocumentPopup {
	background-color: White;	
	width: 100%;
	height: 100%;
	margin-top: 0px;
}

.BodyPopup {
	padding: 0px 16px 14px 16px;
	vertical-align:top;	
}
/* End Popup */

.Body {
	margin:40px auto;
	min-height:300px;
	padding:6px 16px 14px;
	width:1007px;
}

.Body .Button {
	margin-top: 10px;
}

.Body td .Button {
	margin-top: 0px;
}

.Body th .Button /* copied from '.Body td .Button' in the upgrade to 5.0.0.0 */ {
	margin-top: 0px;
}

.Header {
	margin:0px auto;
	width:1007px;
}


.Footer {
	height: 1px;
	clear: both;
	color: gray;
	padding: 7px 0px 0px 0px;
	font-size: 11px;
	margin:0px auto;
	width:1007px;
}

.Creditos {
	background:#8BC53D none repeat scroll 0%;
	color:#FFFFFF;
	font-size:80%;
	padding:0px;
	text-align:left;
	width:100%;
	margin:0px auto;
	width:1007px;
}

.Title {
	margin-bottom: 16px;
}

.Title_Links {
	margin-top: -5px;
	font-size: 13px;
}

.Title_Links td {
	font-size: 13px;
}

.Title_Links th /* copied from '.Title_Links td' in the upgrade to 5.0.0.0 */ {
	font-size: 13px;
}

.Title_Formularios {
	margin-top: -5px;
	font-size: 10px;
}

/*--------StyleGuide General End---------------*/



/*--------Header WebBlock Start----------------*/

.Header_Banner {
	height: 140px;
	width: 100%;
	background: url(img/Header_Background.jpg);
	border-bottom: 1px solid #cccccc;
	_overflow: hidden;
}

.Header_Greetings {
	font-size: 13px;
	padding: 3px 16px 1px 1px;
	text-align: right;
	line-height: 10px;
	margin: 1px;
}

.Header_Title {
	float: left;
	margin-top: 5px;
	font-size: 14px;
	margin-top: 5px;
	color: #6b6b6b;	
}

.Header_Title p {
	vertical-align: top;
	display: inline;
	margin-left: 3px;
	margin-top: 3px;
}

.Header_Title .Paragraph /* copied from '.Header_Title p' in the upgrade to 5.0.0.0 */ {
	vertical-align: top;
	display: inline;
	margin-left: 3px;
	margin-top: 3px;
}

.Header_Title a,
.Header_Title a:link,
.Header_Title a:visited,
.Header_Title a:hover {
	text-decoration: none;
	color: #6b6b6b;
}


.HeaderText{
	color:#36388E;
	font-size:12px;
	font-weight:bold;
}

.HeaderFloatRight {
	float: right;
	margin-right:50px;
}
/*--------Header WebBlock End------------------*/







/*--------ShowRecord Pattern Start-------------*/

.ShowRecord_Wrapper {
	margin-bottom: 8px;
}

/*--------ShowRecord Pattern End---------------*/



/*--------EditRecord Pattern Start-------------*/

.EditRecord_Wrapper {
	margin-bottom: 8px;
}

.EditRecordWithTitles_Wrapper {
	float: left;
	margin-bottom: 8px;
}

.EditRecord_SectionTitle {
	color: #8CC63F;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #8CC63F;
}

/*--------EditRecord Pattern End---------------*/



/*--------TableRecords Pattern Start-----------*/

.TableRecords_Wrapper {
	margin-bottom: 8px;	
}

.TableRecordsWithFilters_Wrapper,
.Filters_Wrapper {
	/* to be customized if needed */
}

.TableRecords_Frame {
	border-top: 1px solid white;
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;
	
}

.TableRecords_Frame .Button {
	background-color: #efefef;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	border-top-color: #fafafa;
	border-left-color: #fafafa;
}

.TableRecords_Actions,
.TableRecords_Footer {
	font-size: 10px;
	font-style: italic;
	vertical-align: middle;
	float: left;
}

div.TableRecords_Actions div.BulkSelect_Wrapper, 
div.TableRecords_Footer div.BulkSelect_Wrapper {
	font-size: 10px;
	float: left;
	padding: 0px;
}

.TableRecords_TopNavigation {
	background-color: #C4C4C4;
	padding: 5px 4px 5px 4px;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;
	display: block;
	*display: inline-block;
}

.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_BottomNavigation {
	background-color: #C4C4C4;
	padding: 5px 4px 5px 4px;
	border-top: 3px solid #8CC63E;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;
	display: block;
	*display: inline-block;	
}

.TableRecords_BottomNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Filters {	
	background-color: #E8E8E8;	 
	width: 100%; 
}

.FilterCaption {
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	padding: 2px 0px 2px 4px;
}

.FilterValue {
	white-space: nowrap;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
}
	
td.FilterValue img {
	vertical-align: middle;
	margin: 4px 8px 6px 4px; 
	_margin: 0px;
}

th.FilterValue img /* copied from 'td.FilterValue img' in the upgrade to 5.0.0.0 */ {
	vertical-align: middle;
	margin: 4px 8px 6px 4px; 
	_margin: 0px;
}

.FilterButtons {
	white-space: nowrap;
	padding: 6px 0px 7px 4px;
}

.FilterButtons .Button {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	margin-right: 8px;
}

.FilterRightSpacer {
	vertical-align: middle;
	padding: 8px 4px 8px 4px;
	font-size: 11px;
	text-align: right;
	width: 100%;
	white-space: nowrap;
}

/*--------TableRecords Pattern End-------------*/



/*--------Login Pattern Start------------------*/

.Login_Wrapper {
	margin-top: 16px;
	margin-bottom: 8px;	
	clear: both;
}

.Login_Frame {	
	float: right;	
	padding: 0px;
	margin-left: 30px;
	background:transparent url(img/loginbck.gif) repeat-y scroll 0%;
	margin:10px 0px 0px;	
	text-align:right;
	width:160px;
}

.Login_InnerFrame p {
	margin-bottom: 5px;
	width: 200px;
}

.Login_InnerFrame .Paragraph /* copied from '.Login_InnerFrame p' in the upgrade to 5.0.0.0 */ {
	margin-bottom: 5px;
	width: 200px;
}

.Login_Caption {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	_padding: 0px;
}

.Login_Value {
	padding: 3px;
}

.Login_RememberValue {
	text-align: right;
	padding-right: 2px;
}

/*--------Login Pattern End--------------------*/

/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- WidgetLibrary eSpace Styles Start -------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* These are the styles used by the web blocks of the    */
/* producer eSpace "WidgetLibary". Do not use, remove or */
/* rename them unless otherwise noted, and if you modify */
/* them, do it with extreme caution                      */
/*-------------------------------------------------------*/

/*-------Tabs Pattern Web Block Start----------*/

.Tabs_Wrapper {
	margin: 0px 0px 8px 0px;
	border: 1px solid white;
}

.Tabs_TabBody {
	margin: -1px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #C4C4C4;
	_height: 1%;
	*display: inline-block;	
}

.Tabs_TabBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.Tabs_Header {
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

ul.Tabs_Header span {
	height: auto;
}

div.Tabs_TabOn,
li.Tabs_TabOn {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid white;
}

div.Tabs_TabOff,
li.Tabs_TabOff {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #E8E8E8;
}

div.Tabs_TabDisabled,
li.Tabs_TabDisabled {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #E8E8E8;
}

a.Tabs_TabOn,
a.Tabs_TabOn:link,
a.Tabs_TabOn:visited,
a.Tabs_TabOn:hover,
span.Tabs_TabOn {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 13px;
	color: black;
	padding: 2px 8px 1px 8px;
}

a.Tabs_TabOff,
a.Tabs_TabOff:link,
a.Tabs_TabOff:visited {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 13px;
	color: black;
	padding: 2px 8px 1px 8px;
	/*background: #d5ecfe url('/WidgetLibrary40/img/Tabs_Gradient.gif') repeat-x;*/
	background:#E8E8E8 none repeat scroll 0%;
}

a.Tabs_TabOff:hover {
	background: white;
}

a.Tabs_TabDisabled,
a.Tabs_TabDisabled:link,
a.Tabs_TabDisabled:visited,
a.Tabs_TabDisabled:hover,
span.Tabs_TabDisabled {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 13px;
	color: gray;
	padding: 2px 8px 1px 8px;	
	/*background: #d5ecfe url('/WidgetLibrary40/img/Tabs_Gradient.gif') repeat-x;*/
	background:#E8E8E8 none repeat scroll 0%;
}

/*--------Tabs Pattern Web Block End-----------*/



/*------- Help Pattern Web Block Start --------*/

div.Help_Wrapper {
    _height: 1%;
    *display: inline-block;
    margin-bottom: 4px;
}

div.Help_Wrapper: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.Help_Image {
    float: left;
    margin-right: 3px;
}

div.Help_Image img {
    margin-top: 3px;
}

div.Help_Text {
    margin-left: 12px;
    font-size: 11px;
    color: #888888;
}

/*------- Help Pattern Web Block End ----------*/



/*------- Feedback Pattern Web Block Start ----*/

div.Feedback_Wrapper {
	margin-top: 5px;
	margin-bottom: 10px;
}

div.Feedback_Text {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 26px;
}

div.Feedback_Image {
	float: left;
}

div.Feedback_Error {
	background-color: #ffe5e5;
	border: 2px solid #ffcece;
	color: #c7331f;
}

div.Feedback_Warning {
	background-color: #fbf3e0;
	border: 2px solid #f8e6c2;
	color: #bd830b;
}

div.Feedback_Success {
	background-color: #eeffd7;
	border: 2px solid #d8ffaa;
	color: green;
}

div.Feedback_Info {
	background-color: #e4edf2;
	border: 2px solid #a5c9df;
	color: #166ca5;
}

/*------- Feedback Pattern Web Block End ------*/



/*------- ListNavigation Web Block Start --------------*/

div.ListNavigation_Wrapper {
	float: right;
}

div.ListNavigation_Wrapper a,
div.ListNavigation_Wrapper span {
	text-align: right;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 11px;
}

a.ListNavigation_PageNumber,
a.ListNavigation_Previous,
a.ListNavigation_Next,
span.ListNavigation_Ellipsis {
}

span.ListNavigation_CurrentPageNumber {
	font-weight: bold;
}

span.ListNavigation_DisabledPrevious,
span.ListNavigation_DisabledNext {
	color: gray;
}

/*------- ListNavigation Web Block End ----------------*/



/*------- Bulk Select Web Block Start ---------*/

div.BulkSelect_Wrapper {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
}

td.BulkSelect_SelectedLine {
	background-color: #cccccc;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #cccccc;
}

th.BulkSelect_SelectedLine /* copied from 'td.BulkSelect_SelectedLine' in the upgrade to 5.0.0.0 */ {
	background-color: #cccccc;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #cccccc;
}

/*------- Bulk Select Web Block End -----------*/



/*------- Calendar Web Block Start ------------*/

div.calendar {
	position: relative;
	z-index: 4;
}

div.calendar,
div.calendar table {
	border: 1px solid white;
	font-size: 11px;
	cursor: default;
	background-color: white;
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	border-collapse: 
}

div.calendar {
	border-color: #cce6ff;
}

div.calendar .button { 
	text-align: center; 
	padding: 2px;       
	font-weight: bold;
	color: black;
	background-color: #cce6ff;
	border: 1px solid #cce6ff;
	border-top: 1px solid #a4d1ff;
}

div.calendar thead .button.notclose { 
	border-top: 1px solid #cce6ff;
}

div.calendar .nav {
	font-family: verdana,tahoma,sans-serif;
}

div.calendar thead .title { 
	font-weight: bold;      
	color: black;
	text-align: center;
	padding: 2px;
	background-color: #cce6ff;
	border-top: 1px solid #a4d1ff;
}

div.calendar thead .name { 
	padding: 2px;
	text-align: center;
	color: black;
	background-color: #cce6ff;
	border-bottom: 1px solid #a4d1ff;
}

div.calendar thead .weekend { 
	color: #a0a0a0;
}

div.calendar thead .hilite { 
	background-color: white;
	border: 1px solid #a4d1ff;
}

div.calendar thead .button.notclose.hilite { 
	border-top: 1px solid #a4d1ff;
}

div.calendar thead .day.hilite { 
	padding: 1px 1px 2px 1px;
}

div.calendar thead .active { 
	background-color: #0a6bca;
	color: white;
	padding: 3px 1px 1px 3px;
	border: 1px solid #cccccc;
}

div.calendar thead .active.notclose { 
	padding: 3px 1px 0px 3px;
}

div.calendar tbody .day { 
	font-family: verdana, tahoma, sans-serif;
	width: 2em;
	color: black;
	background-color: white;
	text-align: right;
	padding: 2px 4px 2px 2px;
}

div.calendar tbody .day.othermonth {
	font-size: 1.5ex;
	background-color: white;
	color: black;
	font-style:  italic;
}

div.calendar tbody .day.othermonth.oweekend {
	background-color: white;
	color: #a0a0a0;
}

div.calendar tbody td.active.day.othermonth {
	background-color: #0a6bca;
}

div.calendar tbody th.active.day.othermonth /* copied from 'div.calendar tbody td.active.day.othermonth' in the upgrade to 5.0.0.0 */ {
	background-color: #0a6bca;
}

div.calendar tbody .rowhilite td.hilite.day.othermonth {
	background-color: white;
}

div.calendar tbody .rowhilite th.hilite.day.othermonth /* copied from 'div.calendar tbody .rowhilite td.hilite.day.othermonth' in the upgrade to 5.0.0.0 */ {
	background-color: white;
}

div.calendar tbody .rowhilite td.day.othermonth {
	background-color: #a4d1ff;
}

div.calendar tbody .rowhilite th.day.othermonth /* copied from 'div.calendar tbody .rowhilite td.day.othermonth' in the upgrade to 5.0.0.0 */ {
	background-color: #a4d1ff;
}

div.calendar table .wn {
	padding: 2px 4px 3px 3px;
	background-color: white;
	border: 1px solid white;
	border-right: 1px solid #a4d1ff;		
}

div.calendar .daynames .wn {
	border: 1px solid #cce6ff;
	border-right: 1px solid #a4d1ff;		
	border-bottom: 1px solid #a4d1ff;
	background-color: #cce6ff;	
}

div.calendar tbody .rowhilite td {
	background-color: #a4d1ff;
}

div.calendar tbody .rowhilite th /* copied from 'div.calendar tbody .rowhilite td' in the upgrade to 5.0.0.0 */ {
	background-color: #a4d1ff;
}

div.calendar tbody .rowhilite td.selected {
	background-color: #52a6fd;
}

div.calendar tbody .rowhilite th.selected /* copied from 'div.calendar tbody .rowhilite td.selected' in the upgrade to 5.0.0.0 */ {
	background-color: #52a6fd;
}

div.calendar tbody .rowhilite td.wn {
	background-color: white;	
	border: 1px solid #cccccc;
}

div.calendar tbody .rowhilite th.wn /* copied from 'div.calendar tbody .rowhilite td.wn' in the upgrade to 5.0.0.0 */ {
	background-color: white;	
	border: 1px solid #cccccc;
}
div.calendar tbody td.today {
	font-weight: bold;
}

div.calendar tbody th.today /* copied from 'div.calendar tbody td.today' in the upgrade to 5.0.0.0 */ {
	font-weight: bold;
}

div.calendar tbody td.hilite { 
	background-color: white;
	color: black;
	padding: 1px 3px 1px 1px;
	border: 1px solid #cccccc;
}

div.calendar tbody th.hilite /* copied from 'div.calendar tbody td.hilite' in the upgrade to 5.0.0.0 */ { 
	background-color: white;
	color: black;
	padding: 1px 3px 1px 1px;
	border: 1px solid #cccccc;
}

div.calendar tbody td.active { 
	padding: 2px 2px 0px 2px;
	background-color: #0a6bca;
	color: white;
	font-weight: bold;
}

div.calendar tbody th.active /* copied from 'div.calendar tbody td.active' in the upgrade to 5.0.0.0 */ { 
	padding: 2px 2px 0px 2px;
	background-color: #0a6bca;
	color: white;
	font-weight: bold;
}

div.calendar tbody td.weekend { 
	color: #a0a0a0;
}

div.calendar tbody th.weekend /* copied from 'div.calendar tbody td.weekend' in the upgrade to 5.0.0.0 */ { 
	color: #a0a0a0;
}

div.calendar tbody td.selected {
	border: 1px solid #cccccc;
	padding: 1px 3px 1px 1px;
	background-color: #52a6fd;
	color: white;
	font-weight: bold;
}

div.calendar tbody th.selected /* copied from 'div.calendar tbody td.selected' in the upgrade to 5.0.0.0 */ {
	border: 1px solid #cccccc;
	padding: 1px 3px 1px 1px;
	background-color: #52a6fd;
	color: white;
	font-weight: bold;
}

div.calendar tbody td.selected.hilite {
	background-color: white;
	color: black;
}

div.calendar tbody th.selected.hilite /* copied from 'div.calendar tbody td.selected.hilite' in the upgrade to 5.0.0.0 */ {
	background-color: white;
	color: black;
}

div.calendar tbody .disabled {
}

div.calendar tbody .emptycell { 
	background-color: white;
}

div.calendar tbody .emptyrow { 
	display: none;
}

div.calendar tfoot .footrow { 
	text-align: center;
}

div.calendar tfoot .ttip { 
	padding: 2px;
	background-color: white;
	color: black;
	border-top: 1px solid #a4d1ff;		
}

div.calendar tfoot .hilite { 
	background-color: white;
	border: 1px solid #a4d1ff;
	color: black;
	padding: 1px;
}

div.calendar tfoot .active { 
	background-color: #0a6bca;
	color: white;
	padding: 2px 0px 0px 2px;
}

div.calendar .combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	background-color: white;
	border: 1px solid #cccccc;
	color: black;
	z-index: 100;
	font-size: 90%;
}

div.calendar .combo .label,
div.calendar .combo .label-IEfix {
	text-align: center;
	padding: 1px;
}

div.calendar .combo .label-IEfix {
	width: 4em;
}

div.calendar .combo .hilite {
	background-color: #a4d1ff;
	color: black;
}

div.calendar .combo .active {
	background-color: #a4d1ff;
	color: black;
	font-weight: bold;
}

div.calendar td.time {
	padding: 1px 0px;
	text-align: center;
	background-color: #cce6ff;
	color: black;
	border-top: 1px solid #a4d1ff;
}

div.calendar th.time /* copied from 'div.calendar td.time' in the upgrade to 5.0.0.0 */ {
	padding: 1px 0px;
	text-align: center;
	background-color: #cce6ff;
	color: black;
	border-top: 1px solid #a4d1ff;
}

div.calendar td.time .hour,
div.calendar td.time .minute,
div.calendar td.time .ampm {
	padding: 0px 5px 0px 6px;
	font-weight: bold;
	background-color: #cce6ff;
	border: 1px solid #cce6ff;
	color: black;
}

div.calendar th.time .hour /* copied from 'div.calendar td.time .hour' in the upgrade to 5.0.0.0 */ ,
div.calendar th.time .minute /* copied from 'div.calendar td.time .minute' in the upgrade to 5.0.0.0 */ ,
div.calendar th.time .ampm /* copied from 'div.calendar td.time .ampm' in the upgrade to 5.0.0.0 */ {
	padding: 0px 5px 0px 6px;
	font-weight: bold;
	background-color: #cce6ff;
	border: 1px solid #cce6ff;
	color: black;
}

div.calendar td.time .hour,
div.calendar td.time .minute {
	font-family: monospace;
}

div.calendar th.time .hour /* copied from 'div.calendar td.time .hour' in the upgrade to 5.0.0.0 */ ,
div.calendar th.time .minute /* copied from 'div.calendar td.time .minute' in the upgrade to 5.0.0.0 */ {
	font-family: monospace;
}

div.calendar td.time .ampm {
	text-align: center;
}

div.calendar th.time .ampm /* copied from 'div.calendar td.time .ampm' in the upgrade to 5.0.0.0 */ {
	text-align: center;
}

div.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

div.calendar th.time .colon /* copied from 'div.calendar td.time .colon' in the upgrade to 5.0.0.0 */ {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

div.calendar td.time span.hilite {
	background-color: white;
	border: 1px solid #a4d1ff;
	color: black;
}

div.calendar th.time span.hilite /* copied from 'div.calendar td.time span.hilite' in the upgrade to 5.0.0.0 */ {
	background-color: white;
	border: 1px solid #a4d1ff;
	color: black;
}

div.calendar td.time span.active {
	background-color: #0a6bca;
	color: white;
}

div.calendar th.time span.active /* copied from 'div.calendar td.time span.active' in the upgrade to 5.0.0.0 */ {
	background-color: #0a6bca;
	color: white;
}

div.calendar td.special {
	background-color: #efefef;
	border: 1px solid #cccccc;
}

div.calendar th.special /* copied from 'div.calendar td.special' in the upgrade to 5.0.0.0 */ {
	background-color: #efefef;
	border: 1px solid #cccccc;
}

div.calendar tbody td.hilite.special {
	background-color: white;
	padding: 2px 4px 2px 2px;
}

div.calendar tbody th.hilite.special /* copied from 'div.calendar tbody td.hilite.special' in the upgrade to 5.0.0.0 */ {
	background-color: white;
	padding: 2px 4px 2px 2px;
}

div.calendar .rowhilite td.special {
	background-color: #efefef;
}

div.calendar .rowhilite th.special /* copied from 'div.calendar .rowhilite td.special' in the upgrade to 5.0.0.0 */ {
	background-color: #efefef;
}

/*------- Calendar Web Block End --------------*/

/*-----------------------------------------------------------------*/
/*----------------- WidgetLibrary eSpace Styles End ---------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*---------------- Enterprise eSpace Styles Start -----------------*/
/*-----------------------------------------------------------------*/

.Enterprise_Menu {
	margin: 0px;
	width: 190px;
	height: 1%;
	padding-left: 8px;
	display: block;
	overflow: hidden;
}

.Enterprise_Menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Enterprise_Frame_LeftFrozen {
	float: left;
	width: 199px;
	display: inline-block;
	_overflow: hidden; 
}

.Enterprise_Frame_LeftFrozen:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Enterprise_Frame_RightBody {
	padding: 0px 0px 4px 16px;
	margin: 0px;
	min-height: 300px;
	_height: 300px;
}

.Enterprise_Frame_RightBody .Button {
	margin-top: 10px;
}

.Enterprise_TwoColumns_LeftFrozen { 
	float: left;
	width: 198px;
	display: inline-block;
	border: 1px solid #dddddd;
	background-color: #fdfdf0;
	margin-bottom: 16px;
	margin-left: 16px;
	_margin-left: 8px;
	_overflow: hidden; 
} 

.Enterprise_TwoColumns_LeftFrozen_Collapsed { 
	float: left;
	width: 68px;
	display: inline-block;
	border: 1px solid #dddddd;
	background-color: #fdfdf0;
	margin-bottom: 16px;
	margin-left: 16px;
	_margin-left: 8px;
	_overflow: hidden; 
} 

.Enterprise_TwoColumns_RightLiquid { 
	margin-left: 216px;
	_display: inline-block;
	_overflow: hidden; 
} 

.Enterprise_TwoColumns_RightLiquid_Expanded { 
	margin-left: 86px;
	_display: inline-block;
	_overflow: hidden; 
} 
 
.Enterprise_SubTree_LeftFrozen { 
	float: left;
	width: 198px;
	display: inline-block;
	_overflow: hidden; 
} 
 
.Enterprise_SubTree_LeftFrozen:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 

.Invisible {
	display: none;
}

/*-----------------------------------------------------------------*/
/*------------------ Enterprise eSpace Styles End -----------------*/
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*------------------ AMT Styles Start -----------------------------*/
/*-----------------------------------------------------------------*/

.Menu_Items {
	margin:0px auto;
	position:relative;
	right:5px;
	top:-20px;
	width:1007px;
}

.MenuImagem {
	
}


.Menu {
	font-size: 1em; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF url(/SIRAPA/img/BkgMenuNormal.gif) repeat-x;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	white-space: nowrap;
}


.Menu a:link,
.Menu a:visited {
	font-size: 1em; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	white-space: nowrap;
}

.Menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0D4AA0;
}

.MenuSelected {
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #0D4AA0;
	background: #FFFFFF url(/SIRAPA/img/BkgMenuSelected.gif) repeat-x;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
}


.MenuSelected a:link,
.MenuSelected a:visited,
.MenuSelected a:hover {
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #0D4AA0;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
}



.SubMenu {
	background-color:#8CC63E;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:1em;
	font-weight:normal;
	/*height:21px;*/
	margin:-20px auto;
	padding:3px 0px 0px 10px;
	vertical-align:middle;
	width:1007px;		
}

.SubMenu a,
.SubMenu a:link,
.SubMenu a:visited {
	font-size: 13px; 
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 20px;

}

.SubMenu a:hover {
	text-decoration: underline;
}

.SubMenuSelected a,
.SubMenuSelected a:link,
.SubMenuSelected a:visited {
	font-size: 13px; 
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	width: 100%;
	height: 20px;

}

.SubMenuSelected a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------*/
/*------------------ AMT Styles End -------------------------------*/
/*-----------------------------------------------------------------*/

.MailContainer {
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:20px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	border-width: 2px;
	border-style: solid;
	border-color: #bbbbbb;
	background-color: white;
}


/*-----------------------------------------------------------------*/
/*----------------- Popup div start ---------------------------*/
/*-----------------------------------------------------------------*/

.PopUpDiv {
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	width: 490px;
	position: fixed;
	z-index: 3;
	top: 35px;
	left: 150px;
}

/*
 * This is the style applied to the context-menu's title bar
 */
.PopUpDiv_Header {
	background-repeat: repeat-x;
	background-color:#8CC63E;
	font-weight:bold;
	padding: 4px;
	cursor: move;
	color: white;
}


.PopUpDiv_Block {
	padding:10px;
	background-color: #F8F8F8;
	background-repeat: repeat-x;
}

.PopUpDiv_Buttons {
	padding-bottom: 2px;
	margin-top: 5px;
	text-align: center;
}

.PopUpDiv_Links{
	float: right;
	margin-top: -2px;
}
	
.PopUpDiv_Links td a:link, 
.PopUpDiv_Links td a:visited {
	font-size: 13px;
	color: Gray;
	text-decoration: none;
}

.PopUpDiv_Links th a:link /* copied from '.PopUpDiv_Links td a:link' in the upgrade to 5.0.0.0 */ ,
.PopUpDiv_Links th a:visited /* copied from '.PopUpDiv_Links td a:visited' in the upgrade to 5.0.0.0 */ {
	font-size: 13px;
	color: Gray;
	text-decoration: none;
}


.PopUpDiv_Links td a:hover {
	font-size: 13px;
	color: blue;
	text-decoration: underline;
}

.PopUpDiv_Links th a:hover /* copied from '.PopUpDiv_Links td a:hover' in the upgrade to 5.0.0.0 */ {
	font-size: 13px;
	color: blue;
	text-decoration: underline;
}


 
div.transOFF {
	width: 100%; 
	background-color: silver;
	border:1px solid black; 
}

div.transON {
	width: 100%; 
	background-color: silver;
	opacity:.50;
	filter: alpha(opacity=50); -moz-opacity: 0.5;
	border:1px solid black; 
}

div.trans25 {
	     opacity:.25;
             filter: alpha(opacity=25); -moz-opacity: 0.25;
             border:0px
             solid black;
	     position: fixed;
	     z-index: 2;
	     top: 0px;
	     left: 0px;
	     height: 800px;
	     width: 1007px;
	     }

div.trans75 {
	width: 100%; 
	background-color: silver;
	opacity:.75;
	filter: alpha(opacity=75); -moz-opacity: 0.75;
	border:1px solid black; 
}

div.container {   
		  position:absolute;
 		  top:0px; 
		  left:0px; 
		  width:  100%;
		  height: 100%;
		  overflow:hidden;
		  background:#DAEE9B;
		  opacity:.25;
		  filter: alpha(opacity=25);
                  -moz-opacity: 0.25;
		  z-index:1;
}
	
/*-----------------------------------------------------------------*/
/*----------------- popup End -----------------------------*/
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/*----------------- Popup div Formularios -------------------------*/
/*-----------------------------------------------------------------*/

.PopUpDivFormularios {
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	position: fixed;
	z-index: 3;
	top: 35px;
	left: 150px;
}


/*-----------------------------------------------------------------*/
/*----------------- popup End -----------------------------*/
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*----------------- Popup div notificação operacoes start ---------------------------*/
/*-----------------------------------------------------------------------------------*/

.PopUpDivFormularioOperacoes {
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;	
	margin-bottom: 10px;
	clear: left;
	width: 1000px;
	position: fixed;
	z-index: 3;
	top: 35px;
	left: 150px;
	align: center;
}

.TableRecords_FrameOperacoes_Dentro {
	border-top: 1px solid white;
	overflow: auto;
	width: 100%;
	height: 235px;
}

.TableRecords_FrameOperacoes_Fora {
	border-top: 1px solid white;
	overflow: auto;
	width: 100%;
	height: 238px;
}

/*-------------------------------------------------------------------------------*/
/*----------------- popup notificação operacoes End -----------------------------*/
/*-------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*----------------- Popup div notificação pagamento start ---------------------------*/
/*-----------------------------------------------------------------------------------*/

.PopUpDivNotificacaoPagamento {
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;	
	margin-bottom: 10px;
	clear: left;
	width: 798px;
	position: fixed;
	z-index: 3;
	top: 35px;
	left: 150px;
	align: center;
}

/*
 * This is the style applied to the context-menu's title bar
 */
.PopUpDiv_HeaderNotificacaoPagamento {
	background-repeat: repeat-x;
	background: white;
	font-weight:bold;
	padding: 4px;
	cursor: move;
	color: white;
}


.PopUpDiv_BlockNotificacaoPagamento {
	padding:10px;
	background: white;
	background-repeat: repeat-x;
}

/*-------------------------------------------------------------------------------*/
/*----------------- popup notificação pagamento End -----------------------------*/
/*-------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/*---------- ESTILOS UTILIZADOS NAS GUIAS DE PAGAMENTO ------------*/
/*-----------------------------------------------------------------*/



.GuiaPagamentoAnoEconomico {
	background-color: #8CC63E;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;	
}

.GuiaPagamentoTextoVerde {
	background-color: #ffffff;
	color: #8CC63E;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;	
}

.GuiaPagamentoFundoVerde {
	background-color: #DEEFDC;	
}

.GuiaPagamentoTextoBrancoComFundoVerde {
	background-color: #DEEFDC;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;	
}

/*-----------------------------------------------------------------*/
/*--------- ESTILOS UTILIZADOS NAS GUIAS DE PAGAMENTO END ---------*/
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*--------- ESTILOS Página principal e Login START ---------*/
/*-----------------------------------------------------------------*/

.PaginaPrincipal_TextoItalico{
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	vertical-align: middle;
	float: right;
	font-family:Verdana;
	color:#36388F;
}

.PaginaPrincipal_TituloItalico{
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	vertical-align: middle;
	float: left;
	font-family:Verdana;
	color:#36388F;
}

.PaginaPrincipal_Texto{
	color:#36388F;
	font-size:32px;
	vertical-align:middle;
}

.PaginaLogin {
	background:#8BC53D none repeat scroll 0%;
	color:#FFFFFF;
	font-size:80%;
	padding:0px;
	text-align:left;
	width:100%;
	margin:0px auto;
	width:1007px;
	height: 21px;
}

.Body_SemMargem {
	margin:0px auto;
	min-height:300px;
	padding:6px 16px 14px;
	width:1007px;
}

.Heading2_Azul {
	color:#36388E;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
	padding-top:6px;
}

.Heading4 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;	
}

.Heading4_SubTitle {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;	
}

/*-----------------------------------------------------------------*/
/*--------- ESTILOS Página principal e Login END ---------*/
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/*---- ESTILOS Div dinâmicos não ultrapassarem o tamanho START-----*/
/*-----------------------------------------------------------------*/

.DivTamanho
{
	width:1007px;
}

/*-----------------------------------------------------------------*/
/*---- ESTILOS Div dinâmicos não ultrapassarem o tamanho END-----*/
/*-----------------------------------------------------------------*/



/*---------------------------------------------------------------------*/
/*--------- ESTILOS para o menu antigo usado no espace DUC ------------*/
/*---------------------------------------------------------------------*/

/*--------Menu WebBlock Start------------------*/

.MenuOLD {
	position: absolute;
	top: 100px; 
	left: 140px;
	z-index: 2;
}

.Menu_ItemsOLD { 
	float: left;
} 
 
.Menu_ItemsOLD td,  
td.Menu_Item, 
td.Menu_ItemSelected { 
	white-space: nowrap; 
	margin: 0px;
	background-color: white;
	background-position: left;
	background: #dddddd url(img/Menu_Gradient.gif) repeat-x; 
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
}

.Menu_ItemsOLD th /* copied from '.Menu_ItemsOLD td' in the upgrade to 5.0.0.0 */ ,
th.Menu_Item /* copied from 'td.Menu_Item' in the upgrade to 5.0.0.0 */ ,
th.Menu_ItemSelected /* copied from 'td.Menu_ItemSelected' in the upgrade to 5.0.0.0 */ { 
	white-space: nowrap; 
	margin: 0px;
	background-color: white;
	background-position: left;
	background: #dddddd url(img/Menu_Gradient.gif) repeat-x; 
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
} 
 
td.Menu_ItemSelected { 
	background-color: white; 
}

th.Menu_ItemSelected /* copied from 'td.Menu_ItemSelected' in the upgrade to 5.0.0.0 */ { 
	background-color: white; 
} 

td.Menu_ItemActive { 
	background-color: white; 
	border-bottom: solid 1px white;
}

th.Menu_ItemActive /* copied from 'td.Menu_ItemActive' in the upgrade to 5.0.0.0 */ { 
	background-color: white; 
	border-bottom: solid 1px white;
} 
 
.Menu_ItemsOLD a, 
.Menu_ItemsOLD a:link,
.Menu_ItemsOLD a:visited { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	display: block;
	padding: 2px 8px 2px 8px;
} 
  
.Menu_ItemsOLD a:hover { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	background-color: white;	 
	white-space: nowrap; 
	margin: 0px; 
	background-position: left; 
} 
 
td.Menu_Item { 
	background-color: none; 
}

th.Menu_Item /* copied from 'td.Menu_Item' in the upgrade to 5.0.0.0 */ { 
	background-color: none; 
}

td.Menu_Item a,
td.Menu_Item a:link,
td.Menu_Item a:visited {
	display: block;
	_width: 100%;
}

th.Menu_Item a /* copied from 'td.Menu_Item a' in the upgrade to 5.0.0.0 */ ,
th.Menu_Item a:link /* copied from 'td.Menu_Item a:link' in the upgrade to 5.0.0.0 */ ,
th.Menu_Item a:visited /* copied from 'td.Menu_Item a:visited' in the upgrade to 5.0.0.0 */ {
	display: block;
	_width: 100%;
}
 
td.Menu_Item a:hover {
	background-color: white; 
	display: block;
	_width: 100%;
}

th.Menu_Item a:hover /* copied from 'td.Menu_Item a:hover' in the upgrade to 5.0.0.0 */ {
	background-color: white; 
	display: block;
	_width: 100%;
}
 
td.Menu_ItemSelected {
	background-color: white; 
}

th.Menu_ItemSelected /* copied from 'td.Menu_ItemSelected' in the upgrade to 5.0.0.0 */ {
	background-color: white; 
}

td.Menu_ItemSelected a,
td.Menu_ItemSelected a:link,
td.Menu_ItemSelected a:visited,
td.Menu_ItemSelected a:hover {
	background-color: white;  
	display: block;
	_width: 100%;
}

th.Menu_ItemSelected a /* copied from 'td.Menu_ItemSelected a' in the upgrade to 5.0.0.0 */ ,
th.Menu_ItemSelected a:link /* copied from 'td.Menu_ItemSelected a:link' in the upgrade to 5.0.0.0 */ ,
th.Menu_ItemSelected a:visited /* copied from 'td.Menu_ItemSelected a:visited' in the upgrade to 5.0.0.0 */ ,
th.Menu_ItemSelected a:hover /* copied from 'td.Menu_ItemSelected a:hover' in the upgrade to 5.0.0.0 */ {
	background-color: white;  
	display: block;
	_width: 100%;
}

td.Menu_ItemActive,
td.Menu_ItemActive a,
td.Menu_ItemActive a:link,
td.Menu_ItemActive a:visited,
td.Menu_ItemActive a:hover {
	background-color: white; 
	display: block;
}

th.Menu_ItemActive /* copied from 'td.Menu_ItemActive' in the upgrade to 5.0.0.0 */ ,
th.Menu_ItemActive a /* copied from 'td.Menu_ItemActive a' in the upgrade to 5.0.0.0 */ ,
th.Menu_ItemActive a:link /* copied from 'td.Menu_ItemActive a:link' in the upgrade to 5.0.0.0 */ ,
th.Menu_ItemActive a:visited /* copied from 'td.Menu_ItemActive a:visited' in the upgrade to 5.0.0.0 */ ,
th.Menu_ItemActive a:hover /* copied from 'td.Menu_ItemActive a:hover' in the upgrade to 5.0.0.0 */ {
	background-color: white; 
	display: block;
}

.Menu_SubItems {
	border: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	z-index: 10;
}

.Menu_SubItems td { 
	_padding: 0px;
	font-size: 12px; 
	list-style-type: none; 
	display: list-item; 
	list-style: none; 
	text-align: left; 
	text-decoration: none; 
	background-color: #fdfdfd; 
	white-space: nowrap; 
	z-index: 10; 
}

.Menu_SubItems th /* copied from '.Menu_SubItems td' in the upgrade to 5.0.0.0 */ { 
	_padding: 0px;
	font-size: 12px; 
	list-style-type: none; 
	display: list-item; 
	list-style: none; 
	text-align: left; 
	text-decoration: none; 
	background-color: #fdfdfd; 
	white-space: nowrap; 
	z-index: 10; 
} 
 
.Menu_SubItems a, 
.Menu_SubItems a:link,
.Menu_SubItems a:visited { 
	text-decoration: none; 
	padding: 2px 8px 3px 8px;
	display: block; 
	_width: 100%;
} 
 
.Menu_SubItems a:hover { 
	_padding: 2px 8px 3px 8px;
	background-color: #efefef;	 
	display: block; 
	_width: 100%;
} 
 
.Menu_ExtraItems {
	float: left;
	position: relative;
	z-index: 1;
}

/*-----------------Ecras Egar --------------------*/
.EditRecord_Caption_egar {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #C4C4C4;
	padding: 8px 10px 2px 0px;
	width: 195px;
}
.EditRecord_Value_egar {
	color: #444444;
	vertical-align: bottom;
	border-top: 1px solid #F8F8F8;
	border-right: 30px solid #F8F8F8;
	border-bottom: 1px solid #f1fafe;
	border-left: 3px solid #F8F8F8;
	padding: 1px 0px 1px 1px;
	*padding: 0px 0px 0px 1px;
	padding:0px 0px 0px 10px;
}

.EditRecord_Value_egar_CentradoVertical {
	color: #444444;
	vertical-align: bottom;
	border-top: 1px solid #F8F8F8;
	border-right: 30px solid #F8F8F8;
	border-bottom: 1px solid #f1fafe;
	border-left: 3px solid #F8F8F8;
	padding: 1px 0px 1px 1px;
	*padding: 0px 0px 0px 1px;
	padding:0px 0px 0px 10px;
	vertical-align: middle;
}

.PopUpDiv_egar{
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	width: 545px;
	position: fixed;
	z-index: 1;
	top: 35px;
	left: 150px;
}

.PopUpDiv_egar2{
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	width: 545px;
	position: fixed;
	z-index: 1;
	top: 35px;
	left: 150px;
}

.PopUpDiv_egar_transportadora{
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	width: 330px;
	position: fixed;
	z-index: 3;
	top: 35px;
	left: 150px;
}


.PopUpDiv_FormularioC1{
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	width: 545px;
	position: fixed;
	z-index: 3;
	top: 70px;
	left: 250px;
}

.PopUpDiv_Formulario_Listas{
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	width: 545px;
	position: fixed;
	z-index: 5;
	top: 70px;
	left: 250px;
}

.TableRecords_OddLine_egar, 
.TableRecords_EvenLine_egar {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;

	border-right: 0px solid #efefef;
	border-left: 1px solid #efefef;
}

.TableRecords_Actions_EGAR {
	font-size: 10px;
	font-style: italic;
	font-weight: bold
	vertical-align: middle;
	float: left;
}

/*--------Menu WebBlock End--------------------*/

/*--------Filters 42 Start--------------------*/

.Filters_Wrapper42 {
 background: #DFDEDF url(img/Filter_Gradient.gif) repeat-x top;
 padding: 4px;
}

.Filters42 {	
	background: #DFDEDF;
	white-space: nowrap;
}
.Filters42 td {	
	padding: 2px 0px 2px 4px;
	vertical-align: middle;
}

.Filters42 th /* copied from '.Filters42 td' in the upgrade to 5.0.0.0 */ {	
	padding: 2px 0px 2px 4px;
	vertical-align: middle;
}

.Filters42 td img {
	vertical-align: middle;
}

.Filters42 th img /* copied from '.Filters42 td img' in the upgrade to 5.0.0.0 */ {
	vertical-align: middle;
}

.Filters42 td .Button {
	font-size: 12px;
}

.Filters42 th .Button /* copied from '.Filters42 td .Button' in the upgrade to 5.0.0.0 */ {
	font-size: 12px;
}
/*--------Filters 42 End--------------------*/

/*-----------------------Comprovativo------------------------------------------------*/

.TableRecords_Comprovativo1 {
	background-color: #CCFFCC;
	
}

.TableRecords_Comprovativo2 {
	background-color: #CCFF99;
	
}

.TableRecords_Comprovativo_no_border {
	border-style:none;
}

/*-----------------------------Popups------------------------------------------*/

.DocumentPopup {
	background-color: White;	
	width: 100%;
	height: 100%;
	margin-top: 0px;
}

.BodyPopup {
	padding: 0px 16px 14px 16px;
	vertical-align:top;	
}
/*-----------------------------------------------------------------------*/


/*---------------------- Tabela 4.2 ------------------------------*/

.TableRecords_Header_42 {
	color:#FFFFFF;
	font-weight: normal;
	background: #8CC63E url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
	_background:#8CC63E;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	font-size: 14px;
}

.TableRecords_OddLine_42, 
.TableRecords_EvenLine_42 {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #efefef;
	white-space: nowrap;
	vertical-align: top;
}

.TableRecordsWithFilters_Wrapper_42 {
	background-color: #D8D8D8;
	/* to be customized if needed */
}

.TableText_42 {
	color: #002970;
}

.SortColumns_Sortable {
	font-weight: normal;
	cursor:pointer;
	color:white;
}	
.SortColumns_Sortable:hover {
	text-decoration:underline;
}	
.SortColumns_Sorted {
	font-weight: bold;
	cursor:pointer;
	color:white;
}
.SortColumns_Sorted:hover {
	text-decoration:underline;
}

/*----------------------- END -------------------------------------*/

/*------------------------Impressão de Formulários------------------*/
.Impressao_Header {
	font-size:medium;
        font-weight: bold;
	background-color: #D8D8D8;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
}

.Impressao_Bold{ font-weight: bold;}
/*--------------------- END --------------------------------------*/

/*---------------------- Estilos INVENTÁRIO ----------------------*/

.BodyInventario {
	margin:0px auto;
	min-height:300px;
	padding:6px 16px 14px;
	width:950px;
}

/*----------------------------- END ------------------------------*/

/*------------------------------------Start Menu MIRR -----------------------------------*/

.HomeItem_Table {
	margin-bottom: 5px;
	padding: 5px;
}
.HomeItem_Table:hover {
	background-color: #EFEFEF;
	cursor: pointer;
}

/*------------------------------------End Menu MIRR -----------------------------------*/

/*------------------------------------Star Loading Style ------------------------------*/

.LoadingPage {
	background: url('/SIRAPA/img/ajwait.png'); 
	color: white; 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	text-align: center; 
	display:block; 
	padding-top: 200px;
	font-size: 11px;
	z-index: 10000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);	
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}
/*------------------------------------END Loading Style---------------------------------*/

/*------------------------------------Star Inventario Home------------------------------*/

.HomeItem_Table {
	margin-bottom: 5px;
	padding: 5px;
}
.HomeItem_Table:hover {
	background-color: #EFEFEF;
	cursor: pointer;
}

/*--------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------*/
/*------------ Pesquisar LER Elements Start -----------------------*/
/*-----------------------------------------------------------------*/



.PesquisarLERTableTop{
    background-color: #DCDCDC;
    border-color: mediumblue;
    border-right: 2px solid mediumblue;
    border-style: solid;
    border-width: 2px;
    width: 1000px;
}


.PesquisarLERDivRight{
    border-color: MediumBlue;
    border-style: solid;
    border-width: 2px;
    height: 250px;
    overflow: scroll;
    width: 620px;
}

.PesquisarLERDivLeft{
    border-color: MediumBlue;
    border-style: solid;
    border-width: 2px;
    height: 250px;
    overflow: scroll;
    width: 350px;

}

.PesquisarLERDivLeftSmall{
    border-color: MediumBlue;
    border-style: solid;
    border-width: 2px;
    height: 250px;
    overflow: scroll;
    width: 170px;

}

.PesquisarLERTableTop_H1{
    color: Navy;
    font-family: Verdana;
    font-size: small;
    font-style: italic;
    font-weight: bold;
}

.PesquisarLERTableTop_H2{
    color: #000000;
    font-family: Verdana;
    font-size: x-small;
    font-style: italic;
}

.PesquisarLERTable_CelulaNome{
    color: Black;
    font-family: Verdana;
    font-style: italic;
    font-weight: bold;
}

.PesquisarLERTable_ListarCodigosLER{
    border-style: inset;
    height: 250px;
    overflow: scroll;
    width: 970px;
}

/*-----------------------------------------------------------------*/
/*-------------- Pesquisar LER Elements End -----------------------*/
/*-----------------------------------------------------------------*/
/* /--Inserted in the upgrade to 5.1.0.1--\ */

img {
    border-width: 0;
}

/* \--Inserted in the upgrade to 5.1.0.1--/ */




.LoadingPage {
    background: url('/SIRAPA/img/ajwait.png'); 
    color: white; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    text-align: center; 
    display:block; 
    padding-top: 200px;
    font-size: 11px;
    /* background: url(/RichWidgets/img/Feedback_AjaxWait_Background.png) no-repeat right top; */
    z-index: 10000;
    zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
    filter: alpha(opacity=50);    
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
}