﻿/*----------------------------------------------------------
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: #5c87b2;
  font-size: .85em;
  font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
  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;
}

header, footer, nav, section
{
  display: block;
}

fieldset
{
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

fieldset legend
{
  font-weight: bold;
  padding: 2px 4px;
}

button, .button, a.button {
    background:#6a7b42;
    border:1px solid #487328;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 4px 14px 4px 14px;
    
    /*position: relative;*/
    text-align: center;
    text-decoration: none;
    
    /*----CSS3 properties----*/
     text-shadow: rgba(40,53,9,.2) 0px 0px 1px;
    -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.2); 
    -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.2); 
     box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.2);

     
    /*----In ie the first couplet sets the alpha value so 00=transparent and ff=opaque)----*/    
     filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ff9bb36c',  endColorstr='#ff809f43');	
	 background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(155, 179, 108, 1.0)), to(rgba(128, 159, 67, 1.0)));    
     background: -moz-linear-gradient(top, rgba(155, 179, 108, 1.0), rgba(128, 159, 67, 1.0));

     /*test - base green in pallet is 155,179,108*/
     background: -moz-linear-gradient(top, rgba(155, 179, 108, 1.0), rgba(133, 154, 93, 1.0));
        
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
     border-radius: 2px;
}

.button, a.button /* For link buttons */
{
   padding: 5px 14px 5px 14px; 
   margin-left: 5px;
}

button, input.button, x:-moz-any-link {
    padding: 3px 14px 3px 14px;
    }

button:hover, .button:hover, a.button:hover {
    border-color:#3a822e;
    color:#eefcec;
    text-decoration:none; 
    background: #809f43;
    
    /*CSS3 properties*/  
     filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ff6e7f45',  endColorstr='#ff6a7b42');
     background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(110, 127, 69, 1.0)), to(rgba(106, 123, 66, 1.0)));    
     background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
}

button:active, .buton:active, a.button:active {
    text-decoration:none; 
    background:#6a7b42;
    border:1px solid #487328;
    color:#fff;

    /*CSS3 properties*/
    text-shadow: rgba(0,0,0,.5) 0px 0px 1px;
     filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ff9bb36c',  endColorstr='#ff809f43');	
	 background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(155, 179, 108, 1.0)), to(rgba(128, 159, 67, 1.0)));   
     background: -moz-linear-gradient(top, rgba(155, 179, 108, 1.0), rgba(128, 159, 67, 1.0));
}
button:focus::-moz-focus-inner, .button:focus::-moz-focus-inner {
  border: 1px dotted transparent;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
  font-size: 1.5em;
  color: #000;
}

h1
{
  font-size: 2em;
  padding-bottom: 10px;
  margin-bottom: 0;
}

h2
{
  padding: 0 0 10px 0;
}

h3
{
  font-size: 1.2em;
}

h4
{
  font-size: 1.1em;
}

h5, h6
{
  font-size: 1em;
}

.clear
{
  clear: both;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#container
{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

header, #header
{
  position: relative;
  margin-bottom: 0px;
  color: #000;
  padding: 0;
}

#header #logo, #header #title
{
  float: left;
}

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
{
  padding: 30px 30px 15px 30px;
  background-color: #fff;
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
}

footer, #footer
{
  background-color: #fff;
  color: #999;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  margin: 0 0 30px 0;
  font-size: .9em;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

#content
{
  background-color: #fff;
}

.editfrom
{
}

.editform label
{
  display: block;
}

#login
{
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#login legend
{
  font-size: 1.1em;
  font-weight: bold;
  padding: 0px 4px;
}

#login label
{
  display: block;
}

/* 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;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

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;
}

/* Gridview */
table.gridview {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

tr.header th {
	background-color: #e6EEEE;
	border: 1px solid #ccc;
	padding: 4px;
}

table.gridview thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.gridview tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #ccc;
	vertical-align: top;
}

table.gridview tbody tr.altRow td {
	background-color:#F0F0F6;
	border: 1px solid #ccc;
}
table.gridview thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.gridview thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.gridview thead tr .headerSortDown, table.gridview thead tr .headerSortUp {
background-color: #8dbdd8;
}

/* Theme */
.themeImage
{
  border: 1px solid #E8E8E8;
  display: block;
  height: 200px;
  margin: 0.27em 0 0.93em;
}


/* Misc */
.textbox
{
  font-size: 1.2em;
  padding: 6px 4px;
  letter-spacing: 1px;
  border: 1px solid #999;
}

.textbox:focus
{
  border: 1px solid #000;
  background-color: #FFCC99;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

.error
{
  background: #FFEBE8 none repeat scroll 0 0;
  border: 1px dashed #DD3C10;
  margin: 5px 0px;
  padding: 10px;
  color: #333333;
}

.message
{
  background: #C4FFC4 none repeat scroll 0 0;
  border: 1px dashed #009900;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0px;
  padding: 10px;
  color: #333333;
}

.required
{
  color: Red;
}