/*
   DJO-Andy Template
   -----------------
*/

/*
   Palette
   -------

   (old)
   
   #ECFFE0; - light green (paper color)
   #ECECFF; - light blue (background color)
   #CEAC65; - border brown 

   (new)

   #A9BCBC; - light blue (background)
   #F2FFEB; - turquoise (page)
   #380606; - dark red? (footer)
   #D03C3C; - header red,
   #F36200; - header orange

*/

/*
   Layout
   ------
     
           userbar / toolbar                       
---------------------------------------

   ---------------------------------
   |            journal            |
   ---------------------------------
   |            header             |
   |-------------------------------|
   |             menu              |
   |-------------------------------|
   |          menu-below           |
   |-------------------------------|
   |             user1             |
   |--------|------------|---------|
   |        | above-     |         |
   |        | component  |         |
   |--------|------------|---------|
   | user2  | component  | user3   |
   |-------------------------------|
   |        | below-     |         |
   |        | component  |         |
   |-------------------------------|
   |            footer             |
   ---------------------------------
   
---------------------------------------
   
                social

*/

body
{
    background-color: #000;
    /* background-color: #a8bcbb; */
}

#djo-toolbar
{
    background-color: #A0A0A0;
    border-top: 2px solid #B0B0B0;
    border-bottom: 2px solid #909090;
    border-left: 0px solid none;
    border-right: 0px solid none;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 600;
}

#djo-banner
{
    padding: 20px 0px 10px 0px;
    min-height: 10px;
    line-height: 10px;
}

#djo-head
{
    border: 0px;
    margin: 0px auto;
    padding: 10px 0px 20px 0px;
    position: relative;
    z-index: 500;
    top: 0px;
    left: 0px;
    background: #a8bcbb url(../images/page_header/header.png?v3) center 0px no-repeat;
    width: 1000px;
}

#djo-head #djo-journals,
#djo-head #djo-journals li
{
    z-index: 530;
}

#djo-head #djo-header
{  
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px solid none;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    z-index: 520;
}

#djo-head #djo-menu
{ 
    border: 0px;
    z-index: 510;
    padding-left: 170px;
    height: 30px;
}

#djo-body
{ 
    margin: 0px;
    padding: 0px;
    border: 0px;
    z-index: 400;
    position: relative;
}

#djo-body div.andy-page
{  
    background: #a8bcbb url(../images/body.png) 50% 0% repeat-y;
    border: 0px;
    margin: auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 1000px;
}

#djo-menu-below
{
    margin-bottom: 20px;
}

#djo-page-bottom
{
    height: 50px;
    background: #000 url(../images/footer.png) 50% 100% no-repeat;
    /* background: #a8bcbb url(../images/footer.png) 50% 100% no-repeat; */
}

#djo-social
{  
  background-color: #889c9b;
  border: 0px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  border-top: 10px solid #98acab;
}

#djo-social #djo-social-banner
{  
  height: 80px;
  background: #889c9b url(../images/social-banner.png) 0% 0% no-repeat;
}

#djo-social-icons
{  
  background: #889c9b url(../images/social-icons.png) 0% 100% repeat-x;
}

#djo-foot div.andy-page
{  
}

#system-debug
{
  margin: 8px;
  padding: 8px;
  background: white;
}

#djo-user1
{
  margin-bottom: 0px;
}

#djo-user2
{
  margin-bottom: 10px;
}

#djo-user3
{
  margin-bottom: 10px;
}

#djo-component
{
  margin-bottom: 10px;
}

#djo-component-1
{
  padding: 0px;
}

#djo-footer
{
  margin-bottom: 10px;
}

#djo-user5
{
  
}

/*
   Generic Containers
   ------------------
*/

/*
.componentheading,
.componentheading_journal 
{
  background: #EDEDFF; 
  margin: 0px 0px 16px 0px; 
  padding: 0px 0px;
  border-bottom: 1px solid #DDD;
  text-align: left;
  font-size: 21px;
  color: #CEAC65;
  height: auto !important;
  height: 23px;
}
*/

.componentheading a,
.componentheading_journal a
{  
  /* color: #CEAC65; */
  text-decoration: underline;
} 

.componentheading br,
.componentheading_journal br
{  
  display: none;
} 

.tool-tip
{
  background-color: white;
  border: 1px solid #DDD;
  padding: 8px;
  max-width: 16em;
  z-index: 1000;
}

.tool-tip .tool-title
{
  padding-bottom: 5px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 5px;
} 

.tool-tip hr
{
  margin: 3px 0px;
}

/*
   System Messages
   ---------------
*/

#system-message    
{ 
}

#system-message dt 
{ 
  display: none
}

#system-message dd
{ 
  min-height: 64px;
  height: auto !important;
  height: 64px;
  margin: 0px 0px 20px 0px;
  vertical-align: bottom;
}

#system-message dd ul
{ 
  list-style-type: none;        
  list-style-position: outside; 
  list-style-image: none;     
  margin: 0px;
  padding: 0px;
} 

#system-message dd ul li
{
  margin: 0px 0px 4px 78px;
  padding: 2px 8px 2px 8px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

/* Success */
#system-message dd
{  
  background: transparent url(../images/success.jpg) 0% 50% no-repeat;
  padding: 0px 0px;
}

#system-message dd ul li
{  
  background-color: #DFD; 
}

/* Error */
#system-message dd.error
{
  background: transparent url(../images/error.jpg) 0% 50% no-repeat;
}

#system-message dd.error ul li
{  
  background-color: #FDD; 
}
 
/* Notice */
#system-message dd.notice 
{ 
  background: transparent url(../images/notice.jpg) 0% 50% no-repeat;
}

#system-message dd.notice ul li
{  
  background-color: #FAD698; 
}