/* Default CSS Stylesheet for a new Web Application project */

Body { font-family:Arial; font-size:10px; }

.admin { font-family:Arial; font-size:11px; }
input { font-family:Arial; font-size:11px; }
select { font-family:Arial; font-size:11px; }
textarea { font-family:Arial; font-size:12px; }

#MainContent { font-size:12px; padding-left:10px; padding-right:10px; padding-bottom:10px; }
#TableContent { font-size:12px; }
#SectionHeader { color:#EB6700; font-size:14px; font-weight:bold; padding-left:5px; }
.HomeHeader { color:#EB6700; font-size:14px; font-weight:bold; }
#Footer { padding-left:10px; padding-top:4px; padding-bottom:4px; }
A { color:black; }
A:hover { text-decoration:underline; }
.regularText { font-family:verdana; font-size:11px; }
.TableContent { font-family:verdana; font-size:11px; }
br.small { line-height:4px; }

.datagrid  { border: 1px; border:1px solid #cccccc; background-color:white; font-family:verdana; font-size:11px; }
.datagridheader { background-color:#841808; color:white; font-family:verdana; font-size:11px; font-weight:bold; }
.datagridheader a { color:white; text-decoration:underline; }
.datagridheader a:visited { color:white; text-decoration:underline; }
.datagriditem { border:1px; background-color:white; font-family:verdana; font-size:11px; }
.datagriditem_alt { border:1px; background-color:#eeeeee; font-family:verdana; font-size:11px; }
.datagridfooter {	background-color:#dddca3; line-height:10pt }