body, p, div, td, span   { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: normal; text-transform: none }

a:link, a:visited, a:active, a:focus, a:hover  { color: #333; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline }

a:hover  { color: #090; text-decoration: underline }

.whitebold, a.whitebold  {
	font-family: Arial, Helvetica, sans-serif;		
	font-weight: bold;		
	color: #FFFFFF;
	text-decoration: none;
}

a.navlink:hover, a.navlink:focus, a.navlink:active, a.navlink:link { color: #333; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }

.contact  { color: #333; font: 10px Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none }
.copyright { color: #fff; font: 10px Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none }
.sectiontitle   { color: #333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none; text-transform: none }
									
.title   { color: #333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none; text-transform: none }

#a div {
#	text-decoration: overline;
#}

textarea.wysiwyg {
	width: 300px;
}

input, select, textarea  { 
	color: #333; 
	background-color: #fff; 
	border: solid 1px #090;
	font-size: 10px;; 
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}
/* End Themable Forms */

td.header {
        font-size: medium;
        font-weight: bold;
        background-color: #095ba6;
        color: white;
        vertical-align: middle;
	padding: 5px;
}

td.header a{
	color:white;
}

td.table_data {
	padding: 2px 3px 2px 5px;
}

/* Row Highlighting on hover over.  Used in navigation manager */
tr.row:hover td, tr.row:hover td a  { color: #333; background-color: #aeb9bb }

tr.even_row {
	background-color: #DDD;
}

tr.odd_row {
	
}
/* End Row Highlighting */

div.moduletitle {
	font-weight: bold;
	font-size: 1.25em;
}


/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: #ddd;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
	font-size: 14pt;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid #000;
}

/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #aaa;
	margin: 0px;
}

div.container_editheader {
	padding: 2px;
	background-color: #555;	
}

div.container_editheader table tr td.info {	
	font-weight: lighter;	
	font-variant: small-caps;		
	color: #FFFFFF;
	font-size: .5em;
}

div.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #ddd;
	color: black;
	margin: .5em;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #666;
}

div.workflow_action_posted {
	border: 2px solid black;
}
/* End Workflow */

/** CSS Dropdowns **/
ul#topnavdd, ul#topnavdd li ul {
	padding: 1px;
	margin: 0px;
	list-style-type: none;	
}

ul#topnavdd li {
	position: relative;
	display: block;
	float: left;
	padding: 5px;
	margin: 0px;	
	border-top: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;	
	font:normal 11px Arial, Helvetica, sans-serif; /* shorthand */
	text-align: left;
	background-color: #000000;
}

ul#topnavdd li:hover{
	background-color: #555;
}

/* links in li's in the hover over nav. */
/* cannot combine in grouping - browsers pick it up for all for some reason */
ul#topnavdd li a:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
ul#topnavdd li a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
ul#topnavdd li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
ul#topnavdd li a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
ul#topnavdd li a:focus{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
/* End links in li's in the hover over nav. */

ul#topnavdd li ul li {
	display: block;
	width: 150px; /* this is here because IE & Firefox will make each box a different width based on content width, unless a width is specified on the whole ul */		
	position: relative;
}

ul#topnavdd li:hover ul {
	display: block; /* this is here to trigger the display of the flydown on mouseover */
}

ul#topnavdd li ul {
	display: none; /* turn it off unless turned visible on mouseover */
	position: absolute;
	top: 95%; /* this is where the top of the dropdown starts */
	left: 0;
	text-align: center;
	width: 1px;  /* if this isn't here, the drops get laidout horiz instead of vert */
	margin-top: 0px;
	float:none;
}
/** end css dropdown **/

/* Login form */
input#login_username, input#login_password  { color: #333; background-color: #aeb9bb; margin: 0 7px 7px 0; border-top: 0; border-right: 4px solid #cdcccc; border-bottom: 0; border-left: 4px solid #cdcccc }
/* End Login form */

.redbold {
	font-family: Arial, Helvetica, sans-serif;		
	font-weight: bold;		
	color: #B2141B;
	text-decoration: none;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;		
	font-weight: normal;		
	color: #FFFFFF;
	text-decoration: none;
}

ul#navlist
 {
   width: 158px;
   \width: 160px;
   w\idth: 158px;
   padding: 0px;
   border: 1px solid #808080;
   border-top: 0px;
   margin: 0px;
   font: bold 10px Arial, Helvetica, sans-serif;
   background: #808080;
 }

 ul#navlist li
 {
   list-style: none;
   margin: 0px;
   border: 0px;
   border-top: 1px solid #808080;
 }

 ul#navlist li a
 {
   display: block;
   width: 122px;
   \width: 158px;
   w\idth: 122px;
   padding: 4px 8px 4px 8px;
   border: 0px;
   border-right: 20px solid #aaaabb;
   background: #ccccdd;
   text-decoration: none;
   text-align: left;
 }

 ul#navlist li a:link { color: #000000; }
 div#navcontainer li a:visited { color: #000000; }

 ul#navlist li a:hover
 {
   border-color: #aaaabb;
   color: #ffffff;
   background: #59b224;
 }
/* Tantek's Box Model Hack for IE/Win */
* html div#menu {
  width: 150px; 
  w\idth: 190px; 
}

#menu ul {
      list-style: none;
          margin: 0;
              padding: 0;
                  border: none;
                }
                    
                #menu li {
                    border-bottom: 1px solid #90bade;
                      margin: 0;
                    }

                    #menu li a {
                        display: block;
                          padding: 5px 5px 5px 0.5em;
                            border-left: 10px solid #1958b7;
                              border-right: 10px solid #508fc4;
                                background-color: #2175bc;
                                  color: #fff;
                                    text-decoration: none;
                                      width: 100%;
                                    }

                                    html>body #menu li a {
                                        width: auto;
                                      }

                                      #menu li a:hover {
                                          border-left: 10px solid #1c64d1;
                                            border-right: 10px solid #5ba3e0;
                                              background-color: #2586d7;
                                                color: #fff;
                                              }

                                              #menu li a#active {
                                                  border-left: 10px solid #1c64d1;
                                                    border-right: 10px solid #5ba3e0;
                                                      background-color: #ff0;
                                                        color: #fff;
                                                      }


/* Ecommerce Login View */
div.ecom_login_infobox {
  display: block;
  width: 245px;
  border: 2px solid #4472A1;
  vertical-align: top;
  text-align: left;
}

div.ecom_login_header {
  display:block;
  background-color: #4472A1;
  color: white;
  text-align:center;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

div.ecom_login_body {
  font-size: 10px;
  padding: 5px;
  height: 175px;
  display: block;
}

td.ecom_login_body {
  font-size: 10px;
  padding-bottom: 3px;
}

.ecom_instructions {
  border: 2px solid #4472a1;
  padding: 8px;
  margin:8px;
  background-color:#bbc8d9;
  font-size: 10px;
  color: black;
}

a.ecom_mngmntlink img {
	margin-right: 8px;
}

tr.productListing-odd {
	background-color: #ffbe39;
}

tr.productListing-odd:hover {
	background-color: #ffda89;
}

tr.productListing-even:hover {
	background-color: #ffda89;
}

tr.productListing-even {
	background-color: #f9b344;
}

td.productListing-heading {
	font-size: medium;
	font-weight: bold;
	background-color: #095ba6;	
	color: white;
	vertical-align: middle;
}

td.productListing-heading a {
	color: white;
}

td.productListing-data {
	padding: 5px;
}

td.ecom_header {
	font-size: medium;
        font-weight: bold;
        background-color: #095ba6;
        color: white;
        vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

td.ecom_cart_info {
	padding-left: 5px;
}
