/* 
    Document   : main
    Created on : Nov 18, 2009, 11:35:47 AM
    Author     : erwin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

td, body {color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
a {color:#CC0000; font-weight:bold; text-decoration:none; }
a:hover {color:#000000; text-decoration:none; font-weight:bold;}
a:active {color:#000000; text-decoration:none; font-weight:bold ;}
input.text {color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
input {color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
textarea {color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
select {color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.nolinkline {text-decoration:none;}
.edit_link {font-weight:normal;text-decoration:none;}
.admin_header {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
    vertical-align: middle;
}
.page_heading {
    font-size:22px;
    font-weight: bold;
    color:#cc0000;
}
.page_heading2 {
    /* smaller font */
    font-size:16px;
    font-weight: bold;
    color:#cc0000;
}
