﻿/* ======== GLOBAL STYLE ========= */
input			{ font-family:tahoma; font-size:8pt;  }
select			{ font-family:tahoma; font-size:8pt;  }
textarea		{ font-family:tahoma; font-size:8pt;  }
body			{ font-family:tahoma; font-size:9pt; }


/* ======== OBJECTS STYLE ========= */
.btns			{ width:100px; font-family:tahoma; font-size:8pt; margin-right:2px; }	
.mainbtns		{ width:200px; font-family:tahoma; }	
.readOnly		{ background-color:beige; } 
.photoCMS		{ border:solid 1px steelblue; padding:8px;}
.req			{ font-family:tahoma; font-size:8pt; color:red; } 


/* ======== LINK STYLES ========= */


a.navi			{ COLOR: #006699; TEXT-DECORATION: none }
a.navi:hover	{ COLOR: #006699; TEXT-DECORATION: underline }

A				{ COLOR: #0069a4; TEXT-DECORATION: none }
A:hover			{ COLOR: blue; TEXT-DECORATION: underline }

A.FooterLinks		{ COLOR: white; TEXT-DECORATION: none }
A.FooterLinks:hover	{ COLOR: white; TEXT-DECORATION: underline }

A.Grid			{ COLOR: blue; TEXT-DECORATION: none }
A.Grid:hover	{ COLOR: navy; TEXT-DECORATION: underline }

.Grid			{ font-family:arial; font-size:8pt; font-weight:normal; color:black; }


      
/* ======== FORM STYLES ========= */
.form_table			{ background-color:#f5f5f0; padding:10px 10px 10px 10px; }
.form_table_header	{ background-color:gray; font-family:arial; font-size:9pt; font-weight:bolder; color:white; padding:4px 4px 4px 4px; }
.form_table_labels	{ font-family:tahoma; font-size:9pt; font-weight:normal; color:black; }
.form_table_labels2	{ font-family:arial; font-size:7pt; font-weight:normal; color:black; }

.form_table2		{ background-color:#f5f5f0; padding:10px 10px 10px 10px; font-family:arial; font-size:9pt; font-weight:bold; color:gray; }


.form_error			{ font-family:arial; font-size:8pt; font-weight:bold; color:red; }
.form_ok			{ font-family:arial; font-size:8pt; font-weight:bold; color:green; }
.form_data			{ font-family:arial; font-size:8pt; font-weight:bold; color:black; }

/* ======== MANAGER STYLE ========= */
.section_title		{ font-family:arial; font-size:14pt; font-weight:bolder; color:black; }
.section_remarks	{ font-family:arial; font-size:8pt; font-weight:normal; color:gray; }

/* ======== DATAGRID STYLE ========= */
.datagrid_header	{font-family:arial; font-size:8pt; font-weight:bold; color:white; text-align:center; background-color:gray; }
.datagrid_details	{font-family:arial; font-size:8pt; font-weight:normal; color:black; }
.datagrid_details2	{font-family:arial; font-size:8pt; font-weight:normal; color:black; background-color:#f5f5f0; }

.datagrid_header_v2		{font-family:arial; font-size:8pt; font-weight:bold; color:black; text-align:center; background-color:white; }
.datagrid_details_v2	{font:messagebox; font-weight:normal; color:black; }
.datagrid_details2_v2	{font:messagebox; font-weight:normal; color:black; background-color:#f5f5f0; }

.datagrid_link	{font-family:arial; font-size:8pt; font-weight:normal; color:blue; }

.datagrid_category	{font:messagebox; color:white; background-color:black; }
.datagrid_class	{font:messagebox; color:white; background-color:gray; }

/* ======== FOOTER STYLE ========= */
#Admin_Footer
{
    FONT: 70% arial, Tahoma, Helvetica;
    COLOR:White
}
#Admin_LocalFooter
{
    PADDING-LEFT: 10px;
    MARGIN: 0px;
    PADDING-TOP: 8px
}
#Admin_GlobalFooter
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 13px;
    MARGIN: 0px;
    PADDING-TOP: 10px
}

A.Footer		{ COLOR: gold; TEXT-DECORATION: none }
A.Footer:hover	{ COLOR: orange; TEXT-DECORATION: underline }


