﻿/*----------------------------------------------------------
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,body
{
    background: #fff;
    font-size: 10pt;
    font-family: Verdana, Helvetica, Sans-Serif;
    height:100%;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #3a9392;
}
h2
{
	font-size: 1.6em;
	padding: 0 0 10px 0;
	color: #3A9392;
}
h3
{
    font-size: 1.5em;
	color: #3A9392;
}
h4
{
    font-size: 1.3em;
	color: #3A9392;
}
h5, h6
{
    font-size: 1em;
}

div#title div
{
	color:#000;
	font-size:1.6em;
	font-weight:bold;
	padding-left:0px;
}

/* 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
{
    position:relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    height:auto ! important;
    height:100%;
    min-height:100%;
    background:#005DB9;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    padding-bottom:25px;
    background:#fff;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #3a9392;
    border: none;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
}

#maincontainer
{
	border: 6px solid #005DB9;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
	background:#005db9;
	padding-bottom:25px;
}
#main
{
	padding: 10px 30px 15px; 
	background-color: #fff;
}

#footer
{
	background:#005db9;
    color: #999;
    padding: 10px;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    position:absolute;
    bottom:0;
    width:830px;
}
#footer a
{
	color: #fff;
}
/* TAB MENU   
----------------------------------------------------------*/
div#menucontainer
{
	background:#fff;
    margin-top:40px;
    clear:both;
}
div#menu
{
    padding: 0 0 2px;
    float:right;
    left:0px;
    margin: 0 2px -1px 0;
    text-align: right;
}

div#menu div.tab
{
    float:left;
    list-style: none;
    margin: -2px;
    background-color: #005DB9;
    padding: 1px 0;
}

div#menu div#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

div#menu div.tab a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
    /*border-left: solid 1px #000;*/
}

div#menu div.tab:hover
{
	background-color: #003091;
	text-decoration: none;
}

div#menu div.tab a:active
{
    background-color: #003091;
    text-decoration: none;
}

div#menu div.selected
{
    background-color: #003091;
    color: #fff;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}
fieldset.leftFields
{
	float:left;
	width:45%;
}
fieldset.rightFields
{
	float:right;
	width:45%;
}
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;
}

textarea
{
	width: 340px;
	height: 65px;
}
input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

p.rightButtons
{
	clear:both;
	float:right;
}
/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
table th.rightCell,table td.rightCell
{
	text-align:right;
}
/* Pager  
----------------------------------------------------------*/
div.pager
{
	text-align:center;
}
div.pager>div>a
{
	margin:2px;
	background:#5c87b2;
	color:white;
	padding:2px 4px 4px 4px;
	line-height:30px;
}

/* Reports
----------------------------------------------------------*/
.treeNode, .treeNodeEmpty
{
	cursor:pointer;
	font-family:Colsolas, Courier New, Courier;
}
.treeNodeEmpty
{
	cursor:default;
}
tr.itemHeader td
{
	font-weight:bold;
}
fieldset.stepCountByActivity table, fieldset.top10 table
{
	width:475px;
}
fieldset.stepCountByActivity table th.column1, fieldset.top10 table th.column1
{
	width:70px;
}
fieldset.stepCountByActivity table td.activityIndent, fieldset.top10 table td.dateIndent
{
	padding-left:85px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}


div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:-20px, 10px, 10px, 10px;
    color:#000;
    float:right;
    min-width:300px;
}

#logindisplay legend
{
	color:#000;
}

#logindisplay a:link
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:hover
{
	color: #005DB9;
	text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.toggle
{
	cursor:pointer;
}
.toggle:hover
{
	color:#1d60ff;
}
input[type="text"].datePicker
{
    width: 85px;
    text-align:center;
}
select.activityList
{
    width:150px;
}
input[type="text"].duration
{
    width:30px;
    text-align:right;
}
textarea.userNote
{
	font-family:Verdana;
	font-size:1em;
	width:635px;
	height:44px;
}
