	/* Project:    Web Reference Database (refbase) <http://www.refbase.net> */
	/* Copyright:  Matthias Steffens <mailto:refbase@extracts.de> */
	/*             This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. */
	/*             Please see the GNU General Public License for more details. */
	/* File:       ./style.css */
	/* Created:    20-Oct-02, 15:08 */
	/* Modified:   24-Oct-06, 18:44 */

	/* refbase CSS definitions - default style */

/* Census of Marine Life colors

color scheme bluish (csb) :
1 = 99FFFF seafoam 
2 = 0066FF brightblue 
3 = 6699CC grayblue 
4 = 000099 darkblue 

color scheme four-color (csf) :
1 = 66CC33 litegreen 
2 = 0099CC bluish 
3 = 33CC66 seagreen 
4 = 6600CC purplish 

Census of Marine Life colors */


body           { background:#FFFFFF; color:#000000; }

form           { display: inline; }

pre,code       { font-family:monaco,courier,monospace; font-size:7pt; }

.spacer        { padding-top:0.5em; }

.spacer2       { padding-bottom:0.3em; }

.tiny          { font-size:x-small; }

.smaller       { font-size:smaller; }

.small         { font-size:small; }

.smallup       { font-size:small; position:relative; top:-10px; }

.smallsans     { font-family:helvetica,arial,sans-serif; font-size:x-small; }

.moveup        { position:relative; top:-8px; }

.header        { font-family:helvetica,arial,sans-serif; }

.footer        { font-family:helvetica,arial,sans-serif; font-size:x-small; color:#000000; }

.unapi         { font-size:smaller; }

.Z3988         { font-size:smaller; }

.ok            { color:#009900; }

.warning       { color:red; }

.warning2      { color:red; font-family:helvetica,arial,sans-serif; font-size:small; }

.mainfieldsbg  { background-color:#99FFFF; } /* csb1 */

.otherfieldsbg { background-color:#FFFFFF; }

.userfieldsbg  { background-color:#6699CC; } /* csb3 */

.outline       { list-style-type:none; font-size:small; position:relative; left:-15px; }

.category      { font-family:helvetica,arial,sans-serif; font-weight: bold; }

th             { font-family:helvetica,arial,sans-serif; }

td,div         { font-family:"times new roman",garamond,times,serif; }

p              { font-family:"times new roman",garamond,times,serif; }

A:link         { color:#0000FF; text-decoration:none; } /* blue */

A:visited      { color:#800080; text-decoration:none; } /* purple */

A:active       { color:#990000; text-decoration:underline; } /* csf4 */

A:hover        { color:#0099CC; text-decoration:underline; } /* csf2 */

h1,h2,h3,h4    { font-family:helvetica,arial,sans-serif; color:#000099; } /* csb4 */

h5,h6          { font-family:helvetica,arial,sans-serif; }

h2,h3          { margin-top:1em; margin-bottom:0.5em; }

table.tableties_record
{
	border: thin black solid;
	border-collapse: collapse;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
td.tableties_record
{
	border: thin black solid;
	border-collapse: collapse;
	vertical-align: middle;
	font-size: medium;
}
table.tableties_import
{
	border: thin black solid;
	border-collapse: collapse;
	vertical-align: middle;
}
td.tableties_import
{
	border: thin black solid;
	border-collapse: collapse;
	vertical-align: middle;
	font-size: medium;
}

