/* *************************************************** */
/*      Default Edemsa                 */
/* *************************************************** */

#body {
   background-color: #EBEBEB;
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
  
}

/*****************
* Portal Header  *
******************/

/* spacer to keep header at certain width regardless of display size
done to avoid overlapping of tab navigation in header */
#spacer {
   width: 772px;
   line-height: 0px;
   font-size: 0px;
   height: 0px;
}

/* Wrapper for Header */
#header-container {
   height: 123px;
   width: 772px;
    background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
   z-index: 5;
   
}

/* Header background */
#header {

   height: 123px;
   width: 772px;
   padding: 0px;
   margin: 0px;
   z-index: 1;
}

#logoName {


}

/************************
* Portal Layout Regions *
*************************/

/* wrapper for entire portal. starts/ends after/before body tag */
#portal-container {
/* part of below IE hack to preserve min-width for portlet regions */
/*width: 100%;*/
   margin: 30px 2% 0px 2%;

   padding: 0 350px 0 350px;
}

/* min width for IE */
#expander {
   position: relative;
   padding: 0 0 0 0;
   margin: 0 -350px 0 -350px;
   min-width: 772px;
   padding: 0 0 0 0;
}

/* min width hack for IE */
#sizer {
   width: 100%;
}

/* IE Hack \*/
* html #portal-container,
   * html #sizer,
   * html #expander {
   height: 0;
}

/* end IE min-width hack */

/* table that contains all regions. does not include header */

.content-container {
  

   background-image: url(images/back_body.gif);


   /*
   position: absolute;
   top: 70px;
   left: 0px; / * z-index: 1; * /
   / * part of below IE hack
padding: 0 350px 0 350px; * /
   padding: 0px 100px 0px 0px;
   */
}

/* Login JSP Selectors */
#login-container {
   position: relative;
   left: 35%;
   top: 55px;
   right: 45%;
   width: 320px;
   height: 250px;
   margin: 0px;
}

#login-container label, #login-container input {
   display: block;
   float: left;
   width: auto;
   margin-top: 15px;
}

#login-container label {
   text-align: right;
   padding-right: 20px;
   width: 95px;
}

#login-container br {
   clear: left;
}

#loginButton {

}

#login-container legend {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #768591;
}

#loginForm {
   margin: 0px;
   padding: 0px;
}

/* end Login Page Selectors */

/* portlet regions within content-container. this includes footer-container. */
#regionA {
   /* test to swap columns...
      float: right; 	*/

   width: 30%;
   float: left;
   margin: 0px;
   padding: 0px;
   min-width: 250px; /*height: 300px;*/
   background-color:#33FF33;
}



#regionC {
/* inclusion of 3rd region - comment out for 2 region testing */
   padding: 0px;
   margin: 0px;
   width: 0;
   float: left; /*hide 3rd region*/
   display: none;
}

#footer-container {

   width:772px;
  clear: both;
   height:34px;
   background-repeat:no-repeat;
   background-image: url(images/back_footer.gif);
   padding:0px;
   
}

.footer-cont {

   width:750px;
  clear: both;
   height:20px;
   background-repeat:no-repeat;
   background-image: url(images/nav_foot_bg.jpg);
   padding:0px;
}

#navigation-container {
   margin: 0px;
   position: absolute;
   width: 772px;
   z-index: -1;
   padding:0px;
   
}

/* used to clear float in regionA,B,C divs so that
footer spans bottom of page */
/* used to clear float in regionA,B,C divs so that
footer spans bottom of page */
hr.cleaner {
   clear: none;
   height: 0px;
   margin:  0;
   padding: 0;
   border: none;
   visibility: hidden;
  
}

/***************************
*  Primary Navigation (Tabbed Nav)  *
*****************************/

ul#tabsHeader {
   margin: 0;
   padding-left: 85px;
   margin-top: 95px;
   min-width: 500px;
   z-index: 100; /* added for submenu hover */
/*position: relative;  added for submenu hover */
}

ul#tabsHeader li {
   display: inline;
   list-style: none;
   float: left;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   position: relative;
   top: 0px;
  /* background-image: url( images/tab_right.gif );*/
   background-repeat: no-repeat;
   background-position: right top;
   white-space: nowrap;
   
}

ul#tabsHeader li:hover {
  /* background-image: url( images/tab_right_hover2.gif );*/
   background-repeat: no-repeat;
   background-position: right top;
   white-space: nowrap;
 
}

/* hover selectors for main header tabs */
ul#tabsHeader li.hoverOn {
	/*background-image: url( images/tab_right_hover2.gif );*/
   background-repeat: no-repeat;
	background-position: right top;
	white-space: nowrap;
	text-decoration: none;
	color: #FF3300;
	
}

ul#tabsHeader li.hoverOff {
  /* background-image: url( images/tab_right.gif );*/
   background-repeat: no-repeat;
   background-position: top right;
   white-space: nowrap;
}
/*separate*/
ul#tabsHeader a {
	display: inline;
	float: left;
	text-decoration: none;
	color: #5279AD;
	line-height: 12px;
	padding: 6px 11px 0px 11px; /*background-image: url(../images/tab_left.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
	width: 90px;
	white-space: nowrap;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}

ul#tabsHeader a:hover {
	text-decoration: none;
	color: #FF0000; /*background-image: url(../images/tab_left_hover2.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
	white-space: nowrap;
}

ul#tabsHeader #current {
   line-height: 12px;
  /* background-image: url( images/tab_right_current.gif );*/
   background-repeat: no-repeat;
   background-position: right top;
   padding-top: -3px; /*border-bottom: 2px solid #fff;*/
}

ul#tabsHeader #current a, #current a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FF0000; /*   background-image: url(../images/tab_left_current.gif); */
	background-repeat: no-repeat;
	background-position: top left;
}

/* Begin Submenu selectors */
ul#tabsHeader ul {
	position: absolute;
	height: 0;
	top: 0px;
	left: 10px;
	width: 150px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	visibility: hidden;
}

ul#tabsHeader ul a {
   font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
   font-weight: normal;
   color: #5078aa;
   margin-top: 28px;

}

ul#tabsHeader ul a:hover {
   font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
   font-weight: normal;
   color: #5078aa;
}

ul#tabsHeader #current ul a {
  font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
   font-weight: normal;
   color: #5078aa;
}

ul#tabsHeader li:hover ul,
   ul#tabsHeader a:hover ul {
   visibility: visible;
}

ul#tabsHeader ul li {
   background: #DFE8ED;
   color: #5078aa;
   padding: 4px;
   width: 120px;

   border: 0px solid #98b7c6;
   border-width: 1px 1px 1px 1px;

   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
}

ul#tabsHeader ul li:hover {
   background: #C0D3DC;
}

/* End Submenu selectors */

/* -------- These are new selectors for the admin and add page styles ------- */

ul#tabsHeader #admin {
   display: inline;
   background-image: url(images/tab_right_admin.gif);
   background-repeat: no-repeat;
   background-position: right top;
   padding-top: -3px;
   line-height: 12px;
}

ul#tabsHeader #admin a {
   text-decoration: none;
   color: #4386b5; /*   background-image: url(../images/tab_left_admin.gif);*/
   background-repeat: no-repeat;
   background-position: top left;
   white-space: nowrap;
   padding-top: -3px;
   line-height: 12px;
}

ul#tabsHeader #admin a:hover {
   text-decoration: none;
}

ul#tabsHeader #addpage {
   display: inline;
   background-image: none;
   margin-bottom: -3px;
   padding-top: 1px;
}

ul#tabsHeader #addpage a, #addpage a:hover {
  font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
   color: white;
   line-height: 12px;
   background-image: none;
   white-space: nowrap;
}

ul#tabsHeader #addpage a:hover {
   text-decoration: underline;
}

/* Tab background color for selected global nav item */
li.currentTabBackground {
   background: #fff;
}

/* backslash hack for IE5-Mac \*/
ul#tabsHeader a {
   float: none;
}

/* End Mac Hack */
html>body ul#tabsHeader a {
   width: auto;
}

/* fixes IE6 win hack */

/***************************
*  Utility Navigation  *
*****************************/

#dashboardnav {
   float: right;
   font-size: 10px;
   padding: 0px 0px 0px 0px;
   color: #005994;
   z-index: 20;
}

#dashboardnav a {
    color: #005994;
}

#dashboardnav .addcontent {
   background-image: url(images/ico_addcontent.gif);
   background-repeat: no-repeat;
   background-position: left;
   height: 20px;
   width: 20px;
   padding-left: 16px;
}



/****************************
* Portlet Container Windows *
*****************************/

.portlet-container {
   padding: 0 0 0 0;
   border:0 0 0 0;
}

/* wrapper for floating portlet window modes */
.portlet-mode-container {
  padding: 0 0 0 0;
  border:0 0 0 0;
}

.portlet-titlebar-title {
  display:none;
  padding: 0 0 0 0;
  border:0 0 0 0;
  
}


/* ------ NOT CURRENTLY IN USE FOR NEW 2.6 FUNCTIONALITY -------
.portlet-titlebar-decoration {}
*/

.portlet-titlebar-left {
  
}

.portlet-titlebar-center {
 
}

.portlet-titlebar-right {
  
}

.portlet-content-left {
  
   /*
      width:20px;
      background-color:#FFFFFF;
      border-left: 1px solid #dfe8ed;
   */
}

.portlet-content-center {
  
}

.portlet-body {
  padding: 0 0 0 0;
}

.portlet-content-right {
   /*
      width:5px;
      background-color:#FFFFFF;
      border-right: 1px solid #dfe8ed;
   */
}

.portlet-footer-left {
   /*
   background-color:#FFFFFF;
   border-bottom: 1px solid #98b7c6;
   border-left: 1px solid #dfe8ed;
   height:5px;
   */
}

.portlet-footer-center {
   /*	background-color:#FFFFFF;
      border-bottom: 1px solid #98b7c6;
      height:5px;
   */
}

.portlet-footer-right {
   /*
      background-color:#FFFFFF;
      border-bottom: 1px solid #98b7c6;
      border-right: 1px solid #dfe8ed;
      height:5px;
   */
}

/***********************
* Portlet Window Modes *
************************/
.portlet-mode-maximized {
  display:none;
}

.portlet-mode-minimized {
display:none;
  
}

.portlet-mode-normal {
  display:none; 
}

.portlet-mode-help {
  display:none;
}

.portlet-mode-edit {
   background-image: url(images/ico_edit.gif);
   background-repeat: no-repeat;
   width: 25px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 0px;
   padding:0px;
}

.portlet-mode-remove {
   
}

.portlet-mode-view {
  
}

.portlet-mode-reload {
  
}

.portlet-mode-hide {
   
}

/**********************
* Copyright Selectors *
***********************/
.portal-copyright {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #5E6D7A;
}

a.portal-copyright {
   color: #768591;
   text-decoration: none;
}

a.portal-copyright:hover {
   color: #bcbcbc;
   text-decoration: none;
}



/*************
*  Elements  *
**************/
a {
   color: #5078aa;
   text-decoration: none;
}

a:hover {
   color: #7eacd6;
   text-decoration: none;
}

hr {
   border-top: 1px dashed #d5d5d5;
   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
}

ul {
   padding-left: 20px;
}

li {
   list-style: url(images/ico_listelement.gif);
}

SELECT {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
}

FONT {
}

FIELDSET {
}

LEGEND {
}

h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #656565;
   padding-top: 10px;
   padding-bottom: 5px;
   margin: 0px;
}

h2 {
}

h3 {
}

h4 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #656565;
   padding-top: 10px;
   padding-bottom: 5px;
   margin: 0px;
}

h5 {
}

h6 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #656565;
   padding-top: 5px;
   margin: 0px;
}

/********
* FONTS *
*********/

/* Font attributes for the normal  fragment font.
Used for the display of non-accentuated information */
.portlet-font {
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

/* Font attributes similar to the portlet.font but the color is lighter */
.portlet-font-dim {
   color: #777777;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

/********
* FORMS *
*********/
input {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   margin-right: 6px;
}

.portlet-form-label {
   font-size: 10px;
   color: #656565;
}

/* Text of the user-input in an input field. not sure if we need this guy? */
.portlet-form-input-field {
   color: #000000;
   font-size: 10px;
}

/* Form Button Style */
.portlet-form-button {
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #5078aa;
   border-top: 1px solid #97B7C6;
   border-left: 1px solid #97B7C6;
   border-bottom: 1px solid #254869;
   border-right: 1px solid #254869;
}

/* Text that appears beside a context dependent action icon */
.portlet-icon-label {

}

/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
not sure if we need this one?.. */
.portlet-dlg-icon-label {

}

/* Text for form field labels */
.portlet-form-field-label {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #000;
   vertical-align: bottom;
   white-space: nowrap;
}

/* Text for a form field */
.portlet-form-field {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #000; /*margin-top: 10px;*/
}

.requiredfield {
   color: #821717;
}

/********
* LINKS *
*********/

.portal-links:link {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

.portal-links:hover {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #5699B7;
   text-decoration: none;
}

.portal-links:active {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.portal-links:visited {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

/***********
* MESSAGES *
************/

/* Status of the current operation. */
.portlet-msg-status {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: normal;
   color: #336699;
}

/* Help messages, general additional information, etc. */
.portlet-msg-info {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: #000;
}

/* Error messages. */
.portlet-msg-error {
   color: red;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

/* Warning messages. */
.portlet-msg-alert {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #821717;
}

/* Verification of the successful completion of a task. */
.portlet-msg-success {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;


   font-weight: bold;
   color: #359630;
}

/***********
* SECTIONS *
************/

/* Table or section header */
.portlet-section-header {
   font-weight: bold;
   color: #656565;
   font-size: 12px;
}

.portlet-section-body {
   color: #656565;
}

.portlet-section-alternate {
   background-color: #F2F2F2;
}

.portlet-section-selected {
   background-color: #CBD4E6;
}

.portlet-section-subheader {
   font-weight: bold;
   font-size: 10px;
}

.portlet-section-footer {
   font-size: 11px;
}

/* Text that belongs to the table but does not fall in one of the other categories
(e.g. explanatory or help text that is associated with the section. */
.portlet-section-text {
   font-size: 12px;
   font-style: italic;
}

/*******************
* Table Selectors  *
********************/
/* Table header */
.portlet-table-header {
   background-color: #eef;
   padding: 0 0px 0px 0px;
   font-weight: bold;
   color: #656565;
   font-size: 12px;
   border-bottom: 1px solid #d5d5d5;
}

/* Table footer */
.portlet-table-footer {
   padding: 0px 0px 0 5px;
   font-weight: bold;
   color: #656565;
   font-size: 12px;
   border: none;
   border-top: 1px solid #d5d5d5;
}

/* Normal text in a table cell */
.portlet-table-body {

}

/* Text in every other row in the table */
.portlet-table-alternate {
   background-color: #E6E8E5;
   border-bottom: 1px solid #d5d5d5;
}

/* Text in a selected cell range */
.portlet-table-selected {
   color: #000;
   font-size: 12px;
   background-color: #CBD4E6;
}

/* Text of a subheading */
.portlet-table-subheader {
   font-weight: bold;
   color: #000;
   font-size: 12px;
}

/* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
.portlet-table-text {
   padding: 0px 0px;
   border-bottom: 1px solid #d5d5d5;
}

/********
* MENUS *
*********/

/*General menu settings such as background color, margins, etc. */
.portlet-menu {

}

/* Normal, unselected menu item. */
.portlet-menu-item {
   color: #242424;
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.portlet-menu-item:hover {
   color: #5699B7;
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

/* Selected menu item. */
.portlet-menu-item-selected {
padding:0px;
}

/* Selected menu item when the mouse hovers over it. */
.portlet-menu-item-selected:hover {
padding:0px;
}

/* Normal, unselected menu item that has sub-menus. */
.portlet-menu-cascade-item {
padding:0px;
}

/* Selected sub-menu item that has sub-menus */
.portlet-menu-cascade-item-selected {
padding:0px;
}

/* Descriptive text for the menu (e.g. in a help context below the menu) */
.portlet-menu-description {
padding:0px;
}

/* Menu caption */
.portlet-menu-caption {
padding:0px;
}

/* ===== WSRP 2.0 - As of now proposed additions are:	===== */

/* A separator bar similar to a horizontal rule, but with styling matching the page */
.portlet-horizontal-separator {

padding:0px;
}

/* Allows portlets to mimic the title bar when nesting something */
.portlet-nestedTitle-bar {
padding:0px;
}

/* Allows portlets to match the textual character of the title on the title bar. */
.portlet-nestedTitle {
padding:0px;
}

/* Support portlets having tabs in the same style as the page or other portlets */
.portlet-tab {
}

/* Highlight the tab currently being shown */
.portlet-tab-active {
padding:0px;
}

/* Highlight the selected tab (not yet active) */
.portlet-tab-selected {
}

/* A tab which can not be currently activated */
.portlet-tab-disabled {
}

/* Top level style for the content of a tab. */
.portlet-tab-area {
}

/*****************
* AJAX Selectors *
*****************/

.dnd-droppable {
   border: #E6E8E5 1px solid;
}

/*******************************************************************************************************************************

  New Selectors added by Ndh.com.ar UI Design for theme development

******************************************************************************************************************************** */

/****************** link styles (active and disabled) for the "Add" icon ***************************/

a.addicon {
   font-weight: bold;
   background-image: url(images/ico_addcontent.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 16px;
}

/*
a.addicondisabled {
   font-weight: bold;
   color: #d5d5d5;
   background-image: url( images/ico_addcontent_disa.gif );
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 16px;
}
*/

/************** Foat Style (used to float objects on the page) **********************/

.floatobjectright {
   float: right;
}

.floatobjectleft {
   float: left;
}

/**************** Hide/Show functionality  ******************************************/
.hidden {
   display: none;
}

/************** Pagination ************************/
.pagination {
   padding-top: 6px;
   white-space: nowrap;
}

.pagination ul {
   margin: 0;
   padding: 0;
   font-size: 10px;
   text-align: right;
}

.pagination li {
   list-style-type: none;
   display: inline;
   padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
   padding: 0px;
   text-decoration: none;
   color: #5078aa;
}

.pagination a:hover, .pagination a:active {
   color: #7eacd6;
   text-decoration: none;
}

.pagination li.currentpage {
   font-weight: bold;
   padding: 0 0px;
   color: #000000;
}

.pagination li.disablepage {
   padding: 0 5px;
   color: #656565;
}

.pagination li.nextpage {
   font-weight: bold;
   background-image: url(images/ico_arrow_blue_right.gif);
   background-repeat: no-repeat;
   background-position: left;
   margin-left: 3px;
   padding-left: 6px;
}

.pagination li.nextpagedisabled {
   color: #656565;
   font-weight: bold;
   background-image: url(images/ico_arrow_grey_right.gif);
   background-repeat: no-repeat;
   background-position: left;
   margin-left: 3px;
   padding-left: 8px;
   padding-right: 2px;
}

.pagination li.previouspage {
   font-weight: bold;
   background-image: url(images/ico_arrow_blue_left.gif);
   background-repeat: no-repeat;
   background-position: right;
   padding-left: 10px;
   margin-right: 3px;
   padding-right: 7px;
}

.pagination li.previouspagedisabled {
   font-weight: bold;
   color: #656565;
   background-image: url(images/ico_arrow_grey_left.gif);
   background-repeat: no-repeat;
   background-position: right;
   padding-left: 12px;
   margin-right: 3px;
   padding-right: 9px;
}

* html .pagination li.currentpage, * html .pagination li.disablepage {
/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
   margin-right: 5px;
   padding-right: 0;
}

/********************* graphic style for bottom button bar in the administration portlets ***********************************/

.bottombuttonbar {
   background-color: #ececec;
   border-bottom: 1px solid #d5d5d5;
   border-top: 1px solid #d5d5d5;
   margin: 15px 10px 15px 5px;
   padding: 10px 10px;
}

/***************  Edit state background for hide/show controls **************************************************

Currently for Role management admin portlet

******************************************************************************************************************/

.editportletbkg {
   background-color: #eef8fd;
   padding: 0px;
   border: 0px solid #000000;
   padding:0px;
}

/***************  Styles extras Ndh **************************************************

Edemsa

******************************************************************************************************************/

#ndh-back{
background-image:url(images/ndh.gif);
background-repeat:no-repeat;
width:52px;
height:18px;
cursor:hand;
}

#Nav-back{
background-image:url(images/back_action.gif);
background-repeat:no-repeat;
width:26px;
height:20px;
cursor:hand;
}

#Nav-up{
background-image:url(images/up_action.gif);
background-repeat:no-repeat;
width:30px;
height:20px;
cursor:hand;
}

#Nav-spacer{
background-image:url(images/nav_spacer.gif);
background-repeat:no-repeat;
width:21px;
height:20px;
}

#Login-AdminNdh{
background-image:url(images/spacer.gif);
background-repeat:no-repeat;
width:10px;
height:10px;
cursor:hand;
cursor: pointer;
}

/********
* LINKS Footer EDEMSA *
*********/

.action-links:link {
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #666666;
   text-decoration: none;
}

.legal {
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #BABABA;
   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;
}
#sidebar1 {
	float: left; 
	width: 200px; 
	padding: 0px 10px 15px 20px;
	
}
#ContentTitle{

height:25px;
	padding: 0 11px; 
}

#mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px 20px;
	
} 

.Sec-Ico{

}


/***************************
*  Primary Navigation (Tabbed Nav)  *
*****************************/

ul#tabsHeaderNav {
   margin: 0;
   padding-left: 85px;
   margin-top: 95px;
   min-width: 750px;
   z-index: 100; /* added for submenu hover */
/*position: relative;  added for submenu hover */
}

ul#tabsHeaderNav li {
   display: inline;
   list-style: none;
   float: left;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   position: relative;
   top: 0px;
  /* background-image: url( images/tab_right.gif );*/
   background-repeat: no-repeat;
   background-position: right top;
   white-space: nowrap;
   
   
}

ul#tabsHeaderNav li:hover {
  /* background-image: url( images/tab_right_hover2.gif );*/
   background-repeat: no-repeat;
   background-position: right top;
   white-space: nowrap;
}

/* hover selectors for main header tabs */
ul#tabsHeaderNav li.hoverOn {
	/*background-image: url( images/tab_right_hover2.gif );*/
   background-repeat: no-repeat;
	background-position: right top;
	white-space: nowrap;
	text-decoration: none;
	color:#FF6600;
}

ul#tabsHeaderNav li.hoverOff {
  /* background-image: url( images/tab_right.gif );*/
   background-repeat: no-repeat;
   background-position: right top;
   white-space: nowrap;
}
/*separate*/
ul#tabsHeaderNav a {
   display: inline;
   float: left;
   text-decoration: none;
   font: 10px / Tahoma, normal Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   color: #025891;
   line-height: 12px;
   padding: 6px 11px 3px 11px; /*background-image: url(../images/tab_left.gif);*/
   background-repeat: no-repeat;
   background-position: top left;
   width: 90px;
   white-space: nowrap;
}

ul#tabsHeaderNav a:hover {
   text-decoration: none;
   color: #FF3300; /*background-image: url(../images/tab_left_hover2.gif);*/
   background-repeat: no-repeat;
   background-position: top left;
   white-space: nowrap;
}

ul#tabsHeaderNav #current {
   line-height: 12px;
  /* background-image: url( images/tab_right_current.gif );*/
   background-repeat: no-repeat;
   background-position: right top;
   padding-top: -20px; /*border-bottom: 2px solid #fff;*/
}

ul#tabsHeaderNav #current a, #current a:hover {
   font: 10px / Tahoma, normal Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
  
   color: #FF0000; /*   background-image: url(../images/tab_left_current.gif); */
   background-repeat: no-repeat;
   background-position: top left;
}

/* Begin Submenu selectors */
ul#tabsHeaderNav ul {
   visibility: hidden;
   position: absolute;
   height: 0;
   top: 0px;
   left: 0;
   width: 338px;
   text-align: left;
   margin: 0px;
   padding: 0px;
   margin-top: 20px;
}

ul#tabsHeaderNav ul a {
   font: 10px;
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;

}

ul#tabsHeaderNav ul a:hover {
   font: 10px;
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;
}

ul#tabsHeaderNav #current ul a {
   font: 10px;
   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;
}

ul#tabsHeaderNav li:hover ul,
   ul#tabsHeaderNav a:hover ul {
   visibility: visible;
}

ul#tabsHeaderNav ul li {
   background: #eeeeee;
   color: #5078aa;
   padding: 3px;
   width: 220px;

   border: 1px solid #98b7c6;
   border-width: 0px 1px 1px 1px;

   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
}

ul#tabsHeaderNav ul li:hover {
   background: #C0D3DC;
}

/* End Submenu selectors */

/* -------- These are new selectors for the admin and add page styles ------- */

ul#tabsHeaderNav #admin {
   display: inline;
   background-image: url(images/tab_right_admin.gif);
   background-repeat: no-repeat;
   background-position: right top;
   padding-top: -3px;
   line-height: 12px;
}

ul#tabsHeaderNav #admin a {
   text-decoration: none;
   color: #4386b5; /*   background-image: url(../images/tab_left_admin.gif);*/
   background-repeat: no-repeat;
   background-position: top left;
   white-space: nowrap;
   padding-top: -3px;
   line-height: 12px;
}

ul#tabsHeaderNav #admin a:hover {
   text-decoration: none;
}

ul#tabsHeaderNav #addpage {
   display: inline;
   background-image: none;
   margin-bottom: -3px;
   padding-top: 1px;
}

ul#tabsHeaderNav #addpage a, #addpage a:hover {
   font: 10px / Tahoma, normal Tahoma, Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   color: white;
   line-height: 12px;
   background-image: none;
   white-space: nowrap;
}

ul#tabsHeaderNav #addpage a:hover {
   text-decoration: underline;
}

/* Tab background color for selected global nav item */
li.currentTabBackground {
   background: #fff;
}

/* backslash hack for IE5-Mac \*/
ul#tabsHeaderNav a {
   float: none;
}

/* End Mac Hack */
html>body ul#tabsHeaderNav a {
   width: auto;
}
/* Text for form field labels */
.Sub-label-left {
   background-image: url(images/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-active {
   background-image: url(images/back_but_nav_active.jpg);
   background-repeat:no-repeat;
   width:160px;
   height:22px;
   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(images/back_sub_nav.jpg);
   background-repeat:no-repeat;

}

.ico_image{
background-image:url(images/ico_Seccion.gif);
background-repeat:no-repeat;
}

.ico_image-corte{
background-image:url(images/ico_CortesySuministros.gif);
background-repeat:no-repeat;
}



.line_not{
background-image:url(images/line_top_not.jpg);
width:471px;
height:25px;
background-repeat:no-repeat;

}

.ico_image_vertical{
background-image:url(images/not_vrtical_line.gif);
width:1px;
height:95px;
background-repeat:no-repeat;
}

.not_hoz_line{
background-image:url(images/not_hoz_line.gif);
width:386px;
height:1px;
background-repeat:no-repeat;
}

.not_footer{
background-image:url(images/not_footer.gif);
width:471px;
height:1px;
background-repeat:no-repeat;
}

.not_flech{
background-image:url(images/not_flech.gif);
width:16px;
height:25px;
background-repeat:no-repeat;
}

.not_flech_back{
background-image:url(images/not_flech_back.gif);
width:16px;
height:25px;
background-repeat:no-repeat;
}

.masInfo, .volverButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0075BA;
	height:20px;
	width:70px;
	background-color: #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	text-align: left;
	cursor: hand;
	cursor: pointer;
}

.volverButton{
text-align: right;
width:35px;
}


.editBack{
font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		border-width: thin;
		border-style:solid;
		border-color:#80CBE0;
		background-color: #FFFFFF;
		padding:0px;
}
.editBackCancel{
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
		font-size:10px;
		border-width:0;
		background-color: #FFFFFF;
		text-align:left;
		padding:0px;
}



.cortesSumBack{
background-image:url(images/fondo_cortesysuministros.gif);
width:510px;
height:80px;
background-repeat:no-repeat;
}

.titulo-preguntas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0075BA;
	font-weight: bold;
	}


	
.menuButtons{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image:url(images/Over50.gif);
	width:165px;
	height:31px;
	background-repeat:no-repeat;
	padding-top:7px;
	padding-left:15px;
	
}
.menuButtons a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
     background-image:url(images/Over50.gif);
    width:165px;
    height:31px;
    background-repeat:no-repeat;
    text-decoration: none;
	
	
}
.menuButtons a:active, .menuButtons a:link, .menuButtons a:visited {
	 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	
}
.menuButtons a:hover {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #FF6600;			
}

	
.menuButtons-b {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
    background-image:url(images/Over75.gif);
    width:165px;
    height:31px;
    background-repeat:no-repeat;
	padding-top:7px;
	padding-left:15px;
	
}
.menuButtons-b a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
     background-image:url(images/Over75.gif);
  width:165px;
    height:31px;
    background-repeat:no-repeat;
    text-decoration: none;
	
	
}
.menuButtons-b a:active, .menuButtons-b a:link, .menuButtons-b a:visited {
	 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	
}
.menuButtons-b a:hover {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #FF6600;			
}	

	
.menuButtons-c {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
    background-image:url(images/Over100.gif);
    width:165px;
    height:31px;
    background-repeat:no-repeat;
	padding-top:7px;
	padding-left:15px;
	
}
.menuButtons-c a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
     background-image:url(images/Over100.gif);
    width:165px;
    height:31px;
    background-repeat:no-repeat;
    text-decoration: none;
	
	
}
.menuButtons-c a:active, .menuButtons-c a:link, .menuButtons-c a:visited {
	 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	
}
.menuButtons-c a:hover {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #FF6600;			
}
.base-mapsite {
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
   font-weight: normal;
   text-align:left;
   color:#666666;
}
.base-mapsite a {
   font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
   font-weight: normal;
   text-align:left;
   color:#999999;
	
	
}
.base-mapsite a:active, .base-mapsite a:link, .base-mapsite a:visited {
	 
	font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
   font-weight: normal;
   text-align:left;
   color:#999999;
	
}
.base-mapsite a:hover {
	font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
   font-weight: normal;
   text-align:left;
    color: #FF6600;			
}
#tituloSec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0193CE;
	text-decoration: none;
	font-weight: bold;
	background-image:url(images/cmspreview.gif);
	background-repeat:no-repeat;
	height:25px;
	width:750px;
	padding-top:3px;
	text-indent:21px;
}
/* fixes IE6 win hack */
