/**             CSS Reset                        **/
/** http://meyerweb.com/eric/tools/css/reset/    **/
/**            v1.0 | 20080212                        **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: ''
}

/* remember to define focus styles! */
:focus {
    outline:0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration:none;
}
del {
    text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse:collapse;
    border-spacing:0;
}


.bold        {font-weight:bold;}
.italic      {font-style:italic;}
.underline   {text-decoration:underline;}
.center      {text-align:center;}
.fullCenter  {width:100%;float:left;text-align:center;}
.small       {font-size:75%;}
.float-right {float:right;}
.float-left  {float:left;}
.align-left  {text-align:left;}
.align-right {text-align:right;}
.item        {width:90px;height:90px;}
.font14      {font-size:14px;}
.hidden      {display:none;}
.pointer     {cursor:pointer}

a.userLink img       {text-decoration:none;}
a.userLink img:hover {text-decoration:none;}
.extendUser          {height:75px;}
.extendUser td       {vertical-align:top;padding:5px 0 0 10px;}
.minipet             {width:120px;height:120px;padding-top:5px}
.miniPetDetail       {width:95%;margin:5px 0 10px 5%;text-align:left}

.red                 {color:#800517}
.blue                {color:blue}
.green               {color:green}
.pink                {color:#F778A1}

.first-letter        {font-size:200%;}

.rounded-top, .rounded-bottom     {display:block;background:#FFF;}
.rounded-top *, .rounded-bottom * {display:block;height:1px;overflow:hidden;}
.rounded-1                        {margin:0px 5px;}
.rounded-2                        {margin:0px 3px;}
.rounded-3                        {margin:0px 2px;}
.rounded-4                        {margin:0px 1px;height:2px;}

.round-container             {width:100%;}
.round-container-description {width:90%;margin:0 5%;z-index:500;}
.round-container-holder      {width:84%;height:75%;margin:5%;padding:3%;background:#FFF;z-index:500;}
.round-title                 {width:90%;position:relative;left:5%;top:6px;font-weight:700;font-size:2em;z-index:600;}

#layout-message {width:300px;padding:25px;border:1px solid #000;background-color:#FFF;display:none;z-index:500}

.quote     {width:100%;border:1px solid #DDD;}
.quoteTop  {width:98%;padding:2px 1%;font-weight:700;background-color:#DDD}
.quoteMain {width:96%;padding:2px 2%;}

.imageClick {cursor:pointer}

#notification           {position:absolute;left:5px;bottom:20px}
body > div#notification {position:fixed}

#notification-pocka     {width:75px;float:left;*position:relative;*left:3px}
#notification-bubble    {float:left}
#notification-top td,
#notification-bottom td {width:4px;height:4px;background:url('http://www.sensipets.net/images/misc/notification/notification.png') no-repeat}
#notification-top
.notification-right     {background-position:-7px 0}
#notification-bottom
.notification-left      {background-position:0 -4px}
#notification-bottom
.notification-right     {background-position:-7px -4px}
.notification-color     {background-color:#FFFBE6 !important}
.notification-size      {width:4px}
.notification-center    {width:auto}
#notification-cell span {text-decoration:underline;cursor:pointer}
#notification-cell ul   {text-align:left}
#notification-cell li   {padding:2px 5px;margin:2px 0;text-decoration:none;opacity:0.6;filter:alpha(opacity=60)}