/* --------------------------------------------- GENERIC */

HTML			   {height:100%;}
BODY               {font-family:'segoe ui', verdana,helvetica,sans-serif;font-size:11px;			    background:white; height:100%; color:black; margin-top:0px;
                    margin-bottom:0px; margin-left:0px; margin-right:0px;}
H1                 {font-size:18px; font-weight:bold; color:#313031;}
H2                 {font-size:16px; font-weight:bold; color:#313031;}
H3                 {font-size:13px; font-weight:bold; color:#313031;}
TABLE              {font-size:11px;}
SELECT             {font-family:'segoe ui', verdana,helvetica,sans-serif;font-size:11px;
                    background:#adaa8c; color:#313031;}
A                  {color: #D400D4;}

/*------------------------------------------------- CONTENTFRAME */
FRAME.content	   {margin-bottom:0px; margin-top:0px; margin-left:0px;
					margin-right:0px;}

/* ------------------------------------------------ MENU */

.menu              {font-weight:bold; color:#adaa8c;}
TABLE.menu         {width:100%;}
TD.menu            {background:#fff;}
A.menu             {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#000000; text-decoration: none;}
A.menu:hover       {color: #D400D4;text-decoration:underline;}

/* ----------------------------------------------- INBOX */

TABLE.inbox        {width:98%;}
TR.inbox_header    {height:20px;font-weight:bold; font-size:12px;
		    background-color:#ffffff; color:#d400d4;}
TR.inbox_footer    {text-align:center; font-weight:bold; background-color:#ffffff; color:#d400d4;}
TR.inbox           {background-color:#ffffff;}
TR.inbox_unread    {background-color:#ffffff;}
TR.inbox_empty     {font-weight:bold; background-color:#eaeaea;}
A.inbox            {color:#313031;}
A.inbox:hover      {color:#D400D4;}
.inbox_checkbox    {border-size:0px;}

/* --------------------------------------------- COMPOSE */

TABLE.compose_headers
                   {width:98%; font-weight:bold;
                    background:#fff; color:#adaa8c;}
DIV.compose        {width:98%; overflow:scroll; padding:3px; margin:0em;
                    border:solid 1px black;}
TABLE.compose      {padding:3px; table-layout:fixed;}
TD.compose_sep     {width:5px;   border:none;}
TD.compose         {width:162px; border:none; padding:3px; text-align:center;
                    background-color:#fff;}
TD.compose_odd     {width:162px; border:none; padding:3px; text-align:center;
                    background-color:#636563;}
TD.compose_nor     {width:162px; border:solid 3px #eaeaea; padding:3px;
                    cursor:pointer; text-align:center;
                    background-color:#fff;}
TD.compose_nor_odd {width:162px; border:solid 3px #313031; padding:3px;
                    cursor:pointer; text-align:center;
                    background-color:#636563;}
TD.compose_sel     {width:162px; border:solid 3px #313031; padding:3px;
                    background-color:#eaeaea; cursor:pointer;
                    text-align:center;}
IMG.compose        {width:150px;}
TEXTAREA.compose   {width:150px; color:#313031;}

/* -------------------------------------------- DOWNLOAD */

TABLE.download     {width:98%;}
TR.download_header {font-weight:bold; background-color:#313031; color:#eaeaea}
TR.download_footer {font-weight:bold; background-color:#313031; color:#eaeaea}
TR.download        {background-color:#adaa8c;}
TR.download_empty  {font-weight:bold; background-color:#eaeaea;}
.download_checkbox {border-size:0px;}

/* --------------------------------------------- PRIVLIB */

TABLE.privlib      {border:solid 1px black;}
TR.privlib_header  {font-weight:bold; background-color:#313031; color:#eaeaea}
TR.privlib         {background-color:#adaa8c;}

/* ------------------------------------------------ PLAY */

TABLE.play         {width:100%; background-color:#adaa8c;}

/* ---------------------------------------------- SELECT */

TR.select          {font-size:12px; background-color:#adaa8c;}

/* ----------------------------------------------- GUEST */

TABLE.guest        {width:100%; height:90%; border:solid 1px black;}
TR.guest           {background-color:#ffda44; background-color:#adaa8c;}
TR.guest_footer    {height:20px; font-weight:bold;
                    background-color:#313031; color:#eaeaea;}
IMG.guest          {cursor:pointer; width:100px;}

TABLE.guest_show   {width:100%; height:100%; border:solid 1px black;}
TD.guest_show_head {font-weight:bold; background-color:#313031; color:#eaeaea}
TD.guest_show      {width:100%; height:100%; background-color:#adaa8c;}
TD.guest           {height:50%; background-color:#adaa8c;}

