/* Virtual text */

.linkblue{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION:none;
	color:#0066FF;
}

.TitleBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:  #666;;
	text-decoration: none;
}
.TitleLogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
.ExternBorderTable {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.TitleMedium {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;;
	text-decoration: none;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
/*
	SortTable
*/
td.sortedColumn {
  background-color:#F9FECF;
}

th.sortedColumn {
  background-color: #b0b0b0;
}

tr. td.sortedColumn {
  background-color: #d0d0d0;
}

/*Table Tabs*/

.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FF9900;
	color:#FFFFFF
}
.orange_img_bg {
	background-attachment: fixed;
	background-image: url(../../images/virtual/orange_corner.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.orange_border {
	border: 1px solid #FF9900;
}
.orange_img_bg2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #7DA91D;
	color:#FFFFFF
}
.green_img_bg {
	background-attachment: fixed;
	background-image: url(../../images/virtual/green_corner.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DA91D;
}
.green_border {
	border: 1px solid #7DA91D;
}
.green_img_bg2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DA91D;
}

.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #330000;
	color:#FFFFFF
}
.blue_img_bg {
	background-attachment: fixed;
	background-image: url(../../images/virtual/blue_corner.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}
.blue_border {
	border: 1px solid #330000;
}
.blue_img_bg2 {

	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

/*NUEVOS*/

.border_gris {
	border: 1px solid #CCCCCC;
	height: 71px;
}
.fnd_degradez {
	height: 10px;
	background-image: url(../images/virtual/bar_degradez.gif);
	background-repeat: repeat-x;
	border: 1px solid #666666;
}
.txt_white10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
.txt_gray10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
.txt_wine12bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #330000;
	font-weight: bold;
}
.cls_sangria {
	height: 71px;
	margin: 6px;
	padding: 10px;
}
.linktop {
	color: #FFFFFF;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
