/****
* 
*  PROFILE BREAK OUT STYLES
*  last modified 8/9/2008 (crtan@swin.edu.au)
* 
*********/


 
      .brownprofile {
        float: right; 
        margin: 10px; 
        margin-top: 0px; 
        width: 110px; 
        text-align: center; 
        padding: 5px; 
        background: #E7E0D0; 
        border-top: 10px #D8CDBA solid; 
        border-bottom: 10px #D8CDBA solid; 
        padding-bottom: 10px; 
        padding-top: 10px;
      }
      
      .brownprofile a {
            color: #4A2B0C; 
            text-decoration: none; 
            display: block;
      }
      
      .grayprofile {
        float: right; 
        margin: 10px; 
        margin-top: 0px; 
        width: 110px; 
        text-align: center; 
        padding: 5px; 
        background: #EFEFEF; 
        border-top: 10px #CCCCCC solid; 
        border-bottom: 10px #CCCCCC solid; 
        padding-bottom: 10px; 
        padding-top: 10px;
      }
      
      .grayprofile a {
            color: #000000; 
            text-decoration: none; 
            display: block;
      }
      
         .brownprofile a img, .grayprofile a img {
            border: 1px solid #999999;
        }
        
       .brownprofile a p, .grayprofile a p{
          font-size: 11px; 
          padding-top:5px; 
          margin-top:0px;
        }
        
      
      /* LANDSCAPE BOXES*/
      
      .brownprofile-landscape {
        float: right; 
        margin: 10px; 
        margin-top: 0px; 
        height: 80px; 
        text-align: center; 
        padding: 5px; 
        background: #E7E0D0; 
        border-top: 5px #D8CDBA solid; 
        border-bottom: 5px #D8CDBA solid; 
        padding-bottom: 10px; 
        padding-top: 10px;
        width: 250px;
      }
      
	  
      .brownprofile-landscape a {
            color: #4A2B0C; 
            text-decoration: none; 
            display: block;
      }
      
      
      .grayprofile-landscape {
        float: right; 
        margin: 10px; 
        margin-top: 0px; 
        height: 80px; 
        text-align: center; 
        padding: 5px; 
        background: #EFEFEF; 
        border-top: 5px #CCCCCC solid; 
        border-bottom: 5px #CCCCCC solid; 
        padding-bottom: 10px; 
        padding-top: 10px;
        width: 250px;
      }
      
      .grayprofile-landscape a {
            color: #000000; 
            text-decoration: none; 
            display: block;
      }
      
      
       .brownprofile-landscape a img, .grayprofile-landscape a img{
            border: 1px solid #999999;
            float:left;
            width: 110px;
            height: 77px;
            margin-right: 10px;
            margin-left: 5px;
        }      
      
        .brownprofile-landscape a p, .grayprofile-landscape a p{
          font-size: 11px; 
          padding-top:5px; 
          margin-top:0px;
	  margin-left: 120px;
        }
