/**********************************************************************************
#
# tabbed.css - Stylesheet that emulates a tabbed interface.
#
# Copyright (C) Kenneth A. Kittlitz, All Rights Reserved.
# 
# $License:
#
# Unless explicitly acquired and licensed from Licensor under a
# separate arrangement, the contents of this file are subject to the 
# Idea Futures Public License ("IFPL") Version 1.0, or subsequent
# versions as allowed by the IFPL, and You may not copy or use this file
# in either source code or executable form, except in compliance with the
# terms and conditions of the IFPL.
# 
# The IFPL V1.0 is identical to the Reciprocal Public License V1.1 as
# published at <http://www.opensource.org/licenses/rpl.php>, with the
# following two changes to term 13.8:
# 
# [start of changes]
# Change 1) Replace:
#    "This License shall be governed by Colorado law provisions..." 
# with:
#    "This License shall be governed by Alberta law provisions...".
# 
# Change 2) Replace:
#    "You further agree that Adams County, Colorado USA is proper venue..."
# with:
#    "You further agree that Alberta, Canada is proper venue...".
# [end of changes]
# 
# All software distributed under the License is provided strictly on
# an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR
# IMPLIED, AND KENNETH A. KITTLITZ HEREBY DISCLAIMS ALL SUCH
# WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT,
# OR NON-INFRINGEMENT. See the License for specific language
# governing rights and limitations under the License.
#
# :License$
#
*********************************************************************************/

H3 { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 1.20em ; color="#3366cc" }
H2 { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 1.4em ; color="#3366cc" }
P  { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 0.80em }
/*TD  { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 0.80em } */
LI { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 0.80em }
P EM  { font-weight: bold }

hr {
  color: #000000;
  background-color: transparent; 
}

b
{
  font-family: verdana, arial, serif;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
} 

body {
  background-color: #FFFFFF;
  border: none;
  font-family: verdana, arial, sans-serif;
  color: black;
  font-size: 12pt;
  margin: 10px 20px 20px 20px; 
}

/* Main content border */
.border {
  color: #000000;
  background-color: #D4D0C8;
  border-style: groove; 
  border-color: #FFFFFF;
  border-width: 2px;
  margin: 0px 0px 0px 0px;

}

/* Form panel */
.panel {
	padding: 0px; 
	margin: 0px; 
	color: #000000;
        background-color: #FFFFFF;
	border: none;
	width: 50%;
}


input, select {
  color:  #000000;
  background-color: #D4D0C8;
  border: 1px #000000 solid;
  font-weight: bold;
  font-family: verdana, arial, serif;
}

/* Menu in tab list */
.menu {
  font-size: 12pt;
  font-weight: bold;
  width: 100%;
}

/* Selected menu in tab list */
.menuSelected {
  background-color: #7495C5;
  width: 26%;
  border-color: #FFFFFF;
  border-style: groove groove none groove;
  border-width: 2px;
  color: black;
}

/* Unselected menu in tab list */
.menuStandard {
  background-color: #D4D0C8;
  width: 26%;
  border-color: #FFFFFF;
  border-style: groove groove none groove;
  border-width: 2px;
  color: black;
}

.menuIndent {
	width: 10%;
}


/* How do we get this to extend the .formLink styles? */
a.menuLink {
	font-weight:bold;
}

/* Links on a form page. */
.formLink:link {
  color: #000000;
  background-color: transparent; 
  text-decoration: none; 
} 

.formLink:visited { 
  color: #333333;
  background-color: transparent;
  text-decoration: none; 
} 

.formLink:hover {
  text-decoration: underline; 
} 


table.displayTable {
	border: 1px solid Black;
}

table.head {
  width: 100%;
  color: #000000;
  font-size: 12pt;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  background: #ffffff;
  border-style: groove; 
  border-color: #FFFFFF;
  border-width: 2px;
  margin: 0px 0px 0px 0px;
}

table.footer {
  width: 100%;
  color: #000000;
  background-color: #D4D0C8;
  border-style: groove; 
  border-color: #FFFFFF;
  border-width: 2px;
  margin: 1em 0px 0px 0px;
}

tr.rowBold
{
	font-weight: bold;
}

td 
{
  font-family: verdana, arial, serif;
  font-size: 10pt;
}

td.normal {
	padding: 0px; 
	margin: 0px; 
	color: #000000;
        background-color: #FFFFFF;
	border: none
}

td.error {
	padding: 0px; 
	margin: 2px; 
	color: red;
        background-color: #FFFFFF;
	border: none
}

td.head {
  font-weight: bold;
  font-size: 10pt;
 }
 


/* Unused? below this line. */

/* Main content border */
.borderTop {
  color: #000000;
  background-color: #D4D0C8;
  border-style: groove; 
  border-color: #FFFFFF;
  border-width: 2px;
  margin: 0px 0px 0px 0px;

}

/*
td.footerBody { 
	padding-left: 5%;
	padding-right: 5%;
}


td.settingsPanel {
	border: 1px solid Black;
}

a.shutdownLink {
	font-size: 9pt;
	font-weight: bold;
}

a:link {
  color: #000000;
  background-color: transparent; 
  text-decoration: none; 
} 

a:visited { 
  color: #333333;
  background-color: transparent;
  text-decoration: none; 
} 

a:hover {
  text-decoration: underline; 
} 

*/


