/* PAGE BACKGROUND */
body {
  background-image: url(http://dl10.glitter-graphics.net/pub/416/416350el3a2weysf.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-color: transparent;
  scrollbar-face-color: #000000; scrollbar-highlight-color: #e5e5e5; scrollbar-shadow-color: #ff0099; scrollbar-3dlight-color: #e5e5e5; scrollbar-arrow-color: #e5e5e5; scrollbar-track-color: #666666; scrollbar-darkshadow-color: #ff0099;
  cursor: url("http://media.bigoo.ws/content/cursor/miscellaneous/miscellaneous_20.cur"),default;
}
/* GLOBAL FONTS, PROFILE TEXT AND CONTENTS */
body, td, tr, div, p {
  color: #e5e5e5;
  font: 12px Arial;
  text-align: center;
}
/* GLOBAL LINKS */
a:link, a:visited, a:active, a:hover {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  font-size: 13px;
  font-weight: bold;
  color: #e5e5e5;
  text-decoration: underline;
}
a.action:link, a.action:visited, a.action:hover, a.action:active {
  color: #ffffff;
}
a:hover {
  color: #e5e5e5;
  text-decoration: underline;
}

/* MASTER BOXES */
.commonbox, .commonbox_noborder {
  margin-bottom: 10px;
  background: #000000;
  width: auto;
}
.evenrow {
  background-color: transparent;
}

/* MASTER HEADERS */
h1 {
  text-align: center;
  font-size: 130%;
  color: #e5e5e5;
  background-color: transparent;
  width: auto;
}
h2 {
  text-align: center;
  font-size: 120%;
  color: #e5e5e5;
  background-color: transparent;
  width: auto;
}
.commonbox h1, .commonbox h2 {
  background-color: transparent;
  background-image: url(http://www.freeglitters.com/backgrounds/298.gif);
  background-repeat: repeat;
  height: 24px;
  line-height: 24px;
  padding-left: 11px;
}

/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a:hover {
  font-size: 10px;
  color: #e5e5e5;
  border-color: #e5e5e5;
  background-color: transparent;
  background-image: url(http://dl5.glitter-graphics.net/pub/419/419035nsb4kqv5zx.jpg);
  text-decoration: underline;
}
#controlPanelButtons {
  width: 200px;
  margin-top: 3px;
  padding-bottom: 1px;
}
#controlPanelButtons li {
  display: inline;
}
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
  font-size: 12px;
  color: #ffffff;
  width: 100px;
  text-align: center center;
  float: left;
  display: inline;
  background: transparent;
  border: 1px solid #ffffff;
  margin: 0 -1px -1px 0;
  padding: 6px 0;
}
#controlPanelButtons a:hover {
  color: #ffffff;
  background: #000000;
}

/* MISC: VIEW ALL and EDIT LINKS */
.commonbox .viewall, .commonbox .editlink {
  padding: 4px 11px;
  font-weight: bold;
}
.commonbox .editlink {
  float: right;
}

/* MISC: SMALL PHOTOS */
.imgblock75 {
  width: 75px;
  height: 75px;
  border: 2px solid #ff66cc;
  background: transparent;
  overflow: hidden;
}
.imgblock75 img {
  height: 75px;
  margin: 0 auto;
}
.ir {
  background: transparent;
  border: 2px solid #ff66cc;
  text-align: center;
  overflow: hidden;
}

/* MISC: SMALL PHOTO NAMES */
.dr {
  text-align: center;
  background: transparent;
  padding: 3px 0;
  border-top: none;
  white-space: nowrap;
}

/* MAIN NAVIGATION LINKS */
#mainnav {
  padding: 0 !important;
  margin: 5px 0 0 0 !important;
  width: 100% !important;
  background: transparent !important;
  height: 20px !important;
  position: relative !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: '10 to 16'px !important;
  font-weight: bold !important;
}
#mainnav ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  line-height: 20px !important;
  z-index: 20000 !important;
}
#mainnav ul li {
  position: relative !important;
  display: inline !important;
  float: left !important;
  text-align: left !important;
}
#mainnav ul li#homelink {
  width: 75px !important;
}
#mainnav ul li#profilelink {
  width: 105px !important;
}
#mainnav ul li#connectionslink {
  width: 140px !important;
}
#mainnav ul li#explorelink {
  width: 93px !important;
}
#mainnav ul li#searchlink {
  width: 80px !important;
}
head:first-child+body div #mainnav ul li a {
  padding: 2px 20px 3px 8px;
}
#mainnav ul li a {
  display: inline !important;
  padding: 0 20px 0 8px !important;
  font-size: 12px !important;
  color: #ffffff !important;
  line-height: 20px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background-color: transparent !important;
}
#mainnav ul li a:hover {
  font-size: 12px !important;
  color: #e5e5e5 !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}    
#mainnav ul li ul {
  left: 0 !important;
  position: absolute !important;
  top: 22px !important; /* no need to change, as true value set by script */
  display: block !important;
  visibility: hidden;
  padding: 5px 0 5px 0 !important;
  background-color: #666666 !important;
  width: 150px !important; /*width of sub menu levels*/
}
#mainnav ul li ul li {
  display: list-item !important;
  float: none !important;
  border-bottom: 1px solid #ffffff !important;
  margin: 0 5px 0 5px !important;
  padding: 0 !important;
}
#mainnav ul li ul li.sublink_top {
  border-top: 1px solid #ffffff !important;
}
#mainnav ul li ul li a {
  display: block !important;
  font-size: 14px !important;
  color: #e5e5e5 !important;
  padding: 1px 0 1px 5px !important;
  background-color: transparent !important;
}
#mainnav ul li ul li a:hover {
  font-size: 10px !important;
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: underline !important;
}
#mainnav .mainfoldericon {
  background: url('http://images.friendster.com/images/arrow_down.gif') no-repeat center right;
}
* html #mainnav ul li {
  float: left !important;
  height: 1% !important;
}
* html #mainnav ul li a {
  height: 1% !important;
}
.primary_links {
  float: left;
  width: 60%;
}
.secondary_links {
  float: right !important;
  line-height: 20px !important;
}
.secondary_links a, .secondary_links a:link, .secondary_links a:visited, .secondary_links a:active {
  color: #e5e5e5 !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-weight: bold !important;
}
.secondary_links a:hover {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

/* SUB NAVIGATION LINKS */
#subnav_search {
  text-align: right;
  margin-right: 15px;
}
#subnav {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: right;
  color: #e5e5e5;
}
#subnav a, #subnav a:link, #subnav a:visited, #subnav a:active {
  font-size: 11px;
  color: #e5e5e5;
  font-weight: bold;
  background: transparent;
  text-decoration: none;
}
#subnav a:hover {
  font-size: 13px;
  color: #ff66cc;
  background-color: transparent;
  text-decoration: underline;
}

/* ONE COLUMN FRIENDS LIST */
.friends div .boxcontent {
  width: 100%;
  text-align: left;
  margin-left: 100px;
}
.friends .flogrid75 {
  text-align: left;
  width: 75px;
}
.friends div .viewall a {
  text-align: center;
  width: 100%;
  padding-left: 30px;
}

/* CUSTOMIZED RECENT UPDATES BOX */
.user_tracker {
  width: 95%;
  font-size: 12px;
  background: transparent;
  background: url(http://dl5.glitter-graphics.net/pub/431/431725bcxclujde3.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  border: 2px solid #e5e5e5;
  color: #ff66cc;
}
.user_tracker ul li a, .user_tracker ul li a:link, .user_tracker ul li a:active, .user_tracker ul li a:hover, .user_tracker ul li a:visited {
  margin-left: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #ff66cc;
  text-decoration: none;
}
.user_tracker ul li a:hover {
  font-size: 14px;
  font-weight: bold;
  color: #e5e5e5;
  text-decoration: underline;
}

/* REMOVE HORIZONTAL SCROLLBAR*/
body {
  overflow-x: hidden;
}

/* Hide Navigation Language */
#navLang { display: none ! important }

/* Hide About me paragraph in control panel*/
.controlpanel p {display:none!important;}

/* Hide Google Search */
#search form { display : none !important; }

/* Hide Friendster Classifieds */
#marketing {display:none!important;}

/* Hide Footer */
#footer_container {display:none!important;}

/* Hide friendster logo */
#logo {display:none!important;}

/* Hide sidebar google ads*/
#content_14 {display:none!important;}

/* Hide How you are connected box */
#content_15 {display:none!important;}

/* Hide White bar under navigation */
#marketing_bg {display:none!important;}

/* Hide hide the divider */
#navdivider {display:none!important;}

.controlpanel .so, .minicontrolpanel .so { width: 257px; position: relative; background:url(http://dl6.glitter-graphics.net/pub/562/562536res6gqv8e6.jpg) repeat center; color: #000000; font-weight: italic; margin-left:0; margin-right:-20px; margin-top:0; margin-bottom:10px }
.controlpanel .sol, .minicontrolpanel .sol { position: absolute; left: -5px; top: 8px; width: 4px; height: 11px; background:; no-repeat }
.controlpanel .sob, .minicontrolpanel .sob { width: 245px; height: 2px; background:; no-repeat; line-height: 0; font-size: 3 }