﻿body 
{
    text-align:left;margin:0px;
    font-family:Arial,Verdana,Tahoma;
    font-size:9pt;
}
a
{
    font-family:Arial,Verdana,Tahoma;
    font-size:12px;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
table
{
    text-align:left;
    padding:0px;
    word-spacing:1px;
padding:3;
border:0px;
    }
    .tabledata {
background-color: #E9E9E9;
padding: 5px;
}
.menu
{
    background-image:url('../img/menu_back.jpg');
    background-repeat:repeat-x;
    height:30px;
    font-family:Arial,Verdana,Tahoma;
    color:white;
    font-weight:bold;
    font-size:14px;
    padding-left:10px;
}
.menu a
{
    font-family:Arial,Verdana,Tahoma;
    color:white;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
}
.menu a:hover
{
    text-decoration:underline;
}
e
{
     font-family:Arial,Verdana,Tahoma;
    color:#3F7EB6;
    font-weight:bold;
    font-size:14px;
}
.titlepage
{
     font-family:Arial,Verdana,Tahoma;
    color:#3F7EB6;
    font-weight:bold;
    font-size:18px;
}
.gridView
{
    border:1px;
    border-color:#000000;
    border-style:solid;
    font-size:9pt;
}
.gridViewHeader
{
    background-color:#E3E3E3;
    text-align:center;
    font-size:9pt;
    color:#000;
}

.gridViewHeader
{
    background-color:#E3E3E3;
    text-align:center;
    font-size:9pt;
    color:#000;
}

.gridViewHeader a
{

    font-size:9pt;
    color:#000;
}
textare
textarea,input
{
    
     font-family:Arial,Verdana,Tahoma;
    font-size:12px;
}


textarea
{
    font-family:Arial,Verdana,Tahoma;
}

.input
{
    width:150px;
}
.inputSmall
{
    width:80px;
}

.inputMedium
{
    width:170px;
}

.inputLarge
{

    width:200px;
}
.inputNumber
{
	font-family : Arial;
	font-size : 9pt;
	color : Black ;
	text-align: right;
    background-color: #FFFFFF;
}

.button
{
     width:80px;
     background-color:#E3E3E3;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.buttonLarge
{
     width:100px;
     background-color:#E3E3E3;
}

  /* *Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


/*==========================================================
	AJAX CONTROL TOOLKIT
===========================================================*/

/*------------- AUTOCOMPLETE EXTENDER -----------------

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionList 
{
	font-family : Arial;
	font-size : 9pt;
	color : Black ;
    border: solid 1px #006699;
    padding: 0px;
    background-color: White;
    margin : 0px!important;
    color : windowtext;
    border : buttonshadow;
    border-width :1px;
    border-style :solid;
    cursor :'default';
    overflow :auto;
    height:200px;
}
/*AutoComplete flyout */
.AutoCompleteExtender_HighlightedItem 
{ 
    background-color:#3399FF;
    color:White;
    padding : 1px ;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_CompletionListItem
{   
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
} 

/*------------- MASKETEDIT EXTENDER -----------------

#MaskedEditFocus{ 
  background-color: #C0C0FF 
} 
#MaskedEditError { 
  background-color: #FFC080; 
} */

/*------------- WATERMARKED EXTENDER -----------------*/
.unwatermarked {
      height:18px;
      width:148px;
}
 
.watermarked {
      height:20px;
      width:150px;
      padding:2px 0 0 2px;
      border:1px solid #BEBEBE;
      background-color:#F0F8FF;
      font-style:italic;
      color:gray;
}

/*=== ===================================
    TAB CSS
===  ===================================*/

.tabs { /* es el rectángulo contenedor */
    margin: 0 auto;
    /*min-height: 350px;*/
    height:450px;
    position: relative;
    float: left;
    width: 700px;
}
.tab { /* cada una de las pestañas */
    float: left;
}
.tab label { /* la parte superior con el título de la pestaña */
    background-color: #FFFFFF;
    border-radius: 5px 5px 0 0;
     border:solid 1px silver;
    /*box-shadow: 1px 1px 3px 1px #BDCFE4 inset;*/
    color: black;
    cursor: pointer;
    left: 0;
    margin-right: 1px;
    padding: 6px 15px;
    position: relative;
    text-shadow: 1px 1px #000;
}
.tab label:hover{ /* la parte superior con el título de la pestaña */
    background-color: #FFFFFF;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 3px 0px #BDCFE4 inset;
    border:solid 1px silver;
    border-top-color:#BDCFE4;
    color: black;
    cursor: pointer;
    left: 0;
    margin-right: 1px;
    padding: 6px 15px;
    position: relative;
    text-shadow: 1px 1px #000;
}

/* el control input sólo lo necesitamos para que las pestañas permanezcan abiertas así que lo ocultamos */
.tab [type=radio] { display: none; }

/* el contenido de las pestañas */
.tabContent {
    background-color: #FFFFFF;
    border:solid 1px silver;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 19px;
}
/* y un poco de animación */
.tabContent > * {
    opacity: 0;

    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);

    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.tabContent div{
    background-color:White;
    padding:1px;
}

/* controlamos la pestaña activa 
[type="radio"]:checked ~ label {
    background-color: #FFFFFF;
    box-shadow: 0 3px 0 yellow inset;
    border:solid 1px silver;
    border-bottom-width:0;
    color: black;
    z-index: 2;
}
[type=radio]:checked ~ label ~ .tabContent { z-index: 1; }
[type=radio]:checked ~ label ~ .tabContent > * {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}*/
