/* regular size text formatting style sheet */

body, td, th, p, div, span, a, h1, h2, h3, h4, h5, h6, input, select, textarea, label, .text {
	font-size: 12px;
}
p {
	padding-bottom: 3px;
}
p, p.text, span.text, div.text, ul li {
	line-height: 18px;
}


h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
	text-transform: uppercase;
}

h6 {
	/* not used yet */
}

a {
	font-weight: bold;
}

h5 a {
	font-size: 10px;
}

label {
	font-size: 10px;
	text-transform: uppercase;
}
label.weak {
}

#topmenu .li a, #topmenu .open a {
	font-weight: bold;
	font-size: 12px;
}

#toolbar a {
	font-size: 11px;
	font-weight: normal;
}

#submenu ul li {
	line-height: normal;
}
#submenu li a {
	font-weight: bold;
	font-size: 12px;
}
#submenu li li a {
	font-weight: normal;
	font-size: 12px;
}
#submenu li li.open a {
	font-weight: bold;
	font-size: 12px;
}

.note p, .note_noend p, .note_postit p {
	font-size: 11px;
	line-height: normal;
}
.note p.text, .note_noend p.text, .note_postit p.text {
	font-size: 12px;
}

.button {
	font-weight: bold;
}

td.definition {
	font-weight: bold;
}
tr.header td {
	font-weight: bold;
}
tr.subheader td {
	font-weight: bold;
}
tr.subtotal td {
	font-weight: bold;
}
tr.total td {
	font-weight: bold;
}
tr.grand_total td {
	font-weight: bold;
}
table.text tr.subtotal td {
	font-weight: normal;
}
table.text tr.subtotal td.definition {
	font-weight: bold;
}
table.text tr.total td {
	font-weight: normal;
}
table.text tr.total td.definition {
	font-weight: bold;
}
table.text tr.grand_total td {
	font-weight: normal;
}
table.text tr.grand_total td.definition {
	font-weight: bold;
}

table.risk_profile td {
	font-size: 11px;
}
table.risk_profile td.selected {
	font-weight: bold;
}


.warning {
	font-weight: bold;
}

.warning ul.validationErrors {
	font-weight: normal;
}
