
body {
 	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-size: 12px;
	line-height: 1.5 ;
	color: #000000;
	background-color: white;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td {
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-size: 12px;
	line-height: 1.5 ;
}

a:link {
	color: #003366;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #0033AA;
}
a:active {
	color: #CC0000;
}

a img {
	border: 0 ;
}

h1 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #000033;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 0px;
}

td {
	font-size: 12px;
}

.pagefooter {
	position: absolute;
	z-index: 0;
	width: 100%;
	bottom: 0px;
	height: 24;
}

h2 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
}


/* Containment for the page */
.insetArea {
	width: 95% ; 
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

@media (min-width: 1000px) {
	.insetArea {
		width: 85% ; 
	}
}

@media (min-width: 1300px) {
	.insetArea {
		width: 1000px ; 
	}
}

#pageContent {
	visibility: visible;
	width: 100% ;
	min-height: 60vh;
}

#containerFooter {
	width: 100%;
	height: 25px;
  	padding: 0px;
	background-color: white;
}

.pageBodyUnpadded {
	padding: 0px;
}

.pageBodyPadded {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}







/* MASTHEAD */

#masthead {
	margin-left: 0px ;
	padding-top: 10px ;
	padding-bottom: 6px;
	text-align: left;
}

.pinlineHR {
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #999999;
}



/* LINK BAR */

#linkbar {
	height: 26px ;
	text-align: left;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	background-image: linear-gradient( #FCFCFC, #F1F1F1, #DDDDDD );
}

#searchbar {
	float: right;
	font-size: 10px ;
	width: 210px ;
	height: 26px;
}

.linkbar-item {
	height: 26px ;
	line-height: 26px;
	padding-left: 7px;
	padding-right: 7px;
	float: left;
}

.linkbar-item span {
	font-size: 12px;
	padding-top: 4px;
}

.linkbar-item a {
	text-decoration: none;
	color: #333;
}

.linkbar-item:hover {
	background: linear-gradient( #FFF, #F1F1FF );
	box-shadow:	0 1px 0 #77F,
            	0 -1px 0 #77F;
}

.linkbar-item:hover a {
	color: black;
}






.divider {
  border-top: 1px solid #00519B;
}

.copyright {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: center;
	clear: both ;
	margin-top: 10px ;
	margin-bottom: 10px;
}

.copyright :link {
	color: #66f ;
}

.copyright :hover {
	color: blue ;
}

.copyright :active {
	color: purple ;
}




/***** Utils for product pages ******/

.buttonBlock {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 16px;
    text-align: center;
    background: #EEE;
    border: 1px #777 solid;
    border-radius: 6px;
}

.buttonIcon {
	float: left; 
	position: relative;
	top: -3px;
	left: -6px;
	padding-right: 6px;
	width: 42px;
	height: 42px;
}

.buttonText {
	font-family: Arial;
	font-weight: bold;
	font-size: 18pt;
	color: #440000;
}

.buttonBlockMini {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	padding-right: 16px;
}

.buttonTextMini {
	font-size: 12pt;
}

a.buttonLink {
	text-decoration: none;
	color: #440000;
}

.buttonBlock:hover {
	text-shadow: 1px 1px 8px white;
    background: #F1F1FF;
    border: 1px #77F solid;
}

.buttonBlock:hover .buttonText {
	
}

.buttonBlock:hover a {
	
}

.buttonDetails {
	margin: auto;
	color: #777777;
    text-align: center;
    padding-top: 5px;
}

.buttonBlockDisabled {
	border: 1px #aaa solid;
}

.buttonBlockDisabled:hover {
	background: #EEE;
    border: 1px #aaa solid;
}

.buttonTextDisabled {
	color: #aaa;
}


