/*
 * CSS for Palm mini-DO
 */

body
	{
		margin: 0px;
		padding: 0px;
		background: white;
		color:	#ffffff; 
		font-family: "Arial Unicode MS","Lucida Grande",sans-serif;
	}

a:link		{ color: black; }  /* Links */
a:visited	{ color: #ffcfaf; }  /* Visited links */
a:hover 	{ color: red; }
a:active 	{ color: green; }


/**********************************************************************************/
table
		{
		width: 850px;
		border: 0px;
		background: #ccffff;
		border-color: black;
		}

table.intro {
		width: 850px;
		border: 0px;
		background: white;
		}

table.sub	{
		width: 100px;
		border: 0px;
		}
/* Settings for table cells */

td#form {	text-align:	left; }
td			{ text-align: center; vertical-align: top;
			  background-color: #eedd82; /*#faebd7; /*075D95; #014a7b; #182e86;*/ 
			  color: black;
			  }
td.intro	{ text-align: center; vertical-align: top;
		  background-color: black; color: white; }
td.intrl	{ text-align: left; vertical-align: top;
		  background-color: black; color: white; }
td  a:link	{ color: black; }
td  a:visited	{ color: #5C27B5; }
td  a:hover	{ color: red; }
td  a:active	{ color: green; }

table.intro  a:link      { color: #454545; }
table.intro  a:visited   { color: #222222; }
table.intro  a:hover     { color: red; }
table.intro  a:active    { color: green; }


th			{ text-align: center; vertical-align: center;
			  background-color: #4984FE;/*#05426b;*/ 
			  color: black; }
td.txtr, th.txtr	{ text-align: right; font-weight: bold; vertical-align: top; color: #3E028C; }
td.txtc			{ text-align: center; font-weight: bold; vertical-align: center; color: #3E028C;}
td.text, th.text	{ text-align: left;                     vertical-align: top; }
td.txtz, th.txtz	{ text-align: left;  font-weight: bold; vertical-align: top; color: #3E028C; }
td.txtzg, th.txtzg	{ text-align: center;  font-weight: bold; vertical-align: top; color: BLACK;
			  background-color: #D9F0FE; }
td.col1			{ font-weight: bold; }
td.sub			{ text-align: left; font-size:0.7em; max-width=90; }

.yellow		{ font-weight: bold; color: #3E028C; background-color: #eedd82; }
.blue		{ font-weight: bold; color: white; background-color: #4169e1; }
.red		{ font-weight: bold; color: red; }
.green		{ font-weight: bold; color: green; }

/* Override this for the menus! */
.dropmenudiv a:visited	{ color: #ffffff;}
.dropmenudiv a:link	{ color: #ffffff;}
.dropmenudiv a:active	{ color: #f5f5f5;}
.dropmenudiv a:hover	{ color: #ffffff;}
.dropmenudiv		{ text-align: left; }
.chromestyle a:visited	{ color: #ffffff;}

/************************************************************************
 * *
 * * Table styling for form page
 */

#form td {	text-align:	left; }
#dc td {	text-align:	right; }

/* END */
	
