

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index: 2;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    font-family:arial,helvetica,verdana,sans-serif;
    padding:2px;
    border:1px solid #FCC90D;
    font:100% sans-serif;
    width:auto;
}

/*
    PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the Tooltip's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Tooltip.  
    Implementers wishing to remove a Tooltip's shadow or add any other markup
    required for a given skin for Tooltip should override the "onRender" method.
*/

.yui-tt-shadow {
    display: none;
}

* html body.masked select {
    visibility:hidden;
}

* html div.yui-panel-container select {
    visibility:inherit;
}

* html div.drag select {
    visibility:hidden;
}

* html div.hide-select select {
    visibility:hidden;
}

.mask {
    z-index: 1; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

/*

There are two known issues with YAHOO.widget.Overlay (and its subclasses) that 
manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs:

    1) The "overflow" property of an Overlay instance's root element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <SELECT> elements that are child nodes of the 
       Overlay instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Container CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + SourceForge bug #1723530

*/

.hide-scrollbars,
.hide-scrollbars * {

    overflow: hidden;

}

.hide-scrollbars select {

    display: none;

}

.show-scrollbars {

    overflow: auto;

}

.yui-panel-container.show-scrollbars {

    overflow: visible;

}

.yui-panel-container.show-scrollbars .underlay {

    overflow: auto;

}

.yui-panel-container.focused {

}


/* Panel underlay styles */

.yui-panel-container .underlay {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.yui-panel-container.matte {

    padding: 3px;
    background-color: #fff;

}

.yui-panel-container.shadow .underlay {

    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    background-color: #000;
    opacity: .12;
    filter: alpha(opacity=12);  /* For IE */

}

/* 
   Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
   the Panel's content changes, to force Safari 2.x to redraw the underlay.
   We attempt to choose a CSS property which has no visual impact when added,
   removed, but still causes Safari to redraw
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
    padding-bottom: 1px;
}

.yui-effect-fade .underlay {
    display:none;
}

.yui-panel {
    visibility:hidden;
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    font:1em Arial;
    background-color:#FFF;
    border:1px solid #000;
    z-index:1;
    overflow:hidden;
}

.yui-panel .hd {
    background-color:#3d77cb;
    color:#FFF;
    font-size:100%;
    line-height:100%;
    border:1px solid #FFF;
    border-bottom:1px solid #000;
    font-weight:bold;
    padding:4px;
    white-space:nowrap;
}

.yui-panel .bd {
    overflow:hidden;
    padding:4px;
}

.yui-panel .bd p {
    margin:0 0 1em;
}

.yui-panel .container-close {
    position:absolute;
    top:5px;
    right:4px;
    z-index:6;
    height:12px;
    width:12px;
    margin:0px;
    padding:0px;
    background:url(http://yui.yahooapis.com/2.5.1/build/container/assets/close12_1.gif) no-repeat;
    cursor:pointer;
    visibility:inherit;
}

.yui-panel .ft {
    padding:4px;
    overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    float:left;
}

.yui-simple-dialog .bd span.blckicon {
    background: url("http://yui.yahooapis.com/2.5.1/build/container/assets/blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
    background: url("http://yui.yahooapis.com/2.5.1/build/container/assets/alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
    background: url("http://yui.yahooapis.com/2.5.1/build/container/assets/hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
    background: url("http://yui.yahooapis.com/2.5.1/build/container/assets/info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
    background: url("http://yui.yahooapis.com/2.5.1/build/container/assets/warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
    background: url("http://yui.yahooapis.com/2.5.1/build/container/assets/tip16_1.gif") no-repeat;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
    padding-bottom:5px;
    padding-right:5px;
    text-align:right;
}

.yui-dialog form, 
.yui-simple-dialog form {
    margin:0;
}

.button-group button {
    font:100 76% verdana;
    text-decoration:none;
    background-color: #E4E4E4;
    color: #333;
    cursor: hand;
    vertical-align: middle;
    border: 2px solid #797979;
    border-top-color:#FFF;
    border-left-color:#FFF;
    margin:2px;
    padding:2px;
}

.button-group button.default {
    font-weight:bold;
}

.button-group button:hover, 
.button-group button.hover {
    border:2px solid #90A029;
    background-color:#EBF09E;
    border-top-color:#FFF;
    border-left-color:#FFF;
}

.button-group button:active {
    border:2px solid #E4E4E4;
    background-color:#BBB;
    border-top-color:#333;
    border-left-color:#333;
}


<style>
  <!--

body
{
margin: 0 0 0 0;
font-family: arial; font-size:8pt; font-weight: normal; color: #525252;
}

table
{
font-family: arial; font-size:8pt; font-weight: normal; color: #525252;
}

table.peach { }
table.peach td.topleft    { background:url(/public/static/img/top475.gif) no-repeat; }
table.peach td.title     { background-color: #FFCC00;background:url(/public/static/img/top600.gif) no-repeat;background-position: top center;}
table.peach div.title      { color : #000000 }
table.peach td.topright   { background:url(/public/static/img/top475.gif) no-repeat;background-position: top right; }
table.peach td.body       { border-color: #ffcc00; background-color: #ffffff; background:url(/public/static/img/bg_cell.gif) repeat-x;padding-top:1px; }
table.peach td.bottomleft  { background:url(/public/static/img/bot475.gif) no-repeat; font-size:0px; background-position: bottom left; }
table.peach td.bottom      { border-color: #ffcc00; font-size:0px; background-color: #ffffff; }
table.peach td.bottomright { background:url(/public/static/img/bot475.gif) no-repeat; font-size:0px;background-position: bottom right; }

h1
{
color: #525252; 
font-size:9pt;
font-face:arial;
font-weight:bold;
}

h2
{
color: #525252; 
font-size:9pt;
font-face:arial;
font-weight:bold;
align:center;
}

.pagination { float:center; font-size:11px; }

.smaller
{
color: #525252;
font-size: 7pt;
font-family: arial;
} 

.medium
{
color: #525252;
font-size: 9pt;
font-family: arial;
} 

.medium2
{
color: #525252;
font-size: 9pt;
font-family: arial;
font-weight:bold;
} 


.number
{
color: #ffffff;
font-size: 9pt;
font-family: arial;
font-weight: bold;
} 

.large
{
color: #ffffff;
font-size: 9pt;
font-family: arial;
font-weight: bold;
}

.hearts
{
color: #DE2FFB;
font-size: 9pt;
font-family: arial;
font-weight: bold;
}


.darkpink
{
color: #cc33ff;
font-weight:bold;
font-family: arial;
font-size:8pt;
}

input.red 
{
background-color: #DE2FFB; 
font-weight: bold; 
font-size: 11px; 
color: white;
font-family: arial;}

input.pink 
{
background-color: #ffffff; 
font-size: 11px;
font-family: arial;
font-color: #C402F4
}

select.mdy 
{
background-color: #ffffff; 
font-size: 11px;
font-family: arial;
font-color: #DE2FFB
}


a:link { text-decoration: none; color: #525252 }
a:visited { text-decoration: none; color: #525252 }
a:active { text-decoration: none; color: #ffffff }
a:hover { text-decoration: none; color: #ffffff }

a img {border: none}

a.white:link { text-decoration: underline; color: #ffffff; font-weight:bold; }
a.white:visited { text-decoration: underline; color: #ffffff; font-weight:bold; }
a.white:active { text-decoration: none; color: #525252;font-weight:bold; }
a.white:hover { text-decoration: none; color: #525252;font-weight:bold; }

a.small:link { text-decoration: underline; color: #525252; font-weight:bold; }
a.small:visited { text-decoration: underline; color: #525252; font-weight:bold; }
a.small:active { text-decoration: none; color: #525252;font-weight:bold; }
a.small:hover { text-decoration: none; color: #525252;font-weight:bold; }

a.big:link { text-decoration: none; color: #525252; font-size:9pt; }
a.big:visited { text-decoration: none; color: #525252; font-size:9pt; }
a.big:active { text-decoration: none; color: #ffffff; font-size:9pt; }
a.big:hover { text-decoration: none; color: #ffffff; font-size:9pt; background-color: 000000; }

a.avs:link { text-decoration: none; color: #525252; font-size:8pt; }
a.avs:visited { text-decoration: none; color: #525252; font-size:8pt; }
a.avs:active { text-decoration: none; color: #EC78FF; font-size:8pt;; }
a.avs:hover { text-decoration: none; color: #EC78FF; font-size:8pt; }

a.darkpink2:link { text-decoration: underline; color: #cc33ff; font-size:8pt; font-weight:bold; }
a.darkpink2:visited { text-decoration: underline; color: #cc33ff; font-size:8pt;font-weight:bold; }
a.darkpink2:active { text-decoration: none; color: #EC78FF; font-size:8pt;font-weight:bold; }
a.darkpink2:hover { text-decoration: none; color: #EC78FF; font-size:8pt;font-weight:bold; }

a.nav:link    {text-decoration:none; color:#ffffff; font-size:8pt; font-weight: bold; }
a.nav:active  {text-decoration:none;color:#000000; background-color: black; font-size:8pt;font-weight: bold; }
a.nav:visited {text-decoration:none; color:#ffffff; font-size:8pt;font-weight: bold; }
a.nav:hover   {text-decoration:none; color:#000000; background-color: #ffffff; font-size:8pt;font-weight: bold;}



a.sidebar:active, a.sidebar:visited, a.sidebar:link 
{ text-decoration: none; font-family: arial; font-size: 8pt; color:#525252; line-height: 10px; text-align: left; font-weight:normal; border-left: solid 5px #46DCFF; border-bottom: solid 1px #46DCFF; display:block; padding-left: 6px; margin-left: 3px; }

a.sidebar:hover
{ text-decoration: none; font-family: arial; font-size: 8pt; color:#525252; background-color: #D1D1D1; line-height: 10px; font-weight:normal; border-left: solid 5px #647D85; border-bottom: solid 1px #A7A7A7; display:block; }



ol, ul, dl { list-style:none; margin:0; padding:0; }
ul li { margin:0; padding:0; }

/* Clearfix Method: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
.clearfix {height:1%;}
/* End hide from IE-mac */
.box .box_content { padding:8px 12px 4px 12px; }

#body { clear:both; padding: 5px; background: #ffffff; min-height: 300px; }
#contents { clear:both; width:800px; margin-left: auto; margin-right: auto; }

/* GENERAL LAYOUT VOCABULARY */
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

#friends { margin-top:10px; }
#friends ul li { float:left; width:75px; text-align:center; padding-top:5px; padding-bottom:8px; font-size:11px; }
#friends ul li .friendImg { height:60px; overflow:hidden; }
#friends ul li .friendUsername { width:60px; text-align:center; overflow:hidden; }

#loginDialog.yui-panel .hd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#loginDialog.yui-panel .bd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#loginDialog.yui-panel .ft { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 

#saved-panel.yui-panel .hd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#saved-panel.yui-panel .bd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#saved-panel.yui-panel .ft { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#code-panel.yui-panel .hd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#code-panel.yui-panel .bd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#code-panel.yui-panel .ft { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#myspace-panel.yui-panel .hd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#myspace-panel.yui-panel .bd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#myspace-panel.yui-panel .ft { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#email-dialog.yui-panel .hd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#email-dialog.yui-panel .bd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#email-dialog.yui-panel .ft { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#make-my-avatar-panel.yui-panel .hd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#make-my-avatar-panel.yui-panel .bd { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 
#make-my-avatar-panel.yui-panel .ft { overflow:hidden; padding:10px; border:none; background:#ffccff; margin:0 0px 0 0; } 

/*
ul.yui-nav li.selected {
            background-color: #ccc;
            border-bottom: 1px solid #ccc;
        }
        ul.yui-nav li a {
            text-decoration: none;
            color: black;
        }
    
#avatar-subtab { 
            width: 380px;
            margin: 0.3em;
        }    
    
#buddyicons-subtab {
            width: 380px;
            margin: 0.3em;
        }    
*/



#category-tab {
	width:145px;
	overflow:hidden;
}
.yui-nav {
	margin:0;
	padding:0;
	list-style:none;
}
.yui-nav li {
	float:left;
	margin-right:5px;
}
.yui-skin-cat .yui-nav li {
	background:#a5e2f4 url(/public/static/images/dblueleft.jpg) no-repeat left;
	float:left;
	padding-left:7px;
	margin-right:5px;	
}
.yui-skin-cat .yui-nav li a {
	padding-right:7px;
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:19px;
	padding-top:5px;
	display:block;
	font-weight:bold;
	text-decoration:underline; color: white;
	background:#a5e2f4 url(/public/static/images/dblueright.jpg) no-repeat right;
}
.yui-skin-cat .yui-nav li.selected {
	background:#c4f2ff url(/public/static/images/lblueleft.jpg) no-repeat left;
	float:left;
	padding-left:7px;
	margin-right:5px;
}
.yui-skin-cat .yui-nav li.selected a {
	padding-right:7px;
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:19px;
	padding-top:5px;
	display:block;
	font-weight:bold;
	text-decoration:none;	
	background:#c4f2ff url(/public/static/images/lblueright.jpg) no-repeat right;
}
.yui-skin-cat .yui-content {
	margin-top:24px;
	padding:10px 0px 5px 0px;
	background:url(/public/static/images/cattop.jpg) no-repeat top right;
}
.yui-skin-cat .yui-content img {
	margin-bottom:5px;
	margin-left:4px;
}
.yui-skin-cat #avatars, .yui-skin-cat #icons {
	overflow:hidden;
	padding-bottom:11px;
	background:#c4f2ff url(/public/static/images/columnbottom.jpg) no-repeat bottom left;
}

hr.hidden {
	clear:both;
	visibility:hidden;
}

.widthright {
	width:477px;
	padding-bottom:5px;
	background:url(../img/homesubbottom.jpg) no-repeat bottom left;	
}

.widthright #category-tab {
	overflow:hidden;
}
br.br {
	line-height:24px;
}

.widthright .yui-nav li {
	background:#ee81fe url(/public/static/images/dpinkleft.jpg) no-repeat left;
	float:left;
	padding-left:7px;
	margin-right:5px;
}
.widthright .yui-nav li a {
	padding-right:7px;
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:19px;
	padding-top:5px;
	display:block;
	font-weight:bold;
	text-decoration:underline; color: white;	
	background:#ee81fe url(/public/static/images/dpinkright.jpg) no-repeat right;
}
.widthright .yui-nav li.selected {
	background:#ffe0ff url(/public/static/images/lpinkleft.jpg) no-repeat left;
	float:left;
	padding-left:4px;
	margin-right:5px;
}
.widthright .yui-nav li.selected a {
	padding-right:4px;
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:19px;
	padding-top:5px;
	display:block;
	font-weight:bold;
	text-decoration:none;	
	background:#ffe0ff url(/public/static/images/lpinkright.jpg) no-repeat right;
}
.widthright #newest-avatars, .widthright #top-avatars, .widthright #newest-buddyicons, .widthright #top-buddyicons {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	padding:10px 0px 5px 8px;
	text-align:center;
	overflow:hidden;
	background:#ffe0ff url(/public/static/images/pinktop.jpg) no-repeat top right;
}
.widthright #newest-avatars ul, .widthright #top-avatars ul, .widthright #newest-buddyicons ul, .widthright #top-buddyicons ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	padding:10px 0px 5px 5px;
	text-align:center;
	overflow:hidden;
}
.widthright #newest-avatars ul li, .widthright #top-avatars ul li{
	width:100px;
	padding-left:25px;
	padding-right:25px;
	float:left;
	margin-top:15px;
}

.widthright #newest-buddyicons ul li, .widthright #top-buddyicons ul li {
	width:85px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}


.widthright #newest-avatars ul li a, .widthright #top-avatars ul li a, .widthright #newest-buddyicons ul a, .widthright #top-buddyicons ul a {
	color:#525252;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.widthright #newest-avatars ul img, .widthright #top-avatars ul img, .widthright #newest-buddyicons ul img, .widthright #top-buddyicons ul img {
	margin-bottom:5px;
	margin-left:4px;
}
.widthright #newest-avatars li a:hover, .widthright #top-avatars li a:hover, .widthright #newest-buddyicons li:hover, .widthright #top-buddyicons li:hover {
	color:#ec78ff;
}

.confirmation { text-align:center; margin-left:auto; margin-right:auto; background-color:#ffc; border:1px solid #efefef; color:green; font-size:14px; font-weight:bold; padding:2px 0px; margin:0px 0px 5px; }
.error { text-align:center; margin-left:auto; margin-right:auto; background-color:#f33; border:1px solid #efefef; color:#3F3F3F; font-size:14px; font-weight:bold; padding:2px 0px; margin:2px 0px 5px; }

  -->
  </style>



