/***********************************
**        capabilities.css        **
**                                **
**       CSS for rendering        **
**       capabilities 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);
	background-repeat: no-repeat;
    width:              7px;
    height:             14px;

    /*margin-top:         25px;
    margin-left:        0px;
    margin-top:         5px;*/
    margin-top:        4px;
    margin-right:      15px;
    float:left;
  }
  
  #contenttitle{
    font-size:          18px;
    font-weight:        bold;
    /*margin-left:        22px;*/
    padding-top:        20px;
    color:              #72787d;
  }
  #contenttitle #contenttitletext {
    background-image: url(/images/body_triangle.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;

	padding-left: 21px;
  }
  
  #contentarea{
    padding-top:        10px;
    padding-left:       22px;
    width:              680px;
    overflow:           hidden;
    color:              #4C4D4D;
    
  }
  #contentitem{
    float:              left;
    margin-right:       15px;
    width:              325px;
  }
  #contentitem p{
    margin:             0;
    padding:            0;
    line-height:        150%;
    color:              #4c4d4d;
  }
  #rightcontentfooter{
    margin-top:         20px;
  }
  
/*  #rightfootertabs{
    margin-left:        20px;
    height:             27px;
    margin-bottom:      1px;
    padding-bottom:     1px;
    width:              675px;
    border-bottom:      1px solid #d1d1d1;

  }
  #rightfootertabs a{
    text-decoration:    none;
  }
  #rightfootertab{
    float:              left;
    border-top:         1px solid #d8d8d8;
    border-left:        1px solid #d8d8d8;
    border-bottom:      1px solid #d8d8d8;
    cursor:             hand;
  }
  #rightfootertab #rightfootertabcontent.hover{
    color:              #262d39;
    background-color:   #C8C8C8;

  }

  #rightfootertabcontent{
    margin:             1px;
    margin-bottom:      0px;
    padding-top:        5px;
    padding-bottom:     4px;
    padding-left:       2px;
    padding-right:      2px;
    
  }
  #rightfootertab.active #rightfootertabcontent{
    background-color:   #F1C16D;
    color:              #4c4d4d;
    font-weight:        700;
    border-bottom:      1px solid white;
  }
  
  #rightfootertabcap{
    border-right:       1px solid #d8d8d8;
    height:             27px;
    width:              0px;
    float:              left;
  }
 
  #rightfootercontent{
    margin-left:        20px;
    width:              637px;
    padding-top:        13px;
    padding-left:       5px;
    padding-bottom:     10px;
  }
  #rightfootercontent p{
    color:              #4c4d4d;
    line-height:        150%;
    margin:             0;
    margin-right:       20px;
    padding-bottom:     8px;
    padding-top:        0px;
  }*/
