﻿/***** indexpage-specific classes *****/
#indexpage {
	border: 0px; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

#indexpage h3 {
	color: #A58400;
	font-size: 120%;
	font-weight: normal;
	margin: 5px 10px 5px 10px;
	text-align: left;
	text-transform: uppercase;
}

#indexpage li {
	border-bottom: 2px dotted #E0E5E9;
	color: #727271;
	list-style-position: outside;
	margin-left: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
}



/***** defaultpage-specific classes*****/
#defaultpage {
	border: 0px; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

#defaultpage h3 {
	border-bottom: 1px solid #A58400;
	color: #A58400;
	font-size: 120%;
	font-weight: normal;
	margin: 5px 10px 5px 10px;
	padding-bottom: 1px;
	text-align: left;
	text-transform: uppercase;
}

#defaultpage li {
	color: #727271;
	list-style-position: outside;
	margin-left: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
}



/***** header-specific classes *****/
#header {
	vertical-align: baseline;
}

#header table {
	background-image: url(/images/graphic_header_background.gif);
	background-position: left center;
	background-repeat: no-repeat;
	/*background: url(/images/graphic_header_background.gif) norepeat left center;*/
	vertical-align: bottom;
}

#header .links {
	color: #C3D4E5;
	font-size: 98%;
	text-align: right;
	padding-bottom: 5px;
}

#header .links a:link,
#header .links a:visited {
	color: #C3D4E5;
	text-decoration: none	
}

#header .links a:hover {
	color: #FFFFFF;
}

#header .phonenumber {
	color: #fff;
	text-align: right;
	font-size: 160%;
	text-decoration: none;
}



/***** horizontal menu-specific classes *****/
#horizontalmenu a:link, 
#horizontalmenu a:visited {
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 16px 0px 16px;
	text-decoration: none;
}

#horizontalmenu a:hover {
	color: #CED7F5;
}

#horizontalmenu td {
	text-align: left;
}



/***** admin horizontal menu-specific classes *****/
#horizontalmenu_admin a:link, 
#horizontalmenu_admin a:visited {
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 40px 0px 40px;
	text-decoration: none;
}

#horizontalmenu_admin a:hover {
	color: #CED7F5;
}

#horizontalmenu_admin td {
	text-align: center;
}



/***** index banner-specific classes *****/
#indexbanner .lefttd {
	background: url(/images/graphic_index_banner_left.gif); 
	vertical-align: top;
}

#indexbanner .lowertextarea {
	text-align: center;
	color: #060C44;
	padding: 0px 190px 0px 40px;
}

#indexbanner .uppertextarea{
	text-align: left;
	color: #0065A5;
	font-size: 140%;
	padding: 5px 20px 0px 50px;
}



/***** body-specific classes *****/
#body {
	text-align: center;
}

#body p {
	color: #727271;
	text-align: left;
}



/***** left column-specific classes *****/
#leftcolumn {
	background-color: #00274D; 
	vertical-align: top; 
	width: 192px;
}

#leftcolumn .leftnav p {
	background: #00274D url(/images/graphic_leftnav_background.gif) repeat-x left center;
	margin: 0px 5px 5px 5px;
	padding: 12px 3px 10px 3px;
	text-align: left;
}

#leftcolumn .leftnav p a:link, 
#leftcolumn .leftnav p a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding-left: 15px;
}

#leftcolumn .leftnav p a:hover {
	color: #CED7F5;
}	



/***** content column-specific classes *****/
#content {
	margin: 10px 10px 10px 10px;
	vertical-align: top;
}

#content p {
	color: #727271;
	margin: 5px 10px 10px 10px;
	padding: 10px;
	text-align: left;
}

#content ul {
	padding-left: 12px;
 	margin-left: 20px;
}



/***** right column-specific classes *****/
#rightcolumn {
	vertical-align: top;
}

#rightcolumn a:link,
#rightcolumn a:visited {
	color: #333333;
	text-decoration: none;
}

#rightcolumn a:hover {
	color: #a58400;
}

#rightcolumn h2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 10px;
}

#rightcolumn li {
	border-bottom: 1px dotted #333;
	list-style-position: inside;
	list-style-type: none;
	padding: 5px 10px 5px 0px;
}

#rightcolumn p {
	color: #727271;
	padding: 3px 3px;
}

#rightcolumn ul {
	background: #fff url(/images/graphic_background_fadeup.gif) repeat-x left bottom;
	margin: 0px 0px 10px 0px;
	padding-left: 0px;
	text-align: left;
}

#rightcolumn .blurbbox {
 	background-color: #0065A5;
	margin-top: 10px;
}
 
#rightcolumn .blurbbox a:link,
#rightcolumn .blurbbox a:visited {
	color: #fff;
	text-decoration: none;
}

#rightcolumn .blurbbox a:hover {
	color: #CED7F5;
}

#rightcolumn .blurbbox p {
	color: #fff;
	text-align: center;
	padding: 0px 8px;
 }



/***** footer-specific classes*****/
#footer a:link, 
#footer a:visited {
	color: #525151;
	text-decoration: none;
}

#footer a:hover {
	color: #949393;
}

#footer table {
	background: #FFFFFF url(/images/graphic_footer_background.gif) repeat-x left top;
}

#footer td {
	vertical-align: top;
}

#footer p {
	color: #949393;
	font-size: 95%;
	line-height: 80%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer .lefthalf {
	text-align: left;
	padding: 10px 0px 0px 10px;
}

#footer .righttext {
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#footer .rightnumbers {
	text-align: right;
	padding: 10px 0px 0px 0px;
}

#contactnumbers p {
	color: #060C44;
	padding-left: 0px;
	padding-right: 0px;
}

#contactlabels p {
	color: #0065A5;
	text-transform: uppercase;
}



/***** index page product grid-specific classes *****/
#indexprodgrid .cell {
	background: #fff url(/images/graphic_background_fadeup.gif) repeat-x left bottom;
	height: 140px; 
	padding: 0px;
	vertical-align: top; 
}

#indexprodgrid .cell a:link,
#indexprodgrid .cell a:visited{
	color: #0065A5; /* A medium blue */
	text-decoration: none;
}

#indexprodgrid .cell a:hover{ /* The hover modifier must come after the link and visited modifers */
	text-decoration: underline;
}

#indexprodgrid .cell p {
	margin: 5px;
	padding: 5px;
}

#indexprodgrid .header {
	color: #060C44;
	font-size: 120%;
	padding-top: 5px;
}

#indexprodgrid .borderhorizontal {
	background: #fff url(/images/graphic_index_prodgrid_dividerhoriz.gif) repeat-x left top;
	height: 5px; 
}

#indexprodgrid .bordervertical {
	background: #fff url(/images/graphic_index_prodgrid_dividervert.gif) repeat-y center top;
	width: 5px;
}



/***** index page compare editions link-specific classes *****/
.moreinfolink {
	background-color: #E0E5E9;
	color: #0065A5;
	font-size: 110%;
	margin: 2px 10px 5px 10px;
	padding: 3px 10px 3px 10px;
	text-align: right;
	text-decoration: none;
}

.moreinfolink a:link,
.moreinfolink a:visited {
	color: #0065A5; /* A medium blue */
	text-decoration: none;
}

.moreinfolink a:hover { /* The hover modifier must come after the link and visited modifers */
	color: #060C44; /* A dark blue */
	text-decoration: none;
}



/***** index page service grid-specific classes *****/
#indexservgrid {
	text-align: center;
}

#indexservgrid a:link,
#indexservgrid a:visited {
	color: #333333; /* A dark grey */
	text-decoration: none;
}

#indexservgrid a:hover { /* The hover modifier must come after the link and visited modifers */
	color: #a58400; /* A dark yellow */
}

#indexservgrid td {
	padding: 10px 8px 5px 8px;
	text-align: left;
	vertical-align: top; 
}



/***** training pages-specific classes *****/
.training .biglinks {
  border-bottom: dotted 1px; 
  margin: 0px 10px;
  text-align: center;
}

.training .topic {
	color: #0065A5;
}

.training .trainerphoto {
	border: 0px; 
	margin: 5px 5px 5px 10px;
}



/***** features page feature grid-specific classes *****/
.featuregrid div {
	text-align: center;
}

.featuregrid span {
	font-family: Wingdings; 
	font-size: 36px; 
	color: #0065a5;
}

.featuregrid td {
	text-align: left;
}

.featuregrid .altrow {
	background-color: #eeeeee;
}



/***** generic grid-specific classes *****/
.grid table {
	margin: 5px 10px 10px 10px;
}

.grid td {
	text-align: center;
}

.grid tfoot,
.grid thead {
	color: #727271;
}

.grid thead td {
	border-bottom: dotted 1px #333;
}

.grid .altrow {
	background: #E0E5E9 url(/images/graphic_background_fadedown.gif) repeat-x left top;
/*	background-color: #E0E5E9; */
}

.grid .formleft {	
	color: #727271;
	padding-right: 5px;
	text-align: right;
}

.grid .formright {
	color: #727271;
	padding-left: 5px;
	text-align: left;
}

.grid .title {
	color: #0065A5;
	font-size: 12px;
	font-weight: bolder;
}

.grid .title {
	color: #0065A5;
	font-size: 12px;
	font-weight: bolder; 
}

.grid .borderfield {
	border:1px inset #bbbbbb;
}

.grid .bordertitle {
	border: outset 1px #bbbbbb;
	color: Black;

}



/***** shopping cart-specific classes *****/
.shoppingcartfooter,
.shoppingcartheader {
	color: #727271;
	background-color: #E0E5E9;
}

.shoppingcartheader td {
	border-bottom: dotted 1px #333;
}

.shoppingcartcentertext {
	text-align: center;
}

.shoppingcartlefttext {
	text-align: right;
}

.shoppingcartrighttext {
	text-align: right;
}

.shoppingcartremove {
		color: #FF0000;
		font-size: 80%;
		font-variant: small-caps;
		margin: 5px;
		padding: 0px;
		text-align: center;
}

.shoppingcartaltrow {
	background: #E0E5E9 url(/images/graphic_background_fadedown.gif) repeat-x left top;
/*	background-color: #E0E5E9; */
}



/***** user-defined classes *****/
.error {
		color: #FF0000;
		font-size: 80%;
		font-variant: small-caps;
		margin: 5px;
		padding: 0px;
		text-align: center;
}

.fadedown {
	background: #FFFFFF url(/images/graphic_background_fadedown.gif) repeat-x left top;
}

.note {
		color: #727271;
		font-size: 80%;
		font-variant: small-caps;
		margin: 0px;
		padding: 0px;
}

.topic {
	color: #0065A5;
}



/***** standard elements *****/
a:link,
a:visited {
	color: #0065A5; /* A medium blue */
	text-decoration: none;
}

a:hover { /* The hover modifier must come after the link and visited modifers */
	color: #a58400; /* A dark yellow */
}	

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

h1 {
	color: #0065A5;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 15px 10px 5px 10px;
	padding: 10px 10px 3px 10px;
	text-align: left;
}

h2 {
	background-color: #E0E5E9;
	color: #060C44;
	font-size: 120%;
	font-weight: normal;
	margin: 5px 10px 5px 10px;
	padding: 3px 10px 3px 10px;
	text-align: left;
}

h4 {
	color: #333;
	font-size: 120%;
	font-weight: normal;
	margin: 15px 10px 5px 10px;
	padding: 10px 10px 3px 10px;
	text-align: left;
	text-transform: uppercase;
}

h5 {
	color: #0065A5;
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin: 5px 10px 5px 10px;
	text-align: left;
}

h6 {
	border-bottom: 1px dotted #0065A5;
	color: #060C44;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 10px 5px 20px;
	padding: 3px 10px 3px 10px;
	text-align: left;
}

img {
	border: 0px; 
	margin: 0px; 
	padding: 0px;
}

ul {
	margin-left: 12px;
	padding-left: 12px;
}

