
.bodytext {
  color: #000066;
  font-size: .9em;
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: .5em;
}
	
.breadcrumbs {
  color: #000066;
  font-size: .7em;
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 1em;
}

.breadcrumbs a:link, a:visited, a:active {
    color: #000066;
}

.breadcrumbs a:hover {
    color: #0000ff;
}

.calloutLeft {
  width: 165px;
  float: left;
  font-size: 1em;
  color: #333399;
  border-color: #999999;
	margin-top: .1em;
	margin-right: .1em;
	margin-bottom: .1em;
	margin-left: .1em; /* negative value to outdent */
	border: 0px solid #000000;
	padding-top: .1em;
	padding-right: .1em;
	padding-bottom: .1em;
	padding-left: .1em;	
}

.calloutRight {
  width: 165px;
  float: right;
  font-size: 1em;
  color: #333399;
  border-color: #999999;
	margin-top: .5em;
	margin-right: .5em; /* negative value to outdent */
	margin-bottom: .5em;
	margin-left: .5em;
	border: 0px solid #000000;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em;	
}

.linksLeft {
  width: 33%;
  float: left;
	text-align: center;
	margin-top: .1em;
	margin-right: -.5em; /* negative value to outdent */
	margin-bottom: .1em;
	margin-left: 1em;
	border-style: solid;
	border-width: thin;
  border-color: #999999;
  background-color: #eeeeee;
	padding-top: .1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;	
}

.linksLeft a:link, a:visited, a:active {
    color: #6666ff;
}

.linksLeft a:hover {
    color: #0000ff;
    font-weight: bold;
}

.linksRight {
  width: 33%;
  float: right;
  font-size: .7em;
	text-align: right;
	margin-top: .1em;
	margin-right: -.5em; /* negative value to outdent */
	margin-bottom: .1em;
	margin-left: 1em;
	border-style: solid;
	border-width: thin;
  border-color: #999999;
  background-color: #eeeeee;
	padding-top: .1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;	
}

.linksRight a:link, a:visited, a:active {
  color: #6666ff;
}

.linksRight a:hover {
  color: #0000ff;
  font-weight: bold;
}

/* 
add to /design/css/Content-types/base_2004.css?
new universal selector block required for includes
*/
.skyInclude {
  max-width: 765px;
  
	margin: 0px;
	border: 0px solid #f8f8f8;
}
#skyIncludeEditable {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 10px;
  height: 0px;
  
  border: 0px solid #000000;
  
  overflow: hidden;
}

#content-table {
	border: 0px solid #000000;
}
#content-table td {
  border: 0px solid #000000;
  padding: 0px;
  
  vertical-align: top;
}

table td {
  font-size: 1em;	
}

/* 
add to /design/css/Content-types/base_2004.css?
universal fix to body
fix for Opera
*/
body {
	padding: 0px;
	background-color: #f8f8f8;
}

/*
fixes adding to /design/css/Content-types/base_2004.css
*/
.search {
  height: 23px;
  padding: 0px;
  
	white-space: nowrap;
}
.search a:link {
  color: #ffffff;
}
.search a:active {
  color: #ffffff;
}
.search a:visited {
  color: #ffffff;
}
.search input {  
  border: 0px solid #005CA7;
}


/*
fixes cascading (overriding) from /design/css/Content-types/home/base_2004.css
required for /index.html table redesign
*/
#column1 {
	float: none;
}
#column2 {
	float: none;
}
#column3 {
	float: none;
	margin-left: 2px;
}

/*
fixes for typos in /design/css/Content-types/home/base_2004.css
*/
#column2 .feature h3 {
	margin: 0px;
	padding: 2px;
	font-size: 100%;
}

#column2 .feature p {
	margin: 0px;
	padding: 2px;
}

#column23 {
	float: left;
	width: 550px;
	margin: 2px 6px;
}

#column12 {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 4px;
}

#column12 .feature h2 {
	color: #999999;
	font-size: 100%;
	margin: 0px;
	margin-bottom: 2px;
}

#column12 .feature {
	background-image: url("/images/website/dotted-line.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-right: 5px;
	margin-bottom: 8px;
	font-size: 100%;
}

#column12 .feature h3 {
	margin: 0px;
	padding: 2px;
	font-size: 100%;
}

#column12 .feature li { 
	list-style:none;
}

#column12 .feature p {
	margin: 0px;
	padding: 2px;
}

#column12 .feature-img {
	float: left;
	margin-right: 5px;
}

.blockCenter {
  text-align: center;
}

.blockHeading {
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 0px solid #000000;
	padding: 0px;
  padding-left: 5px;
  
  font-weight: bold;
}	

.blockHeading1 {
	font-size: 1.6em;
}	

.blockHeading2 {	
	font-size:	1.45em;
}	

.blockHeading3 {	
	font-size: 1.33em;
}	

.blockHeading4 {	
	font-size: 1.2em;
}	

.blockHeading5 {
	font-size: 1.07em;
}	

.blockHeading6 {	
	font-size: 1.0em;
}	

.feature a:link {
  color: #0000cc;
}
.feature a:active {
  color: #ff0000;
}
.feature a:visited {
  color: #551a8b;
}

.public a:link {
  color: #0000cc;
}
.public a:active {
  color: #ff0000;
}
.public a:visited {
  color: #551a8b;
}

#quicklinks {
  position: absolute;
  left: 600px;
  top: 3px;
  height: 22px;
  width: 100px;
}
#quicklinks select {
  font-family: helvetica, arial, sans-serif;
  font-size: 9pt;
  font-style: normal;
  color: #000000;
  background-color: #eeeeee;
}
#language {
  position: absolute;
  left: 500px;
  top: 3px;
  height: 22px;
  width: 100px;
  display: inline;
}
#language select {
  font-family: helvetica, arial, sans-serif;
  font-size: 9pt;
  font-style: normal;
  color: #000000;
  background-color: #eeeeee;
}

.blockList {
  margin-left: 14px;
  padding-left: 0px;
}

.clearBoth {
  clear: both;
}

 /*
required to override default skyFooter css to create CM Pros look
*/
.skyFooter {
  position: relative;
  visibility: visible;
  float: left;
  width: 765px;
  
	margin: 0px;
  margin-top: 5px;
  border: 0px solid #000000;
	border-top: 1px solid #dddddd;
  padding: 0px;
  
	background-color: #f8f8f8;
  text-align: left;
  color: #666666;
}
.skyFooterTable {
	margin: 0px;
	margin-top: -1px;
	border-collapse: collapse;
	border: 0px solid #000000;
	border-spacing: 0px;
	padding: 0px;
}
.skyFooterTable tr td a.skyFooterLink {
	color: #ffffff;
}
.skyFooterRow {
	margin: 0px;
	border: 0px solid #000000;
	padding: 0px;
}
.skyFooterCell {
	margin: 0px;
	border: 0px solid #000000;
	border-top: 1px solid #055FA9;
	padding: 0px;
	background-color: #999999;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}
.skyFooterText {
	color: #999999;
	font-size: 90%;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}
.skyFooterPipe {
	position: absolute;
	visibility: hidden;
}
.skyFooterLink {
	background-color: #999999;
	text-decoration: none;
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	padding: 2px 10px;
	border-left: 1px solid #EEEEEE;
}
.skyFooterLocaleText {
	color: #000000;
	font-size: 8pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}
.skyFooterLocaleLink {
	color: #0000ff;
	font-size: 8pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}
.skyFooterLocalLocaleLink {
	color: #0000ff;
	font-size: 8pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}
.skyPoweredBlock {
	text-align: right;
}
.skyPoweredLink {
	font-size: 8pt;
	font-family: times-new-roman,times,serif;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}

.skyCommentaryTable {
	width: 98%;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid black;
	padding: 0px;
	background-color: #666666;
	font-family: arial,helvetica,sans-serif;
	color: #333366;
}
.skyCommentaryControlRow {
	background-color: #ddddff;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #666699;
	text-align: left;
}
.skyCommentaryControlCell {
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #666699;
	padding: 2px;
	background-color: #ddddff;
	text-align: left;
}
.skyCommentaryControlCell td {
	background-color: #ddddff;
	color: #666699;
}
.skyCommentaryDataRow {
	padding: 0px;
	margin: 0px;
}
.skyCommentaryDataCell {
	margin: 0px;
	padding: 2px;
	background-color: #ddddff;
	color: #000000;
	font-size: 10pt;
	font-family: times-new-roman,times,serif;
	font-weight: normal;
	text-align: left;
}
.skyCommentarySpacerCell {
	font-size: 3pt;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.skyCommentaryPostCell {
	border: 1px solid #333366;
	margin: 0px;
	padding: 2px;
	background-color: #ddddff;
	color: #000066;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
}
.skyCommentarySubTable {
	border-collapse: collapse;
	border-width: 0px;
	font-family: arial,helvetica,sans-serif;
	color: #333366;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	width: 100%;
}
.skyCommentaryLink {
	color: #333366;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

/*
From Content-types/base_2004.css
*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#header-wrapper {
}

#header {
	background-image:url('/images/website/header_bg.gif');
	background-position:left;
	background-repeat:no-repeat;
	height: 103px;
	width: 765px;
}

#spacer {
	padding: 20px 0px 10px 15px;
	/*position: absolute;*/
}

#logo {
        position:absolute;
	left: 6px;
	top: 6px;
}

#logotext  {
        position:absolute;
	font-family: arial,helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	left: 100px;
	top: 6px;
}

#logotag {
        position:absolute;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	left: 115px;
	top: 36px;
}

#tools {
	position: absolute;
	left: 450px;
/*	top: -8px;
	_top: 5px;*/
	top: 2px;
}

#tools ul { padding:0px; margin:0px 0px 0px 40px; }

#tools li {
	margin: 0px;
	padding: 0px;
	width: 70px;
	list-style-type: none;
	list-style-position:none;
	margin-left: 15px;
	float: left;
	font-size: 90%;
}

#tools ul li a {
	color: #ffffff;
	text-decoration:none;
}

#main-menu {
	position: absolute;
	left: -20px;
	top:  77px;
	height: 25px;
	width: 765px;
}

#main-menu ul {
  margin: 0px 0px 0px 40px;
  padding: 0px; 
}

#main-menu li {
	width: 102px;
	height: 25px;
  
	padding: 0px;
	border: 0px solid #000000;
	margin: 0px;
  
	/* background-image: url('/images/website/main-menu_bg.gif');
	background-position: top;
	background-repeat: repeat-x; 
  
         background-color: #666666; */

  list-style-type: none;
	list-style-position: outside;
	float: left;
	text-align: center;
}

div#main-menu ul li a {
  display: block;
	width: 100%;
  
	padding: 5px 0px;
  
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

div#main-menu ul li a:hover {
	background-color: #EEEEEE;
	border: 1px solid #000000;
	color:#000000;
  
  /* 
  20050606 dtd
  added to make the main-menu have the same hover effect as the sub menus
  */
  background-color: #EEEEEE;
  color: #000000;
}

#main-menu ul li a.selected {
	background-color: #eeeeee;
	border: 1px solid #000000;
	font-weight: bold;

	/*background-image: url('/images/website/main-menu_bg_selected.gif');
	background-position:top;
	background-repeat:repeat-x; */
}

#main-menu ul li a.selected:hover {
	background-image: none;
	background-color: #EEEEEE;
  
	color: #000000;
  
  /* 
  20050606 dtd
  added to make the main-menu have the same hover effect as the sub menus
  */
  background-color: #EEEEEE;
  color: #000000;
}

.layout {
	padding: 0px;
}

.search-left {
	width: 46px;
	background-image: url('/images/website/search_left.gif');
}

/*
removed 20050601
text in search bar was very small
font-size: 80%;
*/
.search {
	background-image: url('/images/website/search_bg.gif');
	color: #ffffff;
}

#footer {
	background-image: url('/images/website/main-menu_bg.gif');
	font-size: 90%;
	color: #ffffff;
	width: 765px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px;
	border-left: 1px solid #EEEEEE;
}

form {
        display: inline;
	padding: 0px;
	margin: 0px;
}

form input {
	font-size: 11px;
}

.button, input.button {
  border: 0px solid #005CA7;
  
  vertical-align: top;
}

div.item {
	border: 1px solid #74A6CE;
	margin-top: 2px;
	font-size: 90%;
}

div.item div.header {
	background-image: url('/images/website/item-header.gif');
	background-position: left top;
	background-repeat: no-repeat;
  
  border: 0px solid #000000;
  /* added padding-bottom so that descenders would not be cut off */
  padding: 0px;
	padding-bottom: 1px;
}

div.item div.header h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
}

div.item h3 {
	margin: 2px 4px;
	padding: 0px;
	font-size: 90%;
}

div.item p {
	margin: 2px 4px;
}

div .secure { 
	background-image:url('/images/website/lock.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 9px;
	margin-left: 2px;
}

/* added for Resource Library headers */

#LibraryTitle {	
	font-size:	1.45em;
}	

/*
From Content-types/general_2004.css
*/

#content-wrapper {
  float: left;
  
  margin-top: 10px;
  border: 0px solid #000000;
  
}

#column1 {
	float: left;
	width: 138px;
  
  border: 0px solid #f8f8f8;
}

#column2 {
	float: left;
	width: 434px;
  
	margin: 0px 6px;
  border: 0px none #f8f8f8;
}

#column2 .feature h2 {
	color: #999999;
	font-size: 100%;
	margin: 0px;
	margin-bottom: 2px;
}

#column2 .feature {
	background-image: url("/images/website/dotted-line.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-right: 5px;
	margin-bottom: 8px;
	font-size: 90%;
}

#column2 .feature h3 {
	margin: 0px;
	padding: 2px;
	font-size:100%;
}

#column2 .feature li { 
	list-style:none;
}

#column2 .feature p {
	margin: 0px;
	padding: 2px;
}

#column2 .feature-img {
	float: left;
}

#column3 {
	width: 120px;
	float: left;
}

/* ---- base styles for all content types ---- */

/* headers */		
#content-type h1, #content-type h2, #content-type h3, #content-type h4, #content-type h5, #content-type h6 {
	margin-bottom: .33em;
	border:	0px solid #00000;
	padding: 0px;
  
	color: #000033;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	

#content-type h1 {
	font-size: 1.6em;
}	

#content-type h2 {	
	font-size:	1.45em;
}	

#content-type h3 {	
	font-size: 1.33em;
}	

#content-type h4 {	
	font-size: 1.2em;
}	

#content-type h5 {
	font-size: 1.07em;
}	

#content-type h6 {	
	font-size: 1.0em;
}	

/* cascades for headers */

.search-left {
	width: 46px;
	background-image: url('/images/website/search_left.gif');
}

#promotion {
	width: 508px;
	height: 115px;
	background-color: #999999;
}

.public {
	padding: 5px;
}

.secure {
	padding-left: 9px;
	background-image: url('/images/website/lock.gif');
	background-position:top left;
	background-repeat:no-repeat;
	margin-left: 2px;
}

/*
From Content-types/menu_2004.css
*/

#menu {
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	display: block;
	list-style: none;
	width: 138px;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #000000;
}

#menu ul li a {
	display: block;
  
  border: 1px solid #f8f8f8;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
  
	background-image: url('/images/website/menu-arrow.gif');
	background-position: left middle;
	background-repeat: no-repeat;

	text-decoration: none;
	background-color: #f8f8f8;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

#menu ul li ul li a {
	display: block;
  
  /* the default a block must have an initial border or when the hover border is applied, there is an inelegant flicker effect in firefox during the mouseover */
  border: 1px solid #f8f8f8;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 28px;
  
	background-image: url('/images/website/menu-arrow.gif');
	background-position: 8px 0px;
	background-repeat: no-repeat;

	text-decoration: none;
	background-color: #f8f8f8;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

div#menu ul li a:hover {
	border: 1px solid #000000;
	background-color: #eeeeee;
}

div#menu ul li ul li a:hover {
	border: 1px solid #000000;
	background-color: #eeeeee;
}

#menu ul li a:visited {
	color: #330033;
}

#menu .selected {
	background-image: url('/images/website/menu-arrow-selected.gif');
	background-color: #EEEEEE;
	font-weight: bold;
}

/* members menu */
#members ul {
	padding: 0px;
	margin: 0px;
}

#members ul li {
	display: block;
	list-style: none;
	width: 156px;
	margin:0px;
	padding: 0px;
	border-bottom: 1px solid #97BDDA;
}

#members ul li a {
	_width: 155px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	text-decoration: none;
	background-image: url('/images/website/menu-arrow.gif');
	background-position: left middle;
	background-repeat: no-repeat;
	display: block;
	background-color: #EEEEEE;
	color: #999999;
	font-size: 90%;
}

#members ul li a:hover {
	background-color: #EEEEEE;
}

#members ul li a:visited {
	color: #999999;
}

#members .selected {
	background-image: url('/images/website/menu-arrow-selected.gif');
	background-color: #EEEEEE;
	font-weight: bold;
}

/*
From v1.base.menu.css
*/

/* ==================== */
div.menu {
  position: absolute !important;
  visibility: hidden;
  left: 0px;
  top: 0px;
  z-index: 101;
  width: 185px !important;

  margin: 0px 0px 0px 0px !important;
  border: 1px solid #000000;
  padding: 6px 6px !important;
  
  font-weight: bold;
  background-color: #f8f8f8;
}
div.menu a.menuItem {
  color: #333333;
  cursor: default;
  display: block;
  padding: 4px 0px 4px 15px;
  text-decoration: none;
  cursor: pointer !important;
  width: 170px;
  line-height: 1.1em;
}
div.menu a.menuItemSecure {
  width: 170px;
  cursor: default;
  cursor: pointer !important;
  display: block;
  
  border-bottom: 1px solid #999999;
  padding: 4px 0px 4px 15px;
  
  background-image: url('/images/website/low-lock.gif');
  background-position: left top;
  background-repeat: no-repeat;
  
  color: #000000;
  text-decoration: none;
  line-height: 1.1em;
}
div.menu a.menuItem:hover, div.menu a.menuItemSecure:hover, div.menu a.menuItemHighlight {
  cursor: pointer !important;
  
  border: 1px solid #000000;
  background-color: #eeeeee;
  color: #000000;
}
div.menu a.menuItem span.menuItemText {}
div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}
div.menu div.menuItemSep {
}

/* ==================== */
/* BASE */
/* ==================== */
div.menu {
  width: 750px;
  margin-left: 10px;
}
div.menu a {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #888;
}
/* ==================== */

/* == Class to hide skip nav etc == */

div.hidden { 
	visibility: hidden;
	display: none;
}

#googleAd {
    position: relative;
    top: 5px;
    left: 9px;
    width: 120px;
    
    border: 1px none #f8f8f8;
}

#database {
  border: none;
  background-color: #f8f8f8;
}
