/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

body, form {
  	margin: 0px;
	padding: 0px;
	background-color:#f5fdcb;
	min-height: 100%;
	_height: 100%;
	vertical-align: center;
}
html {
  	margin: 0px;
	padding: 0px;
}


body,
select,
textarea,
input,
td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

p {
	margin: 0px;
}

input {
	padding: 1px 0px 1px 0px;
}

input[disabled=true],
input[disabled=disabled] {
	background: ButtonFace;
	cursor: text;
}
Input[disabled][type="submit"] { 
	color:gray; 
}

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 {
	color: #000000;
}
a:hover {
	color: #8DC73F;
}

a[disabled=true] {
	color: ButtonShadow;
}

img {
	border-style:none;
}
/*-----------------------------------------------------------------*/
/*----------------- 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-size: 8pt;
}

.Button[disabled=true],
.Button[disabled=disabled] {
	padding: 1px 12px 2px 10px;
	color: ButtonShadow;
	cursor: text;
}

td .Button {
	font-size: 8pt;
}

.EditRecord_Caption {
	color: #444444;
	font-size: 11px;
	white-space: nowrap;
	border-bottom: 1px solid #9bc804;
	padding: 8px 10px 2px 0px;
}
.EditRecord_Value {
	color:#444444;
	font-weight:normal;
	padding:1px 0px 1px 1px;
}
.EditRecord_Button {
	font-weight:normal;
	padding:6px 0px 1px 1px;
	vertical-align:top;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	white-space: nowrap;
	border-bottom: 1px solid #9bc804;
	padding: 3px 10px 2px 0px;
}
.ShowRecord_Value {
	color: #404040;
	font-weight: bold;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
}
.TableOptions,
.TableOptions a,
.TableOptions a:link,
.TableOptions a:hover,
.TableOptions a:visited{
	font-size: 11px;
	vertical-align: middle;
}
.TableRecords_Header {
	color: white;
	background-color: #9bc804;
	white-space: nowrap;
	line-height: 16px;
	padding: 3px 6px 3px 6px;
}

.TableRecords_HeaderWrap {
	color: white;
	background-color: #52a6fd;	
	line-height: 16px;
	padding: 3px 6px 3px 6px;
	background-image: url(/Livro/img/tableheader.png);
	background-repeat: repeat-x;
}

.TableRecords_HeaderWrapComparisson {
	color: white;
	background-color: #52a6fd;	
	line-height: 16px;
	padding: 3px 6px 3px 6px;
	background-image: url(/Livro/img/tableheader.png);
	background-repeat: repeat-x;
}

.TableRecords_HeaderLastCol {
	color: white;
	background-color: #52a6fd;	
	line-height: 16px;
	padding: 3px 6px 3px 6px;
	background-image: url(/Livro/img/tableheader.png);
	background-repeat: repeat-x;
}

.TableRecords_Header a,
.TableRecords_Header a:hover,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
	color: white;
}

.TableRecords_OddLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #DEDEDE;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #efefef;
}

.TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #DEDEDE;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #efefef;
        background: #f6f6f6;
	background-image:url(/Livro/img/filter_evenline.gif);
}

.TableRecords_WarningLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #DEDEDE;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #efefef;
        background: #f6f6f6;
	background-image:url(/Livro/img/filter_warningline.gif);
}

.TableRecords_AlertLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #DEDEDE;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #efefef;
        background: #f6f6f6;
	background-image:url(/Livro/img/filter_alertline.gif);
}

.TableRecords_LineSelected{
	background-color:#FBEDBB;
}


.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

/*--------TableRecords Pattern Start-----------*/

.TableRecords_FilterArea {	
	background-color: #A4D1FF;	 
	width: 100%; 
}

.TableRecords_FilterCaption {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right; 
}

.TableRecords_FilterValue {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 8px;
	white-space: nowrap;
	vertical-align: middle;
}

.TableRecords_FilterValue IMG {
	vertical-align: middle;
}

.TableRecords_FilterButtonsArea {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 8px;
	white-space: nowrap;
}

.TableRecords_FilterButtonsArea .Button {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 4px;
	padding: 0px 3px 0px 3px;	
}

.TableRecords_FilterAreaRightmostColumn {
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	text-align: right;
	width: 100%;
	white-space: nowrap;
}

.TableRecords_ExpandableFilterArea { 
	margin: 0px; 
	padding: 0px; 
} 
 
.TableRecords_TableRecords_Container {
	border-top: 1px solid white;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	width: 100%;
}

.TableRecords_TableRecords_Container .Button {
	Background: #EFEFEF;
	border: 1px solid #CFCFCF;
	border-top-color: #FAFAFA;
	border-left-color: #FAFAFA;
	font-size: 12px;
}

.TableRecords_TableRecordsArea_Container {
	padding: 0px;
	border: 0px;
}

.TableRecords_TableRecordsFooter_Container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	float: left;
	vertical-align: middle;
}

.TableRecords_NavigationTopArea_Container {
	font-size: 10px;
	text-align: right;
	padding: 5px 4px 5px 4px;
	background-color: #CCE6FF;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;
	display: inline-block;
}

.TableRecords_NavigationTopArea_Container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_NavigationBottomArea_Container {
	font-size: 10px;
	text-align: right;
	padding: 5px 4px 5px 4px;
	background-color: #CCE6FF;
	border-top: 3px solid #52A6FD;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;
	display: inline-block;
}

.TableRecords_NavigationBottomArea_Container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_NavigationAreaLink_Container {
	font-size: 11px;
	text-align: right;
	background-position: bottom;
	float: right;
	padding-left: 3px;
}

/*--------TableRecords Pattern End-------------*/



input.Mandatory {
}

input.Not_Valid {
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
	border-left: 3px solid #ffa85a;
}

td.MandatoryCaption {
}

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: #444444;
	font-size: 20px;
	padding-bottom: 4px;
	padding-top: 7px;
}

.Heading2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0.8em;	
}

.Heading3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;	
}

.Heading4 {
	color: #9bc804;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 5px;
}

.Text_Large {
	font-size: 15px;
}

.Text_Note {
	color: #888888;
	font-size: 11px;
}

.Text_Small {
	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_Strong {
	font-weight: bold;
}

/*--------General End--------------------------*/

/*--------StyleGuide General Start-------------*/

.Body {
	min-height: 450px;
	_height: 450px;
	margin-left:25px;
	margin-right:25px;
}

.Body .Button {
	margin-top: 10px;
}

.Body td .Button {
	margin-top: 0px;
}

.Header {
	/*background-image: url(/Livro/img/Header_Bg.png);
	background-repeat: no-repeat;*/
}
.Footer {
	clear: both;
	color: gray;
	font-size: 11px;
	margin-left: 25px;
	margin-right: 25px;
}
.Title {
	margin-top:25px;
	margin-bottom: 10px;
	width: 924px;
}
.Title_Links {
	margin-top: -3px;
	font-size: 11px;
}
.Title_Links td {
	font-size: 11px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.ClearBoth {
	clear: both;
}

/*--------StyleGuide General End---------------*/

/*--------Header WebBlock Start----------------*/

.Header_Banner {
	height: 250px;
	width: 990px;
	background: transparent url(/Livro/img/Header.gif);
	_overflow: hidden;
}

.Header_Greetings_Container {
	float:right;
	margin-top: 8px;
	margin-right:23px;
	vertical-align:top;
}

.Header_Greetings, .Header_Greetings a, .Header_Greetings a:visited {
	color:#F5FDCB;
	text-decoration: none;
}

.Header_Greetings a:hover {
	color:#F5FDCB;
	text-decoration: underline;
}

.Header_Title {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 14px;
	color: #6b6b6b;
}

/*--------Header WebBlock End------------------*/



/*--------Menu WebBlock Start------------------*/

.Menu_Container {
	/*margin-top: -22px;
	position: absolute;
	width: 990px;
	float: left;
	text-align:center;
	overflow: hidden;*/
/*	vertical-align: center;
	margin: auto;*/
}

.Menu_Out {
/*	position:absolute;
	width:990px;
	float: left;*/
	margin-top:-67px;
	overflow:hidden;
	padding-left:175px;
}

.MenuEntrySeparator_Container {
	/*background-image: url(/Cursos/img/MenuSlice.jpg);*/
	color: #f5fdcb;
}

.MenuEntry_Container_UnSelected, .MenuEntry_Container_UnSelected a, .MenuEntry_Container_UnSelected a:visited, .MenuEntry_Container_UnSelected a:hover{
	white-space: nowrap;
	font-family:  Arial, Trebuchet MS, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.MenuEntry_Container_Selected, .MenuEntry_Container_Selected a, .MenuEntry_Container_Selected a:visited, .MenuEntry_Container_Selected a:hover{
	white-space: nowrap;
	font-family:  Arial, Trebuchet MS, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	font-weight: bolder;
}


.Menu_Items { 
	left:15px;
	position:relative;
	height:34px;
/*		top:-21px;
	height:21px;*/
} 
.Menu_Items td, td.Menu_Item { 
	white-space: nowrap; 
	margin: 0px;
	font-size: 12px;
	text-decoration: none; 
	border:1px solid #CCC;
	background: #9E9692 url(/Livro/img/Menu_Item_Bg.png) repeat-x; 
} 
td.Menu_ItemActive { 
	background-color:#FFF;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #FFF;
	background: none;
} 
.Menu_Items a, 
.Menu_Items a:link,
.Menu_Items a:visited,
.Menu_Items a:hover
 {  
	color: #FFF; 
	text-decoration: none; 
	display: block;
	padding: 2px 8px 2px 8px;
	display: block;
	_width: 100%;
}
.Menu_Items a:hover { 
	color: #800020; 
}
td.Menu_ItemActive a, 
td.Menu_ItemActive a:link,
td.Menu_ItemActive a:visited {
	color: #888;
}
.Menu_SubItems {
	padding-left: 10px;
	z-index: 10;
	line-height: 18px;
	background: #FFF url(/Livro/img/Menu_SubItems_Bg.png) repeat-x; 
	margin:-22px 4px 0px 15px;
	color: #888;
	border-left: 1px solid #ccc;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.Menu_SubItems a, 
.Menu_SubItems a:link,
.Menu_SubItems a:visited { 
	text-decoration: none;
	color: #888;
	font-size: 11px;
} 
.Menu_SubItems a:hover { 
	text-decoration: none;
	color: #800020;
} 
 
.Menu_ExtraItems {
	float: left;
	position: relative;
	z-index: 1;
}

/*--------Menu WebBlock End--------------------*/

/*--------ShowRecord Pattern Start-------------*/

.ShowRecord_Wrapper {
	margin-bottom: 8px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}

/*--------ShowRecord Pattern End---------------*/



/*--------EditRecord Pattern Start-------------*/

.EditRecord_Wrapper {
	margin-bottom: 8px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}

.EditRecordWithTitles_Wrapper {
	float: left;
	margin-bottom: 8px;
	width: 100%;
}

.EditRecord_SectionTitle {
	color: #567FFD;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #567FFD;
}

/*--------EditRecord Pattern End---------------*/


/*--------Login Pattern Start------------------*/

.Login_Wrapper {
	background: url(/Livro/img/background.png);
	background-repeat: repeat-x;	
	vertical-align: center;
	margin-top:5px;
}
.Login_Wrapper .Heading3 {
	color:#444444;
	font-size:18px;
	line-height:23px;    /*To support 800x600 the line height was changed. line-height:40px*/
}

.Login_ApplyNow {
	color:#444444;
}

.Login_OuterFrame {	
	float: right;
	width: 100%; /*250px;*/
	padding: 1px;
	border: 1px solid #cce6ff;
/*	margin-left: 30px;*/
}
.Login_InnerFrame {
	background-color: #cce6ff;
	padding: 10px;
}

.Login_InnerFrame p {
	margin-bottom: 5px;
	width: 200px;
}

.Login_Caption {
	font-size: 11px;
	padding: 3px;
}

.Login_Value {
	padding: 2px 0px 2px 0px;
}

.Login_RememberValue {
	text-align: right;
	padding: 3px 3px 0px 0px;
}



.TopBox{
	background: url(/Livro/img/top.jpg);
	background-repeat: repeat-x;
}

.BottomBox{
	background: url(/Livro/img/bottom.jpg);
	background-repeat: repeat-x;
}
.Box{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 7px;	/*To support 800x600 the padding was changed. padding: 8px;*/
	background: url(/Livro/img/box.jpg);
	background-repeat: repeat-x;
}

.TopTitle{
	color: #1F5BA4;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 8px;
}
/*--------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: 15px 0px 0px 0px;
	padding: 0px;
	border: 1px solid white;
}
.Tabs_TabBody {
	margin: 23px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	border: 1px solid #CCCCCC;
	_height: 1%;
	display: inline-block;
}
.Tabs_TabBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.Tabs_Header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 24px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
div.Tabs_TabOn,
li.Tabs_TabOn {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid white;
}
div.Tabs_TabOff,
li.Tabs_TabOff {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #CCCCCC;
}
div.Tabs_TabDisabled,
li.Tabs_TabDisabled {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #CCCCCC;
}
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: #2B406D;
	padding: 4px 8px 2px 8px;
}
a.Tabs_TabOff,
a.Tabs_TabOff:link,
a.Tabs_TabOff:visited {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: #2B406D;
	padding: 4px 8px 2px 8px;
	background: #E0E9F7;
}
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: #AAAAAA;
	padding: 4px 8px 2px 8px;
	background: #E0E9F7;
}

/*--------Tabs Pattern Web Block End-----------*/

/*------- Help Pattern Web Block Start --------*/

div.Help_Wrapper {
	_height: 1%;
	*display: inline-block;
}
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 {
	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;
}

/*------- 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: green;
	color: red;
	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 .rowhilite td.hilite.day.othermonth {
	background-color: white;
}

div.calendar tbody .rowhilite td.day.othermonth {
	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 td.selected {
	background-color: #567FFD;
}

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: #0a6bca;
	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: #52a6fd;
	color: white;
	font-weight: bold;
}

div.calendar tbody td.selected.hilite {
	background-color: white;
	color: black;
}

div.calendar tbody .disabled {
	color: red;
}

div.calendar tbody .emptycell { 
	background-color: white;
}

div.calendar tbody .emptyrow { 
	display: none;
}

div.calendar tfoot .footrow { 
	text-align: center;
	background-color: green;
	color: red;
}

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 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 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 #a4d1ff;
	color: black;
}

div.calendar td.time span.active {
	background-color: #0a6bca;
	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 --------------*/


/*---------- Sorting Web Block Begin ----------*/

/*
 * If you'd like to restyle the sorting widget context-menu you should redefine
 * the styles defined in this CSS file.
 */

/*
 * This is the style used for the context-menu container.
 */
.SCM {
	background-color:#FFFFFF;
	border-left:1px solid #888888;
	border-top:1px solid #888888;
	border-right:2px solid #888888;
	border-bottom:2px solid #888888;
	color:white;
}

/* 
 * Define the font for all the elements descendents from SCM 
 */
.SCM * {
	padding-bottom: 1px;
	font-size: 11px;
}

/*
 * This is the style applied to the context-menu's title bar
 */
.SCM-Header {
	background: url(/Livro/img/Menu_Item_Bg.png);
	background-repeat: repeat-x;
	background-color:#9E9692;
	font-weight:bold;
	padding: 4px;
	cursor: move;
}

/*
 * Thi is the style applied to the content area container
 */
.SCM-Content {
	padding:10px;
}

/*
 * For all tables descendent from SCM give them a 10px bottom margin 
 */
.SCM-Content table {
	margin: 0px 0px 10px 0px;
}

/*
 * Thi is the style applied to the table's headers
 */
.SCM-TableRecords-Header {
	color: #2c98c3
	white-space: nowrap;
	padding: 3px 6px 3px 6px;
	color: gray;
}

/*
 * Thi is the style applied to the table's odd lines
 */
.SCM-TableRecords-OddLine {
	background-color: transparent;
	color: black;
	margin: 1px;
	padding: 5px 6px 5px 6px;
	border-bottom: 1px solid #CCCCCC;
}

/*
 * This is the style applied to the table's even lines
 */
.SCM-TableRecords-EvenLine {
	background-color: transparent;
	color: black;
	margin: 1px;
	padding: 5px 6px 5px 6px;
	border-bottom: 1px solid #CCCCCC;
}

/*---------- Sorting Web Block End ------------*/


/*------ Table Actions Web Block Begin --------*/

.TableActions_Content,
.TableActions_Content td {
	font-size: 11px;
}

/*------ Table Actions Web Block End ----------*/

/*-----------------------------------------------------------------*/
/*----------------- WidgetLibrary eSpace Styles End ---------------*/
/*-----------------------------------------------------------------*/

/*----------------- Framing Start ------------------*/
.Header_Frame {
	background-image: url(/Livro/img/Frame_T.png);
	background-repeat: repeat-x;
	margin-left: 9px;
	margin-right: 9px;
	height: 9px;
	font-size: 6px;
}
.Footer_Frame {
	background-image: url(/Livro/img/Footer.png);
	background-repeat: repeat-x;
	height: 3px;
	font-size: 6px;
}
.Footer P {
	margin-left: 20px;
}
.Document {
	background-color:#FFFFFF;
	min-height: 100%;
	width: 990px;
	overflow: hidden;
	margin: 0pt auto;
	border:1.5px solid #9BC804;
	/*background:transparent url(/Livro/img/PageBackground.png) repeat-y scroll center top;*/
}
.Document_Frame_L {
	background-image:url(/Livro/img/Frame_L.png);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FFF;
}
.Document_Frame_R {
	background-image:url(/Livro/img/Frame_R.png);
	background-position: right;
	background-repeat: repeat-y;
}

.Document_Out {
	background-color:#f5fdcb;
	min-height: 100%;
	_height: 100%;
}

.Document_Width {
	width: 990px;
	float: bottom;
}

/*----------------- Framing End ------------------*/



/*-----------------------------------------------------------------*/
/*---------------- Enterprise eSpace Styles Start -----------------*/
/*-----------------------------------------------------------------*/

.Enterprise_Menu {
	margin: 0px;
	width: 200px;
	height: 1%;
	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-right: 1px solid #dddddd;
	margin-bottom: 16px;
	margin-left: 16px;
	_margin-left: 8px;
	_overflow: hidden; 
} 

.Enterprise_TwoColumns_LeftFrozen_Collapsed { 
	float: left;
	width: 50px;
	display: inline-block;
	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 -----------------*/
/*-----------------------------------------------------------------*/

.Dashbord {
	font-size:11px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}

.Dashbord td {
	font-size:11px;
}



.Dashbord .TableRecords_Header, .TableRecords_OddLine, .TableRecords_EvenLine{
	line-height: 16px;
	padding: 2px 4px 2px 6px;
}


.Page_Breadcrumb {
	color: #666666; 
	font-size: 10px; 
	font-family: Arial; 
	margin: 4px 0px 8px 0px; 
}

.HomePageSection_Wrapper {
	margin-bottom: 15px;
}
.HomePageSection_Header {
	background-color: #52a6fd;
	color: white;
	padding-left: 4px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}
.HomePageSection_Body {
	border: 1px solid Silver;
	padding: 4px;
}
.HomePageSection_Table {
	margin: 1px; 
	width: 100%; 
	font-size: 8pt; 
	overflow: hidden;
}
.HomePageSection_Table TD{
	font-size:8pt;
}


.Inbox {
	color: #444444;
	margin-bottom: 10px;
}
.Inbox IMG {
	float:left;
	margin-right: 3px;
}
.Inbox_Title {
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color:#fEF6CA;
	background-image: url(/Livro/img/inbox.png);
	background-repeat: repeat-x;
}
.Inbox_Item {
	margin-bottom:2px;
}

.Inbox_Body {
	background-color: #fEF6CA;
	background-image: url(/Livro/img/inbox_body.png);
	background-repeat:repeat-x;	
	border-left: 1px solid #FFDC5A;
	border-right: 1px solid #FFDC5A;
	border-bottom: 1px solid #FFDC5A;
	padding:8px;
	color:#637B84;
	margin-bottom: 12px;
}


.MainContents_WidthSidebar	{
	vertical-align: top;
}
.Sidebar_Placeholder {
	vertical-align: top;
	width:200px;
	padding-left:10px;
	padding-top:2px;
}
.Sidebar {
	padding:5px;
	background:#F6F9FB none repeat scroll 0%;
	border:1px solid #E1E1E1;
}
.Sidebar_Block {
	color: #444444;
	margin-bottom: 10px;
}

.Sidebar_Block_Title {
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color:#52A6FD;
	background-image: url(/Livro/img/sidebar_title.png);
	background-repeat: repeat-x;

}
.Sidebar_Block_Body {
	background-color: #F8F8F8;
	border: 1px solid #DEDEDE;
	color: #637B84;
	line-height: 16px;
	padding: 8px;
	background-image: url(/Livro/img/sidebar_body.png);
	background-repeat: repeat-x;
}
.Sidebar_Block_Title IMG {
	float: left;
	margin-right: 3px;
}

.Sidebar_Block_Link {
	margin-top: 10px;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}
.Scrollable_Wrapper {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 420px;	
}


.Text_DoubleSpaced {
	padding-bottom: 1em;
}
.Centered {
	text-align:center;
}

@media print {
   .Header, .Footer, .Menu, .Sidebar_Placeholder, .Menu_SubItems, input[type=submit]  {display: none;} 
   .Document {background-color: white;} 
   .Document_Frame_L, .Document_Frame_R {background-image: none;} 
}

.TransparencyOFF {
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1
 }
.TransparencyON {
	opacity:.25;
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25
 }


.ReportEditRecord_Caption {
	color: #444444;
	font-size: 11px;
	white-space: nowrap;
	border-bottom: 1px solid #9bc804;
	padding: 8px 10px 2px 0px;
	vertical-align:bottom;
}

.ReportEditRecord_Value {
  	height:32px;
	color:#444444;
	font-weight:normal;
	padding:1px 0px 1px 1px;
	vertical-align:bottom;
}

.ReportEditRecord_Value img{
	vertical-align:text-bottom;
}


.UnorderedList {}
.UnorderedList P {
	list-style: disc inside;
	display: list-item;
}



.HomePageSection_TDRigth {
	width: 33%;
	padding-left: 10px;
}
.HomePageSection_TDLeft {
	width: 33%;
	padding-right: 10px;
}

.HomePageSection_TDMiddle {
	width: 33%;
	padding-left: 5px;
	padding-right: 5px;
}

.Strong {
	font-weight: bold;
}

.RecentItems_OddLine {
	line-height: 19px;
	margin: 1px 1px 1px 1px;
	padding: 0px 6px 0px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 0px solid #cccccc;
	border-left: 1px solid #efefef;
}

.RecentItems_OddLineLarge {
	line-height: 19px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 0px solid #cccccc;
	border-left: 1px solid #efefef;
}

.RecentItems_EvenLine {
	line-height: 12px;
	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;
	color: #888888;
	font-size: 11px;
}

/* Search Styles */  
.Search_Hit {  
	padding-bottom: 10px;  
}


.ChartPod_Wrapper {
	margin-bottom:6px;
}

.ChartPod_Title {
	background: #9E9692 url(/Livro/img/Menu_Item_Bg.png) repeat-x; 
	color: white;
	padding-left: 4px;
	line-height: 20px;
	font-size: 12px;
}

.ChartPod_Title A {
	float:right; 
	margin:4px
}

.ChartPod_Body {
	border: 1px solid #9E9692;
}

.MailContainer {
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:20px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width: 500px;
	border-width: 2px;
	border-style: solid;
	border-color: #bbbbbb;
	background-color: white;
}

.AlignRight {
	text-align: right;
}


/*-----------------------------------------------------------------*/
/*----------------- Collaboration start ---------------------------*/
/*-----------------------------------------------------------------*/

.Collaboration {
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	width: 420px;
	position: fixed;
	z-index: 3;
	top: 220px;
	left: 260px;
}

/*
 * This is the style applied to the context-menu's title bar
 */
.Collaboration_Header {
	background-image:url(/Livro/img/Menu_Item_Bg.png);
	background-repeat: repeat-x;
	background-color:#9E9692;
	font-weight:bold;
	padding: 4px;
	cursor: move;
	color: white;
}

.Collaboration_Block {
	padding:10px;
	background-color: #F8F8F8;
	background-image: url(/Livro/img/sidebar_body.png);
	background-repeat: repeat-x;
}

.Collaboration_Buttons {
	padding-bottom: 6px;
	margin-top: 5px;
	text-align: center;
}

.Collaboration_Links{
	float: right;
	margin-top: -2px;
}

.Collaboration_Links td a:link, 
.Collaboration_Links td a:visited {
	font-size: 11px;
	color: Gray;
	text-decoration: none;
}

.Collaboration_Links td a:hover {
	font-size: 11px;
	color: blue;
	text-decoration: underline;
}

/*-----------------------------------------------------------------*/
/*----------------- Collaboration End -----------------------------*/
/*-----------------------------------------------------------------*/




/*-----------------------------------------------------------------*/
/*----------------- SolutionTemplate SolutionMenu Start --------------*/
/*-----------------------------------------------------------------*/

.SolutionTemplate_Solution {
	color:#888888;
	font-size:11px;
	position:absolute;
	right:16px;
	top:1px;
}

.SolutionTemplate_SolutionMenu {
    background:#FFFFFF;
    border:1px solid #CCCCCC;
    line-height:18px;
    padding:1px 10px;
}

.SolutionTemplate_SolutionMenu a {
  text-decoration:none;
}

.SolutionTemplate_SolutionMenu a[disabled] {
  color: #888888;	
}

/*-----------------------------------------------------------------*/
/*----------------- SolutionTemplate SolutionMenu End   --------------*/
/*-----------------------------------------------------------------*/



/* ---------- Bids Comparison Styles Start ------------*/

.TableRecords_Bids_Header {
	color: white;
	background-color: #52a6fd;
	white-space: nowrap;
	line-height: 16px;
	padding: 3px 6px 3px 6px;
	background-image: url(/Livro/img/tableheader.png);
	background-repeat: repeat-x;
	text-align: right;
}

.TableRecords_Bids_Total {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #DEDEDE;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #efefef;
	text-align: right;
	font-weight: bold;
}

.TableRecords_Bids_Value {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #DEDEDE;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #efefef;
	text-align: right;
}

/* ---------- Bids Comparison Styles End ------------*/


/* ---------- WorkFlow Steps Styles Start ------------*/

.WorkflowStepsUnselected {
	float:left;
	font-weight: normal;
	color: #888888;
	font-size: 9px;
	width:45px;
	height:60px;
	line-height:12px;
}

.WorkflowStepsUnselected p, .WorkflowCurrentStep p {
	height:28px;
}

.WorkflowCurrentStep {
	float:left;
	font-weight: bold;
	color: #444444;
	font-size: 9px;
	width:45px;
	height:60px;
	line-height:12px;
s}


/* ---------- WorkFlow Steps Styles End ------------*/


/* ---------- Tree Styles Start ------------*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	/*white-space: nowrap;*/
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	/*white-space: nowrap;*/
	padding: 0px 2px;
}
.dtree a.node:visited, .dtree a.nodeSel:visited, .dtree a.node:active, .dtree a.nodeSel:active {
	color: #333;
   /*white-space: nowrap;*/
	text-decoration: none;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333; 
	/*white-space: nowrap;*/
	text-decoration: underline;
}
.dtree a.nodeSel {
  /* white-space: nowrap; */
	background-color: #FFE4C4;
	color: #FF6600;
}
.dtree .clip {
	overflow: hidden;
}

.IFrameSurveyDiv {
	position: relative;
	top: -24px;
	left: -24px;
}

/* ---------- Tree Styles End ------------*/

/* BID REVIEW COMPARISON SPECIFIC */
.BID_REVIEW_LINE {
	border-bottom: 1px solid #9cceff;
	 text-align:left;
	height: 17px;
}

/*------------*/

/*-----------------------------------------------------------------*/
/*----------------- Bid Offer start -------------------------------*/
/*-----------------------------------------------------------------*/

.Bid_Container {
	background: white;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	margin-bottom: 10px;
	clear: left;
	width: 670px;
	position: fixed;
	z-index: 3;
	top: 210px;
	left: 80px;
}

/*
 * This is the style applied to the context-menu's title bar
 */
.Bid_Header {
	background-image:url(/Livro/img/Menu_Item_Bg.png);
	background-repeat: repeat-x;
	background-color:#9E9692;
	font-weight:bold;
	padding: 4px;
	cursor: move;
	color: white;
}

.Bid_Block {
	padding:10px;
	background-color: #F8F8F8;
	background-image: url(/Livro/img/sidebar_body.png);
	background-repeat: repeat-x;
}

.Bid_Buttons {
	padding-bottom: 6px;
	margin-top: 5px;
	text-align: center;
}

/*-----------------------------------------------------------------*/
/*----------------- Bid Offer End ---------------------------------*/
/*-----------------------------------------------------------------*/


/*--------StyleGuide Specific Start-------------*/


/*--------TableRecords Pattern Start-----------*/

.TableRecords_Wrapper {
	margin-bottom: 8px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}
.TableRecordsWithFilters_Wrapper {
}
.Filters_Wrapper {
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}
.TableRecords_Frame {
	overflow: auto;
	width: 100%;
}
.TableRecords_Frame .Button {
	font-size: 8pt;
}
.TableRecords_Actions,
.TableRecords_Footer {
	font-size: 11px;
	vertical-align: middle;
	float: left;
}
.TableRecords_RightActions {
	font-size: 10px;
	vertical-align: middle;
	float: right;
}
.TableRecords_TopNavigation {
	background-color: white;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;
	display: block;
	*display: inline-block;
}
.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.TableRecords_BottomNavigation {
	background-color: white;
	padding: 3px 4px 3px 4px;
	border-top: 2px solid #0066FF;
	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 {	
	width: 100%;
        background-image: url(/Livro/img/filter_gradient.gif);
}
.FilterCaption {
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	padding: 4px 0px 4px 4px;
}
.FilterValue {
	white-space: nowrap;
	vertical-align: middle;
	padding: 4px 4px 4px 4px;
}
	
td.FilterValue img {
	vertical-align: middle;
	margin: 4px 8px 6px 4px; 
	_margin: 0px;
}

.FilterButtons {
	white-space: nowrap;
	padding: 3px 0px 3px 4px;
}

.FilterButtons .Button {
	text-align: center;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	margin-right: 8px;
	font-size: 9pt;
}

.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_OuterFrame_Container {	
	float: right;
	width: 222px;
	padding: 1px;
	border: 1px solid #cce6ff;
	margin-left: 30px;
}

.Login_InnerFrame_Container {
	background: #cce6ff;
	padding: 10px;
	margin: 0px;
	float: none;
	height: 120px;
}

.Login_InnerFrame_Container P {
	margin: 0px;
	padding: 0px;
}

.Login_SectionTitle_Container {
	margin-bottom: 5px;
	padding: 0px;
	width: 200px;
}

.Login_Caption_Cell {
	font-size: 11px;
	font-weight: bold;
}

.Login_ValueInput_Cell {
	padding: 2px 0px 2px 0px;
}

.Login_RememberCheckBox_Cell {
	text-align: right;
	padding-right: 2px;
}

/*--------Login Pattern End--------------------*/

/********************************************/
/************ Media Highlight ****************/
/********************************************/

.Media_ContentHighlight_Box {
	background-image: url(/Livro/img/CaixaHighlight.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 280px;
	height: 120px;
	padding: 10px;
	padding-bottom: 0px;
}
.Media_ContentHighlight_Image {
	float: left;
	width: 110px;
/* FIX for IE to center image horizontally within DIV */
	text-align:center;
	vertical-align: top;
	height: 100%;
	padding: 7px;
}

.Media_ContentHighlight_Image_Small {
	float: left;
	width: 90px;
/* FIX for IE to center image horizontally within DIV */
	text-align:center;
	vertical-align: top;
	height: 100%;
	padding: 3px;
}

.Media_ContentHighlight_Text {
	float: left;
	padding: 10px 0px 8px 10px;
/*	width: 570px;*/
	overflow: hidden;
	vertical-align: top;
}
.Media_ContentHighlight_Title {
	font-size: 15px;
	font-weight: bold;
	color: #8DC73F;
}
.Media_ContentHighlight_Title a, .Media_ContentHighlight_Title a:visited {
	color: #8DC73F;
	text-decoration: none;
}

.Media_ContentHighlight_Title a:hover {
	color: #000000;
}

.Autor_Image {
	float: left;
/* FIX for IE to center image horizontally within DIV */
	text-align:center;
	vertical-align: top;
	height: 100%;
	padding: 7px;
}

/********************************************/
/************ Tools Highlight ****************/
/********************************************/

.Tools_ContentHighlight_Box {
	background-image: url(/Livro/img/CaixaHighlight.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 600px;
	height: 120px;
	padding: 10px;
	padding-bottom: 0px;
}


/**********************************************/
/***** BOX *******/
/**********************************************/


.Box_Top {
background-image:url(/Livro/img/box_TC.gif);
background-repeat:repeat-x;
}
.Box_Bottom {
background-image:url(/Livro/img/box_BC.gif);
background-position:center bottom;
background-repeat:repeat-x;
}
.Box_Left {
background-image:url(/Livro/img/box_ML.gif);
background-repeat:repeat-y;
}
.Box_Right {
background-image:url(/Livro/img/box_MR.gif);
background-repeat:repeat-y;
}
.Box_Center {
padding:2px;
vertical-align:middle;
}
.Box_Title {
color:#444444;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
}

.Book_Contents {
	float: right;
	width: 400px;
}

.Book_Sinopse_Space {
	line-height: 18px;
	margin: 15px;
}

.BarraDireita {
	margin-bottom: 8px;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	padding-left: 15px;
}

.BarraBottom {
	width: 400px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #CCCCCC;
}

/**********************************************/
/****************** Login *********************/
/**********************************************/

.Step {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #b8d847;
	color:#666666;
	font-family:Verdana,sans-serif;
	font-size:75%;
	margin-bottom:10px;
	width: 151px;
}

.Step p {
margin:8px;
}