/* >> dive */

.profileroundcont {
	width: 100%;
    text-align: left;
    background-color: #9ac4ef;
}

.profileroundtop { 
    background: url(../images/tr_blue.gif) no-repeat top right; 
}

.profileroundbottom {
	background: url(../images/br_blue.gif) no-repeat top right; 
}

img.profilecorner {
    width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}

#profile_addon table th {
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
    height: 15px;
    background: url("../images/client_addon_marker_dive.gif") no-repeat;
}

/*- Dive Inner Menu Tabs --------------------------- */
 
    #tabsclientdive {
      float:right;
	  text-align: center;
      width: 100%;
	  /*
	  width:645px;
      background:#E4E6EB;
	  */
      font-size:120%;
      line-height:normal;
	  /*
	  margin-right: 50px;
	  margin-left: auto;
	  */
      }
    #tabsclientdive ul {
	  margin:0;
	  
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #tabsclientdive li {
      display:inline;
      margin:0;
      padding:0;
	  float:right;
	  padding-left: 3px;
      }
    #tabsclientdive a {
      float:left;
      background:url("../images/tableftclientdive.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsclientdive a span {
      float:left;
      display:block;
      background:url("../images/tabrightclientdive.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#3D87D4;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsclientdive a span {float:none;}
    /* End IE5-Mac hack */
    #tabsclientdive a:hover span {
      color:#000000;
      color:#3D87D4;
      }
    #tabsclientdive a:hover {
      background-position:0% -42px;
      }
    #tabsclientdive a:hover span {
      background-position:100% -42px;
}  
	

	#tabsclientdive a#activetab span { 
background-position:100% -42px;
color: #000000; 
color: #3D87D4;
} 
#tabsclientdive #activetab, #tabsclientdive a:hover { 
background-position: 0% -42px; 
} 



