html {
  overflow-x: hidden;
  overflow-y: auto;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family:Calibri, Helvetica, sans-serif;
	font-size:13px; 
	color:#000000; 
	padding:0 0 0 0;
	background:#ffffff;
}

H1 { 
	text-align: center;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

div.table-title {
  display: block;
  margin: auto;
  padding:5px;
  width: 95%;
}

.table-title h1 {
   color: #D40000;
   font-size: 10px;
   font-weight: 100;
   font-style:normal;
   font-family: Segoe, Calibri, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}

.table-title h2 {
   color: #D40000;
   font-size: 15px;
   font-weight: 200;
   font-style:normal;
   font-family: Segoe, Calibri, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}

.table-title h3 {
   color: #D40000;
   font-size: 20px;
   font-weight: 300;
   font-style:normal;
   font-family: Segoe, Calibri, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}

a {
color:#6E312A;
text-decoration:underline;
}

a:hover {
color:#960000;
text-decoration:none;
}

.navigation_button
{
  -moz-border-radius: 25px;
  -moz-box-shadow: #6E7849 0px 0px 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 25px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #cf5969;
  background-image: -moz-linear-gradient(0deg, #f3324e, #cf5969);
  background-image: -ms-linear-gradient(0deg, #f3324e, #cf5969);
  background-image: -o-linear-gradient(0deg, #f3324e, #cf5969);
  background-image: -webkit-linear-gradient(0deg, #f3324e, #cf5969);
  background-image: linear-gradient(0deg, #f3324e, #cf5969);
  border-radius: 15px;
  border: 2px solid #4a5032;
  box-shadow: #6E7849 0px 0px 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  margin: auto;
  padding: 15px;
  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.2s ease;
}
.navigation_button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
 
.navigation_button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

/* 
botones especiales
*/

input[type=button]::-moz-focus-inner{
border:none;
padding:0
}

input[type=button]:focus{
outline:none
}

input[type=button]{
-moz-border-radius:6px;
-webkit-border-radius:6px;
-o-border-radius:6px;
-ms-border-radius:6px;
-khtml-border-radius:6px;
border-radius:6px;
font-family:Calibri, Helvetica, sans-serif;
font-size:13px; 
font-weight: bold;
line-height:1.2em;
padding:0.3em 1em;
border-width:1px;
background-color:#468CD2;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #989898), color-stop(10%, #6a6a6a), color-stop(50%, #3c3c3c), color-stop(50%, #353535), color-stop(100%, #4e4e4e));
background-image:-moz-linear-gradient(top, #989898 0%, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e 100%);
background-image:linear-gradient(top, #989898 0%, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e 100%);
border-color:#1e1e1e;
text-shadow:#040404 0px 1px 1px;
-moz-box-shadow:rgba(255,255,255,0.267) 0 0 0.1em 1px inset;
-webkit-box-shadow:rgba(255,255,255,0.267) 0 0 0.1em 1px inset;
-o-box-shadow:rgba(255,255,255,0.267) 0 0 0.1em 1px inset;
box-shadow:rgba(255,255,255,0.267) 0 0 0.1em 1px inset;
-moz-background-clip:padding;
-webkit-background-clip:padding;
-o-background-clip:padding-box;
-ms-background-clip:padding-box;
-khtml-background-clip:padding-box;
background-clip:padding-box;
margin:0 2px;
vertical-align:middle
}

input[type=button]:hover,input[type=button]:focus{
background-color:#3870A8;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #919191), color-stop(10%, #636363), color-stop(50%, #353535), color-stop(50%, #2d2d2d), color-stop(100%, #474747));
background-image:-moz-linear-gradient(top, #919191 0%, #636363 10%, #353535 50%, #2d2d2d 50%, #474747 100%);
background-image:linear-gradient(top, #919191 0%, #636363 10%, #353535 50%, #2d2d2d 50%, #474747 100%);
border-color:#161616;
text-shadow:#000 0px 1px 1px
}

input[type=button]:active{
background-color:#2D5A86;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #353535), color-stop(30%, #3a3a3a), color-stop(50%, #303030), color-stop(50%, #282828), color-stop(100%, #494949));
background-image:-moz-linear-gradient(top, #353535 0%, #3a3a3a 30%, #303030 50%, #282828 50%, #494949 100%);
background-image:linear-gradient(top, #353535 0%, #3a3a3a 30%, #303030 50%, #282828 50%, #494949 100%);
border-color:#0e0e0e;
text-shadow:#000 0px -1px -1px;
-moz-box-shadow:#1e1e1e 0 0.08em 0.1em 1px inset;
-webkit-box-shadow:#1e1e1e 0 0.08em 0.1em 1px inset;
-o-box-shadow:#1e1e1e 0 0.08em 0.1em 1px inset;
box-shadow:#1e1e1e 0 0.08em 0.1em 1px inset
}

input[type=button]:active,input[type=button]:hover,input[type=button]:focus{
color:#FFF
}

.red{
background-color:#468CD2;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #e08180), color-stop(10%, #ce3836), color-stop(50%, #872321), color-stop(50%, #7b201e), color-stop(100%, #a42a28));
background-image:-moz-linear-gradient(top, #e08180 0%, #ce3836 10%, #872321 50%, #7b201e 50%, #a42a28 100%);
background-image:linear-gradient(top, #e08180 0%, #ce3836 10%, #872321 50%, #7b201e 50%, #a42a28 100%);
border-color:#561615;
text-shadow:#380100 0px 1px 1px;
-moz-box-shadow:rgba(255,255,255,0.359) 0 0 0.1em 1px inset;
-webkit-box-shadow:rgba(255,255,255,0.359) 0 0 0.1em 1px inset;
-o-box-shadow:rgba(255,255,255,0.359) 0 0 0.1em 1px inset;
box-shadow:rgba(255,255,255,0.359) 0 0 0.1em 1px inset;
-moz-background-clip:padding;
-webkit-background-clip:padding;
-o-background-clip:padding-box;
-ms-background-clip:padding-box;
-khtml-background-clip:padding-box;
background-clip:padding-box
}

.red:hover,.red:focus{
background-color:#3870A8;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #dd7573), color-stop(10%, #c43330), color-stop(50%, #7b201e), color-stop(50%, #6e1c1b), color-stop(100%, #972725));
background-image:-moz-linear-gradient(top, #dd7573 0%, #c43330 10%, #7b201e 50%, #6e1c1b 50%, #972725 100%);
background-image:linear-gradient(top, #dd7573 0%, #c43330 10%, #7b201e 50%, #6e1c1b 50%, #972725 100%);
border-color:#491312;
text-shadow:#280100 0px 1px 1px
}


.red:active{
background-color:#2D5A86;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #7b201e), color-stop(30%, #832220), color-stop(50%, #721d1c), color-stop(50%, #661a19), color-stop(100%, #9b2826));
background-image:-moz-linear-gradient(top, #7b201e 0%, #832220 30%, #721d1c 50%, #661a19 50%, #9b2826 100%);
background-image:linear-gradient(top, #7b201e 0%, #832220 30%, #721d1c 50%, #661a19 50%, #9b2826 100%);
border-color:#3d100f;
text-shadow:#190000 0px -1px -1px;
-moz-box-shadow:#561615 0 0.08em 0.1em 1px inset;
-webkit-box-shadow:#561615 0 0.08em 0.1em 1px inset;
-o-box-shadow:#561615 0 0.08em 0.1em 1px inset;
box-shadow:#561615 0 0.08em 0.1em 1px inset
}

.red,.red:visited,.red:active,.red:active:visited,.red:hover,.red:hover:visited,.red:focus,.red:focus:visited{
color:#ffffff
}

/*
 fin botones especiales
*/


input[type=text]
{
	background: url("mnuimg/field_bg.gif");
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2D5A86;
	height: 20px;
    padding-left: 10px;
    text-decoration: none;
	border: 1px solid #888;
    border-radius:5px;
	margin-bottom : 0.1em;
}

input[type=password]
{
	background: url("mnuimg/field_bg.gif");
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2D5A86;
	height: 20px;
    padding-left: 10px;
    text-decoration: none;
	border: 1px solid #888;
    border-radius:5px;
	margin-bottom : 0.1em;
}

.inputnr{
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2D5A86;
	background-color: #DDDDE9;
	text-decoration: none;
	text-align: right;
    padding-left: 10px;
	border: 1px solid #D99990;
    border-radius:5px;
}
.inputbig{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2D5A86;
	text-decoration: none;
	background-color: #FFFF99;
    padding-left: 10px;
	border: 2px solid #D99990;
    border-radius:5px;
}

.inputchk{
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2D5A86;
	text-decoration: none;
	text-align: right;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius:5px;
    padding-left: 10px;
}
.outputnr{
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2D5A86;
	text-decoration: none;
	text-align: right;
	background-color: #FFFF99;
	border: 1px solid #2D5A86;
    border-radius:5px;
}

textarea {
	font-family: Calibri, Helvetica, sans-serif;
	color: #D40000;
	text-decoration: none;
	background-color: #E5E6F9;
	border: 1px solid #D99990;
	font-size: 13px;
	font-weight: bold;
}

td {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	height: 12px;
}

table#border1{
	border: 2px outset grey / darkgray; 
	padding: 1px;
}

#border1 td{
	border: thin inset grey /darkgray; 
	margin: 1px;
}

table#scrollTable{
	margin: 0; 
	border-spacing: 2px;
	padding: 2px;
	border-collapse: collapse; 
	color: White; 
}

#scrollTable tbody {
	margin: 0; 
	padding: 0; 
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323586;	
}

#scrollTable tr.head {
	margin: 0; 
	padding:0;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323586;	
}

#scrollTable tr.line:nth-child(odd) {
	margin: 0; 
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323586;	
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

#scrollTable tr.line:nth-child(even) {
	margin: 0; 
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323586;	
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

#scrollTable th {
	margin: 0; 
	padding: 0; 
	border: 1px solid lightgrey;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323586;	
	text-align: left;
}

#scrollTable td {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323586;
	border: 1px solid lightgrey;	
	text-align: left;
}

table#recTable{
	width:95%; 
	border-spacing: 2px;
	padding: 2px;
	text-align: center;
}

#recTable tr td {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #323586;
	height:30px; 
}

table.ghostTable{ 
	border-spacing: 2px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
}

table.ghostTable th td {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D40000;
	height:25px; 
	background: #BBB;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	padding: 4px 3px;
	text-align: left;

}
table.ghostTable tr:nth-child(odd){ 
	font-family: Courier, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height:25px; 
	background: #FFFFD4;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
table.ghostTable tr:nth-child(even){
	font-family: Courier, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height:25px; 
	background: #FFFFAA;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
input[type=ghost]{
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	height: 18px;
    padding-left: 10px;
    text-decoration: none;
	background: transparent;
	border: 1px solid #DDD;
    border-radius:5px;
	margin-bottom : 0.3em;
}

.bigfont {
	font-family: Calibri;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
tr.GridHeader {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9C9E9F;
}
tr.GridOdd{
	background-color : #EBF5FF;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	padding-left: 2px;
	padding-right: 2px;
}
tr.GridEven {
	background-color : #E6F3FF;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	padding-left: 2px;
	padding-right: 2px;
}
tr.GridHeader_mini {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9C9E9F;
	background-position: center;
	height: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	padding-left: 2px;
	padding-right: 2px;
}
tr.GridOdd_mini{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10px;
	color: #777C7E;
	background-position: center;
	background-color : #EBF5FF;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	padding-left: 2px;
	padding-right: 2px;
}
tr.GridEven_mini {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10px;
	color: #777C7E;
	background-position: center;
	background-color : #E6F3FF;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	padding-left: 2px;
	padding-right: 2px;
}
.mini {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000
}
tr.color1{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-position: center;
	background-color : #99CC00;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	border-left-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}
tr.color2{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-position: center;
	background-color : #FFCC33;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	border-left-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}
tr.color3{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-position: center;
	background-color : #99CCFF;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	border-left-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}
tr.color4{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-position: center;
	background-color : #FF9900;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	border-left-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}
tr.productos_header{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	background-position: center;
	background-color : #333333;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-left-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}
tr.productos_lines{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	background-position: center;
	background-color : #FFFFD4;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	border-left-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}
tr.proveedores{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;
	font-style:italic;
	color: #892E38;
	background-position: center;
	background-color : #EAEAEA;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E1E7EA;
	border-right-color: #E1E7EA;
	border-bottom-color: #E1E7EA;
	border-left-color: #E1E7EA;
	border-left-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}

p {
margin-bottom:10px;
line-height:1.2em;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

ul, ol {
margin:0 0 12px 0;
padding:0;
}

li {
margin:0 0 5px 15px;
padding-left:15px;
list-style:none;
background-image:url(images/bulleted-li-bg-dark.gif);
background-position:0 3px;
background-repeat:no-repeat;
font-size:1.2em;
color:#454545;
}


/* Main Outer Container */
#pageWrap {
margin:0 auto;
padding:0;
width:770px;
}


/* Content Container */
#container {
margin:0;
padding:10px 0 0 0;
width:770px;
}


/* Center Content Column */
#OneColumn {
float:left;
margin:0 0 0 0;
width:770px;
font-size:.9em;
color:#000000;
}

#OneColumn h2 {
margin:0 0 5px 0;
padding:0;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:1.8em;
color:#9C291D;
}

#OneColumn p {
margin:0 0 5px 0;
padding:0;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:8em;
color:#9C291D;
}


/* Clears nested floats */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.radio {
	font-family: Calibri, sans-serif;
	color: #D40000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width:18px;
	height:18px;
	padding-left: 10px;
}
select {
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D40000;
	text-decoration: none;
	background-color: #DDDDE9;
	padding-left: 10px;
	border: 1px solid #D99990;
	height: 22px;
	border: 1px solid #D99990;
    border-radius:5px;
	margin-bottom : 0.5em;
}



#tabs .inptabs[type=text]
{
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D40000;
 	background-color: #DDDDE9;
	height: 16px;
    padding-left: 10px;
    text-decoration: none;
	border: 1px solid #D99990;
    border-radius:5px;
}

#tabs .seltabs {
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D40000;
	text-decoration: none;
	background-color: #DDDDE9;
	padding-left: 10px;
	border: 1px solid #D99990;
	height: 22px;
	border: 1px solid #D99990;
    border-radius:5px;
}
#tabs {
    margin: auto;
}
#tabs .td {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	height: 14px;
}
#tabs .li {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 13px;
}

[disabled] { /* Text and background colour, dark gray on light blue */
	color: #888;
 	background-color: #DDDDE9;
}

input:disabled {
  color : #888 !important;
}

label.lbl {
	font-size:14px;
	font-family:Calibri,sans-serif;
	font-weight:bold;
	color:#0000D4;
	margin-bottom: 0.2em;
}

label.comentario {
	font-size:11px;
	font-family:Calibri,sans-serif;
	color:#888;
	font-weight:normal;
	font-style:italic;
}

span.arrow {
    margin-left: 6px;
    height:17px;
    background: url('images/sparrow.jpg') no-repeat left center;
}

label.error {
    height:17px;
    border-top:1px solid #99182c;
    border-right:1px solid #99182c;
    border-bottom:1px solid #99182c;
    margin-left:9px;
    padding:1px 5px 0px 5px;
    font-size:small;
	color: #D40000;
	font-style:italic;
}

.step span {
	font-family:Calibri,sans-serif;
	font-size:14px;
	font-weight: bold;
	padding-right: 0.8em;
	margin-bottom: 50px;
}

.cell1 {
    float: left;
    margin-right: 10px;
	margin-left: 10px;
	width : 150px;
	margin-bottom: 10px;
}

.cell2 {
    float: left;
    margin-right: 10px;
	margin-left: 10px;
	width : 500px;
	margin-bottom: 10px;
}
.clear{ 
	clear: both;
} 

.navigation_button {
	width : 70px;
}

#data {
	overflow : auto;
}

#step_visualization {

	margin : 2em;
}

#visualization_first{
	background-color : #ffffdd;
}

#visualization_finland{
	background-color : #ffff99;
}

#visualization_confirmation{
	background-color : #ffff44;
}
			
.visualization {
	border-style : solid;
	font-size:3em;
	font-family:Calibri,sans-serif;
	font-weight: normal;
	color:#0000D4;
	padding-left: 1em;
	padding-right: 1em;
}

#demoNavigation {
	margin-top : 0.5em;
	margin-right : 1em;
	text-align: right;
}

#data {
	font-size : 0.7em;
}

.tabs_panel
{
    padding: 10px;
    overflow: auto;
    position: relative;
}

/* Buttons */

a.button {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button:active {
    color: #000;
    border-color: #444;
}
a.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
a.middle:hover,
a.right:hover { border-left: solid 1px #999 }
a.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
a.big {
    font-size: 16px;
    padding: 10px 15px;
}
a.supersize {
    font-size: 20px;
    padding: 15px 20px;
}
a.save {
    background: url(css_images/Sprite_16.11.2017.png) -4px -4px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.add {
    background: url(css_images/Sprite_16.11.2017.png)  -4px -38px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.delete {
    background: url(css_images/Sprite_16.11.2017.png)  -8px -75px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.flag {
    background: url(css_images/Sprite_16.11.2017.png)  -4px -110px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.arr_up {
    background: url(css_images/Sprite_16.11.2017.png)  -4px -265px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.arr_dn {
    background: url(css_images/Sprite_16.11.2017.png)  -0px -168px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.arr_lt {
    background: url(css_images/Sprite_16.11.2017.png)  -7px -201px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.arr_rt {
    background: url(css_images/Sprite_16.11.2017.png)  -0px -232px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.save-big {
    background: url(css_images/save_big.png) 5px 10px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.add-big {
    background: url(css_images/add_big.png) 5px 10px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.delete-big {
    background: url(css_images/del_big.png) 5px 10px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.flag-big {
    background: url(css_images/flag_big.png) 5px 10px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.up-big {
    background: url(css_images/up_big.png) 5px 10px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.down-big {
    background: url(css_images/down_big.png) 5px 10px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}     
a.lt-big {
    background: url(css_images/lt_big.png) 5px 10px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}     
a.rt-big {
    background: url(css_images/rt_big.png) 5px 10px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}     
/*Buttons end*/

/*pagination buttons*/
.mbutton {
    background-color: #E4E4E4;
    border: 1px solid #444444;
    color: black;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.mbutton_md {
    background-color: #C7CBEC;
    border: 1px solid #444444;
    color: black;
    padding: 8px 10px;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.mbutton_mi {
    background-color: #C7CBEC;
    border: 1px solid #444444;
    color: black;
    padding: 8px 10px;
    margin-left: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.mbutton_active {
    background-color: #ACD974;
    border: 1px solid #444444;
    color: white;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 5px;
}

/*pagination buttons*/

/* Simple table CSS */
table.simple {
	border:1px solid #C0C0C0;
	border-collapse:collapse;
	width:95%; 
	margin:auto;
}

table.simple thead th {
	border:1px solid #C0C0C0;
	padding:5px;
	background:#d40000;
	color: #ffffff;
	font-size:13px;
	font-family: Calibri, cursive;
}

table.simple tbody tr td  {
	border:1px solid #C0C0C0;
	padding:5px;
	color: #00496B;
	font-size:12px;
	font-family: Calibri, cursive;
}

table.simple tbody tr:nth-child(2n){
	background: #F4F0EF; 
	color: #00496B;
}

table.simple tbody#hoveron:hover > tr:hover#hoveron td {
  @include text-shadow(none);
  color:#2d2d2d;
  /*@include opacity(1.0);*/
  background:#AAAAAA;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;  
}

table.simple th.text-left1 {
  text-align: left;
}

table.simple th.text-center1 {
  text-align: center;
}

table.simple th.text-right1 {
  text-align: right;
}

table.simple td.text-left1 {
  text-align: left;
}

table.simple td.text-center1 {
  text-align: center;
}

table.simple td.text-right1 {
  text-align: right;
}

table.simple th.text-left2 {
  text-align: left;
  font-size:13px;
}

table.simple th.text-center2 {
  text-align: center;
  font-size:13px;
}

table.simple th.text-right2 {
  text-align: right;
  font-size:13px;
}

table.simple td.text-left2 {
  text-align: left;
  font-size:13px;
}

table.simple td.text-center2 {
  text-align: center;
  font-size:13px;
}

table.simple td.text-right2 {
  text-align: right;
  font-size:13px;
}

table.simple th.text-left3 {
  text-align: left;
  font-size:15px;
}

table.simple th.text-center3 {
  text-align: center;
  font-size:15px;
}

table.simple th.text-right3 {
  text-align: right;
  font-size:15px;
}

table.simple td.text-left3 {
  text-align: left;
  font-size:15px;
}

table.simple td.text-center3 {
  text-align: center;
  font-size:15px;
}

table.simple td.text-right3 {
  text-align: right;
  font-size:15px;
}
    
/* Simple table CSS */



 


