﻿e/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: white;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: Black;
}

a:link
{
    color: Black;    
	background: transparent;
	text-decoration: none;
    pointer-events: none;
    cursor: default;
}

a:visited
{
    color: Black;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
    pointer-events: none;
    cursor: default;
}

a:link:after, a:visited:after {  
  content: normal !important;  
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    display: none;
}

#main
{
    color: Black;
    padding: 0;
    background-color: white;
    margin-bottom: 0;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #555;
    text-align: center;
    line-height: normal;
    font-size: xx-small;
    position: static;
    bottom: 0; 
    left: 35%;   
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    display: none
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 100px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px Gray;
  border-collapse: collapse;
}

table td 
{
  padding: 3px 2px;   
  border: solid 1px Gray;
  white-space: nowrap;
  overflow: hidden;
}

table th
{
  padding: 5px 4px;
  text-align: left;
  background-color: Gray; 
  border: solid 1px Gray;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    display: none;
}

div#title
{
    display:none;
}

#logindisplay
{
    display:none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* custom */
input[type="text"].tinyTextBox
{
    width: 30px;
    border: 1px solid #CCC;
}

input[type="text"].smallTextBox
{
    width: 50px;
    border: 1px solid #CCC;
}

input[type="text"].largeTextBox
{
    width: 200px;
    border: 1px solid #CCC;
}

table.noborder
{
  border-style: none;
}

td.noborder
{    
  border-style: none;
}

tr.noborder
{    
  border-style: none;
}

@media print {
      a[href]:after {
        content: "" !important;
      }
}

@page:last {
    @bottom-center { content:element(footer) }
}