﻿/*----------------------------------------------------------
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;
  color: #336699;
  font-weight: bold;
  text-shadow: 1px 1px 2px #7EA9D3;
}

h2
{
  font-size: 1.4em;
  padding: 0 0 10px 0;
}

h3
{
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
  color: #CC3300;
}

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;
}

#title
{
  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: 15px;
  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: 36px 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 */
.grid
{
  font-family: Calibri,Arial,Verdana,sans-serif;
  font-size: 0.9em;
  border: 1px solid #ccc;
  background-color: #F7F7F8;
}

.grid td, .grid th
{
  padding: 4px;
  border: 1px solid #ccc;
}

.grid th
{
  font-weight: bold;
  background-color: #A7A7A7;
  text-align: left;
}

.grid th a
{
  display: block;
}

.grid td a:link, .grid td a:visited, .grid td a:active
{
  font-weight: bold;
  color: #BB0038;
  text-decoration: none;
}

.grid td a:hover
{
  color: #1C3262;
}

/* Theme */
.themecol
{
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.themecol:hover
{
  background-color: #ccc;
}

.themecol a
{
  display: block;
  text-decoration: none;
  color: #000;
}

.themeImage
{
  border: 1px solid #E8E8E8;
  display: block;
  width: 320px;
  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;
}

.readonly
{
  background-color: #ccc;
}

#logindisplay
{
  font-size: 1.1em;
  display: block;
  text-align: right;
  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;
}

.pages .textbox
{
  display: block;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px)
{

  body
  {
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
  }

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2)
{

  /*	.logo {
  		background: url(logo2x.jpg) no-repeat;
  		background-size: 212px 303px;
  	}*/

}
