@charset "UTF-8";

/* MFC PROFILE LAYOUT */
/* HEADER - Profiles.MyFreeCams.com| MyFreeCams.com|My Profile| Profile Settings| */
a:link,a:active,a:hover {
  color:#;
  color:#0000FF;
/* Selected Color â€“ 0000FF*/
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
}

a:visited {
  color:#000000;
/* Header Row Color â€“ 000000*/
}

/* TIME CLOCK */
body,td {
  color:#FF0000;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:20px;
}

/* BACKGROUND IMAGE */
body {
/* Custom Background Picture URL from POST Image*/
  background-image:url(http://img545.imageshack.us/img545/1822/yu7f.jpg);
  background-color:#;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:no-repeat;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:24px;
}

.profile_section_content {
  color:#000000;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
/* = transparent */
  background-color:#;
/* Containers background = #; */
  filter:alpha(opacity=100);
  opacity:100;
/* 0 = No Trans  100 = Complete Trans */
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

/* TITLES */
.profile_section_content .heading {
  padding:5px;
  background-color:#;
  color:#FF0000;
/* TITLE COLOR*/
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:36px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}