/* $Id: EGForm.css,v 1.1 2005/07/07 20:13:42 matt Exp $ */

#egform td.egform-submit
{
	background-color: #E2ECF5;
}

#egform td.egform-highlight
{ 
    background-color: gray; 
    border: dotted 1px black 
}

#egform td.egform-header
{
	background-color: #BFD5EA; 
    text-align: left;
	color: #000000;
}

#egform td
{
	background-color: #E2ECF5;
	padding: 5px;
	font-size: 11px;
}

#egform th
{
	font-weight: bold;
	background-color: #E2ECF5;
	color: black;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 5px;
	/*	padding: 5px;
	margin: 10px; */
}

#egform button { font-size: 11px; }

#egform
{
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #BFD5EA;
	width: 90%;
	/* padding: 5px; */
	/* margin: 10px; */
	border: 2px solid #CCCCCC;
}

#egform label
{
	color: black;
	font-size: 11px;
}

#egform .egform-error
{
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	left: 15px;
}

#egform select
{
	color: black;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}

#egform optgroup
{
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	background-color: #336699;
	color: #FFFFFF;
}

#egform option
{
	color: black;
	font-size: 11px;
	background-color: #FFFFFF;
}

#DBNote
{
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffd700;
	padding: 3px;
	border: solid 1px #ffa500;
	position: absolute;
	top: 50px;
	left: 63px;
	width: 243px;
	visibility: visible;
	display: block;
}

a.dbnote:link,a.dbnote:active,a.dbnote:visited { color: #006699; }

a.dbnote:hover
{
	color: #dd6900;
	text-decoration: underline;
}

/*


td.egform-left    { }
td.egform-right     { }

td.egform-submit    { background-color: #ddd; border-top: 1px dotted gray; border-bottom: 1px dotted gray }
th.egform-title    { text-align: center; border-radius: 2px }
.egform-title     { color: #000000; font-size: small; font-family: Arial, sans-serif }
td.egform-header      { background-color: #ddd; text-align: left; border-top: 1px dotted gray; border-bottom: 1px dotted gray }
.egform-header  { color: #000000; font-weight: bold; font-size: 10px }
table.egform    { font-size: 10px; font-family: Tahoma, Arial, sans-serif; background-color: #f5f5f5; width: 90% }
label   { color: black; font-size: 10px }
select { color: black; font-size: 12px; font-family: Arial, Helvetica }
optgroup { color: white; font-style: normal; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica; text-decoration: none; background-color: #696969 }
option { color: black; font-size: 12px; background-color: white }
#DBNote       { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica; background-color: #ffd700; padding: 3px; border: solid 1px #ffa500; position: absolute; top: 50px; left: 63px; width: 243px; visibility: visible; display: block }
a.dbnote:link,a.dbnote:active,a.dbnote:visited { color: #006699 }
a.dbnote:hover { color: #dd6900; text-decoration: underline }

*/
