/* tables */
.toptable 		{background-color:#115896; color:#fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none}
.bottomtable 	{background-color:#fff; color:#949494; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.dashedtable 	{border-color:#b8bba0;}
.spacetable		{background-color:#fff;}

/* text */
.text 			{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #333333; text-decoration: none }
#text 			{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #333333; text-decoration: none }
.text_green 	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #009900; text-decoration: none }
.text_blue 		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #0e5a94; text-decoration: none }
.text_lightgray	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #a5a5a5; text-decoration: none }
.text_brick 		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #990000; text-decoration: none }

/* used for hyperlinked text */
a:hover{color:#990000}

.headline_blue	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color:#0e5a94; text-decoration: none }
.headline	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color:#333333; text-decoration: none }

/* form */
.input 			{margin-bottom:4px; border-style:groove }
.button 		{margin-bottom:4px; border-style:outset }

/* picturebox */
.picturebox 	{ background-color:#ffffea; }

/* never draw pictures with a border */
img				{border-width:0px}

/* eva/3 Application Builder */
.product { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #3366CC; text-decoration: none; white-space: nowrap }

/* List formatting */
.ul_top_level {padding-left:10px; margin-left:10px; padding-top:3px; margin-top:3px; list-style-position:outside; list-style-image:url(images2/dot_blue.gif)}
.ul_second_level {padding-left:8px; margin-left:8px; padding-top:1px; margin-top:1px; list-style-position:outside; list-style-image:url(images2/dot_brown.gif)}
.ul_third_level {padding-left:8px; margin-left:8px; padding-top:1px; margin-top:1px; list-style-position:outside; list-style-image:url(images2/dot_brown.gif)}

/* Loginbox at the right top */
.loginbox_left {padding-left:4px; border-style:solid; border-color:#fff; border-right-width:2px; border-bottom-width:2px; border-top-width:0px; border-left-width:0px;}
.loginbox_right {padding-left:4px; border-style:solid; border-color:#fff; border-bottom-width:2px; border-top-width:0px; border-right-width:0px; border-left-width:0px;}
.loginbox_bottom_left {padding-left:4px; border-style:solid; border-color:#fff; border-right-width:2px; border-top-width:0px; border-left-width:0px; border-bottom-width:0px;}
.loginbox_bottom_right {padding-left:4px; border-style:solid; border-color:#fff; border-right-width:0px; border-top-width:0px; border-left-width:0px; border-bottom-width:0px;}
