﻿/* ======== GLOBAL STYLE ========= */
input			{ font-family:arial; font-size:13px;  }
select			{ font-family:arial; font-size:13px;  }
textarea		{ font-family:arial; font-size:13px;  }
body			{ font-family:tahoma; font-size:11pt; }


/* ======== OBJECTS STYLE ========= */
.btns			{ width:90px; font-family:arial; font-size:13px; margin-right:2px; }	
.mainbtns		{ width:200px; font-family:tahoma; }	
.readOnly		{ background-color:beige; } 
.photoCMS		{ border:solid 1px steelblue; padding:8px;}

/* ======== LINK STYLES ========= */
A				{ COLOR: steelblue; TEXT-DECORATION: none }
A:hover			{ COLOR: red; 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:9pt; font-weight:bold; color:white; text-align:center; background-color:gray; }
.datagrid_details	{font-family:arial; font-size:9pt; font-weight:normal; color:black; }
.datagrid_details2	{font-family:arial; font-size:9pt; font-weight:normal; color:black; background-color:#f5f5f0; }

.datagrid_header_v2		{font-family:arial; font-size:9pt; 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:9pt; 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 }


/* ======== CSS TABS STYLE ========= */
    #tabs11 {
      float:left;
      width:100%;
      /*background:#F9F7F3;*/
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #C2BDAE;
      }
    #tabs11 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      background:url("navi/tableft11.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
       font-style:
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url("navi/tabright11.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#9F9584;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#FFF;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }

      #tabs11 #current a {
              background-position:0% -42px;
      }
      #tabs11 #current a span {
              background-position:100% -42px;
              color:White;
      }
	img {
	border: none;
	}      

