/* 
   +--------------------------------------------------------------------------+
   | Filename: royal.css                                                      |
   +--------------------------------------------------------------------------+
   | This file is part of Contax.                                             |
   |                                                                          |
   | Contax is free software; you can redistribute it and/or modify           |
   | it under the terms of the GNU General Public License as published by     |
   | the Free Software Foundation; either version 2 of the License, or        |
   | any later version.                                                       |
   |                                                                          |
   | Contax is distributed in the hope that it will be useful,                |
   | but WITHOUT ANY WARRANTY; without even the implied warranty of           |
   | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            |
   | GNU General Public License for more details.                             |
   |                                                                          |
   | You should have received a copy of the GNU General Public License        |
   | along with Contax; if not, write to the Free Software                    |
   | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA|
   +--------------------------------------------------------------------------+

                                                                              */

/* Edit these values to change the colors and style of Contax */

body   { background-color: #000000;
         margin-top: 15px;
         margin-left: 15;
         margin-right: 0px;
         margin-bottom: 0px;
         scrollbar-face-color: #660099;
         scrollbar-highlight-color: #ffcc00;
         scrollbar-shadow-color: #000000;
         scrollbar-3dlight-color: #616161;
         scrollbar-arrow-color:  #FFCC00;
         scrollbar-track-color: #515151;
         scrollbar-darkshadow-color: #C0C0C0;
}

INPUT {
       /*background-color: #C0C0C0;*/
       font-family: Arial, Verdana;
       font-size: 10pt;
       color: #000000;
}


A:link    {color: #ffcc00;
           font-family: Arial;
           font-size: 10pt;
           font-weight: bold;
           text-decoration: none;
}

A:visited {color: #ffcc00;
           font-family: Arial;
           font-size: 10pt;
           font-weight: bold;
           text-decoration: none;
}

A:hover   {color: red;
           font-family: Arial;
           font-size: 10pt;
           font-weight: bold;
           text-decoration: none;
}

A:link.results {
                color: #000000;
                font-family: Arial;
                font-size: 9pt;
                font-weight: bold;
                text-decoration: none;
}

A:visited.results {
                   color: #000000;
                   font-family: Arial;
                   font-size: 9pt;
                   font-weight: bold;
                   text-decoration: none;
}

A:hover.results {
                 color: #ff0000;
                 font-family: Arial;
                 font-size: 9pt;
                 font-weight: bold;
                 text-decoration: none;
}


DIV {
     font-family: Arial;
     font-size:   10pt;
     font-style:  normal;
     font-weight: normal;
     color: #ffcc00;
}

p  { font-family: Arial;
     font-size:   10pt;
     font-style:  normal;
     font-weight: normal;
     text-indent: 2em;
     color:       #ffcc00;
}

form.search  {
                 font-family: Arial;
                 font-size:   10pt;
                 font-style:  normal;
                 font-weight: normal;
                 color:       #969696;
                 padding-left: 1em;
}


H1 { font-family: Arial,Verdana;
     color: #ffcc00;
}

H2 { font-family: Arial,Verdana;
     color: #ffcc00;
}

H3 { font-family: Arial,Verdana;
     font-size: 12pt;
     font-style: normal;
     font-weight: bold;
     color: #ffcc00;
}

IMG { border: 0px }

/* index.php - search form */
TABLE.form { 
            width: 400px;
	    background: #660099;
	    border-width: 2px;
	    border-color: #ffcc00;
	    border-style: solid;
	    border-collapse: collapse;
	    padding: 0;
            margin-top: 5px;
            margin-bottom: 5px;
	    font-family: Arial, Verdana;
	    font-size: 10pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #ffcc00;
}

TABLE.profile {
            width: 400px;
            background: #660099;
	    border-width: 2px;
	    border-color: #ffcc00;
	    border-style: solid;
	    border-collapse: collapse;
	    padding: 0;
            margin-top: 5px;
            margin-bottom: 5px;
}

TD.profile_label {
                  font-family: Arial, Verdana;
		  font-size: 10pt;
		  font-style: normal;
		  font-weight: bold;
		  color: #ffcc00;
}

TD.profile_data {
                  font-family: Arial, Verdana;
		  font-size: 10pt;
		  font-style: normal;
		  font-weight: normal;
		  color: #ffcc00;
}


FORM {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
}


/* edit.php, add.php */
TABLE.edit {
            width: 400px;
            background: #660099;
            border-width: 2px;
            border-color: #ffcc00;
            border-style: solid;
	    border-collapse: collapse;
            padding: 0;
            margin-top: 5px;
            margin-bottom: 5px;
            font-family: Arial, Verdana;
            font-size: 10pt;
            font-style: normal;
            font-weight: normal;
            color: #ffcc00;

}

TABLE.list {
            width: 90%;
            background: #a0a0a0;
            border-width: 2px;
            border-color: #ffcc00;
            border-style: solid;
	    border-collapse: collapse;
            padding: 0;
	    margin: 0;
}

TR.header {
            font-family: Arial, Verdana;
	    font-size: 12pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #ffcc00;
            background: #660099;
	    width: 100%;
}

TABLE.results {
            width: 400px;
            background: #a0a0a0;
            border-width: 2px;
            border-color: #ffcc00;
            border-style: solid;
            border-collapse: collapse;
            padding: 0;
            font-family: Arial, Verdana;
            font-size: 10pt;
            font-style: normal;
            font-weight: normal;
            color: #000000;
}

SPAN.nav_stat {
               font-family: Arial, Verdana;
               font-size: 8pt;
               color: #FFCC00;
               margin: 5px;
}


/* Colors for alternating rows in master list */

TR.alt1 { 
         background: #a0a0a0; 
         font-family: Arial, Verdana;
         font-size: 8pt;
         font-style: normal;
         font-weight: normal;
         color: #000000;
}

TR.alt2 { 
         background: #c0c0c0;
         font-family: Arial, Verdana;
         font-size: 8pt;
         font-style: normal;
         font-weight: normal;
         color: #000000;
}

TD { padding: 5px; }
