/* Copyright 2009 FriendsterPro.com */
/* PAGE BODY */
body {
background-attachment: fixed;
background-position: center;
background-color: 000000;
}
/* FONTS */
.usercontent {
color: #0000cc;
}
/* LINKS */
.usercontent a, .usercontent a:link {
color: #009900;
text-decoration: line-through;
}
/* LINKS : VISITED */
.usercontent a:visited, .usercontent a:hover, .usercontent a:active {
color: #009900;
text-decoration: underline;
}
/* MODULE BOXES */
.commonbox, .commonbox_noborder {
background-color: #000000;
border-color: #ff0000;
border-width: 3px;
border-style: dotted;
}
/* CONTROL PANEL: DATA : LABELS */
.controlpanel .q {
color: #000000;
}
/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
font-family: Arial, Sans-serif;
color: #0000cc;
background-color: #0000cc;
border-color: #0000cc;
}
/* SMALL PHOTOS */
.commonbox .imageblock75, .ir {
border-color: #0000cc;
border-style: double;
}