
body{
	font-family: Arial,sans-serif;
	color: #002c56;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #002c56;
 background-color:#e9f2f9;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #002c56;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #000000;
}


.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px #006699;
	line-height: normal;
	height: auto;
	margin: 1px;
}
.lista2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	height: auto;
	margin: 1px;
}
.listar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px #006699;
	line-height: normal;
	height: auto;
	margin: 1px;
	text-align:right;
}
.listar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	height: auto;
	margin: 1px;
	text-align:right;
}
.listainv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border: 0px solid #9EA6C1;
	clear: right;
}
.listainvr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border: 0px solid #9EA6C1;
	clear: right;
	text-align:right;
}

.boton {

}
.textonegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.textodestacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000099;
}

.titulopagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.textoblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
}



#dataTable{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:10px;
  }
#dataTable thead th{
  font-size:13px;
  font-weight:bold;
  background:#c8d9e5;
  border-top:2px solid #143567;
  border-bottom:1px solid #fff;
  color:#000;
  padding:8px;
  text-align:left;
  }  
#dataTable thead td{
  font-size:13px;font-weight:normal;
  background: #e6eff6;
  border-bottom:1px solid #fff;
  border-top:2px solid #143567;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  } 
#dataTable tbody th{
  font-size:13px;font-weight:normal;
  font-weight:bold;
  background: #dae8f5;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }

#dataTable tbody td{
  font-size:13px;font-weight:normal;
  background: #e9f2f9;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#dataTable tbody tr:hover td{
  background:#c4d0dd;
  color:#339;
  }
#dataTable tbody tr:hover th{
  background:#c1cedd;
  color:#339;
  }  
#dataTable input{
  font-size:11px;
  }
#dataTable select{
  font-size:11px;
}
#dataTable textarea{
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
}

#filtros{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:20px;
  }
#filtros thead th{
  font-size:11px;
  font-weight:bold;
  background:#c8d9e5;
  color:#000;
  padding:8px;
  text-align:left;
  border-bottom:1px solid #fff;

  }  
#filtros tbody th{
  font-size:13px;font-weight:normal;
  background: #dae8f5;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#filtros td{
  background:#e9f2f9;  
  border-bottom:1px solid #fff;
  color:#335;
  border-top:1px solid transparent;
  padding:2px;
  text-align:left;
  padding-left:6px;
  }

#filtros input{
  font-size:11px;
  }
#filtros select{
  font-size:11px;
}

#datagrid{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:20px;
  }
#datagrid thead th{
  font-size:13px;
  font-weight:bold;
  background:#c8d9e5;
  border-top:2px solid #143567;
  border-bottom:1px solid #fff;
  color:#000;
  padding:8px;
  text-align:left;
  }  
#datagrid thead td{
  font-size:13px;font-weight:normal;
  background: #e6eff6;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  } 
#datagrid tbody th{
  font-size:13px;font-weight:normal;
  background: #dae8f5;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }

#datagrid tbody td{
  font-size:13px;font-weight:normal;
  background: #e9f2f9;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#datagrid tr:hover td{
  background:#c4d0dd;
  color:#339;
  }

  
  
#datagrid input{
  font-size:11px;
  }
#datagrid select{
  font-size:11px;
}


.atrasos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}

.compromiso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC00FF;
}
#menu
{
	width:100%; 
	background-color:#dae8f5;
}

input[type=text], input[type=password], input[type=email]
{
    border-radius: 5px;
    border:solid 1px #BFBDBD;
    height: 20px;
    padding-left:2px;
    box-shadow: 2px 2px 0 #eeeeee inset;
	font-size: 12px;
}
input[type=password]:hover
{
    border-radius: 5px;
    border:solid 1px #ff0000;
    height: 20px;
    padding-left:2px;
    box-shadow: 2px 2px 0 #eeeeee inset;
}
input[type=text]:hover
{
    border-radius: 5px;
    border:solid 1px #ff0000;
    height: 20px;
    padding-left:2px;
    box-shadow: 2px 2px 0 #eeeeee inset;
}
input[type=email]:hover
{
    border-radius: 5px;
    border:solid 1px #ff0000;
    height: 20px;
    padding-left:2px;
    box-shadow: 2px 2px 0 #eeeeee inset;
}

input[type=button],input[type=submit],input[type=file],input[type=range] {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 3px 7px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
 input[type=submit]:hover {
   border-top-color: #557065;
   background:#06C;
   color: #ccc;
   }
 input[type=submit]:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
 input[type=button]:hover {
   border-top-color: #557065;
   background:#06C;
   color: #ccc;
   }
 input[type=button]:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
select
{
    border-radius: 5px;
    border:solid 1px #BFBDBD;
    height: 22px;
    box-shadow: 2px 2px 0 #eeeeee inset;
	font-size: 12px;
}
select:hover
{
    border-radius: 5px;
    border:solid 1px #ff0000;
    height: 22px;
    box-shadow: 2px 2px 0 #eeeeee inset;
	font-size: 12px;
}
textarea
{
    border-radius: 5px;
    border:solid 1px #BFBDBD;
    box-shadow: 2px 2px 0 #eeeeee inset;
	font-size: 12px;
}
