/*public vendor styles */

body,html {
		margin: 				0;
		padding: 			0;
		font-size:			11px;
		font-family:			Verdana, Arial, Helvetica, sans-serif;
}
img {
		border:				0;
}

table{
	margin: 0;
}
th,td	{
		font-size:				11px;
		font-family:				Verdana, Arial, Helvetica, sans-serif;
}
a {
		font-size:				11px;
		font-family:				verdana, arial, helvetica, sans-serif;
		text-decoration:		none;
		color: 					rgb(63,35,42);
}
a:hover {
		color: 					#C28FA6;
}
form {
		margin:					0px;
		padding:				0px;
}
.header {
		padding: 			16px 0px 17px 0px;
		margin-left:		93px;
		margin-top:		5px;
		width: 				350px;
}
/*Main Bar Styles*/

.logo { }

.navleft {
		float:					left;
		width:				200px;
		background: 		#73364A;								/*Oscuro*/
		padding:			4px 0px;
		color:				#EFEFEF;
		text-align:			center;
}
.navleft a  {
		padding:			4px 8px;
		color:				#EFEFEF;
}

.navleft a:hover {
		background-color: 	#523038;							/*Mas oscuro*/
		color: 					#FFFFFF;
}

.navright {
		margin-left: 			201px;
		background: 			#C28FA6;	/*Claro*/
		text-align:				right;
		padding:				4px 15px 4px 4px;
}
.navright a	{
		color:					rgb(63,35,42); 					/*Color de letra*/
		padding:				4px 8px;
}
.navright a:hover {
		background:  			#73364A;							/*Oscuro*/
		color:					white;
}
.navright a, .navleft a { border-left: 1px solid white; }
.navright .noborder, .navleft .noborder { border: 0px; }
.navSup2ON {font-weight:bold;}

/*End of Main Bar Styles*/

/*Search Bar Styles*/

.infoboxtop {
		height:					1px;
		border-top:				1px solid white;
		background:			#cccccc;
		border-bottom:		1px solid #73364A;
		margin-bottom:		1px;
		font-size: 				0px;
}
.infobox {
		background:			 #DEBFCC;
}
.infoboxbot {
		height:					1px;
		border-top:				1px solid white;
		background:			#cccccc;
		border-bottom:		1px solid #73364A;
		font-size: 				0px;
}

/*End of Search Bar Styles*/

/*Tables Styles*/

.tabCurr { border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; font-size: 11px;}
.tabCurr thead tr { height: 15px; }
.tabCurr thead th	{ border-right: 1px solid #CCCCCC; text-align:center; white-space:nowrap; font-weight:normal; color:#ffffff;}
.tabCurr td { border-right: 1px solid #CCCCCC; }
.tabCurr thead th { background-color:#73364A; border-top: 1px solid #73364A; border-bottom: 1px solid #73364A;}
.tabCurr thead th a { color: #ffffff; text-decoration: none; }
.tabCurr thead th a:hover { color: #cccccc; }

.tabHome { width: 100%; table-layout: fixed; }

.tabHome th { background-color: #73364A; color: #EFEFEF; border-top: 2px solid #ffffff; font-weight: normal; padding: 2px 0; }
.tabHome th a { color: #FFFFFF; }

.tabHome td { padding: 4px; border-left: 1px solid #73364A; border-bottom: 1px solid #DEBFCC; }
.tabHome .lefttd { border-left: 0px; }

.tabbarbot  { height:1px; border-top:1px solid white; background:#ffffff; border-bottom:1px solid #73364A; vertical-align: bottom; padding-top: 0px; clear:both; margin-top: 5px; font-size: 0px;}

.bartop { height:1px;border-top:1px solid #73364A; background:#cccccc; border-bottom:2px solid white; font-size: 0px; }
.barbot { clear:both;height:1px;border-top:2px solid white;background:#73364A; border-bottom:1px solid #cccccc; font-size: 0px; }

.widebartop  { clear: both; height:1px; border-top:1px solid white; background: #cccccc; border-bottom: 1px solid #73364A; font-size: 0px; margin: 0; }
.widebarbot  { margin-bottom: 1em; height:1px;border-top:1px solid white; background:#cccccc; border-bottom:1px solid #73364A; font-size: 0px; }

.tabPortWine{
		width: 100%;
}
.tabPortWine th {
		background-color:		/*2*/rgb(115,54,74);			/*Color of table header (background)*/
		color:						#FAFAFA;
		height:						20px;
		/*border-right:				1px solid #C6CFA8;*/
		white-space:				nowrap;
		font-weight:				normal;
}
.tabPortWine th a {
		color:						#FAFAFA;
}
.tabPortWine td {
		border-right: 				1px solid /*2*/rgb(115,54,74);
		border-bottom: 			1px solid rgb(222,191,204);
		padding: 					4px 5px;
}
.emptyTable {
		width: 100%;
}

/*End of Tables Styles*/

/*Rotations*/

div.modalTitle {
	background-color: #73364A;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
	text-align: left;
}

.tasksTable{
		border-spacing:			0pt;
		cursor:						pointer;
		padding:					0pt;
		table-layout:				fixed;
		width:						100%;
		border-collapse:			collapse;
}

.tasksColSetDate{
		width: 50px;
}
.tasksColTask{
		width: 150px;
}
.tasksColSdate{
		width: 100px;
}
.tasksColEdate{
		width: 100px;
}
/*
.tasksColDescription{
		width: 80px;
}
*/
.tasksTable th {
		padding: 3px 5px;
		margin: 0;
		border-bottom: 1px solid #73364A;
		empty-cells:show;
		height:auto;
		overflow:hidden;
		vertical-align:middle;
		white-space:nowrap;
		font-weight: normal;
		color: #343823;
}
th.tasksTdSetDate {
		width: 48px;
		text-align: left;
}
th.tasksTdTask {
		width: 148px;
		text-align: left;
}
th.tasksTdDescription {
		padding: 0px 0px;
		text-align: left;
}
th.tasksTdSdate {
		width: 98px;
		text-align: right;
}
th.tasksTdEdate {
		width: 98px;
		text-align: right;
}
.tasksTable tr {
		border-top: 1px solid #73364A;
}
.tasksTable td {
		padding: 3px 5px;
		margin: 0;
		empty-cells:show;
		height:auto;
		vertical-align:middle;
}
td.tasksTdSetDate {
		width: 48px;
}
td.tasksTdTask {
		width: 148px;
		padding: 0px 10px 0px 0px;
}
td.tasksTdDescription {
		padding: 0px 10px 0px 0px;
}
td.tasksTdSdate {
		width: 98px;
		text-align: right;
}
td.tasksTdEdate {
		width: 98px;
		text-align: right;
}
td.tasksTdDetail {
		white-space: normal;
		overflow: auto;
		padding: 1px 5px;
		vertical-align: top;
}
td.tasksTdDetailL {
		white-space: normal;
		overflow: auto;
		text-align: right;
		padding: 4px 5px;
		width: 30%;
		vertical-align: top;
		color: 			gray;
}
td.tasksTdDetailR {
		white-space: normal;
		overflow: auto;
		text-align: left;
		padding: 4px 5px;
		width: 70%;
		vertical-align: top;
}
td.tasksTdAwardL {
		white-space: normal;
		overflow: auto;
		text-align: right;
		padding: 0px 5px;
		width: 80px;
		color: gray;
}
td.tasksTdAwardR {
		white-space: normal;
		overflow: auto;
		text-align: left;
		padding: 0x 5px;
}
div.taskFormFieldsReadOnly {
	border: 1px solid gray;
	padding: 2px;
	margin-top: 5px;
}
div.taskFormAreaReadOnly {
	width: 240px;
	height: 65px;
	vertical-align: top;
	border: 1px solid gray;
	padding: 2px;
	margin-top: 5px;
}
div.taskFormTitles {
	width:75px;
	margin-top: 5px;
	text-align: left;
}
.taskModal_LInfo {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.taskModal_RInfo {
	margin-left: 130px;
	width: 245px;
	text-align: left;
	margin-top: 5px;
}

.divBlock_2 {
	margin-top: 10px;
}
.taskEmailDiv {
	margin-bottom: 10px;
}
.taskOverBox {
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 2px 0;
	width: 219px;
	height: 50px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 0.9em;
}

.actionTaskLink {
		color: #73364A;
}
/* End Task form */

.listAPopUp, .BkgList {
		background-color:		#EFE0E7;							/*Color of table rotation (1)*/
}
.listBPopUp, .BkgList2 {
		background-color: 		#FFEFF6;										/*Color of table rotation (2)*/
}
.tabHome .listA { background-color: #EFE0E7; }						/*Color of table rotation (1)*/
.tabHome .listB { background-color: #FFEFF6; }						/*Color of table rotation (2)*/

.listA { background-color: #EFE0E7; }
.listB { background-color: #FFEFF6; }

/*end of Rotations*/

/*Admin menu styles*/

#navAdmin 				{ margin: 0px; padding: 0px; list-style: none; clear: both;}
#navAdmin li 				{ width: 180px; text-align: right; font-family:arial; font-size:13px;}
#navAdmin li a 			{ display: block; width: 180px; padding: 2px 3px; text-decoration: none; color: #000000;}
#navAdmin li a:hover 	{ background: rgb(222,191,204); }
.navadminOn				{ font-weight:bold; }

#navAdminPopup 				{ margin: 0px; padding: 0px; list-style: none; clear: both;}
#navAdminPopup li 			{ width: 150px; text-align: right; font-family:arial; font-size:13px;}
#navAdminPopup li a 			{ display: block; width: 150px; padding: 2px 3px; text-decoration: none; color: #000000;}
#navAdminPopup li a:hover 	{ background: rgb(222,191,204);}
.navadminOn						{ font-weight:bold; }

/*End of Admin menu styles*/

/*SubNav Styles*/

.subnav {
		background: 		#EFE0E7;
		text-align:			right;
		padding:			6px 15px 6px 4px;
		border-bottom:	1px solid #DEBFCC;						/*Mas claro*/
}
.subnav a {
		border-left:			0px solid white;
		color:				#523038;
		padding:			6px 8px;
}
.subnav a:hover {
		background:		#C28FA6;
		color:				#ffffff;
}
.subnav .noborder {
		border: 				0px;
}
a.navmenuOn	 {
		font-weight:		bold;
}
.subNavHead {
		margin-right: 		0px;
		border-bottom:	1px solid #CEC8C0;
		padding:			7px 0px 3px 18px;
		font-style:			normal;
		font-weight:		bold;
		font-size:			12pt;
		color:				#523038; 				/*color de letra*/
		vertical-align:		bottom;
}

/*end of SubNav Styles*/

/*Sections Styles*/

.vendorSection { margin: 10px; border:1px solid rgb(222,191,204); min-width: 630px;}
.vendorSectionTitle { background: rgb(222,191,204); color: rgb(63,35,42); font-weight: bold; border-bottom: 1px solid rgb(222,191,204); padding: 5px 0px 3px 10px; vertical-align:bottom; }
.bidErrorSection { border:1px solid #CEC8C0; margin:15px 10px; /*min-width: 450px;*/}
.bidModalSection { margin: 0; padding: 0; border:1px solid #CEC8C0; }

.retractSection { margin:15px 5px; border:1px solid #D00000; min-width: 630px;}
.retractSectionTitle { background: #D00000; color: white; font-weight: bold; border-bottom: 1px solid #D00000;padding: 5px 0px 3px 10px; vertical-align:bottom; }

.popUpSection { margin:10px 0px; border:1px solid rgb(222,191,204); min-width: 480px;}
.popUpSectionTitle { background: rgb(222,191,204); color: rgb(63,35,42); font-weight: bold; border-bottom: 1px solid rgb(222,191,204); padding: 5px 0px 3px 10px;vertical-align:bottom; }

.bidErrorSection { border:1px solid #CEC8C0; }
.errorMsg {
		margin: 10px 0px;
		text-align: left;
		color: red;
		font-size:11px;
}
.emptySection {
		font-weight: bold;
		border: 1px solid #DEBFCC;
		padding: 5px;
		text-align: left;
}


/*End of Sections Styles*/

.leftcontent { }
.rightcontent { padding:10px; }

.home { clear:rigth; }
.bid {}

h1,h2,h3,h4,h5,h6 {
		color:				rgb(63,35,42);				/*color de letra*/
		font-style:			normal;
		padding: 			0px;
		margin: 				0px;
		font-size: 			10pt;
}

h1 {			  font-style:normal;
				  font-weight:bold;
				  font-size:12pt;
				  vertical-align:bottom;
				  text-align: left;
				  padding: 0px; margin: 0px;}

h1.home {
	color: rgb(63,35,42);
}

h1.home-right {
			text-align:right;
			padding-bottom: 12px;
}
h1.welcome {
		text-align:			right;
		border-bottom: 	1px solid #CEC8C0;
		margin-bottom: 	5px;
}

h1.bid {}


h1 a {
			  font-size:12pt;
}

.highLight { background-color: #FCFFAC; }

.tabGreen { border-left: 1px solid #C6CFA8; }
.tabGreen th { background-color:#79834F; color:#EFEFEF; height:20px; border-right: 1px solid #C6CFA8; white-space:nowrap; font-weight:normal;}
.tabGreen th a { color:#FFFFFF; }
.tabGreen td { border-right: 1px solid #98A66B;  border-bottom: 1px solid #C6CFA8; padding: 4px 5px;}



.tabWithList { }
.tabWithList th { border-bottom: 2px solid #C6CFA8; white-space:nowrap; font-color:#000000; font-weight:bold;}
.tabWithList td { padding: 2px; }



.itemRotA{
		background-color: #ECEFE0;
}
.itemRotB{
		background-color: white;
}
.itemsTable{
		border-spacing:			0pt;
		cursor:						pointer;
		padding:					0pt;
		table-layout:				fixed;
		width:						100%;
		border-collapse:			collapse;
}
.itemsColCode{
		width: 70px;
}
/*
.itemsColDescription{
		width: 80px;
}
*/
.itemsColQty{
		width: 70px;
}

.itemsColUnit{
		width: 90px;
}

.itemsColBrand{
		width: 160px;
}
.itemsColActions{
		width: 60px;
}
.itemsTable th {
		padding: 3px 5px;
		margin: 0;
		border-bottom: 1px solid #343823;
		empty-cells:show;
		height:auto;
		overflow:hidden;
		vertical-align:middle;
		white-space:nowrap;
		font-weight: normal;
		color: #343823;
}
th.itemsTdCode {
		width: 68px;
		text-align: left;
}
th.itemsTdDescription {
		padding: 0px 0px;
		text-align: left;
}
th.itemsTdQty {
		width: 68px;
		text-align: right;
}
th.itemsTdUnit {
		width: 88px;
		text-align: left;
		white-space: normal;
}
th.itemsTdBrand {
		width: 158px;
		text-align: left;
		white-space: normal;
}
th.itemsTdActions {
		width: 58px;
		text-align: left;
		padding: 0px 5px;
}
.itemsTable tr {
		border-bottom: 1px solid #C6CFA8;
}
.itemsTable td {
		padding: 3px 5px;
		margin: 0;
		empty-cells:show;
		height:auto;
		overflow:hidden;
		vertical-align:middle;
		white-space:nowrap;
		/*font-size: 95%;*/
}
td.itemsTdCode {
		width: 58px;
}
td.itemsTdDescription {
		padding: 0px 0px;
}
td.itemsTdQty {
		width: 68px;
		text-align: right;
		white-space: normal;
}
td.itemsTdUnit {
		width: 88px;
		text-align: left;
		white-space: normal;
}
td.itemsTdBrand {
		width: 158px;
		text-align: left;
		white-space: normal;
}
td.itemsTdActions {
		width: 48px;
		text-align: center;
		padding: 0px 5px;
}
td.itemTdDetail {
		white-space: normal;
		overflow: auto;
		padding: 1px 5px;
		vertical-align: top;
}
td.itemTdDetailL {
		white-space: normal;
		overflow: auto;
		text-align: right;
		padding: 4px 5px;
		width: 30%;
		vertical-align: top;
		color: 			gray;
}
td.itemTdDetailR {
		white-space: normal;
		overflow: auto;
		text-align: left;
		padding: 4px 5px;
		width: 70%;
		vertical-align: top;
}
td.itemTdAwardL {
		white-space: normal;
		overflow: auto;
		text-align: right;
		padding: 0px 5px;
		width: 80px;
		color: gray;
}
td.itemTdAwardR {
		white-space: normal;
		overflow: auto;
		text-align: left;
		padding: 0x 5px;
}
.QUTTable{
		border-spacing:			0pt;
		padding:					0pt;
		margin:						0pt;
		width:						100%;
		vertical-align: 				top;
}
.QUTTable th {
		padding: 2px 5px;
		margin: 0;
		border-bottom: 0;
		height:auto;
		overflow: auto;
		vertical-align:top;
		font-weight: normal;
		color: gray;
		text-align: right;
}
.QUTTable td {
		padding: 0px 5px;
		margin: 0;
		empty-cells:show;
		height:auto;
		overflow: auto;
		vertical-align: top;
		white-space:nowrap;
		font-weight: bold;
		text-align: right;
}
div.itemsDivNowrap {
		overflow: hidden;
		white-space: nowrap;
}
div.responseItemDetail {
		margin-left: 20px;
}
div.responseItemDetail > div {
		/*border-top: 1px solid #C6CFA8;*/
		border-bottom: 1px solid #C6CFA8;
		padding: 2px 5px;
		margin: 2px 0px;
}
div.responseItemDetail > p {
		padding: 	0px;
		margin:		0px;
		font-weight: bold;
}
div.buttonTag {
		margin: 					5px 0px;
		padding:				0;
		text-align: 				center;
}
div.buttonPopup {
		margin: 					5px 0px 0px 0px;
		text-align: 				center;
}
div.buttonTagTop {
		margin-top: 			2px;
		margin-bottom:		2px;
		text-align: 				right;
}
.radioB{
		vertical-align: 			middle;
}
.submit {
		background-color:	rgb(194,143,166);
		border: 					1px solid rgb(63,35,42);
		cursor:					pointer;
		cursor:					hand;
		font-family:				Arial;
		font-size:				9pt;
		font-weight:			normal;
		padding: 				0px 3px;
		padding-left:			3px;
		color: 					rgb(63,35,42);
		margin-top:			3px;
  }
.submitsmall {
		background-color:	rgb(222,191,204);
		padding: 				0px;
		color: 					rgb(63,35,42);
		font-family:				Arial;
		font-size:				8pt;
		font-weight:			normal;
		border: 					1px solid rgb(63,35,42);
		cursor: 					pointer;
		cursor: 					hand;
		text-align: 				center;
}
.submitPopUp {
		background-color: 	rgb(222,191,204);
		padding: 				0px 3px 0px 3px;
		margin: 					3px 0px 0px 0px;
		color: 					rgb(63,35,42);
		font-family:				Arial;
		font-size:				9pt;
		font-weight:			normal;
		border: 					1px solid rgb(63,35,42);
		cursor: 					pointer;
		cursor: 					hand;
		text-align: 				center;
}

.submitDisabled { color: #A0A0A0; cursor: default; }

.cobrandlogo
 { width: 180px; margin:10px; text-align: center; max-width: 180px;}

.mainleftside { clear:both; float:left; margin:0; width: 200px; border-right: 1px solid #CEC8C0;}
.mainrightside { margin-left: 200px; border-left: 1px solid #CEC8C0;  clear: none;}
.mainleftsidetd { margin:0pt; width:200px; }
.mainrightsidetd { border-left:1px solid #CEC8C0; }

.mainleftsidePopup { clear:both; float:left; margin:0; width: 161px; border-right: 1px solid #CEC8C0;}
.mainrightsidePopup  { margin-left: 161px; border-left: 1px solid #CEC8C0;  clear: none;}
.mainleftsidetdPopup  { margin:0pt; width: 161px; }
.mainrightsidetdPopup  { border-left:1px solid #CEC8C0; }


.DA_next
{background-image:url(images/bannerNext.jpg);  background-repeat:no-repeat;  width:70px; height: 30px; padding-top: 3px;}

.DA_next a
{ text-decoration:none; color:#034B16}

.DA_next2
{background-image:url(images/bannerNext2.jpg);  background-repeat:no-repeat; width:70px; height: 30px; padding-top: 3px; float:left;}

.DA_next2 a
{ text-decoration:none; color:#034B16}


.footer {
		margin:				0;
		border-top:			1px solid #CEC8C0;
		font-size:			9px;
		background-color:#FFFFFF;
		color:				#8E8680;
		clear:				both;
}
.footer div {
		padding: 			4px 0px 12px 0px;
		text-align:			center;
}
.footer div a {
		text-decoration:	none;
		color:				#8E8680;
}
.footer div a:hover{
		text-decoration:	underline;
		color:				#8E8680;
}

.contentSection {
		margin: 				15px 0px;
		border:				1px solid #CEC8C0;			 /*color de borde*/
		/*min-width: 			450px;*/
}

.infoHead, .infoHead a { font-family:verdana; font-size:14px; font-weight:bold; text-decoration:none; color:#436F0D; }

.bidinfo { border-top: 1px solid #CEC8C0; border-bottom: 1px solid #CEC8C0; border-left: 1px solid #CEC8C0;}
.bidinfo td {border-right: 1px solid #CEC8C0; padding:3px;}
.bidinfoR { vertical-align: top; background: #EBF1E0; }
.bidinfoR td, .bidinfoL td{ border: 0px; vertical-align: top; }
.bidinfoR thead tr { background: #C6CFA8; }
.bidinfoR th { border-bottom: 1px solid #CEC8C0; padding: 3px; }
.bidinfotitle       { font-weight: normal; text-align:right; height: 20px; vertical-align: top;}
.bidinfobold        { font-weight: bold; vertical-align: top;}
.bidinfonb      { font-weight: normal; vertical-align: top;}

.responseinfo { border-top: 1px solid #CEC8C0; border-bottom: 1px solid #CEC8C0; border-left: 1px solid #CEC8C0;}
.responseinfo td {border-right: 1px solid #98A66B; padding:3px;}
.responseinfoR { vertical-align: top; background: #EBF1E0; }
.responseinfoR td { border: 0px; }
.responseinfoL td { border-left: 0; border-right: 0; }
.responseinfoR thead tr { background: #C6CFA8; }
.responseinfoR th { border-bottom: 1px solid #CEC8C0; padding: 3px; }
.responseinfotitle       { font-weight: normal; text-align:right; height: 25px; }
.responseinfobold        { font-weight: bold; }
.responseinfonb      { font-weight: normal; }

.leftInfoTab  {border-top: 1px solid #CEC8C0; border-bottom: 1px solid #CEC8C0; background-color: #EBF1E0; color: #343823; }
.leftInfoTab td { padding: 3px 10px 3px 3px; }
.leftInfoTab th { padding: 5px 10px 5px 5px;}

td.leftInfoTabTdL { border-right: 1px solid #CEC8C0; text-align:right; width: 70%; }
td.leftInfoTabTdR { text-align: right; width: 30%;}

/*.agencyinfo { border-top: 1px solid #CEC8C0; border-bottom: 1px solid #CEC8C0; border-left: 1px solid #CEC8C0;}*/
.agencyinfo td { padding:3px;}
.agencyinfoL { border: 1px solid #CEC8C0; vertical-align: top;}
.agencyinfoR { border: 1px solid #CEC8C0; vertical-align: top; background: #EBF1E0; }
.agencyinfoR td, .agencyinfoL td { border: 0px; }
.agencyinfoR thead tr { background: #C6CFA8; }
.agencyinfoR th { border-bottom: 1px solid #CEC8C0; padding: 3px; }
.agencyinfotitle       { font-weight: normal; text-align:right; height: 25px; }
.agencyinfobold        { font-weight: bold; }
.agencyinfonb      { font-weight: normal; }

.errorMsg ul {
						list-style: none;
}
div.modalErrorMsg {
						margin-top: 15px;
						text-align: left;
						color: red;
						font-size:12px;
}

/** BID EDITION **/
.bidSection { background: white none repeat scroll 0%; border-bottom: 0px solid #CCC; border-right: 0px solid #CCC; margin-bottom: 0px; margin-left: 0.5em; padding-left: 0; padding-bottom: 0.5em; padding-right: 0; }
TD.label { text-align: left; font-weight: bold; width: 10em; height: 25px; }
.dyn_read { border-left: 0px solid #ccc; margin-left: 0px; padding-left: 2px; width: 95%; }
LI.dyn_read { display: inline; }
.entrytoolbar { border: 0; padding: 0; width: 100%; margin-top: 0px; height: 27px; }
.entrytoolbar .title { background-color: #79834F; color: white; font-weight: bold; font-style: italic; padding-left: 10px; }
.entrytoolbar .leftactions { background: #E9E9E9 none repeat scroll 0%; width: 10%; padding: 4px; }
.entrytoolbar .rightactions { background-color: #79834F; width: 50%; text-align: right; }
.entrytoolbar TD { padding: 2px; }
.entrytoolbar .toggler { cursor: pointer; cursor: hand; }
.entry { background-color: white; width: 100%; border-bottom: 1px solid #CCC; padding: 4px 0 4px 0; }
.entry .floated { float: left; width:45%; }
.entry .entrytitle { font-weight: bold; margin: 5px 20px; width: 90%; }
TD.entrytitle { font-weight: bold; }
TD.entryfield { margin: 5px 20px; padding: 3px; /*min-width: 35em;*/ }
TD.entryfield:HOVER { padding: 2px; cursor: text; border: 1px solid #efefef; }
.entry .entryhelp { margin: 5px 20px; width: 90%; float: left; padding-left: 20px; }
TD.entryhelp { padding-left: 5px; font-style: italic; }
.entry .separator { clear: both; height: 5px; }
ul.doclist { list-style: none;  margin: 0px; padding: 0px; }
ul.doclist LI { padding-left: 4px; }
#description_container { max-height: 15em; overflow: auto; }
#description_container > P { margin: 0px; }
#ajax_info_message p { color: #B1A861; font-size: 30px; padding-top: 0px; text-align: center; }
.errorFlag { cursor: help; }

/** save message div */
#saveMessageDiv { padding: 4px 0px; text-align: center; font-size: 12px; font-family: Verdana,Arial,Helvetica,sans-serif; }
#saveMessageSpan { padding: 4px 15px; color: #93BA6B; background-color: #E9E9E9; }

div.ClickSel
    					  {
						  margin:0px;
						  padding:0px 0px;
						  }
div.ClickSel a
					      {
						  display:block;
						  color:#000000;

						  }
div.ClickSel a:hover
 			  		 	  {
						  color: #436F0D;
						  }
.dropMen
			  			  {
						  background:#FFFFFF;
						  width:150px;
						  height:300px;
						  position: absolute;
						  margin:0px 0px 0px 15px;
						  border:1px solid #000000;
						  overflow:auto;
						  display:none;
						  }

.dropMenL        {
							margin:0;
}
ul.dropSel
		  				  {
						  list-style-type:none;
						  z-index:99;
						  margin:0px;
						  padding:1px;
						  }
ul.dropSel li
		   	 			  {
						  font-family:arial, helvetica, sans serif;
						  font-size:11px;
						  text-align:left;
						  }
ul.dropSel li a
		   	   			  {
		   	   			  width:100%;
						  display:block;
						  text-decoration:none;
						  padding: 2px 0px 1px 1px;
						  color:#000000;
						  }
ul.dropSel li a:hover
		   	  		 	  {
		   	  		 	  color:#000000;
						  background:#98A66B;
						  }
.shaded
						  {
						  background:#f0f0f0;
						  }

.shaded
						  {
						  background:#f0f0f0;
						  }

.contentPopUp { padding:10px; }

.navleftPopUp {
		width:			160px;
		float: 			left;
		background-color: 	white;
}
.navrightPopUp {
		margin-left: 201px;
		background: /*#98A66B;	Claro*/ rgb(194,143,166);
		text-align:right;
		padding:4px 15px 4px 4px;
}

div.RC				{
						  float:right;
						  text-align: right;
						  width: 41%;
						  padding: 5px;
}
div.RC2 {
						  float:right;
						  text-align: right;
}

div.infoholder { padding: 15px; clear: none; }

div.aboutDiv {
		color: 		#585F3B;
		margin:		15px 15px;
		text-align:	justify;
}


/** borders */
.bGreenTRBL		{ border-top:1px solid #93BA6B; border-right:1px solid #93BA6B; border-bottom:1px solid #93BA6B; border-left:1px solid #93BA6B; }

/** footer messages widget */
#footerMsgDiv { position: absolute;  /* Needed for Safari */ background-color: #E9E9E9; padding: 4px; width: 25%; text-align: center; font-size: 12px; font-family: Verdana,Arial,Helvetica,sans-serif; }
#footerMsgDiv h1 { padding-bottom: 0; color: #93BA6B; text-align: center; background-color: #E9E9E9; }

/** vendor popup */
.tabVendor { font-size: 12px; font-family: Verdana,Arial,Helvetica,sans-serif; width: 99%; }
.tabVendor TD.title { font-weight: normal; text-align: right; width: 15%; }
.tabVendor TD.data { font-weight: bold; text-align: left; }

/** Global Navigation Menu */
.globalNavMenu {position:absolute; background: #98A66B none repeat scroll 0% 50%; padding-bottom: 4px; margin-top: 0px; margin-left: 1px;}
.globalNavMenu li {float:left; position:relative; width:110px; }
.globalNavMenu li a { padding: 4px 2px 3px 7px; display: block; color: #343823;}
.globalNavMenu li span { padding: 4px 2px 3px 7px; display: block; color: #E9E9E9;}
.globalNavMenu li a:hover {color:white; background: #79834F;}
.globalNavMenu ul {padding:0; margin:0; list-style:none; width:110px; }


div.minWi {
		min-width: 			580px;
		clear: 				none;
}

/*---------------------------------------------------------------------*/
#steptabs{
		margin-top:		0px;
		margin-left: 		0px;
		margin-right: 		0px;
		margin-bottom: 	0px;
		clear:				left;
		padding-left: 		0px;
		text-align: 			center;
		min-width: 			1024px;
}
#steptabs ul {
		list-style: 			none;
		margin-left: 		5px;
		padding-left: 		0%;								/*4.5%*/
		padding-bottom:	30px;
		text-align: 			center;
}
#steptabs li {
		border: 				1px solid #175A23;
		margin: 				0px -1px 0px 0px;
		float: 				left;
		width: 				195px;							/*31%*/
		padding: 			3px 0px;
		vertical-align: 		middle;
}
#steptabs a {
		margin:				0;
		font-size: 			11px;
		color:				#343823; 						/*color de letra 2*/
		text-decoration: 	none;
}
#steptabs img{
		padding: 0;
		margin: -1px 0px 0px 0px;
		position: absolute;
}
/*-------------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/

#htabs{
		margin-top:		0px;
		margin-left: 		5px;
		margin-right: 		5px;
		clear:				left;
		background-color: #DEBFCC;
		padding: 			0px;
		border: 				1px solid #DEBFCC;
}
#htabs ul {
		list-style: 			none;
		margin: 				0px;
		padding:			0px 0px 0px 7px;
}
#htabs li {
		background-color: #EFE0E7;
		padding: 			3px;
		margin: 				8px 2px -2px 2px;
		float: 				left;
		border:				1px solid #343823;
}
#htabs a {
		margin:				0;
		padding: 			5px;
		text-decoration: 	none;
}
#htabs a:hover {
		color:				#C28FA6;
}
.tabSection {
		margin: 				0px 5px 0px 5px;
		padding: 			5px 10px 10px 10px;
		border:				1px solid #C28FA6;
		border-top: 		1px solid #343823;
		min-width: 			560px;
}
div.subTitleLine {
		border-bottom: 	1px solid #CEC8C0;
		margin:				0px 0px 0px 0px;
}
/*-------------------------------------------------------------------------*/


/*Forms Styles*/
form.dataIns {
		padding: 				0px;
}
form.dataIns label {
		font-size:				11px;
		text-align:				right;
		display:					block;
		width: 					40%;
}
form.dataIns > div > label {
		float:						left;
}
form.dataIns > div {
		clear: 					left;
}
form.dataIns > div > input {
		 text-align:				left;
		 margin:					0px 3px 5px 10px;
		 height: 					16px;
}
form.dataIns > div > input:disabled {
		text-align:				left;
		margin:					0px 3px 5px 10px;
		height: 					16px;
		color: 					black;
}
form.dataIns > div > select {
		text-align:				left;
		margin:					0px 3px 5px 10px;
		height: 					19px
}
form.dataIns > div > textarea {
		 text-align:				left;
		 margin:					0px 10px 5px 10px;
}
form.dataIns > div.buttonTag > input {
		height: 					22px;
}
div.loginBox {
		padding:				20px 0px 10px 0px;
		border: 					1px solid #CEC8C0;		 /*color de borde*/
		width: 					450px;
		margin: 					20px;
		/*min-width: 				400px;*/
}

div.loginBox > form.dataIns label {
		font-size:				12px;
		text-align: 				right;
		display: 				block;
		width: 					160px;
}
/*End of form Styles*/

.iframeDivContainer {
		font-weight:	bold;
		margin-top: 	10px;
		border:			1px solid #73364A;
}
/*------------------------------*/
/* Styles added on june 19 2009 */

.vendorFormLeft {
	text-align: 	right;
	width: 			160px;
	vertical-align: 	top;
}
.newNoteBox {
	width: 	100%;
}
/*------------------------------*/

.mergeLeftBox {
		border: 		1px solid #73364A;
		width: 			280px;
		padding: 		15px 0px;
}
.mergeRightBox {
		border: 		1px solid #73364A;
		width: 			auto;
		height: 		265px;
		padding: 		5px 5px;
		overflow: 		auto;
}

/* new email popup */
.emailBlock { margin: 5px 10px; }
.emailHead { width: 100%; background-color: #C28FA6; padding: 5px 0; }
.emailHead td { padding: 1px 10px; }
.emailBody { margin: 0; padding: 10px; border: 1px solid #93B3DA; border-top: 0; }
.noEmail { font-weight: bold; padding: 10px 15px; }

.applyTemplateBox { position: absolute; background: #ffffff repeat scroll 0% 50%; border: 1px solid #73364A; right: 10px; z-index:100; } /* border dark app */
.applyTemplateBox li { position: relative;}
.applyTemplateBox li a { padding: 4px 8px; display: block; color:#73364A;}
.applyTemplateBox li a:hover { color: white; background: #C28FA6; } /*bkg light app*/
.applyTemplateBox ul  { padding: 0; margin: 3px; list-style: none; }

.attachSection {
		padding: 5px 10px;
		color: 	#73364A;
}
.attachSection td {
		padding-left: 1px;
		border-bottom: 1px solid #E9E9E9;
}
.templateHeader { font-size: 1em; margin: 0; padding: 0; font-weight: bold; }

.warningIE, .helpTextModal, .accountConfirmationBox {
	border-top:1px solid #73364a;
	border-right:1px solid #73364a;
	border-bottom:1px solid #73364a;
	border-left:1px solid #73364a;
}

.warningIETitle, .helpTextTitle, .accountConfirmationTitle {
	background-color:#73364a;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	color:white;
	text-align: left;
	padding: 3px 5px;
	text-align: center;
}

.emailTag {
	color: #666;
	background-color: #FFF;
	padding: 1px 2px;
	float: left;
	width: 201px;
	text-align: left;
}

.emailTag:hover {
	background-color: #C28FA6;
}

.closeEmailTag {
	color: #73364a;
	float: right;
	cursor: pointer;
}

.emailsTagCloud {
	width: 250px; 
	max-height: 170px;
	height: auto; 
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	z-index: 9999;
	background: #fff;
	border: 1px solid #73364a;
	top: 93px;
	left: 412px;
}

.actionTaskField {
	width: 99%;
	text-align: left;
}
.textAreaModal {
	width: 219px;
	height: 50px;
	resize: none;
}

.contentCenter {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.confirmB_table {
	width: 100%;
}
.confirmB_list {
	text-align: left; 
	padding: 0; 
	margin: 0; 
	margin-left: 15px;	
}
.confirmB_list li {
	line-height: 1.4em;
	font-size: 0.9em;
}
.confirmB_notes {
	text-align: left; 
	padding: 0 8px; 
	font-weight: bold;
}
.confirmB_notes > div {
	margin-bottom: 7px;
	font-size: 0.9em;
}
.disabled {
	color:#AFAFAF;
	background-color:#EFEFEF;
	cursor: default;
}

.bTypesTab {
	table-layout: fixed;
	width: 100%;
	border-right: 1px solid #C28FA6;
	border-bottom: 1px solid #C28FA6;
}
.bTypesTab .titleTr {
	background-color: #EFE0E7;
}
.bTypesTab td {
	padding: 5px;
	vertical-align: top;
	border-left: 1px solid #C28FA6;
}

.bTypesTab td.borderTd {
	border-top: 2px solid #C28FA6;
}

.listDocSection { 
}
.listDocSectionTitle { 
	color: rgb(63,35,42); 
	font-weight: bold; 
	margin-bottom: 5px;
}

.infoReject {
	font-weight: bold;
	margin-bottom: 3px;
}

.sharedConfirm, .sharedConfirm a { font-family: verdana; font-size: 14px; font-weight: bold; text-decoration:none; color: #73364A; }

.loader {
  width: 18px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.loader::before,
.loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes l23 {
  100% {transform: rotate(1turn)}
}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }