/* 
    Document   : $Id: main.css,v 1.6 2010/07/08 15:44:29 boris Exp $
    Created on : 20. August 2009, 16:08
    Author     : boris
    Description:
        Global cascading style sheet for all devices
*/

body      {color: white; background-color: black; font-family: sans-serif}
a:link, a:visited, a:focus, .fakelink {color: #9bb8ff; text-decoration: underline;}
a:hover {color: orange; text-decoration: underline;}
a:active  {color: red; text-decoration: underline;}
/*a.ext:before { content:"\2192 "; text-decoration: none; color: red}*/
a.ext:link, a.ext:visited, a.ext:focus {color: #9bb8ff; text-decoration: underline; }
a.ext:hover {color: orange; text-decoration: underline;}
a.ext:active  {color: red; text-decoration: underline;}
input	  {color: black; background: white}
textarea  {color: black; background: white}
select	  {color: black; background: white}
img       {border: none; margin: 0; padding: 0; vertical-align:middle}
img.avatar {border: none; margin: 1px; padding: 0; vertical-align:middle}
.title    {text-align: center; font-weight: bold; color: aqua;}
/* marquee is a CSS3 feature */
div.marquee   {overflow: auto; overflow-style: marquee; white-space: nowrap;
               display: -wap-marquee;}
.blink     {text-decoration: blink;}

ul.error, ul.success   {padding-left: 1em; margin-top: 0px; margin-bottom: 0px;}
.error    {color: red;}
.success  {color: green;}
.label    {color: teal;}
.section  {color: lime;}

/* Status and percentages */
.good {color: lime;}
.med  {color: yellow;}
.bad  {color: red;}
.crit {color: red; text-decoration: blink;}

/* Planets/Buildings */
.ordered {color: red;}
.ready {color: green; text-decoration: blink;}

