/* THIS SKIN SHOULD ONLY BE USED IN THE BUILDER. */
/* IT IS NOT A GENERAL PURPOSE SKIN.             */
/* IT CANNOT BE USED ON CONTENT MODULES.         */

BODY.Builder
{
    background-color:#1B5482;
    background-image:url(images/builder_background.jpg);
    color:#ffffff;
    font-family:Verdana, sans-serif;
    font-size:8pt;
}

.Builder-ContentModuleBody-table_class
{
    background-image:url(images/builder_title_bar.gif);
    background-repeat:repeat-x; 
    background-color:#ffffff;
 
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    border-bottom:2px solid #C3C3C3;
    width:99%;
    margin-bottom:10px;
    -moz-border-radius:8px;
    margin-left:auto;
    margin-right:auto;
}

.Builder-ContentModuleTitle-table_class
{
    display:none;
}

.popuphelp {
  position:absolute; 
  right:20px; 
  top:3px;
  font-weight:normal; 
  text-decoration:none;
  
}

.popupwidth {
  width:90%;
  margin-left:auto;
  margin-right:auto;
}

#id_EditPane {
    
}

#id_EditPane table tr td{
    width:0px;

}

.builder_add_cm
{
    width:100%; 
    text-align:center;
}

.builder_add_cm a, .builder_add_cm a:hover
{
    font-size: 8pt;
}
    
a.normalLink
{
    font-family:Verdana, sans-serif;
    font-weight:normal;
    text-decoration:none;
    color:#474747;
}

a.normalLink:hover
{
    font-family:Verdana, sans-serif;
    font-weight:normal;
    color:#0000ff;
}

.builder_header_text
{
    font-family:Verdana, sans-serif;
    font-weight:bold;
    text-decoration:none;
    font-size:10pt;    
    color:#474747;
    width:100%;
    position:relative;
    padding-left:10px;
    padding-top:3px;
}

.builder_text_bold
{
    font-family:Verdana, sans-serif;
    font-weight:bold;
    text-decoration:none;
    font-size:8pt;
    color:#474747;
}

.builder_text
{
    font-family:Verdana, sans-serif;
    font-weight:normal;
    text-decoration:none;
    font-size:8pt;
    color:#474747;
}

.builder_text_disabled
{
    font-family:Verdana, sans-serif;
    font-weight:normal;
    text-decoration:none;
    font-size:8pt;    
    color:#7F7F7F;
}

.builder_odd_row
{
    background-color:#EEF7FF;
}

.builder_even_row
{
    background-color:#FFFFFF;
}

.builder_disabled_row
{
    background-color:#E2E2E2;
}

.Builder-ContentModuleBody-table_class select 
{
    font-family:Verdana, sans-serif;
    font-weight:bold;
    text-decoration:none;
    font-size:8pt;
    color:#474747;
    border:2px solid #B8B8B8;
}

.Builder-ContentModuleBody-table_class input
{
    font-family:Verdana, sans-serif;
    font-weight:bold;
    text-decoration:none;
    font-size:8pt;
    color:#474747;
}

.Builder-ContentModuleBody-table_class select {
    width:300px;
}

.input_disabled
{
    background-color:#E2E2E2;
}

.builder_button
{
    font-family:Verdana, sans-serif;
    font-weight:bold;
    text-decoration:none;
    font-size:8pt;    
    color:#474747;
    background-color:#ADDAFF;
    background-image:url(images/builder_button.gif);
    background-repeat:repeat-x;
    border:2px solid #3877AB;
    background-position:bottom left;
 }

.builder_button_disabled
{
    font-family:Verdana, sans-serif;
    font-weight:bold;
    text-decoration:none;
    font-size:8pt;
    color:#E7E7E7;
    background-color:#CACACA;
    background-image:url(images/builder_button_disabled.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    border:2px solid #717171;
}


/* ---------------- BUILDER BAR ----------------------------- */

.builder_bar_container 
{
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.builder_bar
{
    position:relative;
    width:100%;
    margin-top:10px;
}

.context_builder_bar
{
    position:relative;
    clear:left;
    background-color:#ffffff;
    height:5%;
    width:100%;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:2px solid #DDDDDD;
    border-bottom:2px solid #C3C3C3;
    margin-bottom:15px;
    padding-bottom:4px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

.builder_bar_spacer
{
    position:relative;
    background-color:#ffffff;
    height:5px; 
    width:100%;
    border-top:1px solid #474747;
    border-left:1px solid #474747;
    border-right:2px solid #474747;
    border-bottom:2px solid #474747;
    margin-bottom:15px;
}

.builder_bar_separator
{
    float:left;
    color:#000000;
    display:inline;
    padding-top:3px;
    padding-bottom:6px;
}

.builder_bar_menu_item
{
    float:left;
    display:inline;
    padding-left:8px;
    padding-right:8px;
    padding-top:3px;
    padding-bottom:6px;

    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;    
    
    background-color:#FFFFFF;
    
    background-image:url(images/builder_bar.png);
    background-repeat:repeat-x;
    background-position:bottom;
    -moz-border-radius: 8px 8px 0px 0px;
}

#builder_bar_main .builder_bar_menu_item_selected a
{
    font-weight:bold;
    color:#000000;
}

#builder_bar_main .builder_bar_menu_item_selected a:hover
{
    font-weight:bold;
    color:#0000ff;
}

#builder_bar_main .builder_bar_menu_item a
{
    font-weight:normal;
    color:#000000;
}

#builder_bar_main .builder_bar_menu_item a:hover
{
    font-weight:normal;
    color:#0000ff;
}

a.menuItemDisabled {
    color:#CACACA !important ; 
}

a.menuItemDisabled:hover {
    cursor:default; 
}

.context_builder_bar_menu_item
{       
    float:left;
    padding-left:8px;
    padding-right:8px;
    padding-top:4px;

}

.context_builder_bar_menu_item_right
{
    float:right;
    display:inline;
    padding-left:8px;
    padding-right:8px;
    padding-top:3px;
}

.builder_bar_right_reverse
{
    position:absolute;
    width:50px;
    text-align:center;
    padding-left:8px;
    padding-right:8px;
    padding-top:3px;
    padding-bottom:6px;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:2px solid #DDDDDD;
    
    background-color:#FFFFFF;
    
    -moz-border-radius: 8px 8px 0px 0px;
    right:-3px;
    
    background-image:url(images/builder_bar_right.png);
    background-repeat:repeat-x;
    background-position:bottom;
}


#builder_bar_main .builder_bar_right_reverse a
{
    font-weight:normal;
    color:#000000;
}

#builder_bar_main .builder_bar_right_reverse a:hover
{
    font-weight:normal;
    color:#0000ff;
}

.builder_bar_right
{
    position:absolute;
    width:50px;
    text-align:center;
    padding-left:8px;
    padding-right:8px;
    padding-top:6px;
    padding-bottom:3px;
    color:#000000;
    padding-left:8px;
    padding-right:8px;
    padding-top:3px;
    padding-bottom:6px;
    
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:2px solid #DDDDDD;
    
    background-color:#FFFFFF;
    
    -moz-border-radius: 8px 8px 0px 0px;
    right:-3px;
    
    background-image:url(images/builder_bar_right.png);
    background-repeat:repeat-x;
    background-position:bottom;

}


#builder_bar_main .builder_bar_right a
{
    font-weight:normal;
    color:#000000;
}

#builder_bar_main .builder_bar_right a:hover
{
    font-weight:normal;
    color:#0000ff;
}

.builder_bar_menu_item_selected
{
    float:left;
    display:inline;
    padding-left:8px;
    padding-right:8px;
    padding-top:3px;
    padding-bottom:6px;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    background-color:#ffffff;
    -moz-border-radius: 8px 8px 0px 0px;
    color:black;
    
    background-image:url(images/builder_bar_selected.png);
    background-repeat:repeat-x;
    background-position:bottom;
}

.builder_bar_preview_for_date
{
    float:right;
    display:inline;
    font-family:Verdana, sans-serif;
    font-weight:normal;
    color:#474747;
    padding-right:20px;
    padding-left:5px;
}

.builder_bar_all_dates
{
    float:right;
    display:inline;
    padding-left:30px;
    padding-right:8px;
}

/* ---------------- DATE PICKER ----------------------------- */
.calendar_container
{
    padding-left:4px;
    padding-right:4px;
    padding-bottom:4px;
    margin:0px;
    background-color:#ffffff;
    border-top:1px solid #474747;
    border-left:1px solid #474747;
    border-right:2px solid #474747;
    border-bottom:2px solid #474747;
    background-image:url(images/builder_title_bar.gif);
    background-repeat:repeat-x;
    -moz-border-radius: 5px;
}

.heading
{
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-family: verdana;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    
}

.weekDays
{
    height: 24px;
    width: 24px;
    text-align: center;
    font-family: verdana;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    cursor: pointer;

}

.dateOff
{
    border: 1px solid #C3C3C3;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: verdana;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin-bottom:0px;
    margin-right:0px;
    cursor: pointer;

}

.today
{
    border: 1px solid #FF0000;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: verdana;
    
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin-bottom:0px;
    margin-right:0px;
    cursor: pointer;

}

.dateOn
{
    border: 1px solid #0000EE;
    background-color: #F2F2F2;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: verdana;
    
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin-bottom:0px;
    margin-right:0px;
    cursor: pointer;

}

.dateOverOff
{
    border: 1px solid #0000EE;
    background-color: #F2F2F2;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: verdana;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin-bottom:0px;
    margin-right:0px;
    cursor: pointer;

}

.dateOverOn
{
    border: 1px solid #FF0000;
    background-color: #F2F2F2;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: verdana;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin-bottom:0px;
    margin-right:0px;
    cursor: pointer;


}

.IncDecBtn
{
    /*border:1pt black solid;*/
    height:6px;
    width:9px;
    cursor: pointer;
}

/* ---------------- ROOM MANAGER ----------------------------- */
.Auth_normal
{
            font-weight:normal;
            font-style:italic;
            color:#228888;
}

.Auth_bold
{
            font-weight:bold;
            font-style:italic;
            color:#228888;
}

.None_normal
{
            font-weight:normal;
            color:#DD0000;
            font-style:italic;
}

.None_bold
{
            font-weight:bold;
            color:#DD0000;
            font-style:italic;
}

.All_normal
{
            font-weight:normal;
            color:#000000;
}

.All_bold
{
            font-weight:bold;
            color:#000000;
}

/* ---------------------------------------------------------- */
/* Local Navigation                                           */
/* ---------------------------------------------------------- */
.Builder-ContentModuleBody-table_class #localNavMenuWrapper {
     overflow-x:hidden;
     width:90%;
}

#localNavMenuWrapper .IsVisible 
{ 
   display: block;
} 

#localNavMenuWrapper .NotVisible 
{ 
      display: none; 
} 
    
#localNavMenuWrapper .Expander 
{ 

    margin-right:3px; 
    margin-left: 1px; 
} 
    
#localNavMenuWrapper .Parent DIV 
{ 
    margin-left: 16px; 
} 
    
* html #localNavMenuWrapper .Parent DIV 
{ 
    margin-left: 16px; 
    width:100%; 
} 

#localNavMenuWrapper  a:hover 
{ 
    color: white; 
    background-color: #5B5B5B; 
} 

/* ---------------------------------------------------------- */
/* EPS Opac Styles                                            */
/* ---------------------------------------------------------- */

.eps_opac_row_color
{
    background-color:#EEEEEE;
}

.eps_opac_bold_text
{
    font-weight:bold;
    font-family: Verdana, sans-serif;
    
}

.boldtext
{
    font-weight:bold;
    font-family: Verdana, sans-serif;
    
}

.eps_opac_header_text
{
    font-weight: bold; 
    color:#983E3E;
    
}

.eps_opac_text
{
    font-weight:normal;
    font-family: Verdana, sans-serif;
    
}

.eps_opac_button
{
    background-color:#983E3E; 
    font-weight: bold; 
    color: #FFFFFF;
    
}

.eps_opac_cancel
{
    font-weight: bold; 
    color:#983E3E;
    
    text-align:center;
}

    
/* Light to Dark Levels */ 
#localNavMenuWrapper DIV 
{ 
    background-color:#EEEEEE; 
} 

#localNavMenuWrapper DIV DIV 
{ 
    background-color:#EEEEEE; 
    border-top: 1px solid lightgrey; 
} 

#localNavMenuWrapper DIV DIV DIV 
{ 
    background-color:#D9D9D9; 
    border-top: 1px solid lightgrey; 
} 

#localNavMenuWrapper DIV DIV DIV DIV 
{ 
    background-color:#C5C5C5; 
    border-top: 1px solid lightgrey; 
} 

#localNavMenuWrapper DIV DIV DIV DIV DIV 
{ 
    background-color:#B1B1B1; 
    border-top: 1px solid lightgrey; 
} 

#localNavMenuWrapper #selectedLink 
{ 
    font-weight:bold; 
} 
    
#localNavMenuWrapper .menuIcon 
{ 
    vertical-align: top; 
     width: 16px; 
} 

#localNavMenuWrapper .menuItem
{
    text-align:left;
    color:#0000ff; 
    font-weight: normal; 
    text-decoration: none; 
    
}

/* ---------------------------------------------------------- */
/* Support for Old Class - NOT used in XSL. Used in old HTML  */
/* ---------------------------------------------------------- */

.black
{
    font-weight:normal;
    font-family: Verdana, sans-serif;
    
}

/* ----------------------------------------------------------- */
/* Added for disabled text color                               */
/* ----------------------------------------------------------- */

.disabledText
{
    color:#7F7F7F;   
}

/* ----------------------------------------------------------- */
/* Peekaboo IE bug fix                                         */
/* ----------------------------------------------------------- */

* html #containerDiv 
{ 
    height:1%;
} 
