﻿/* General
-------------------------------------------------------*/
body, td {
  font-family: Verdana, Arial, Sans-serif;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

p {
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 8px;
}

ul 
{
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 16px; 
}

a {
text-decoration: none;
color: #4F7289;
}

a:hover {
text-decoration: underline;
color: #4F7289;
}


a img {
  border: none;
}

h1,
h2,
h3 {
  padding: 4px 0;
  margin: 4px 0;
}

h1 {
  color: #666666;
  font-family:  Tahoma, Verdana, Sans-serif; 
  border-bottom: solid 1px #000;
  font-weight: bold;
  font-size: 1.7em; 
  letter-spacing: 0.08em;
  clear: both;
}

h2 {
  color: #666666;
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: 1px dotted #000;
}

h3 {
  color: #666666;
  font-weight: normal;
  font-size: 1.4em;
}

.print_only {
  display: none;
}

/* Layout
-------------------------------------------------------*/

#wrapper {
  background: url("../images/back_top.gif") 0 0 repeat-x fixed;
  text-align: center;
  width: 100%;
}

#main {
  width: 950px;
  padding: 0px 0;
  margin: 0 auto;
}

#footer
{
  margin-bottom: 1px;
  text-align: left;
  padding: 4px 16px;
  color: #eff7d4;
}

.topleft
{
 width:350px;
 height:26px;
 float:left;
}

.topright
{
 width:350px;
 height:26px;
 float:right;
 text-align:right;
}


#sub_nav {
  background: #000; /* #E2FF70; */
  font-size: 1.2em;
  padding: 0px 16px;
  height:26px;
  line-height:26px;
  margin-bottom: 1px;
  text-align: left;
  color: #eff7d4;
}


#top_nav {
  margin-bottom: 1px;
  text-align: left;
  padding: 4px 16px;
  color: #790;
}

#top_nav {
  background: #b5b67c;
  font-size: 1.0em;
}

#footer,


#top_nav a:link,
#top_nav a:visited {
  color: #360;
}

#top_nav a:hover,
#top_nav a:active {
  color: #000;
}

#sub_nav a:link,
#sub_nav a:visited {
  color: #eff7d4;
}

#top_nav a:hover,
#top_nav a:active,
#sub_nav a:hover,
#sub_nav a:active {
  color: #eff7d4;
  text-decoration:none;
  border-bottom: 3px solid #FAC81A
}

#header {
  background: white url("/images/header.jpg") no-repeat;
  height: 69px;
  padding: 0 12px; 
  margin-bottom: 0px;
}

#header h1 {
  margin: 0;
  padding: 25px 0 0 0;
  overflow: hidden;
  border: none;
  font-size: 30px;
  /*
height: 0;
background: no-repeat url("../images/logo.gif") 0 20px;
  */
}

#page {
  background: white top repeat-x url("../images/content_bg.gif");
  padding-top: 2px;
  text-align: left;
}

#content {
  padding-left: 16px;
  float: left;
  padding-top: 12px;
  min-height:450px;
}

div.shadow {
  background: #F5F5F5;
  padding: 0 1px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 2px solid #999999;
  border-left: 1px solid #CCCCCC;
  border-right: 2px solid #999999;
}

div.shadow p
{
    margin-left:5px;
    padding: 5px 5px 5px 5px; 
    color:#000;
}
div.shadow h2 
{
    padding: 5px 5px 5px 5px;
}

.ProductHeader 
{
  background: #fff url("/images/yellow_grid.gif") left repeat-x;
  border-top: 1px solid #CCCCCC;
  border-bottom: 2px solid #999999;
  border-left: 1px solid #CCCCCC;
  border-right: 2px solid #999999;
  padding: 2px 2px 0 2px;
} 

.ProductImage 
{
  border-top: 1px solid #CCCCCC;
  border-bottom: 2px solid #999999;
  border-left: 1px solid #CCCCCC;
  border-right: 2px solid #999999;
} 



#side {
  float: right;
  background: #f5f5f5 url("../images/side_back.gif") top repeat-x;
  padding: 16px;
  color: #3f5877;
  border-top: white solid 1px;
}

#footer {
  font-size: 0.8em;
  border-top: 2px solid #FAC81A;
  padding: 10px 16px;
  clear: both;
  background: #000;
  border-bottom: solid 2px #A7A8AC;
}

#footer a:link,
#footer a:visited {
  color: #eff7d4;
}

.loginname 
{
    text-align:right;
    padding-right: 5px;
}

INPUT, TEXTAREA {
background-color: #F8F7F6;
color: black;
font-family: verdana;
font-size: 12pt;
} 


/* One COlumn
-------------------------------------------------------*/

.one_column #content {
  width: 920px;
  float: none;
  background: #fff url("/images/grey_grid.jpg") left repeat-y;
  
}

.one_column #side {
  display: none;
}

/* Two Colums
-------------------------------------------------------*/

.two_column #content {
  width: 460px;
  background: #fff url("/images/grey_grid.jpg") left repeat-y;
}

.two_column #side {
  width: 216px;
}

/* Side Menu
-------------------------------------------------------*/

.menu  {
  margin: 0 -16px;
  padding: 0;
  list-style: none;
  border-top: 1px solid white;
  display: block;
}
div.menu 
{
  display: block;
  padding : 8px 16px;
  margin: 0 -16px;
  color: #fff;
  font-weight:bold;
  background: #696969 url("../images/chromebg.gif") top repeat-x;
  border-bottom: 1px white solid ! important;
  border-top: 2px #FAC81A solid ! important;
  font-size: 1.2em;
  width: 100%;
}

div.subcontent 
{
  background: #f5f5f5;
  color: #426480;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-size: 1em;
  }

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.menu li {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.menu li a:link,
.menu li a:visited {
  display: block;
  padding : 8px 16px;
  margin: 0;
  color: #FAC81A;
  font-weight: bold;
  background: #737b7a;
  border-bottom: 1px white solid ! important;
  letter-spacing: 0.12em;
  font-size: 1.2em;
}

* html .menu a,
* html .menu li {
  height: 1px; /* Holly Hack stops random padding. Seems to be OK in IE7 as well */
}

.menu li li a:link,
.menu li li a:visited {
  background: #b5b67c;
  color: #FAC81A;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-size: 1em;
}

.menu a:link,
.menu a:visited
{
    color: #FFF;
    text-decoration:none ! important;
}
 

.menu a:hover {
  text-decoration:none ! important;
  color: #FAC81A;
}

.menu li li a:hover {
  background-color: #E2FF70 !important;
}

/* Extras
-------------------------------------------------------*/

.side_decor {
  margin: 12px 16px 12px 0;
  float: left;
}

/* Column clearing
-------------------------------------------------------*/

#page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#page {
  display: table; /* Was inline-table in original tutorial, changed due validation error */
}

/* Hides from IE-mac \*/
html #page {
  height: 1%;
}

#page {
  display: block;
}
/* End hide from IE-mac */


/* Chrome Menu */

#chromemenu{
width: 100%;
font-weight: bold;
font-size: 94%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
background: url(/images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #fff;
padding: 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(/images/chromebg2.gif) center center repeat-x;
color: #FAC81A;
}

fieldset {
	padding:15px;
}

#formcontent label {
	float:left;
	text-align:right;
	width:25%;
	margin:0 .5em;
}

/* MANDATORY FIELD ELEMENTS */

.missing {
	color:#f00;
}

.required {
	color:red;
	margin-right:.4em;
}

.readonly {
	color:#666666;
	margin-right:.4em;
}
p.hypergurl {margin:0px auto;width:450px;filter:shadow;color:orange;font-size:24pt;line-height:200%:} 

/* Command BUTTONS on pages */
.actionbuttons {
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
   display: block;
}

/* general form styling */

.formcontent form {
	margin-top:.5em;
}
.formcontent p {
	padding:0;
	margin:0px;
	}

.formcontent fieldset {
	padding:.3em;
	border:1px solid #10137E;
	background:url(/images/formbg.jpg) bottom left repeat-x;
	background-color:#F5F5F5;
	margin-right: 20px;
}

.formcontent legend {
	font-weight:bold;
	margin:.5em;
}

.formcontent form div {
	margin-bottom:.5em;
	margin-right: 10px;
	padding:0 .5em;
	clear:both;
}

.formcontent label {
	float:left;
	text-align:right;
	width:25%;
	margin:0 .5em;
	color:#10137E;
}

.formcontent input.field, .content textarea {
	width:65%;
}

div.checkbox {
	margin-left:27%;
}

.formcontent .checkbox label {
	float:none;
	text-align: auto;
	width:auto;
	margin:auto;
}

.formcontent div.indent {
	padding:.3em 0 .3em 0;
	clear:both;
}

.formcontent div.submit {
	position:relative;
	height:2.1em;
	margin-bottom:0;
	background:url(/images/formbg.jpg) 0 60% repeat-x;
	clear:both;
}

div.submit input {
	position:absolute;
	left:27%;
	top:.3em;
}


ul.list-of-links {
	margin:0;
	padding:0;
}

ul.list-of-links li{
	border-bottom:1px dotted #B2B2B2;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	list-style:none;	
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}

ul.no-lines,
ul.no-lines li {
	border:none;
}
