a:active, a:link, a:visited {
	color: #0D5798;
	text-decoration: none;
}
a:hover {
	color: #8CAFCD;
	text-decoration: none;
}

.menuButtons {
	background-color: #ededed; /*#8CAFCD*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.menuButtons a {
    text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.menuButtons a:active, .menuButtons a:link, .menuButtons a:visited {
	font-family: Arial,sans-serif;
	background-color: #FF6600; /*#8CAFCD*/
	color: white;
	border-right: 1px solid white;
}
.menuButtons a:hover {
	font-family: Arial,sans-serif;
    background-color: white;
    color: #FF6600; /*#8CAFCD*/
}

.loginout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	font-size:11px;
	color: #FF6600;
	text-decoration: none;
}
.loginout a {
	text-decoration: none;
}

.footer {
	text-align: center;
	font-size: 0.8em;
}

.actionButtons {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.tableControl {
	width: 100%;
	text-align: right;
	padding-top: 15px;
}
.actionButtons a, .tableControl a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #578BB8;
	border: 1px solid #578BB8;
	text-decoration: none;
	padding: 5px;
	margin: 5px;
}
.actionButtons a:hover, .tableControl a:hover {
	color: white;
	background-color: #578BB8;
	margin: 5px;
}

h1 {
	font-family: Arial,sans-serif;
	color: #578BB8;
	font-size: 1.6em;
	margin-top: 0;
}

body {
	margin: 0px;
	font-family: Arial,sans-serif;
	color: #616161;
}

.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.narrow {
	width: 20%;
}
.wide {
	width: 80%;
}
.first td {
	background-color: #F0F0F0;
}
.second td {
	background-color: white;
}

.dialog 
{
	padding: 15px;
	background-color: #F0F0F0;
	margin: 10px;	
}
.dialog table
{
	width: auto;
}

.columnHeader:link, .columnHeader:visited, .columnHeader:active
{
	color: white;
	text-decoration: none;
}

.columnHeader:hover
{
    color: #FF6600;
}

.message {
	border: 1px solid #FF0000;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left:4px;
	background-color: #FFFFFF;
	width:100%;	
}

.msg {
	border: 1px solid #FF0000;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left:4px;
	background-color: #FFFFFF;
	width:300px;
	height:20px;
	position:relative;
	z-index:1;	
}

.prop {
	padding: 5px;
}
.prop .name {
	text-align: left;
	width: 115px;
}
.prop .value {
	text-align: left;
}
.prop .errors {
	color: red;
	text-align: left;
	font-size: 0.8em;
}
/*.value input {
	width:190px;
}*/
.errors input {
	border: 1px solid red;
}
.required {
	color: red;
}

/* date picker style */
div.seam-date 
{
  width: 180px;
  margin-top: 5px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;  
  color: #505050;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

table.seam-date td {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 10px; 
  border: 0px;
}

.seam-date-monthNames
{
  width: 70px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 10px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
{
  text-align: center;
  display: block;
  color: #555555;  
}

a.seam-date-monthNameLink:hover
{ 
  background-color: #CCCCCC;
  color: red;  
}

.seam-date-years
{
  height: 10em;
  overflow: auto;
  width: 60px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 10px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-yearLink, a.seam-date-yearLink:visited
{
  text-align: center;
  display: block;
  color: #555555;    
}

a.seam-date-yearLink:hover
{
  background-color: #CCCCCC;
  color: red;    
}  

tr.seam-date-header
{
  padding: 2px 0px 2px 0px;
}
  
td.seam-date-header
{
  padding: 0px 8px 0px 8px;
  text-align: center;
  color: gray;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;  
}

td.seam-date-header-prevMonth
{
  background-image: url("../img/cal-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-left: 2px;
}

td.seam-date-header-nextMonth
{
  background-image: url("../img/cal-next.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-right: 2px;
}

tr.seam-date-headerDays
{
  color: white;
  font-weight: normal;
}

tr.seam-date-headerDays > td
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  color: white;
  text-align: center;
  width: 26px;   
}

tr.seam-date-footer
{
  background-color: white; 
  color: #505050;
  
}

tr.seam-date-footer > td
{
  text-align: center;
}

td.seam-date-inMonth
{
  background-color: white; 
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-outMonth
{
  background-color: white; 
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-selected
{
  background-color: #CCCCCC;        
  border: 1px solid #AAAAAA; 
  color: black;
  font-weight: normal;
}

td.seam-date-dayOff-inMonth
{
  background-color: #efefef;
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-dayOff-outMonth
{
  background-color: #efefef;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-hover 
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  cursor: pointer;
  color: red;
}

/***************  Styles extras Ndh **************************************************

Edemsa

******************************************************************************************************************/
.txt-base, rotulo-seccion{
	size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:left;
}

.rotulo-seccion{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0075BA;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.rotulo-seccion-rojo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#ndh-back{
background-image:url(../img/ndh.gif);
background-repeat:no-repeat;
width:52px;
height:18px;
cursor:hand;
}

#header-container {
   height: 89px;
   width: 772px;
    background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
   z-index: 5;
   
}

.content-container {
 background-image: url(../img/back_body.gif);
 }
 
 #body {
   background-color: #EBEBEB;
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
  
}
#footer-container {

   width:772px;
  clear: both;
   height:34px;
   background-repeat:no-repeat;
   background-image: url(../img/back_footer.gif);
   
}

.footer-cont {

   width:750px;
  clear: both;
   height:20px;
   background-repeat:no-repeat;
   background-image: url(../img/nav_foot_bg.jpg);
   
}

.action-links:link {
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #666666;
   text-decoration: none;
}

.action-links:hover {
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px; 
   color: #FF9900;
   text-decoration: none;
}

.action-links:active {
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #666666;
   text-decoration: none;
}

.action-links:visited {
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #666666;
   text-decoration: none;
}

#Nav-back{
background-image:url(../img/back_action.gif);
background-repeat:no-repeat;
width:26px;
height:20px;
cursor:hand;
}

#Nav-up{
background-image:url(../img_/up_action.gif);
background-repeat:no-repeat;
width:30px;
height:20px;
cursor:hand;
}

#Nav-spacer{
background-image:url(../img_/nav_spacer.gif);
background-repeat:no-repeat;
width:21px;
height:20px;
}
.rowclass0{
background-color:#F1F5FA;
height:16px;
}
.rowclass1{
background-color:#EEEDED;
height:16px;
}

#maintable{

}	

#maintable a:link {
	color: #003366;
}
#maintable a:visited {
	color: #003366;
}
#maintable a:hover {
     color: #80CBE0;
	 

}

#maintable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 550px;
	text-align: center;
	padding: 0px;
	
}	


#maintable th  {
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}   

#maintable  table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;

	width: 100%;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	border-top-color: #809AA9;
	border-right-color: #809AA9;
	border-bottom-color: #809AA9;
	border-left-color: #809AA9;
	border-top:solid 1 px;
	border-left:solid 1 px;
	border-right:solid 1 px;
	
}

#maintable td {
/*	background-color: #f2f2f2; */
	font-size: 11px;
	border:0px;
	padding: 0px;
	border-collapse: collapse;		
}


.Sub-label-left-noSelected {
   background-image: url(../img/backLeftMenu.jpg);
   background-repeat:no-repeat;
   width:160px;
   height:21px;
   padding-left:22px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #333333;
   vertical-align: middle;
   white-space: nowrap;
   text-align:left;
    text-align:left;
}

.Sub-label-left-selected{
   background-image: url(../img/back_but_nav_active.jpg);
   background-repeat:no-repeat;
   width:160px;
   height:21px;
   padding-left:22px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #333333;
   vertical-align: middle;
   white-space: nowrap;
   text-align:left;
}


.back_sub_nav{
background-image: url(../img/back_sub_nav.jpg);
   background-repeat:no-repeat;

}

.input-home-login{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height:14px;
	text-decoration: none;
}

.list-nic{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	width:100px;
	
}