/***********************************
**        answers.css             **
**                                **
**       CSS for rendering        **
**       answers pages            **
***********************************/

#rightheaderimage{
    width:          707px;
    height:         162px;
    border-left:    1px solid #C8C8C8;
    border-bottom:  1px solid #C8C8C8;
    border-top:     1px solid #C8C8C8;
              
  }
  #rightheaderimageshadow{
    background-image: url(/images/body_header_shdaow.gif);
    width:          707px;
    height:         4px;
    position:       absolute;
  }

#rightheader{
    background-image: url(/images/body_header.gif);
    width:          708px;
    height:         33px;
  }
#rightinnercontainer{
    width:              707x;
    background-color:   #f7f7f7;
    border-left:        1px solid #c8c8c8;
    border-bottom:      1px solid #c8c8c8;
    padding-bottom:     24px;
    margin-top:         0px;
  }
  
  #bodytriangle{
    background-image: url(/images/body_triangle.gif);
    width:              7px;
    height:             14px;

    margin-top:         25px;
    margin-left:        0px;
    float:left;
  }
  
  #contenttitle{
    font-size:          18px;
    font-weight:        bold;
    margin-left:        27px;
    padding-top:         20px;
    color:              #72787d;
  }
  
  #contentarea{
    padding-top:        5px;
    padding-left:       27px;
    width:              680px;
    overflow:           hidden;
    color:              #4C4D4D;
  }
  
  #contentarea p{
    line-height:        150%;
    padding:            0;
    margin:             0;
    margin-top:         5px;
  }
  .clickable{
    margin-top:         10px;
  }
  .clickable img{
    margin-right:       5px;
    border:             0;
  }
  
  .clickable a{
    margin-top:         10px;
    color:              #4C4D4D;
    cursor:             hand;
  }
  #contentarea p.clickable{
    cursor:             hand;
  }
  #contentarea .open a{
    color:              #4C4D4D; 
    font-weight:        bold;
  }

  .subcontent.open{
    display:            block;
    margin-left:        15px;
  }
  .subcontent{
    margin-left:        10px;
    margin-right:        25px;
    display:            none;
  }
  
  .subcontent p{
    line-height:        150%;
    color:              #72787D;
  }
