body, table, td, input, textarea, select, a:link, a:visited, a:hover, a:active, H1, H2, H3, H4, H5, H6,
.form_header, .submit, .error, .form_label, .page_header, .success,  .select, .normal, .list_header
, .pager_cur_page, .pager_link, .item_label, .item_details, .total_records
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body { background-color: white}


td { vertical-align: top }
a { text-decoration: none}
a:link, a:visited, a:active { font-size: 12px; color:#000000; text-decoration: none; font-weight:bold }
a:hover { text-decoration: underline; color:red}
.form_header {
	font-size: 15px;
	font-weight: 800;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 3px;
	background-color:#FF0000
}

.form_footer {
	font-size: 15px;
	font-weight: 800;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 2px;
	background-color:#F0F0F0
}
.form_label {
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	margin-bottom: 2px;
	background-color:#FFFFFF
}

.error { font-size: 14px; font-weight: bolder; color: #FF0000; border: 2px solid orange }
.error_big { font-size: 14px; font-weight: bolder; color: #FF0000 }

.success { font-size: 12px; color: #0000CC}
.required { font-size: 11px; color: orange}

.page_header {
	background-color:#000000;
	color:#FFFFFF;
	font-size:100%; font-weight:bold;
}

.normal {font-size:12px}

/* top navigation bar */
.navbar {color:#FFFFFF; background-color:#595572 }
.navbar a:link,
.navbar a:active,
.navbar a:visited {font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration:none}
.navbar a:hover{font-size: 13px; font-weight: bold; color: #FFFFFF;; text-decoration:underline}

input, textarea, select {font-size:12px; color:#000000; background-color:#FFFFFF; vertical-align: top; border: 1px solid #000000}

/* for listing pages */
.listing_header {font-size:13px; color:#FFFFFF; background-color:#666666; font-weight:bold}
.listing_header a:link,
.listing_header a:active,
.listing_header a:visited {font-weight:bold; color:#FFFFFF}
.listing_header a:hover{font-weight:bold; color:#FFFFFF; text-decoration:underline}

.total_records { font-size:13px; color:#006600; font-weight:bold}
/* for details page */
.item_label {font-size: 13px; color:#000000; font-weight:700}
.item_detail {font-size: 13px; color: #000000}

.pager_cur_page {font-size:12px; color:red; font-weight:bold}
.pager_link {font-size:12px; color:green}
#text {visibility:hidden; position:absolute; top:0; left:0}
.note {font-size:12px; color:#999999}
