﻿
/* /--Inserted in the upgrade to 8.0.0.0--\ */

@import url("/RichWidgets/upgradeTo8000.css");

/* \--Inserted in the upgrade to 8.0.0.0--/ */
/* Inserted in the upgrade to 5.0.0.0: */
.Button_Back {
    color: #FFF;
    text-align: center;
    margin-left: 5px;
    padding: 0px 10px 1px 10px;
    *padding: 0px 3px 0px 3px;
    width: 100px;
    height: 30px;
    border: none;
    background: #999999 url('/Interface/img/button_back_hover_bg.png') no-repeat top left;
}

.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 */


/*-----------------------------------------------------------------*/
/*----------------- 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,
a:link,
a:visited,
a:hover {
	color: black;
}

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;
}



.ButtonGreen {
	text-align: center;
	margin-right: 3px;
	color: white;
	background-color: #328a02;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
	font-size: 8pt;
}

.ButtonRed {
	text-align: center;
	margin-right: 3px;
	color: white;
	background-color: #8d0438;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
	font-size: 8pt;
}

.ButtonBlue {
	text-align: center;
	margin-right: 3px;
	color: white;
	background-color: #0675c3;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
	font-size: 8pt;
}


.Centrado{
	margin-left: auto;
        margin-right: auto;
}







.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 #9cceff;
	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;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #9cceff;
	padding: 3px 10px 2px 0px;
}

.ShowRecord_Value {
	color: #404040;
	font-weight: bold;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
}

.TableRecords_Header {
	color: white;
	font-weight: bold;
	background-image:url(/AoExterno/img/BannerTileBackground.gif);
	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: white;
}

.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;
	background-image:url(/AoExterno/img/Blue.gif);
}

.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 {
	border-left: 3px solid #ffa85a;
}

th.MandatoryValue /* copied from 'td.MandatoryValue' in the upgrade to 5.0.0.0 */ {
	border-left: 3px solid #ffa85a;
}

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_NoWrap {
	white-space: nowrap;
}

.Text_Preformatted {
	white-space: -moz-pre-wrap;
	white-space: pre;
	word-wrap: break-word;
}

.Text_Justified { 
	text-align: justify;
} 

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearBoth {
	clear: both;
}

/*--------General End--------------------------*/



/*--------StyleGuide General Start-------------*/

.Body {
	padding: 0px 16px 14px 16px;
	min-height: 300px;
	_height: 300px;
}

.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 {
}

.Menu {
	position: absolute;
	top: 70px; 
	left: 0px;
	width: 100%;
	z-index: 2;
}

.MenuTop {
	float: left;
	z-index: 10;
}

.Footer {
	height: 1px;
	clear: both;
	border-top: 1px solid #cccccc;
	color: gray;
	padding: 7px 16px 0px 17px;
	font-size: 11px;	
}

.Title {
	margin-bottom: 16px;
}

.Title_Links {
	margin-top: -5px;
	font-size: 11px;
}

.Title_Links td {
	font-size: 11px;
}

.Title_Links th /* copied from '.Title_Links td' in the upgrade to 5.0.0.0 */ {
	font-size: 11px;
}

/*--------StyleGuide General End---------------*/



/*--------Header WebBlock Start----------------*/

.Header_Banner {
	height: 70px;
	width: 100%;
	/*background: url(img/Header_Background.jpg);*/
	border-bottom: 1px solid #cccccc;
	_overflow: hidden;
}

.Header_Greetings {
	position: relative;
	top: -20px;
	font-size: 11px;
	padding: 3px 16px 1px 1px;
	text-align: right;
	line-height: 10px;
	margin: 1px;
	z-index: 100;
}

.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;
}

/*--------Header WebBlock End------------------*/



/*--------Menu WebBlock Start------------------*/

.Menu_Items { 
	float: left;
} 
 
.Menu_Items 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_Items th /* copied from '.Menu_Items 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_Items a, 
.Menu_Items a:link,
.Menu_Items a:visited { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	display: block;
	padding: 2px 8px 2px 8px;
} 
  
.Menu_Items 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;
}

/*--------Menu 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: #52a6fd;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #52a6fd;
}

/*--------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: 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-image:url(/AoExterno/img/Blue.gif);
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	_height: 1%;
	display: block;
	*display: inline-block;
}

.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_BottomNavigation {
	background-color: #cce6ff;
	padding: 5px 4px 5px 4px;
	border-top: 3px solid #52a6fd;
	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: #a4d1ff;	 
	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_OuterFrame {	
	float: right;
	width: 222px;
	padding: 1px;
	border: 1px solid #cce6ff;
	margin-left: 30px;
}

.Login_InnerFrame {
	background-color: #cce6ff;
	padding: 10px;
	height: 120px;
}

.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: 2px 0px 2px 0px;
}

.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: 20px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #a8d4ff;
	_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: 21px;
	position: absolute;
	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 #a8d4ff;
	border-left: 1px solid #a8d4ff;
	border-right: 1px solid #a8d4ff;
	border-bottom: 1px solid white;
}

div.Tabs_TabOff,
li.Tabs_TabOff {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #bbddff;
}

div.Tabs_TabDisabled,
li.Tabs_TabDisabled {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #bbddff;
}

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: 11px;
	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: 11px;
	color: black;
	padding: 2px 8px 1px 8px;
	background: #d5ecfe url('/WidgetLibrary40/img/Tabs_Gradient.gif') repeat-x;
}

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: 11px;
	color: gray;
	padding: 2px 8px 1px 8px;	
	background: #d5ecfe url('/WidgetLibrary40/img/Tabs_Gradient.gif') repeat-x;
}

/*--------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;
}

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 -----------------*/
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*--------------- Styleguide Upgrader Styles Start ----------------*/
/*-----------------------------------------------------------------*/

/* ------- Header & Footer Start ------- */

td.Header {
  height: 80px;
  *height: 0%;
  margin: 0px;
  padding: 0px;
  vertical-align: top;    
}

th.Header /* copied from 'td.Header' in the upgrade to 5.0.0.0 */ {
  height: 80px;
  *height: 0%;
  margin: 0px;
  padding: 0px;
  vertical-align: top;    
}

td.Footer {
  padding: 0px;
  height: 0%;
  margin: 0px;
  vertical-align: top;
  border: none;
}

th.Footer /* copied from 'td.Footer' in the upgrade to 5.0.0.0 */ {
  padding: 0px;
  height: 0%;
  margin: 0px;
  vertical-align: top;
  border: none;
}

.SideBar .Menu {
  *top: 49px;
}

.Sidebar {
  width: 1px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

.Sidebar * {
  vertical-align: top;
}

.SideBar input {
  *margin-top: -1px;
}

/* ------- Header & Footer End ------- */

/* ------- Body Start ------- */

.CenterStage {
  vertical-align: top;
}

.CenterStage .Heading1 {
  padding-bottom: 3px;
}



.Page_Content {
  padding-top: 18px;
}

/* ------- Body End ------- */

/* ------- Page Navigation Start ------- */

.Page_Navigation {
  font-size: 11px;
  margin-top: -5px;
  display: block;
}

/* ------- Page Navigation End ------- */


/* ------- Field Pattern Start ------- */


.FieldCaption {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #9cceff;
	padding: 3px 10px 2px 0px;
}

.FieldData {
	color: #404040;
	font-weight: bold;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
	text-align: left;
}

/* ------- Field Pattern End ------- */

/* ------- List Filter Pattern Start ------- */

.List_FilterContainer table {
  width: auto;
}

.List_FilterContainer {	
	background-color: #a4d1ff;	 
	width: 100%;
  white-space: nowrap;	 
}

.List_FilterCaption {
  padding:6px 0px 6px 4px;
  text-align:right;
  vertical-align:middle;
  white-space:nowrap;
}

.List_FilterData {
  padding: 6px;
  padding-right: 8px;
  vertical-align:middle;
  white-space:nowrap;
}

.List_FilterContainer td .Button {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	margin-right: 8px;
}

.List_FilterContainer th .Button /* copied from '.List_FilterContainer td .Button' in the upgrade to 5.0.0.0 */ {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	margin-right: 8px;
}

.List_FilterData table td {
  width: auto;
  padding: 0px 2px;
}

.List_FilterData table th /* copied from '.List_FilterData table td' in the upgrade to 5.0.0.0 */ {
  width: auto;
  padding: 0px 2px;
}

/* ------- List Filter Pattern End ------- */

/* ------- List Pagging Pattern Start ------- */

.List_Paging {
	background-color: #cce6ff;
	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;
	float: none;
}

.List_Paging:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.List_Paging table {
  float: right;
}


/* ------- List Pagging Pattern End ------- */

/* ------- Table Records Pattern Start ------- */

.TableRecords_OddLine .Button,
.TableRecords_EvenLine .Button {
  background-color:#EFEFEF;
  border-color:#FAFAFA rgb(207, 207, 207) rgb(207, 207, 207) rgb(250, 250, 250);
  border-style:solid;
  border-width:1px;
  font-size:12px;
}

/* ------- Table Records Pattern End ------- */

/* ------- Form Buttons Pattern Start ------- */

.Form_Buttons {
	padding-top: 10px;
}

.Form_Buttons .Button {
	font-size: 12px;
}

/* ------- Form Buttons Pattern End ------- */

/* ------- Tab Pattern Start ------- */

.Tab_ContainerOuter {
	margin: 0px 0px 8px 0px;
	border: 1px solid white;
	background-color: transparent;
}

.Tab_ContainerInner {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border-bottom: 1px solid #a8d4ff;
	border-left: 1px solid #a8d4ff;
	border-right: 1px solid #a8d4ff;
	border-top: 0px none;
	background-color: transparent;
}

.Tab_ContainerInner p {
	text-align: left;
}

.Tab_ContainerInner .Paragraph /* copied from '.Tab_ContainerInner p' in the upgrade to 5.0.0.0 */ {
	text-align: left;
}

.Tab_End {	
	border-bottom: 1px solid #a8d4ff;
}

.Tab_On {
	margin: 0px;
	padding: 1px;
	border-top: 1px solid #a8d4ff;
	border-left: 1px solid #a8d4ff;
	border-right: 1px solid #a8d4ff;
	border-bottom: 1px solid white;
	background-color: white;
}

.Tab_Off {
	margin: 0px;
	padding: 1px;
	border: 1px solid #bbddff;
	background-color: transparent;
}

.Tab_Disabled {
	margin: 0px;
	padding: 1px;
	border: 1px solid #bbddff;
}

.TabZone {
	border-collapse: collapse;	
}

a.Tab_TextOn,
a.Tab_TextOn:link,
a.Tab_TextOn:visited,
a.Tab_TextOn:hover {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: black;
	padding: 2px 8px 1px 8px;
}

a.Tab_TextOff,
a.Tab_TextOff:link,
a.Tab_TextOff:visited {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: black;
	padding: 2px 8px 1px 8px;
	background: #d5ecfe url('/WidgetLibrary40/img/Tabs_Gradient.gif') repeat-x;
}

a.Tab_TextOff: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: 11px;
	color: gray;
	padding: 2px 8px 1px 8px;	
	background: #d5ecfe url('/WidgetLibrary40/img/Tabs_Gradient.gif') repeat-x;
}

/* ------- Tab Pattern Start ------- */


/*--------Menu WebBlock Start------------------*/

.Menu_Section_Body {	
} 

.Menu_Expanded, .Menu_Collapsed { 
	white-space: nowrap; 
	margin: 0px;
	background-color: white;
	background-position: left;
	background: #dddddd url('img/Menu_Gradient.gif') repeat-x; 
	font-size: 12px;
	border: 1px solid #cccccc;
	font-weight: bold;
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
} 
 
td.Menu_ItemActive, .Menu_Expanded { 
	background-color: white;   
}

th.Menu_ItemActive /* copied from 'td.Menu_ItemActive' in the upgrade to 5.0.0.0 */ { 
	background-color: white;   
} 
 
.Menu_Section_Body a, 
.Menu_Section_Body a:link,
.Menu_Section_Body a:visited  { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	display: block;
	padding: 2px 8px 2px 8px;
} 
  
.Menu_Section_Body a:hover { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	background-color: white;	 
	white-space: nowrap; 
	margin: 0px; 
	background-position: left; 
} 

.Menu_Expanded,
.Menu_Expanded a,
.Menu_Expanded a:link,
.Menu_Expanded a:visited,
.Menu_Expanded a:hover {
	background-color: white; 
	display: block;
}

.Menu_Entries {
	z-index: 10;
	_border: solid 1px #cccccc;
	_margin-top: -1px;
	width: 100%;
	height: 100%;	
}

.Menu_Entries > table {
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;	
}

.Menu_Entries td { 
	_padding: 0px;
	font-size: 12px; 
	text-align: left; 
	text-decoration: none; 
	background-color: #fdfdfd; 
	white-space: nowrap; 
	z-index: 10; 
}

.Menu_Entries th /* copied from '.Menu_Entries td' in the upgrade to 5.0.0.0 */ { 
	_padding: 0px;
	font-size: 12px; 
	text-align: left; 
	text-decoration: none; 
	background-color: #fdfdfd; 
	white-space: nowrap; 
	z-index: 10; 
} 
 
.Menu_Entries a, 
.Menu_Entries a:link,
.Menu_Entries a:visited,
.Menu_Entry a, 
.Menu_Entry a:link,
.Menu_Entry a:visited,
.Menu_Entry_Active a, 
.Menu_Entry_Active a:link,
.Menu_Entry_Active a:visited,
.Menu_Entries td p { 
	text-decoration: none; 
	padding: 2px 8px 3px 8px;
	display: block; 
	_width: 100%;
	color: black;
	font-weight: normal;
}

.Menu_Entries th p /* copied from '.Menu_Entries td p' in the upgrade to 5.0.0.0 */ { 
	text-decoration: none; 
	padding: 2px 8px 3px 8px;
	display: block; 
	_width: 100%;
	color: black;
	font-weight: normal;
}

.Menu_Entries td .Paragraph /* copied from '.Menu_Entries td p' in the upgrade to 5.0.0.0 */ { 
	text-decoration: none; 
	padding: 2px 8px 3px 8px;
	display: block; 
	_width: 100%;
	color: black;
	font-weight: normal;
}

.Menu_Entries th .Paragraph /* copied from '.Menu_Entries td .Paragraph' in the upgrade to 5.0.0.0 */ { 
	text-decoration: none; 
	padding: 2px 8px 3px 8px;
	display: block; 
	_width: 100%;
	color: black;
	font-weight: normal;
} 
 
.Menu_Entries a:hover,
.Menu_Entry a:hover,
.Menu_Entry_Active a:hover { 
	_padding: 2px 8px 3px 8px;
	background-color: #efefef;	 
	display: block; 
	_width: 100%;
	text-decoration: none;
} 

.Menu_Entry, .Menu_Entry_Active {
	padding: 0px;
}

.Menu_Entry_Active a, 
.Menu_Entry_Active a:link,
.Menu_Entry_Active a:visited {
  font-weight: bold;
  background-color: #dddddd;
}

.Sidebar img[src*="TopCorner.gif"] {
	display: none;
	margin: 0px 2px;
}

.Menu_Container {
   vertical-align: top;
	padding-right: 5px;
	padding-left : 5px;
	background-color: transparent;
}

.GreyStyle {
  display: none;
}
.TopMenu {
	font-size: 1em; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF url('/EnterpriseManagerExt/img/BkgMenuNormal.gif') repeat-x;
	display: table-cell;
	*display: block;  /* --Inserted in the upgrade to 7.9.0.3-- */
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	width: 1px;
	white-space: nowrap
}
.TopMenu a, 
.TopMenu a:link,
.TopMenu a:visited,
.TopMenu a:hover { 
	font-size: 1em; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF url('/EnterpriseManagerExt/img/BkgMenuNormal.gif') repeat-x;
	display: table-cell;
	*display: block;  /* --Inserted in the upgrade to 7.9.0.3-- */
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	width: 1px;
	white-space: nowrap

}

.TopMenuSelected {
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: #FFFFFF url('/EnterpriseManagerExt/img/BkgMenuSelected.gif') repeat-x;
	display: table-cell;
	*display: block;  /* --Inserted in the upgrade to 7.9.0.3-- */
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	width: 1px;
	white-space: nowrap
}
.TopMenuSelected a, 
.TopMenuSelected a:link,
.TopMenuSelected a:visited,
.TopMenuSelected a:hover { 
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: #FFFFFF url('/EnterpriseManagerExt/img/BkgMenuSelected.gif') repeat-x;
	display: table-cell;
	*display: block;  /* --Inserted in the upgrade to 7.9.0.3-- */
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	width: 1px;
	white-space: nowrap

}

.Submenu_Links {
	margin-top: -5px;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.Submenu_Links a,
.Submenu_Links a:link,
.Submenu_Links a:visited {
	margin-top: -5px;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.Submenu_Links a:hover {
	margin-top: -5px;
	font-size: 11px;
	color: white;
	text-decoration: underline;
}

.Submenu_Links_Selected {
	margin-top: -5px;
	font-size: 11px;
	color: #FFA400;
	text-decoration: none;
}

.TableMoveUp {
	position: relative;
	top: -3px;
}
.Text_Big {
	font-size: 14px;
}

.Text_Red {
	color: red;
}

.Text_Blue {
	color: blue;
}


.Text_White {
	color: #ffffff;
	font-size:10pt;
		
}



.TableRecords_Header_Font {
	color: white;
	font-weight: bold;
}

.TableRecords_EvenLine_Grey {
	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;
	background: #FFFFFF url(/AoExterno/img/header.gif) repeat-x scroll 0 0;
	font-weight: bold;
	color: white;
}
/*--------Menu WebBlock End--------------------*/

/*-------- General Start --------------------*/

input[type=file] {
  text-align: left;
}

/*-------- General End --------------------*/

/*---------------------------------------------------------------*/
/*---------------- Styleguide Upgrader Styles End ---------------*/
/*---------------------------------------------------------------*/
.LegendFormat
{
   	font:7pt; 
  	font-family: Verdana, Arial; 
	color: #909090; 

}

.TableBorder
{
  border:#999999 1px solid;
}

.Heading2NoPadSmalltext
 {
	font:8pt;
 	font-weight:bold; 
  	font-family: Verdana, Arial; 
	color: #909090; 
	background-color : #E6E6FA;
	text-decoration:none; 
  	padding : 1px;
	border:#999999;
}

.Heading2NoPadSmallesttext
 {
	font:7pt;
 	font-weight:bold; 
  	font-family: Verdana, Arial; 
	color: #909090; 
	background-color : #E6E6FA;
	text-decoration:none; 
  	padding : 1px;
	border:#999999;
}

.Heading2NoPadSmallTableText
 {
	font:8pt;
 	font-weight:bold; 
  	font-family: Verdana, Arial; 
	color: #909090; 
	padding : 1px;
	border:#999999;
}

.tablealignleft
{
	align: left;
}



.TextCaption {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 10px 2px 0px;
}

.ColumnMediumText {
   background: #2B75BF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center; 
   color: #FFFFFF;
   font-size: 9px;
}

.VacationTitles {
   Color: #000066;
   font-size: 20px;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   padding-bottom: 4px;
}

.ColumnSmallText {
   background: #2B75BF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center; 
   color: #FFFFFF;
   font-size: 8px;
}

.landscape {
   size: landscape;
}





.bodyTrackIt {
	_min-height: 363px;
	background: #FFFFFF url("img/trackit_bg.jpg");
	background-repeat: no-repeat;
}


.BodyBg {
	padding: 0px 16px 14px 16px;
	min-height: 300px;
	_height: 300px;
	background: #FFFFFF url('/AoExterno/img/FadedTerreiro.png');
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: middle;

}


.BodyBgTrackIt {
	padding: 0px 16px 14px 16px;
	min-height: 300px;
	_height: 300px;
	background: #FFFFFF url('/img/pattern-01.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: middle;

}

.LoginHeader {
	background: #FFFFFF url('/AoExterno/img/header.gif') repeat-x;
	border:#999999 1px solid;
	color: white;
	font-weight: bold;
}
.LoginWrapper {
	background: #FFFFFF url('/AoExterno/img/Blue.gif') repeat-x;
	border:#999999 1px solid;
}
/* /--Inserted in the upgrade to 5.1.0.1--\ */

img {
    border-width: 0;
}

/* \--Inserted in the upgrade to 5.1.0.1--/ */
