/*  profileview.css            */
/*  Created: Feb 1, 2008       */
/*  Last Edited: Feb 28, 2008  */
 
     div.pageContent {
        text-align: center;
    /*    min-width: 900px;  */
        margin-left: auto;
        margin-right: auto;
     /*   width: 900px;  */
	width: 850px;
    }

    div.pageLeft {
        width: 300px;
    /*    margin: 1em; */
    }   
    
    div.pageRight {
        width: 520px; 
    /*    margin: 1em; */
    } 
    
    div.pageCenter {
        width: 680px; 
        margin-top: 30px;
	margin-bottom: 10px;
    } 
    
 div.headerMenu {
        margin: 20px; 
	font-size: 120%;
 }
    
 span.boldMenu {
    font-weight: bold; 
 }
 
 .linkColor {
    color: blue;
 }

 a.plain:link {color: #0000FF}     /* unvisited link */
 a.plain:visited {color: #0000FF}  /* visited link */
 a.plain:hover {color: #0000FF; text-decoration: none;}   /* mouse over link */
 a.plain:active {color: #0000FF}   /* selected link */

 
 .floatL {
    float: left;
 }
 
  .floatR {
    float: right;
 }
 
 .title {
    font-size: 120%;
    font-weight: bold;
    color: black;
    position:relative;
    top:0;
    bottom:0;
    margin:auto;
 }
 
 div.headerBlock {
    height: 20px;
    border: 1px solid black; 
    border-bottom: none;
    background-color:  #e6e9eb; 
    padding: 10px;
 }

 div.userBox {
    border: 1px solid black; 
    background-color: #ffffff;
    margin: 0 0 20px 0; 
    padding: 10px;
 }
 
 div.infoBox {
    border: 1px solid black; 
    background-color: #ffffff;
    padding: 5px;
    margin: 0 0 20px 0;    
 }
 
  div.gridAreaBox {
    border: 1px solid black; 
    background-color: #ffffff;
    padding: 5px;   
 }
 
  div.contactBox {
    border: 1px solid black; 
    background-color: #ffffff;
    padding: 5px 5px 5px 70px;
    text-align: left;
    margin: 0 0 20px 0;    
 }
 
 img.avatarPic {
    float: left; 
    margin-right: 10px; 
    width: 100px; 
    height: 74px; 
    border: 1px solid #444444; 
 }
 
 div.homeBase {
 /*   margin: 1em; */
    background-color: #d6aeef;  
    padding: 3px;
 }
 
 .infoTitle {
    font-weight: normal;
    font-size: 110%;
 }
 
 .menuBlock {
    cursor: pointer;
 }
 
 .menuText {
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 0.1em; 
}
 
 .menuImage {
    vertical-align: bottom; 
    width:20px; 
    height:20px;
    border: none; 
 }
 
 .editImage {
    vertical-align: bottom; 
    width:36px; 
    height:20px;
    border: none; 
 }

 .editProfImage {
    vertical-align: bottom; 
    width:84px; 
    height:20px;
    border: none; 
 }

div.emptyInfo {
 /*  width: 60%; */
   font-size: 125%;
 /*  font-weight: bold; */
   margin-top: 10px;
   margin-bottom: 10px;
}

div.emptyInfoSmall {
 /*  width: 60%; */
   font-size: 110%;
}
 
 /* Begin - Used for grid boxes */
 div.gridBox{
    width: 150px;
    background-color: transparent;
    float: left;
    border: none;
    margin: 5px;
 }
 
 img.smallPic {
    width: 74px; 
    height: 74px; 
    border: none;
 } 

 img.friendPic {
    width: 100px; 
    height: 74px; 
    border: none;
 } 
 
  img.medPic {
    width: 100px; 
    height: 100px; 
    border: none;
 } 
 
 div.gridRow {
    clear: both;
 }
 /* End - Used for grid boxes */
 

