﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/

html
{
    height: 100%;    
}
    
body {
    background-color: #fdfdfd;
    font-size: 1.1em;
    font-family: Segoe UI, Arial, FreeSans,  "Liberation Sans", Sans-Serif;
    margin: 0;
    padding: 0;
    color: #666666;
    
    height: 100%;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #e51200;
    text-decoration: none;
}

a:active {
    color: #ef1200;
}

p, ul 
{
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 
{
    margin: 0;
    font-size: 1.5em;
    color: #999;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* 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: 600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    
    /* background: pink; */
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    color:#333333;
    padding: 24px 0px 24px 0px;
     
    /* background: green; */
}

#wrap {
    /* background:orange;   */
    
    height: 100%; 
    padding-bottom: 100px; /* must be same height as the footer */
}

footer, 
#footer {
    color: #999;
    text-align: center;
    line-height: normal;
    margin: 0 auto 0 auto;
    width: 400px;
    
    font-size: 1.0em;
   
   /* border:0 solid #ddd;
    padding:10px;
    border-top-width:1px; */
    
    /* needed for sticky footer */
    position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear: both;
	
	/* background: red; */
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0;
    margin: 0;
}

ul#menu li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
}

ul#menu li a:hover 
{
}

ul#menu li a:active {
}

ul#menu li.selected a 
{
    color: #ef1200;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 2px solid #CCC;
    padding: 4px;
    font-size: 1.2em;
    color: #444;
    width: 250px;
}

input[type="text"]:focus, 
input[type="password"]:focus
{
	background-position: #FFFF99;
	background: #FFFFC6;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] 
{
    margin-top:15px;
}


/* TABLE
----------------------------------------------------------*/

table 
{
	margin:0;
  border-width:0;
  border-collapse: collapse;
}

table td 
{	
	margin:0;
  padding: 0;
  border-width:0;
}

table th
{
    margin:0;
      padding: 0;
       text-align: left;
  background-color: #e8eef4; 
  border-width:0; 
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 0px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay 
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin: 5px;    
}

#logindisplay a:link {
}

#logindisplay a:visited {
}

#logindisplay a:hover {
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error 
{
    margin-top: 5px;
    color: #ff0000;
    display:block;
    font-size: 0.9em;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-size: 0.9em;
}

.validation-summary-errors 
{
    font-size: 0.9em;
    font-weight: bolder;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 0.5em 0 0 0;
    text-align:right;
	font-weight:bold;
	font-size:1.1em;
	vertical-align:middle;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;    
}

label
{
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

