@charset "utf-8";
/* CSS Document */
/* Cramer Productions, Inc. 425 University ave. Westwood MA 02062 */
/* CSS by Anton Dovbik adovbik@crameronline.com */

body {
  margin: 0;
  padding: 0;
  font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
  color: #3A3A3A;
  font-size: 12px;
  background-color: #c0c0c0;
}

* {
  margin: 0;
  padding: 0;
}

abbr, acronym, dfn {
  border-bottom: dotted 1px #999;
  cursor: help;
}

table {
  font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
  border-collapse: collapse;
  border: none;
  margin: 0;
  padding: 0;
}

a {
  color: #0c54ae;
  text-decoration: none;
}

a:visited {
  color: #0c54ae; /* MATCHES NON-LINK FONT COLOR */
}

a:hover {
  text-decoration: underline;
  color: #0c54ae;
}

a:active {
  outline: none;
  color: #000; /* BLACK (EDIT COLOR AS NEEDED) */
  text-decoration: none;
}

a img {
  border: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/***************************************************

COMMON CLASSES

***************************************************/

.center {
  text-align: center;
}

.right {
  float: right;
}

.hide {
  display: none;
}


/***************************************************

CONTAINER

***************************************************/

#container {
  width: 763px;  /*Normally   787px;  */
  margin: 0 auto;
  border: solid 1px black;
  background-color: #FFF;
  
}

/***************************************************

HEADER

***************************************************/

#header {
  background: url(images/GrassValleyheader.jpg) no-repeat;

  height: 120px;
  margin-left: 3px;
  position: relative;
  border-bottom: 2px solid #FFFFFF;
}

#header #switcher {
  background: url(images/switcher-bg.gif) no-repeat;
  width: 168px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 10px;
}

#header #switcher a {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  text-indent: -5000em;
  margin-left: 5px;
}

/***************************************************

NAVIGATION

***************************************************/

#nav {
  height: 35px;
  margin-left: 1px;
}

#nav ul {
  background-color: #7ac043; 
  font-weight: bold;
  width: 754px;  /*Normally    779px*/
  height: 35px;
  margin: 0 auto;
  font-size: 13px!important;
  border:  solid 1px #fff;
}

#nav ul li {
  display: inline;
  text-transform: uppercase;
}

#nav ul li sup {
}

#nav ul li a.first {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 25px;
  width: 125px;
  padding: 10px 16px 0;
  float: left;
  text-align: center;
}

#nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 25px;
  padding: 10px 21px 0;
  float: left;
  border-right: 1px solid #FFFFFF;
  text-align: center;
}

#nav ul li a:hover {
  background-color: #fff;
  color: #000;

}

#nav ul li a.last 
{

  width: 86px;
}

#nav ul li a.lastactive {
  background-color: #fff;
  color: #000;
  border-right: 1px solid #FFFFFF;
  width: 86px;
}

#nav ul li a.active {
  background-color: #fff;
  color: #000;
}

/***************************************************

CONTENT

***************************************************/

table#content {
  /*background: url(images/content-bg.gif) repeat-y;*/
  margin-left: 2px;
  width: 758px;
  margin-top: 3px;
  float:left;
}

table#content td {
  vertical-align: top;
  background-color: #FFFFFF;
}

table#content h3 {
    color: #5a8b35;
	padding: 10px 0px 5px 0;
	margin:0pt;
	width: auto;
	font-weight: bold;
	font-size: 14px;
}

table#content h4 {
  color: #3A3A3A; /*dark grey */
  font-size:12px;

  }

table#content p {
  font-size: 12px;
  margin: 0.8em 0;
  padding: 5px 0;
  line-height: 1.5;
}

table#content ul {
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
  list-style-type: square;
  margin: 0.8em 2em;
  line-height: 1.5;
}

table#content form p {
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
  font-size: 12px;
  margin: 0;
}

table#content a.button {
  background: url(images/button-bg.gif) repeat-x #E0E0E0;
  color: #555;
  text-decoration: none;
  padding: 1px 5px;
  display: block;
  text-align: center;
  margin: 1.5em;
  border: solid 1px #CCC;
  border-bottom: solid 1px #999;
  cursor: pointer;
}

div#main a.button_back {
  background: url(images/button-bg.gif) repeat-x #E0E0E0;
  color: #555;
  text-decoration: none;
  padding: 1px 5px;
  display: block;
  text-align: center;
  border: solid 1px #CCC;
  border-bottom: solid 1px #999;
  cursor: pointer;
  width: 220px;
}

input.button {
  background: url(images/button-bg.gif) repeat-x #E0E0E0;
  color: #555;
  text-decoration: none;
  padding: 1px 15px;
  display: block;
  text-align: center;
  border: solid 1px #CCC;
  border-bottom: solid 1px #999;
  cursor: pointer;
  float: left;
  margin: 10px 20px 10px 0px;
  width: 130px;
}

table#content td#left-side {
  height: 100%;
  width: 145px;
  background-color:#f2f2f2;
  margin-left: 2px;
}

td#left-side div {
  background-color:#f2f2f2;
  color: #3A3A3A;
  margin-left: 3px;
  padding: 1em 10px;
  width: 135px;
}

td#left-side input {
  width: 130px;
}

td#right-side {
  height: 100%;
  width: 0px;
}

td#right-side div {
 
  margin: 0 5px;
  padding: 1em 0.4em;
}

td#right-side div p {
  text-align: center;
  margin-left: 15px;	
}

td#right-side div h3 {
	margin-left: 15px;
	}

#main {
  background: #FFF;
  padding: 10px;
  height: 100%;
  margin: 20px;
  margin-right: 10px;
}

#main h1 {
  color: #000; 
  font-size: 100%;
  margin-bottom: 0.5em;
}

#main p {
  color: #3A3A3A; /*dark grey */
  font-size: 100%;
  margin-bottom: 0.5em;
}

#main h3.upcoming {
  color: #5a8b35; 
  font-size: 14px;

}

#main h3.archived {
  color: #5a8b35;  
  clear: both;
}

#main h2 {
  background: #7ac043; 
  padding:4px 10px;
  font-size:14px;
  width: auto;
  color: #FFFFFF;
}

#main h2#NJARJBNVHH {
  background: #000; /* Archive headings are black by special request */
  color: #FFF;
  
  padding: 0.2em;
  margin: 0.8em 0;
  clear: both;
}

#main hr {
  background: #b8b8b8;
  clear: both;
  color: #b8b8b8; 
  margin: 0.5em 0;
}

#main ol li {
  font-size: 12px;
  margin-left: 30px;
  padding-bottom: 0.5em;
}

#main a.button {
  background: url(images/button-bg.gif) repeat-x #E0E0E0;
  color: #555;
  text-decoration: none;
  padding: 1px 5px;
  display: block;
  text-align: center;
  font-size:12px;
  margin: 1.5em;
  border: solid 1px #CCC;
  border-bottom: solid 1px #999;
  cursor: pointer;
}

#main .description {
  float: left;
  width: 60%;
}

#main .narrow-column {
  float: left;
  width: 40%;
}

#main .required {
  color: #ff0000;
  float: left;
}

#main .checkbox {
  margin-left: 50px;
}

#main .radio {
  margin-left: 50px;
}

#main .combo {
  margin-left: 50px;
}

#main form input {
  margin: 0.2em 0;
}

#main form select {
  margin: 0.2em 0;
}

#main table.formContainer {
  width: 490px;
}

#main table.formContainer td {
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	
	color: #3A3A3A;
  padding: 0.5em 0;
  font-weight: bold;
}

#main table.formContainer td.label {
  width: 140px;
}

#main table.formContainer td input {
  width: 200px;
}

#main table.formContainer .formButton {
  width: 60px;
  text-align: center;
  padding: 0.2em;
}

table#sys-test {
  font-size: 90%;
  width: 505px;
  _width: 575px;
  margin: 1em 0;
  }

table#sys-test td {
  padding: 0.5em;
  border: solid 1px #3A3A3A; /*dark grey */
}

table#sys-test thead td{
  background: #7ac043; 
  font-weight: bold;
  color: #FFFFFF;
}


/***************************************************

FOOTER

***************************************************/

#footer {
  width: 758px;
  margin-left: 2px;
  padding: 0pt;
  font-size:12px;
}

#footer a {
	color: #fff;
	}

#footer p {
  margin: 1.5em 2.5em;
  color: #fff;
}


/***************************************************

MY ACCOUNT

***************************************************/

.mainContentHeader
{
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 100%;
	color: #3A3A3A;
	text-decoration: none;
	font-variant : none;
	font-weight : bold;
	text-transform: capitalize;
}

.projectDescription
{
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	
	color: #3A3A3A;
	text-decoration: none;
	font-variant : none;
	font-weight : normal;
	padding-left : 0px;
	line-height : 18px;
	letter-spacing : 0px;
}
