
h1      { color: #d3373b; font-weight: bold; font-size: 11px; font-family: Verdana, Verdana; margin-bottom: 0.2em }

h2      { color: #d3373b; font-weight: normal; font-size: 10px; font-family: Verdana; margin-top: 0px; margin-bottom: 0px }

textarea, input  { font-size: 10px; font-family: Verdana }

select, option  { font-size: 10px; font-family: Verdana }

td  { color: #333; font-size: 10px; font-family: verdana, FontName }

td.MainTableHeader     { color: #fff; font-size: 11px; font-family: Verdana; background-color: #d3373b; border-bottom: 1px solid #d3373b }

td.TableHeader     { color: #ddd; font-family: Verdana; background-color: #bbdea9; border-bottom: 1px solid #d3373b }

td.TableRow    { color: #ddd; font-family: Verdana; background-color: #bbdea9 }

td.TableErrorRow  { color: #f60; font-family: Verdana; background-color: #fc6 }

td.TableFooter  { color: #fff; font-family: Verdana; background-color: #999 }

td.MainColumnHeading     { color: #fff; font-family: Verdana; background-color: #c21135; border-right: 1px solid #d3373b; border-bottom: 1px solid #d3373b }

td.ColumnHeading     { color: #ddd; font-family: Verdana; background-color: #c21135; border-right: 1px solid #d3373b; border-bottom: 1px solid #d3373b }

td.ColumnItem    { color: #ff5d4c; font-family: Verdana; background-color: #fff; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc }

td.ColumnItemAlt    { color: #ff5d4c; font-size: x-small; font-family: Verdana; background-color: #eee; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc }

input.MainButton  { color: #fff; font-weight: bold; font-family: Verdana; background-color: #9c6; margin: 0px; border-style: outset; border-width: 1px; border-color: #cf9 #693 #693 #cf9; cursor: hand }

input.SecondaryButton  { color: #666; font-weight: bold; font-family: Verdana; background-color: #ccc; margin: 0px; border-style: outset; border-width: 1px; border-color: #fff #999 #999 #fff; cursor: hand }

a    { color: #d3373b; font-size: 10px; font-family: Verdana; text-decoration: none }

a:visited   { color: #d3373b; font-size: 10px; font-family: Verdana }

a:hover   { color: #d3373b; font-size: 10px; font-family: Verdana; text-decoration: underline }
/*
** Use these when GoLive's layout view correctly picks up :link styles.
** This version hides links that don't have an href by giving them the
** same color as the TableHeader background.  We really need two
** link styles to make this idea work: one for TableHeader and one
** for MainTableHeader.

a.HeadingArea-Link  {
	color: #bbdea9
	}

a.HeadingArea-Link:link  {
	color: #ffc
	}
*/
a.HeadingArea-Link   { color: #ffc; font-family: Verdana }

a.HeadingArea-Link:visited  { color: #ffc; font-family: Verdana }

a.HeadingArea-Link:hover   { color: #f00; font-family: Verdana }
