/**********************/
/* STANDARD HTML TAGS */
/**********************/

/* standard links */
a:link
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}
/* standard links that have been clicked on once */
a:visited
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}
/* standard links when you hover over them */
a:hover
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: Red;
}
/* standard body tag */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFDD00
}
/* standard headings 1-3 */
h1 {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14pt; color: #003399
}
h2 {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12pt; color: #003399
}
h3 {  
        font-family: Verdana; 
        font-size: 10pt; 
        color: #003399; 
        font-weight: bold
}
/* standard input field */
input {  
        font-size: 9pt; 
        font-family: Verdana
}
/* standard textarea field */
textarea {  
        font-size: 9pt; 
        font-family: Verdana
}
/* standard select field */
select {  
        font-size: 9pt; 
        font-family: Verdana
}
/* table heading */
th    {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #002A44;
}


/**************************/
/* NON-STANDARD HTML TAGS */
/**************************/

/* form class to remove line breaks */
.form_class
	{
        
}

/* row cells within a table style 1 - used for alternating rows in a table */
.tableCell01
	{
	background: #f9ffb2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
/* row cells within a table style 2 - used for alternating rows in a table */
.tableCell02
	{
	background: #f9ffe8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
/* top banner row - used to match colour in banner gif with background */
.top_banner
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color : #001F5A
}
/* left sidebar - used to colour the background of the left menu sidebar*/
.left_sidebar
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color : #FFDD00
}
/* left sidebar - used to colour the background of the left menu sidebar*/
.menu_text
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color : #000066
}
/* a prompt for a field */
.field_prompt {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	text-align: right;
	vertical-align: top
}
/* larger field prompt - used only on attendance roll page */
.field_prompt_large {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	text-align: right;
	vertical-align: middle
}
/* a value for a field */
.field_value {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	text-align: left;
	vertical-align: middle
}
/* larger field value - used only on attendance roll page */
.field_value_large {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	text-align: left;
	vertical-align: middle
}
/* values within rows in tables - eg: download link in activity table */
.row_value {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}
/* various small screen text */
.screen_text_small {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	text-align: left;
	vertical-align: middle
}
/* various medium screen text */
.screen_text {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	text-align: left;
	vertical-align: middle
}
/* various large screen text */
.screen_text_large {
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	vertical-align: middle
}
/* text on labels */
.label_text_name {
	font-family: Verdana;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: black;
	text-align: center;
	vertical-align: middle
}
.label_text_org {
	font-family: Verdana;
	font-size: 14pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: black;
	text-align: center;
	vertical-align: middle
}

/* column headings for various tables - particularly when deleting data */
.column_heading {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffcc;
	text-align: center;
	vertical-align: middle;
	background-color : #003399;
}
/* as for column_heading but left aligned */
.column_heading_left {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffcc;
	text-align: left;
	vertical-align: middle;
	background-color : #003399;
}
/* as for column_heading but right aligned */
.column_heading_right {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffcc;
	text-align: right;
	vertical-align: middle;
	background-color : #003399;
}
/* help text */
.help_text { 
        font-family: Verdana; 
        font-size: 10pt; 
        font-style: normal; 
        line-height: normal; 
        font-weight: normal; 
        color: #000000; 
        text-align: left; 
        vertical-align: middle 
}
/* public calendar text */
.calendar_text {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #656e9c;
	text-align: left;
	vertical-align: middle
}
/* validation error text */
.error_text {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: Red;
	text-align: left;
	vertical-align: middle
}

.total_field{
	background-color : Gray;
}


