/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

html, form {
	height: 100%;
	margin:0px; 
	padding:0px;
}

body {
	height: 100%;
	background-color: #EAEAEA;
}

body,
select,
textarea,
input,
td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body,
p {
	margin: 0px;
}

input {
	padding: 1px 0px 1px 0px;
}

input[type="text"][readonly]{
	background: #EAEAEA; 
}

input[type=radio],
input[type=checkbox] {
	margin: 0px;
	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 {
	color: #1F5BA4;
}

a:hover {
	color: #CC3300;
}

a[disabled="disabled"] {
	color: ButtonShadow;
}

img {
	vertical-align: text-bottom;
}


/*-----------------------------------------------------------------*/
/*----------------- 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;
	*/
	
	FONT-WEIGHT: bold; 
	width:80px;
	FONT-SIZE: 11px;
	COLOR: #ffffff; 
	FONT-STYLE: normal; 
	FONT-FAMILY: arial; 
	HEIGHT: 22px; 
	BACKGROUND-COLOR: #455B81; 
	border: #455B81 solid 1px;
	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;
}

.EditRecord_Caption {
	background-color:#D2DDE8; 
	border-bottom:#000000 solid 0px; 
	border-left: solid 0px #7E9EBE; 
	border-right: #000000 solid 0px;
	border-top : 0px solid #7E9EBE;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	padding-left:3px;
	height:15px;
	padding-top : 1px;
}

.EditRecord_Caption_Mandatory {
	background-color:#D2DDE8;
	border-bottom:#000000 solid 0px; 
	border-left: solid 0px #7E9EBE; 
	border-right: 2px solid #BF1601;
	border-top : 0px solid #7E9EBE;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	padding-left:3px;
	height:15px;
	padding-top : 1px;
}

.EditRecord_Value {
	FONT-SIZE: 11px; 
	HEIGHT: 20px; 
	BACKGROUND-COLOR: #F2F2F2;
}

.EditRecord_Buttons {
	text-align: left;
	padding-top: 8px;
	border-bottom: 2px solid #1E5AA3;
	padding-bottom: 3px;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.ShowRecord_Value {
	border-left: 3px solid white;
	padding: 5px;
	color: #444444;
	font-weight: normal;
	vertical-align: top;	
}

.TableRecords_Header {
	font-size: 12px;
	line-height: 17px;
	font-weight:bold; 
	background-color: #7e9ebe; 
	color : #ffffff;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	
}
.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;
}
.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
	color: white;
}
.TableRecords>tbody>tr:hover {
	background-color: #d8dee7;
	cursor: pointer; 
	cursor: hand;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
	font-size: 11px;
	line-height: 17px;
	font-weight:normal; 
	color : #000000;
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}



.TableRecords_SelectedLine {
 	background-color: #FFB700;
}

.TableRecords_OddLine a,
.TableRecords_EvenLine a{
		color : #000000;
		text-decoration: none;
}

.TableRecords_OddLine a:hover,
.TableRecords_EvenLine a:hover{
		color : #000000;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

input.Mandatory {

}

input.Not_Valid {
	border: 2px solid #BF1601;
	color: #BF1601;
}

select.Not_Valid {
 border: 2px solid #BF1601;
 color: #BF1601;
}

textarea.Not_Valid {
	border: 2px solid #BF1601;
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {

}

td.MandatoryCaption {
	border-right: 2px solid #BF1601;
}

span.ValidationMessage {
	color: white;
	font-size: 11px;
	padding: 6px;
	font-weight: bold;
	background: #BF1601;
	max-width: 50px;
	margin-left: 5px;
	z-index: auto;
}

span.ValidationIcon {
}

span.InputMandatorySymbol {
	position: absolute;
	content: '';
}

.Invisible {
	display: none;
}
.DeveloperComment {
	display: none;
	border-style: solid;
	border-color: Gray;
	border-width: 1px 2px 2px 1px;
	background-color: #FFFF99;
	font-size: 8pt;
	color: #666666;
	margin: 2px;
	padding: 4px;
	position: absolute;
	right: 10px;
	width:220px;
	visibility: hidden;
	top:-500px;
	text-align: left;
}

/*-----------------------------------------------------------------*/
/*----------------- 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: #7E9EBE;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
}

.Heading2 {
	color: #7E9EBE;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;	
}

.Heading3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	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;
}

.Text_Right { 
	text-align: right;
}


.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearBoth {
	clear: both;
}

/*--------General End--------------------------*/



/*--------StyleGuide General Start-------------*/

.Document {
	background-color: White;	
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 1px 1px 1px;
	height: 92%;
	width: 100%;
}
.DocumentPopup {
	background-color: White;	
	width: 100%;
	height: 100%;
	margin-top: 0px;
}
* html .Document {
	height: 90%;
}
.DocumentLogin {
	background-color: White;
	border: 1px solid #cccccc; 
	height: 90%;
	width: 96%;
	margin-top: 20px;
}

* html .DocumentLogin {
	height: 80%;
}
.Footer {
	width: 100%;
	margin: 0 auto;
}

.Footer td {
	color: #666666;
	font-size: 11px;
}

.Footer a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.BodyPopup {
	padding: 0px 16px 14px 16px;
	vertical-align:top;	
}

.Body {
	padding: 0px 16px 14px 16px;
	vertical-align:top;	
	height: 90%;
}
.BodyLogin {
	height: 100%;
}
.Body .Button {
	margin-top: 10px;
}

.Body td .Button {
	margin-top: 0px;
}

.Header {
	background:url(/Simuladores_Common/img/Header_Background.png) right top repeat-x;
	position: relative;
}

.Title {
	margin-top: 10px;
	margin-bottom: 5px;
}

.Title_Links {
	font-size: 11px;
	font-weight: bold;
	color:#495878;
}

.Title_Links a {
	text-decoration:none;
	color:#495878;
}

.Title_Links a:hover {
	text-decoration:underline;
	color:#495878;
}

.Title .Heading1 {
	padding-bottom: 0px;
	font-size: 16px;
}


.Title_Links td {
	font-size: 11px;
}

/*--------StyleGuide General End---------------*/



/*--------Header WebBlock Start----------------*/


.Header_Greetings {
	 background: url(/Cisn_Common/img/Header_Greetings.png) left bottom no-repeat;
	 _background-image:none;  /* IE6 */
	 _background-color:#B4D3E8;  /* IE6 */
	 _border:1px solid #CCCCCC;  /* IE6 */
	 font-size:11px;
	padding:4px 18px 6px 8px;
	position: absolute;
	right: 0px;
}

.Header_Title 
{
	color:#1B5D99;
	padding-bottom:5px;
	padding-left:5px;
	vertical-align:middle;
	height: 48px;
}


.Header_Title_NoMenu {
  border-bottom:5px solid #1E5AA3;
  padding-bottom:5px;
  padding-left:5px;
  padding-top:5px;
  vertical-align:middle;
  width:100%;
}

.Header_Title_Image {
	position:absolute;
	top:30px;
	right:0px;
	padding-right:18px;
}

.Header_Title_SelectedCompany {
	color:#828282;
	font-weight:bold;
	top:100px;
	position:absolute;
	right:0px;
	padding-right:18px;
}

.Header_Title_Company {
	color:#1B5D99;
	font-size:14px;
	font-weight:bolder;
	margin-left:5px;
	vertical-align:middle;
}

.Header_Title_Application {
	color:#FFB700;
	font-size:18px;
	font-weight:bolder;
	margin-left:5px;
	vertical-align:middle;
}

.Header_Title a,
.Header_Title a:link,
.Header_Title a:visited,
.Header_Title a:hover {
	text-decoration: none;
	color: #1E5AA3;
}

/*--------Header WebBlock End------------------*/



/*--------Menu WebBlock Start------------------*/

.Menu {
}


.Menu_Items { 
	margin-left: 10px;
	*height:15px;
	_border-left: 1px solid #cccccc;  /* IE6 */
} 

.Menu_Item { 
	display: -moz-inline-box; /*FF2*/
	display: inline-block;
	*float: left;
	/*background-color: #EAEAEA;*/
	background-color: #D1E4F1;
	white-space: nowrap; 
	font-size: 11px;
	margin-left: -1px;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	
} 

.Menu_Item_Link { 
	display: -moz-inline-box; /*FF2*/
	display: inline-block;
	*float: left;
	/*background-color: #EAEAEA;*/
	background-color: #D1E4F1;
	white-space: nowrap; 
	font-size: 11px;
	margin-left: -1px;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	color: #013A7B;
} 

.Menu_Item A:link ,
.Menu_Item A:visited,
.Menu_Item A {
	color: #013A7B; 
	text-decoration: none; 
}

.Menu_ItemActive {
	/*background-color: #8F8F8F;*/
	background-color: #D1E4F1;
}

.Menu_ItemActive a, 
.Menu_ItemActive a:link,
.Menu_ItemActive a:visited {
	color: #013A7B;
	font-weight: bold;
}

.Menu_MainBar {
	background: #002369 url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
	_background: #304C85;  /* IE6 */
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	color: #FFFFFF;
	height: 31px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}


.Menu_SubItems {
	background: #002369 url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
	_background: #304C85;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	color: #FFFFFF;
	height: 18px;
	padding: 3px 0px 2px 15px;
	vertical-align: middle;
}
.Menu_SubItemsLogin {
	background-color: #1E5AA3;
	color: White;
	height: 2px;
	padding: 3px 0px 2px 15px;
	vertical-align: middle;
}
.Menu_SubItems a,
.Menu_SubItems a:link,
.Menu_SubItems a:visited  {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
}

.Menu_SubItems a:hover {
	text-decoration: underline;
}

.Menu_SubItemActive {
	font-weight: bold;
}


/*--------Menu WebBlock End--------------------*/


/*--------Home_Page WebBlock Start--------------------*/

.HomePage_Titulo {
	BORDER-TOP:0px #ffffff SOLID;
	BORDER-BOTTOM: 0px SOLID #ffffff;
	HEIGHT: 20px;
	BACKGROUND-COLOR:#ffffff; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR: #7e9ebe ; 
	FONT-FAMILY: "Arial";
}

.HomePage_Titulo2 {
	font-size: 13px;
	font-weight: bold;
	COLOR: #495878; 
	text-decoration : underline;
}


.HomePage_Tabela {
	BORDER-RIGHT: 0px #CCCCCC solid; 
	BORDER-TOP: 0px #CCCCCC solid; 
	BORDER-LEFT: 0px #CCCCCC solid; 
	BORDER-BOTTOM: 0px #CCCCCC solid; 
	BACKGROUND-COLOR: #e2eaf1;
}

.HomePage_Label {
	color: #013A7B; 
}

.HomePage_Tabela2 {
	BORDER-RIGHT: 1px #ffffff solid; 
	BORDER-TOP: 1px #ffffff solid; 
	BORDER-LEFT: 1px #ffffff solid; 
	BORDER-BOTTOM: 1px #ffffff solid; 
	BACKGROUND-COLOR: #E2EAF1;
}

.HomePage_Comentario {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: arial;
}


/*--------Home_Page WebBlock End----------------------*/


/*--------ShowRecord Pattern Start-------------*/

.ShowRecord_Wrapper {
	margin-bottom: 8px;
}

.ShowRecord_LastModified {
	padding-top: 2px;
	color: #888888;
	font-size: 9px;	
	font-style: italic;
}

/*--------ShowRecord Pattern End---------------*/



/*--------EditRecord Pattern Start-------------*/

.EditRecord_Wrapper {
	margin-bottom: 8px;
	padding: 8px;
}

.EditRecordWithTitles_Wrapper {
	float: left;
	margin-bottom: 8px;
}

.EditRecord_SectionTitle {
	color: #495878;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #495878;;
	text-align: left;
}

.EditRecord_SubSectionTitle {
	color: #495878;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #495878;;
	text-align: left;
	background-color: #F2F2F2
}

/*--------EditRecord Pattern End---------------*/



/*--------TableRecords Pattern Start-----------*/

.TableRecords_Wrapper {
}
.TableRecords_Wrapper .Button {
	font-size: 10px;
	margin-top: 0px;
}

.TableRecordsWithFilters_Wrapper {
}

.Filters_Wrapper {
 /*background: #dddddd url(/Simuladores_Common/img/Filter_Gradient.gif) repeat-x top;*/
 padding-bottom: 4px;
}

.TableRecords_Frame {
	border-top: 1px solid white;
	background: #F2F2F2;
	width: 100%;
}

div.TableRecords_Frame>table>tbody>tr:hover {

}

.TableRecords_Actions,
.TableRecords_Footer {
	font-size: 11px;
	vertical-align: middle;
	float: left;
	font-weight: bold;
	padding: 1px;
}

div.TableRecords_Actions div.BulkSelect_Wrapper, 
div.TableRecords_Footer div.BulkSelect_Wrapper {
	float: left;
	padding: 0px;
}

.TableRecords_TopNavigation {
	padding: 0px;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;  /* IE6 */
	display: block;
	*display: inline-block;
}

.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_BottomNavigation {
	padding-top: 2px;
	border-top: 1px solid #1E5AA3;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;  /* IE6 */
	display: block;
	*display: inline-block;	
	margin-right:1px;
}

.TableRecords_BottomNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Filters {	
	white-space: nowrap;
}
.Filters td {	
	padding: 2px 0px 2px 4px;
	vertical-align: middle;
}

.Filters td img {
	vertical-align: middle;
}

.Filters td .Button {
	font-size: 12px;
}

.Filters_More_Container {	
	border-top:solid 1px white;	
	background-color: #F2F2F2;
	padding-bottom:2px;
}

.Filters_Container {	
	background-color: #E2EAF1;
}

.PopUpFilters_Wrapper {
 background-color: #E2EAF1;
 padding-top: 4px;
 margin-top:4px;
}



/*--------TableRecords Pattern End-------------*/



/*--------Login Pattern Start------------------*/

.Login_Wrapper {
	margin-top: 50px;
	margin-bottom: 8px;
	clear: both;
}

.Login_OuterFrame {	
	float: right;
	width: 222px;
	padding: 1px;
	border: 1px solid #cce6ff;
	margin-left: 30px;
}

.Login_InnerFrame2 {
	background-color: #cce6ff;
	padding: 20px;
	height: 120px;
}

.Login_InnerFrame2 p2 {
	margin-bottom: 5px;
	width: 150px;
}
.Login_InnerFrame {
	background-color: #cce6ff;
	padding: 10px;
	height: 120px;
}

.Login_InnerFrame p {
	margin-bottom: 5px;
	width: 200px;
}
.Login_Caption {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	_padding: 0px;  /* IE6 */
}

.Login_Value {
	padding: 2px 0px 2px 0px;
}

.Login_RememberValue {
	text-align: left;
}

/*--------Login Pattern End--------------------*/

/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- RichWidgets 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                      */
/*-------------------------------------------------------*/

/*-------Feedback_AjaxWait Web Block Start----------*/

div.Feedback_AjaxWait {
	color: white;
	font-size: 11px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: url(/RichWidgets/img/Feedback_AjaxWait_Background.png) no-repeat right top;
	padding: 3px 13px 1px 1px;
	z-index: 10000;
	_background: inherit;/* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Feedback_AjaxWait_Background.png', sizingMethod='scale');  /* IE6 */
	_position:absolute; /* IE6 */
  _top: expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) ); /* IE6 */
}

/*-------Feedback_AjaxWait Web Block End----------*/

/*-------List_Counter Web Block Start----------*/
div.Counter_Message {
	color: #888888;
	font-size: 11px;
	float: right;
}
/*-------List_Counter Web Block End----------*/


/*------- Feedback_Message Pattern Web Block Start ----*/
div.Feedback_Message_Wrapper {
	position: fixed;
	top: -200px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 24px;
	_position:absolute; /* IE6 */
   _top: expression( (document.documentElement.scrollTop - 2) + 'px' ); /* IE6 */
	z-index: 10000;
}

div.Feedback_Message_Wrapper img {
	vertical-align: middle;
	padding: 2px;
}

a.Feedback_Message_Wrapper_Close{
	position:absolute;
	top: 0px;
}

div.Feedback_Message_Error {
	background-color: #BF1601;
	border: none; 
	color: white; 
	display: -moz-inline-box;/*FF2*/
   display:inline-block;
   *display:inline;/*IE6*/
  	padding: 5px 18px 5px 5px;
	max-width:800px;
	text-align:left;

}

div.Feedback_Message_Warning {
	background-color: #E88310; 
	border: none; 
	color: white; 
	display: -moz-inline-box;/*FF2*/
   display:inline-block;
   *display:inline;/*IE6*/
  	padding: 5px 18px 5px 5px;
	max-width:800px;
	text-align:left;

}

div.Feedback_Message_Success {
	background-color: #76B501; 
	border: none; 
	color: white; 
	display: -moz-inline-box;/*FF2*/
   display:inline-block;
   *display:inline;/*IE6*/
  	padding: 5px 18px 5px 5px;
	max-width:800px;
	text-align:left;

}

div.Feedback_Message_Info {
	background-color: #166BA5; 
	border: none; 
	color: white; 
	display: -moz-inline-box;/*FF2*/
   display:inline-block;
   *display:inline;/*IE6*/
  	padding: 5px 18px 5px 5px;
	max-width:800px;
	text-align:left;

}
/*------- Feedback_Message Pattern Web Block End ------*/

/*------- List_Navigation 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;
}

/*------- List_Navigation Web Block End ----------------*/



/*------- List_BulkSelect 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;
}

/*------- List_BulkSelect Web Block End -----------*/

/*------- Popup Web Block Start ------------*/

div.PopupCallOut{
position: absolute;
display: none;
z-index: 4001;
}
div.Popup .ui-dialog,
div.Popup.ui-dialog {
	background-color: white;
	border:1px solid #666666;
}

div.Popup .ui-dialog .ui-dialog-titlebar,
div.Popup.ui-dialog .ui-dialog-titlebar {
	border-bottom: 0px solid #d8d2aa;
	background: #7e9ebe url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
	_background:#7e9ebe;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	padding: 0px;
	height: 28px;
}

div.Popup .ui-dialog.ui-draggable .ui-dialog-titlebar,
div.Popup.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

div.Popup .ui-dialog .ui-dialog-titlebar-close-hover,
div.Popup.ui-dialog .ui-dialog-titlebar-close-hover,
div.Popup .ui-dialog .ui-dialog-titlebar-close,
div.Popup.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(/RichWidgets/img/Popup_titlebar_close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
}


div.Popup .ui-dialog .ui-dialog-titlebar-close span,
div.Popup.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}


div.Popup .ui-dialog .ui-dialog-title,
div.Popup.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

div.Popup .ui-dialog .ui-dialog-content,
div.Popup.ui-dialog .ui-dialog-content {
	margin: 0px;
}

div.Popup .ui-dialog .ui-dialog-buttonpane,
div.Popup.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

div.PopUup .ui-dialog .ui-dialog-buttonpane button,
div.Popup.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
div.Popup .ui-dialog .ui-resizable-n,
div.Popup.ui-dialog .ui-resizable-n { cursor: n-resize; height: 2px; width: 100%; top: 0px; left: 0px;}

div.Popup .ui-dialog .ui-resizable-s,
div.Popup.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px;}

div.Popup .ui-dialog .ui-resizable-e,
div.Popup.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%;}

div.Popup .ui-dialog .ui-resizable-w,
div.Popup.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%;}

div.Popup .ui-dialog .ui-resizable-se,
div.Popup.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px;}

div.Popup .ui-dialog .ui-resizable-sw,
div.Popup.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px;}

div.Popup .ui-dialog .ui-resizable-nw,
div.Popup.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px;}

div.Popup .ui-dialog .ui-resizable-ne,
div.Popup.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px;}

/*------- Popup 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: #666666;
}

div.calendar .button { 
	text-align: center; 
	padding: 2px;       
	font-weight: bold;
	color: black;
	background-color: #EAEAEA;
	border: 1px solid #EAEAEA;
}

div.calendar thead .button.notclose { 
	border-top: 1px solid #EAEAEA;
}

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: #EAEAEA;
}

div.calendar thead .name { 
	padding: 2px;
	text-align: center;
	color: white;
	background-color: #666666;
	border-bottom: 1px solid #666666;
}

div.calendar thead .weekend { 
	color: #a0a0a0;
}

div.calendar thead .hilite { 
	background-color: white;
	border: 1px solid #666666;
        color:#666666;
}

div.calendar thead .button.notclose.hilite { 
	border-top: 1px solid #666666;
}

div.calendar thead .day.hilite { 
	padding: 1px 1px 2px 1px;
}

div.calendar thead .active { 
	background-color: #333333;
	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: #333333;
}

div.calendar tbody .rowhilite td.hilite.day.othermonth {
	background-color: white;
}

div.calendar tbody .rowhilite td.day.othermonth {
	background-color: #666666;
}

div.calendar table .wn {
	padding: 2px 4px 3px 3px;
	background-color: white;
	border: 1px solid white;
	border-right: 1px solid #666666;		
}

div.calendar .daynames .wn {
	border: 1px solid #EAEAEA;
	border-right: 1px solid #666666;		
	border-bottom: 1px solid #666666;
	background-color: #EAEAEA;	
}

div.calendar tbody .rowhilite td {
	background-color: #EAEAEA;
}

div.calendar tbody .rowhilite td.selected {
	background-color: #1E5AA3;
}

div.calendar tbody .rowhilite td.wn {
	background-color: white;	
	border: 1px solid #cccccc;
}
div.calendar tbody td.today {
	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 td.active { 
	padding: 2px 2px 0px 2px;
	background-color: #333333;
	color: white;
	font-weight: bold;
}

div.calendar tbody td.weekend { 
	color: #a0a0a0;
}

div.calendar tbody td.selected {
	border: 1px solid #cccccc;
	padding: 1px 3px 1px 1px;
	background-color: #1E5AA3;
	color: white;
	font-weight: bold;
}

div.calendar tbody td.selected.hilite {
	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 #666666;		
}

div.calendar tfoot .hilite { 
	background-color: white;
	border: 1px solid #666666;
	color: black;
	padding: 1px;
}

div.calendar tfoot .active { 
	background-color: #333333;
	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: #666666;
	color: black;
}

div.calendar .combo .active {
	background-color: #666666;
	color: black;
	font-weight: bold;
}

div.calendar td.time {
	padding: 1px 0px;
	text-align: center;
	background-color: #EAEAEA;
	color: black;
	border-top: 1px solid #666666;
}

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: #EAEAEA;
	border: 1px solid #EAEAEA;
	color: black;
}

div.calendar td.time .hour,
div.calendar td.time .minute {
	font-family: monospace;
}

div.calendar td.time .ampm {
	text-align: center;
}

div.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

div.calendar td.time span.hilite {
	background-color: white;
	border: 1px solid #666666;
	color: black;
}

div.calendar td.time span.active {
	background-color: #333333;
	color: white;
}

div.calendar td.special {
	background-color: #efefef;
	border: 1px solid #cccccc;
}

div.calendar tbody td.hilite.special {
	background-color: white;
	padding: 2px 4px 2px 2px;
}

div.calendar .rowhilite td.special {
	background-color: #efefef;
}


/*------- Calendar Web Block End --------------*/


/*-----------------------------------------------------------------*/
/*----------------- RichWidgets eSpace Styles End ---------------*/
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*----------------- Specific eSpace Styles Start ---------------*/
/*-----------------------------------------------------------------*/


/*------- Channel Integration styles --------------*/

.Body_Integration {
	padding: 0px 0px 0px 0px;
	vertical-align:top;	
	height: 1024px;
}

.Body_IntegrationFrame {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

.Body_Integration_BigContainer {
	height: 100%;
	width: 81%;
	float:left;
	background-color: #FFFFFF;
}


.Body_Integration_SmallContainer {
	float:right;
	height: 100%;
	width: 19%;
	background-color: #FFFFFF;
}

/*------- Channel Integration styles End --------------*/

/*------- Tabs Integration styles --------------*/

.Tabs { 
	background: url(/Simuladores_Common/img/tab_BK.gif) repeat-x top left;
	height: 26px;
}

.Tabs ul {
	margin: 0;
	padding: 0;
}

.Tabs ul li {
	list-style: none;
	float:left;
	height: 26px;
	background: url(/Simuladores_Common/img/tab_BKN.gif) repeat-x;
}

.Tabs ul li a {
	/*padding: 0 2px;*/
	padding: 0px;
	line-height: 2.3em;
	/*IE*/	
	line-height: 26px !ie; 
}

.TabSelected, /* required for Service Studio */
.Tabs ul li .TabSelected {
	padding: 6px 2px;
	line-height: 2.3em;
	background: url(/Simuladores_Common/img/tab_BKS.gif) repeat-x;
	font-weight: bold;
	/*IE*/	
	line-height: 26px !ie; 
	color: #343F6B;
}

.TabDisabled, /* required for Service Studio */
.Tabs ul li .TabDisabled {
	padding: 0 2px;
	line-height: 2.3em;
	/*IE*/	
	line-height: 26px !ie; 
}

.Tabs a,
.Tabs a:link,
.Tabs a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

.Tabs a:hover {
	color: #343F6B;
}

.TabContent {
	margin-bottom: 30px;
	padding-left: 14px;
}

.TabNavigation {
	height: 26px;
	background: #E5E5E5 url(/Simuladores_Common/img/corner_greyBar.gif) top left no-repeat;
	margin-bottom: 30px;
	clear: both;
}


.TabContainer {

	border-right: 1px solid #D4D3D3;
	border-left: 1px solid #D4D3D3;
	border-bottom: 1px solid #D4D3D3;
	margin-bottom: 30px;
	
}

.TabContainer_Inside {

	padding: 10px;
}

/*------- WizardBar styles --------------*/

.WizardBar { 
	height: 25px;
	text-align: right;
	width: 1%;
	white-space: nowrap;
}

.WizardBar_Item {
	color: #999;	
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	white-space: nowrap;
}

.WizardBar_ItemSelected {
	color: #343F6B;	
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	white-space: nowrap;
}

.WizardBar_ItemDisabled {
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	white-space: nowrap;
}

.WizardBar_Item a,
.WizardBar_Item a:link,
.WizardBar_Item a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	white-space: nowrap;
}

.WizardBar_ItemSelected a,
.WizardBar_ItemSelected a:link,
.WizardBar_ItemSelected a:visited {
	color: #343F6B;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	white-space: nowrap;
}

.WizardBar a:hover {
	color: #343F6B;
	white-space: nowrap;
}

/*------- Channel Integration styles End --------------*/


.Help_Text{
	color:#666666;
	font-size:11px;
	font-weight:normal;
}

.BusinessResume_Wrapper {
	background-color:#F2F2F2;
	border:1px solid #D4D3D3;
	margin-bottom:8px;
	padding-bottom:8px;
	padding-top:8px;
}

.BusinessResume_value {
	FONT-SIZE: 11px; 
	HEIGHT: 20px; 
	BACKGROUND-COLOR: #F2F2F2;
}

.BusinessResume_caption {
	font-size:11px;
	font-weight:bold;
	height:20px;
	padding:0 11px;
	color: #343F6B;
	white-space:nowrap;
}


.highlight {
	BACKGROUND-COLOR: #ffb700;
}


.expression_format {
	color: #404040;
	/*BACKGROUND-COLOR: #F2F2F2;*/
	BACKGROUND-COLOR: #FFFFFF;
	font-size:20px;
	font-weight: bold;
	FONT-STYLE: normal;
	FONT-FAMILY: Algerian;
}

.Header_Title_Application_External {
	color:#1B5D99;
	font-size:14px;
	font-weight:bolder;
	margin-left:5px;
	vertical-align:middle;
}


.background_color_White
{
 background-color: #FFFFFF;
}

.style_comment{
	color: #BF1601;
	font-size:12px;
	FONT-STYLE: normal;
}

/*-----------------------------------------------------------------*/
/*----------------- Specific eSpace Styles End ---------------*/
/*-----------------------------------------------------------------*/

/*--------IB--------------------*/
.Menu_SubItems_IB {
	background: #880021 url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
	_background: #880021;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	color: #FFFFFF;
	height: 18px;
	padding: 3px 0px 2px 15px;
	vertical-align: middle;
}

.Menu_SubItemsLogin_IB {
	background-color: #FFFFFF;
	color: White;
	height: 2px;
	padding: 3px 0px 2px 15px;
	vertical-align: middle;
}

.Menu_SubItems_IB a,
.Menu_SubItems_IB a:link,
.Menu_SubItems_IB a:visited  {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
}

.Menu_SubItems_IB a:hover {
	/*text-decoration: underline;*/
	font-weight: bold;
}

.Menu_SubItem_IB_Active {
	font-weight: bold;
}
/*--------IB--------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.sf-menu {
line-height:1;
}
.sf-menu ul {
position:absolute;
top:-999em;
width:10em;
}
.sf-menu ul li {
width:100%;
}
.sf-menu li:hover {
visibility:inherit;
}
.sf-menu li {
float:left;
position:relative;
}
.sf-menu a {
display:block;
position:relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left:0;
top:2.5em;
z-index:99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left:10em;
top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left:10em;
top:0;
}
.sf-menu {
margin-bottom:1em;
}
.sf-menu a {
border-left:1px solid #FFFFFF;
border-top:0 solid #CFDEFF;
padding:0.75em 1em;
text-decoration:none;
}
.sf-menu a, .sf-menu a:visited {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
.sf-menu li {
background:#002369 url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
_background: #304C85;
}
.sf-menu li li {
background:#39548B;
border-bottom:0.5px solid #EAEAEA;
}
.sf-menu li li li {
background:#BDD2FF none repeat scroll 0 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:#6479A4 url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
_background: #6479A4;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
.sf-menu a.sf-with-ul {
min-width:1px;
padding-right:2.25em;
}
.sf-sub-indicator {
background:transparent url(/Cisn_Common/img/arrows_ffffff.png) no-repeat scroll -10px -100px;
display:block;
height:10px;
overflow:hidden;
position:absolute;
right:0.75em;
text-indent:-999em;
top:1.05em;
width:10px;
}
a > .sf-sub-indicator {
background-position:0 -100px;
top:0.8em;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
background-position:-10px -100px;
}
.sf-menu ul .sf-sub-indicator {
background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
background-position:0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}
.sf-shadow ul {
-moz-border-radius-bottomleft:17px;
-moz-border-radius-topright:17px;
background:transparent url(/Cisn_Common/img/shadow.png) no-repeat scroll right bottom;
padding:0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
background:transparent none repeat scroll 0 0;
}
/*------- Input Suggest Web Block End ---------*/

/*------- Tooltip Web Block Start ---------*/


div.Widget_Tooltip {
	position: absolute;
	z-index: 5000;
	border: 1px solid #888888;
	background-color: #FFFCA9;
	color: #555555;
	padding: 8px;
	max-width: 400px;
	_width: expression(this.clientWidth>400?"400px":"auto");
}

/*------- Tooltip Web Block End ---------*/

/*------- Help_Screen Web Block Start ---------*/

div.Help_Screen {
	cursor:default;
	width:120px;
	float:right;
	text-align:right;
}
div.Help_Context {
	display:inline;
}


div.Help_Context:hover img,
div.Help_Screen:hover img {
	opacity:1;
	filter:none;
}

div.Help_Context img,
div.Help_Screen img {
	opacity:0.70;
	filter:alpha(opacity=70);
	_filter:none; /* IE6 */
}

/*------- Popup_HelpScreen Web Block eND ---------*/
