﻿/*----------------------------------------------------------
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
{
    xbackground-color: #5c87b2;
    background:#346075;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    xcolor: #696969;
    color:#161616
}

a:link
{
    color: #2a90c1;
    text-decoration: underline;
}
a:visited
{
    color: #2a90c1;
}
a:hover
{
    color: #346075;
}
a:active
{
    color: #2a90c1;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
small
{
font-size:85%  
}

strong
{
font-weight:bold  
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
        margin:0;
    padding:0;
}

h1
{
    font-size: 1.75em;
    line-height:1.5em;
    xpadding-bottom: 0;
    xmargin-bottom: 0;
}
h2
{
    font-size: 1.5em;
    line-height:1.5em;
    xpadding: 0 0 10px 0;
    color:#346075
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
    line-height:1em;
    margin:0;
    padding:0
}
h5, h6
{
    font-size: 1em;
}

/* 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: 900px;
    margin-left: auto;
    margin-right: auto;
    
}

.logo
{
  width:500px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #fff;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 1em;
    xfont-family: Arial, Helvetica, sans-serif;
    xfont-size: 32px !important;
}

#main
{
    xpadding: 0 0 15px 0;
    margin: 1em 0;
    padding: 1.5em;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.login
{
  width:500px
}

#footer
{
    color: #fff;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: none;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
    font-size:13pt;
    xpadding:3px
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #999;
    font-size:13pt;
    xpadding:3px
}

select
{
font-size:13pt;
xpadding:3px;
border:solid 1px #999
}

/* PEC FORMS
----------------------------------------------------------*/

div.field-group
{
  margin: 5px 10px 15px 0;
  clear:both

}

div.field-group div.field-item
{
  margin:0 20px 10px 0;
  clear:both;
  overflow:auto
}

div.editor-label
{
  width:150px;
  margin: 8px 5px 0 0;
  xcolor:#2a8874;
  text-align:right;
  float:left
}

.detail div.editor-label
{
  width:175px;
  xmargin: 5px 5px 0 0;
  xcolor:#2a8874;
  text-align:right;
  float:left
}

div.editor-label-right
{
  margin:0 5px 0 0;
  xcolor:#2a8874;
  text-align:left;
  float:left;
  line-height:1.4em;
}

p.editor-label
{
  width:300px;
  margin: 0 5px 5px 0;
  xcolor:#2a8874;
  text-align:left;
  float:left
}

div.control-field
{
  margin: 3px 0 0 0;
  float:left
}

div.editor-field
{
  margin: 0 0 2px 0;
  float:left
}

div.editor-field input[type="text"] 
{
  font-size:12pt;
}

div.display-field
{
  xmargin: 2px 0 2px 0;
  xfont-size:12pt;
  float:left
}


/* TABLE
----------------------------------------------------------*/

table 
{
  xborder: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  xborder: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  xbackground-color: #e8eef4; 
  xborder: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:white;
    width:300px;
    float:right
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    xfont-weight: bold;
    color: #ff0000;
}

.center
{
margin:0 auto  
}

.teamheader
{
background:#dfdfdf  
}

.main-footer-links
{
margin: 30px auto 10px auto;
width: auto; 
text-align: center  
}

/* From old main.css - this is the defult style if have no CSS applied 
body {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color:#666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
*/


/* MISC  
----------------------------------------------------------*/
.log-table

{
border-top: solid 1px #161616;
border-left: solid 1px #161616  
}

.log-table th
{
border-bottom: solid 1px #161616;
border-right: solid 1px #161616;
background:#5e7d7e;
font-size:14px;
text-transform:uppercase;
color:white;
xtext-align:right;
padding-right:10px;
white-space:nowrap
}

.log-table th.week
{
font-size:20px;
text-transform:none
}

.log-table td
{
border-bottom: solid 1px #161616;
border-right: solid 1px #161616; 
}

.log-table td.td-plain
{
border-bottom: 0;
border-right: solid 1px #161616    
}

.log-table td.member-name
{
xbackground:#d5e2a5;
font-size:12px;
font-weight:bold
}

td.th2, .th2
{
font:bold 10px/12px verdana, arial sans-serif;
text-transform:uppercase
}

td.step-bg
{
  background:#f2fdcb
}

td.bonus-bg
{
background:#E0EAEF  
}

td.total-bg
{
background:#decbfd  
}


td.total
{
 font:bold 12px/12px verdana, arial sans-serif; 
 text-align:right;
 padding-right:10px
}

td.total-plain
{
 background:#decbfd;
 xbackground:#fff;
 border-right:0
 
}



td.steps
{
padding-right:10px;
text-align:right
}

td.right, th.right
{
text-align:right;  
}

td.left
{
text-align:left  
}

.content
{
width:600px;
overflow:visible  
}

td.step-edit
{
width:100px;
text-align:center;
margin:0 auto
}

td.step-edit input
{
width:100px;
text-align:center;
background:#F2FDCB;
margin:0 auto
}

td select
{
background:#E0EAEF;
}

/* LOG  
----------------------------------------------------------*/
.note
{
float:right;
color:#DF0000;
width:360px;
margin:0;
padding:0 
}

.team-name
{
width:475px;  
}
