﻿#main /*The Big Container for the entire User CP */
{
    width:98%;
    min-width: 1000px;
    /*height:600px;*/
    margin:30px auto;
    position: relative; top:0; left:  0;
}

#controlPanelMain
{
  width: 98%;
  margin: 10px auto 0 auto;
  padding: 10px;
  position: relative;
  
} 

#tabarea
{
    /*margin:0px; padding:0px; border:0px;
    _height: 22px;
    max-height:22px;
    min-height:22px;*/
}
    
#tabcontentarea, div.tabcontentarea
{
    /*
    position:relative; 
    top: 0; 
    left: 0; 
	*/
    border: solid 1px #919B9C;
    width:90%;
    padding: 10px;
    background-color:#FFF;
}

#profile_main
{
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}

#profile_content
{
  margin: 0 0 0 360px;
  border-width:0;
  background-color: Transparent;
  /*
  
  color: black;    
*/
}

#profile_sidebar
{
  float:left;
  width: 350px;
  background-color: Transparent;
  margin: 0;
  padding: 0;    
}

#profile_sidebar h3
{
  font-size: 12px;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: bold;
  background-color:#BFBDBD;
  color:White;
  display:block;
  width:96%;
}

#profile_mainfeature
{
  /*height: 1%;  */
  padding:10px;  
}

#profile_mainfeature .profilpic
{
    border-width:0;
}

#profile_mainfeature h1 
{
	font: 1.66em Georgia, Times, serif; text-align: center;
	margin: 0.5em 0; padding-bottom: 0.75em; border-bottom: 1px dashed #B2B2B2;
}

#profile_mainfeature #profile_info
{
	width:100%;
	min-height:150px;
}