body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
a {
    color: #399;
    text-decoration: underline;
}
a:hover {
    color: #609;
    text-decoration: underline;
}
h1 {
	color: #609;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px dotted #F93;
}
h2 {
    color: #609;
	font-size: 11pt;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}
h3 {
    color: #609;
	font-size: 10pt;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-weight: normal;
}
h4 {
    color: #399;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
hr {
    width: 100%;
    margin: 20px 0px 20px 0px;
    height: 0px;
    size: 0px;
    border: none;
	border-top: 1px dotted #F93;
}

/* error class */
input[type=text].error-widget,input[type=password].error-widget,textarea.error-widget,select.error-widget {
    border: 2px solid #FF0000;
}
.error-label {
    font-weight: bold;
    color: #FF0000;
}
ul.error-message {
    list-style-type: square;
    min-height: 32px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px 20px 5px 30px;
    border: 1px solid #FFCCCC;
    background-color: #FFEEEE;
    background-repeat: no-repeat;
    background-position: 10px 5px;
}
ul.error-message li {
    font-weight: normal;
    color: #FF0000;
    margin: 0px;
    padding: 0px;
}

/* form table */
table.formgrid {
    border-spacing: 0px;
}
table.formgrid th {
    vertical-align: center;
    text-align: left;
    font-weight: normal;
}
table.formgrid td {
    vertical-align: center;
    padding: 5px;
}

/* data table */
table.datagrid { margin: 0px; padding: 0px; border-collapse: collapse; width: 100%; }
table.datagrid caption { text-align: left; }
table.datagrid td, table.datagrid th { text-align: left; vertical-align: top; padding: 5px; border: 1px solid #EDE7A6; }
table.datagrid tr { background: url('../images/datagridbg.png') repeat-x #F9F9BF; }

/* various classes */
.footer { color: #609; font-size: 7pt; line-height: 11pt; }
.footer a { color: #609; text-decoration: underline; }
.footer a:hover { color: #399; text-decoration: underline; }
.breadcrumb { font-weight: bold; }

/* fix IE 5 bugs */
p,h1,h2,h3,h4,h5,h6 { position: relative; }
