/*******************************************************************************
 *
 * LGTC ORDER SYSTEM CLIENT STYLESHEET
 *
 * Created     : 2004-04-22
 * Modified    : 2005-05-12
 * For version : 1.0.0-pre2
 *
 * Access      : LGTC only
 * Purpose     : Stylesheet support client area.
 *
 * Programmers : Ing. Ivo F.A.C. Fokkema <I.F.A.C.Fokkema@LUMC.nl>
 *               Ing. Michel P. Villerius <M.P.Villerius@LUMC.nl>
 * Last edited : Ing. Ivo F.A.C. Fokkema <I.F.A.C.Fokkema@LUMC.nl>
 *
 *************/

body                                                             {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 13px; margin : 0px;}
table                                                            {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 13px;}
input                                                            {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 11px;}
input[type="text"], input[type="password"], input[type="submit"] {border : 1px solid black;}
select                                                           {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 11px; border : 1px solid black;}
textarea                                                         {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 11px; border : 1px solid black;}
sup                                                              {font-size : 0.5em;}

.kop0                    {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 18px; font-weight : bold;}
.kop1                    {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 16px; font-weight : bold;}
.kop2                    {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 14px; font-weight : bold;}
.kop3                    {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 13px; font-weight : bold;}
.S16                     {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 16px;}
.S15                     {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 15px;}
.S13                     {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 13px;}
.S11                     {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 11px;}
.S09                     {font-family : Verdana, Helvetica, Arial, sans-serif; font-size : 09px;}

a                        {color : #0000FF; text-decoration : none;}
a:hover                  {text-decoration : underline;}
a:visited                {color : #0000FF;}

a.menu                   {color : #000000;}
a.menu:active            {color : #C0C0C0;}
a.menu:visited           {color : #222222;}

span.fout                {font-size : 11px; color : #FF0000;}

/* Public area, colors : blue */
table.data               {font-size : 11px; border : 1px solid rgb(160, 200, 255);}
tr.header, td.header     {background : rgb(160, 200, 255);}
td.header_order          {background : rgb(100, 160, 220); color : #FFFFFF; cursor : pointer; cursor : hand;}
tr.data, td.data         {background : rgb(225, 240, 255);}
tr.data_sel, td.data_sel {background : rgb(200, 230, 255);}

td.viewtable-top         {border-top : 1px solid rgb(160, 200, 255);}
td.viewtable-right       {border-right : 1px solid rgb(160, 200, 255);}
td.viewtable-bottom      {border-bottom : 1px solid rgb(160, 200, 255);}
td.viewtable-left        {border-left : 1px solid rgb(160, 200, 255);}
