<style type="text/css">

.td_size {    
  width:200px; 
  height:100px;
  max-width:200px;
  min-width:200px; 
  max-height:100px; 
  min-height:100px;
  **overflow:hidden;** /*(Optional)This might be useful for some overflow contents*/   
}

.left_text {
	text-align: right;
	font-family: Tahoma;
	font-size: 1em;
}

.right_text {
	text-align: left;
	font-family: Tahoma;
	font-size: 1em;
}

.center_text {
	text-align: center;
	font-family: Tahoma;
	font-size: 0.8em;
}

.modal_text {
	text-align: left;
	font-family: Verdana;
	font-size: 0.7em;
}

.resume_text {
	text-align: left;
	font-family: Tahoma;
	font-size: 0.9em;
	line-height: 150%;
	text-align: center;
}

/*
input {
    border: 2px solid #a1a1a1;
    padding: 2px 10px; 
    background: #dddddd;
      -- width: 300px; 
    border-radius: 10px;
	font-size: 0.8em;
}
*/

#terminos {display: none;}
	.lbox {
		position: fixed;
		top: 0;
		left: 0;
		min-height: 100%;
		min-width: 100%;
		opacity: 0.7;
		background-color: #333333;
		z-index: 100;
	}
	#terminos {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		padding: 0;
		margin-top: -260px;
		margin-left: -400px;
		z-index: 1000;
	}
	#terminos div {
		margin: 10px;
		padding: 10px;
		height: 470px;
		width: 800px;
		background-color: #FFFFFF;
		border: 2px solid #666666;
		border-radius: 8px;
		overflow: auto;
	}
	.modal_close a {
		position: absolute;
		top: -8px;
		right: 10px;
		text-decoration: none;
		color: #FFFFFF;
	}
	.modal_close a:hover {text-decoration:underline;}
	.tooltip {
		display: none;
		position: absolute;
		margin-top: -40px;
		border: 1px solid #333;
		background-color: #161616;
		border-radius: 5px;
		padding: 5px 10px;
		color: #FFFFFF;
		font-size: 12px;
	}


.StyledTable {
	margin:0px;padding:0px;
	width:90%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.StyledTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	/* height:100%; */
	margin:0px;padding:0px;
}.StyledTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.StyledTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.StyledTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.StyledTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.StyledTable tr:hover td{
	
}
.StyledTable tr:nth-child(even){ background-color:#aad4ff; }
.StyledTable tr:nth-child(odd)    { background-color:#ffffff; }.StyledTable td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}.StyledTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.StyledTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.StyledTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.StyledTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.StyledTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

#button1 {
  font-family: verdana;
  font-size: 0.9em;
  width: 150px;
}

input[type=submit] {
	font-size: 12px;
}

.Heading1 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.cancel-style {
	border-collapse: collapse;
	width: 100%;
	cellpadding: 5px;
	cellspacing: 0;
}

.negro {
	margin:0px;padding:0px;
	width:600px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	/* margin-left:auto;
	margin-right:auto; */
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.negro table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	/* height:100%; */
	margin:0px;padding:0px;
}.negro tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.negro table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.negro table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.negro tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.negro tr:hover td{
	background-color:#e0e0e0;
		

}
.negro td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}.negro tr:last-child td{
	border-width:0px 1px 0px 0px;
}.negro tr td:last-child{
	border-width:0px 0px 1px 0px;
}.negro tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.negro tr:first-child td{
		background:-o-linear-gradient(bottom, #8a8a8a 5%, #020202 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8a8a8a), color-stop(1, #020202) );
	background:-moz-linear-gradient( center top, #8a8a8a 5%, #020202 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a8a8a", endColorstr="#020202");	background: -o-linear-gradient(top,#8a8a8a,020202);

	background-color:#8a8a8a;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.negro tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #8a8a8a 5%, #020202 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8a8a8a), color-stop(1, #020202) );
	background:-moz-linear-gradient( center top, #8a8a8a 5%, #020202 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a8a8a", endColorstr="#020202");	background: -o-linear-gradient(top,#8a8a8a,020202);

	background-color:#8a8a8a;
}
.negro tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.negro tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.rojo {
	margin:0px;padding:0px;
	width:600px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	/* margin-left:auto;
	margin-right:auto; */
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.rojo table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	/* height:100%; */
	margin:0px;padding:0px;
}.rojo tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.rojo table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.rojo table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.rojo tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.rojo tr:hover td{
	background-color:#ffaaaa;
		

}
.rojo td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}.rojo tr:last-child td{
	border-width:0px 1px 0px 0px;
}.rojo tr td:last-child{
	border-width:0px 0px 1px 0px;
}.rojo tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.rojo tr:first-child td{
		background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

	background-color:#ff5656;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.rojo tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

	background-color:#ff5656;
}
.rojo tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.rojo tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.azul {
	margin:0px;padding:0px;
	width:800px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.azul table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.azul tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.azul table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.azul table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.azul tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.azul tr:hover td{
	background-color:#ffffff;
		

}
.azul td{
	vertical-align:middle;
		
	background-color:#aad4ff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.azul tr:last-child td{
	border-width:0px 1px 0px 0px;
}.azul tr td:last-child{
	border-width:0px 0px 1px 0px;
}.azul tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.azul tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.azul tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.azul tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.azul tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.verde {
	margin:0px;padding:0px;
	width:600px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #bf0000;
	/* margin-left:auto;
	margin-right:auto; */
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.verde table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.verde tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.verde table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.verde table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.verde tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.verde tr:hover td{
	background-color:#ffffff;
		

}
.verde td{
	vertical-align:middle;
	
	background-color:#d4ffaa;

	border:1px solid #bf0000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.verde tr:last-child td{
	border-width:0px 1px 0px 0px;
}.verde tr td:last-child{
	border-width:0px 0px 1px 0px;
}.verde tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.verde tr:first-child td{
		background:-o-linear-gradient(bottom, #5fbf00 5%, #5fbf00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #5fbf00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #5fbf00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#5fbf00");	background: -o-linear-gradient(top,#5fbf00,5fbf00);

	background-color:#5fbf00;
	border:0px solid #bf0000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.verde tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #5fbf00 5%, #5fbf00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #5fbf00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #5fbf00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#5fbf00");	background: -o-linear-gradient(top,#5fbf00,5fbf00);

	background-color:#5fbf00;
}
.verde tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.verde tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.gris {
	margin:0px;padding:0px;
	width:800px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.gris table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.gris tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.gris table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.gris table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.gris tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.gris tr:hover td{
	background-color:#ffffff;
		

}
.gris td{
	vertical-align:middle;
	
	background-color:#e5e5e5;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.gris tr:last-child td{
	border-width:0px 1px 0px 0px;
}.gris tr td:last-child{
	border-width:0px 0px 1px 0px;
}.gris tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.gris tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.gris tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.gris tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.gris tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}




.info {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.info table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.info tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.info table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.info table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.info tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.info tr:hover td{
	background-color:#ffaaaa;
		

}
.info td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.info tr:last-child td{
	border-width:0px 1px 0px 0px;
}.info tr td:last-child{
	border-width:0px 0px 1px 0px;
}.info tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.info tr:first-child td{
		background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

	background-color:#ff5656;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.info tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

	background-color:#ff5656;
}
.info tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.info tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

</style>
