table {
font-size:11px;
}
select {
  border: 1px solid #9E9E9E;
}
select.standard {
width:125px;
}
#content {
padding:0px;
}

#tabs{
margin:10px;
margin-bottom:4px;
}
#tabs a {
padding:4px 3px;
color:#424242;
  background: white;
  border: 0;}

#tabs a:hover{
  background: #CECECE;
text-decoration:none;
}

#tabs a.selected  {
  background: #6B6B6B;
  color: white; }
#tabs a.selected:hover  {
  background: #6B6B6B;
  color: white; }
#profile {
border-top: 1px solid #6B6B6B;
background:#EEEEEE;
padding:10px 75px;
}
#profile table {
margin:10px 20px;
}
#profile th {
color:#6B6B6B;
text-align:left;
padding-right:15px;
padding-top:4px;
vertical-align:top;
}
#profile td {
vertical-align:top;
}
#profile select {
font-size:11px;
}
#profile input {
  border: 1px solid #9E9E9E;
  padding: 3px;
  font-size: 11px;
width: 145px;
height:22px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
}
#profile input.check {
  border: 0px;
  padding: 0px;
width: 12px;
height:12px;
}
#profile input.file {
  border: 1px solid #9E9E9E;
  padding: 3px;
margin-bottom:5px;
  font-size: 11px;
width: 200px;
height:20px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
}
#profile input.button{
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-color: #9E9E9E;
  border-left-color: #9E9E9E;
  border-bottom-color: #424242;
  border-right-color: #424242;
  background-color: #6B6B6B;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
width: 100px;
margin-top:2px; 
margin-left:125px;
}

#profile textarea {
  border: 1px solid #9E9E9E;
  padding: 3px;
  font-size: 11px;
width: 310px;
height:75px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
}
#heading {
color:#424242;
font-weight:bold;
font-size:13px;
border-bottom:1px solid #6B6B6B;
width:350px;
padding:2px;
}