/* The Gaia Avatar Simulator CSS file */

body
{
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color: #C8DFF9;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
   background: #7F91B9 url("layout/bgtile.png") repeat;
}

a
{
   color: #000000;
   font-family: verdana;
   font-size: 10px;
   text-decoration: underline;
}

td,p,body
{
   color: #000000;
   font-family: verdana;
   font-size: 10px;
   text-decoration: none;
}

.copyright
{
   color: #FFFFFF;
   font-weight: bold;
}

A:link.button,A:visited.button
{
   color: #000000;
   font-family: verdana;
   font-size: 10px;
   background-color: #90B8EF;
   border: 2px outset #90B8EF;
   padding: 2px;
   width: 120px;
   text-decoration: none;
}

A:hover.button
{
   color: #000000;
   font-family: verdana;
   font-size: 7pt;
   background-color: #90B8EF;
   border: 2px inset #90B8EF;
   padding: 2px;
   width: 120px;
   text-decoration: none;
}

a:link img,a:visited img,a:hover img
{
   border-style: none;
}

.itemy
{
   background: url(itemy.gif) no-repeat right;
   padding: 2px;
   background-color: #DEE3E7;
   border: 1px outset #DEE3E7;
}

.itemn
{
   background: url(itemn.gif) no-repeat right;
   background-color: #DEE3E7;
   border: 1px outset #DEE3E7;
   padding: 2px;
}

.tabletitle
{
   color: #FFFFFF;
   font-family: verdana;
   font-size: 10pt;
   background: #90B8EF;
   border: 2px outset #90B8EF;
   padding: 2px;
}

td.list
{
   background-color: #DEE3E7;
   border: 2px outset #DEE3E7;
   padding: 2px;
}

select.menu
{
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color: #C8DFF9;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
   font-family: verdana;
   font-size: 7pt;
   width: 240px;
}

input.menu
{
   font-family: verdana;
   font-size: 7pt;
   width: 50px;
}

.infocell
{
   width: 260;
   height: 100%;
   overflow: auto;
   padding: 5px;
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color: #C8DFF9;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
}

.na
{
   background-color: #DEE3E7;
   color: #98AAB1;
}

table.thumbTable td
{
   background-image: url(box.gif);
   width: 30px;
   height: 30px;
}

table.thumbTable img
{
   width: 30px;
   height: 30px;
}

.itemDiv
{
   width: 239px;
   height: 451px;
   overflow: auto;
}

itemIcon
{
   width: 30px;
   height: 30px;
}

.naIcon
{
   width: 30px;
   height: 30px;
   background-color: #FF0000;
}

.questionLabel
{
   font-size: 10pt;
   font-weight: bold;
   text-decoration: underline;
}

.questionLabel2 {
   font-size: 11pt;
   font-weight: bold;
   text-decoration: underline;
}

.wingBullet
{
   list-style-image: url("bul1.gif");
}

ul.wingBul 
{
   list-style-image: url("layout/bul1.gif");
   padding-left: 0px;
   margin-left: 18px;
   margin-top: 0px;
   margin-bottom: 0px;
}

.pageLink
{
   font-weight: bold;
}

#simLinks td
{
   text-align: center;
   width: 100px;
}

#message
{
   width: 400px;
   height: 100px;
   overflow: auto;
   border: 0px;
   font-family: verdana;
   font-size: 10px;
}

.slotLabel
{
   width: 100px;
   height: 17px;
   line-height: 17px;
   padding: 0px;
   background: transparent none top left no-repeat;
}

/* Borders */
.border_tl   /* top left */
{
   width: 12px;
   height: 27px;
   background: transparent url("layout/ban_top_1.gif");
}

.border_t   /* top center */
{
   width: 650px;
   height: 27px;
   background: transparent url("layout/ban_top_2.gif");
}

.border_tr   /* top right */
{
   width: 12px;
   height: 27px;
   background: transparent url("layout/ban_top_3b.gif");
}

.border_l   /* left */
{
   width: 12px;
   background: transparent url("layout/brl.gif") repeat-y;
}

.border_r   /* right */
{
   width: 12px;
   background: transparent url("layout/brr.gif") repeat-y;
}

.border_bl   /* bottom left */
{
   width: 12px;
   height: 21px;
   background: transparent url("layout/ban_bot_1.gif");
}

.border_b   /* bottom left */
{
   width: 650px;
   height: 21px;
   background: transparent url("layout/ban_bot_2.gif");
}

.border_br   /* bottom right */
{
   width: 12px;
   height: 21px;
   background: transparent url("layout/ban_bot_3.gif");
}