
/* -------------------------------------------------------------------------------- */
/* rules specific to research section - sidebars */

body#research td#topfeature table.sidebar a {
	color: #545454;
	font-weight: bold;
	text-decoration: underline;
}
body#research td#topfeature table.sidebar a:visited {
	color: #545454;
	font-weight: bold;
	text-decoration: underline;
}
body#research td#topfeature table.sidebar a:hover {
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/* rules specific to research section - color coded */

body#research input#submit {
	background-color: #648987;
}

body#research td#welcome h2 {
	font-weight: bold;
	font-size: 0.9em;
	color: #648987;
}

body#research td#topfeature div#manage a:visited {
	color: #648987;
}

body#research h4 {
	color: #FFFFFF;
	background-color: #648987;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	margin-top: 35px;
}

body#research a {
	color: #648987;
}
body#research a:visited {
	color: #545454;
}
body#research a:hover {
	color: #545454;
}


/* rules for color-coding main menu */

body#research td#menu {
	background-image: url("/inc/img/menu_research_bg.gif");
	background-repeat: repeat-y;	
}

body#research td#menu td.third {
	background-image: url("/inc/img/menu_bullet_third_research.gif");
}

/* -------------------------------------------------------------------------------- */
/* table styling rules added by TD on 9/27/2007 */

body#research table.headerrow th {
	padding:5px;
	vertical-align:middle;
	background-color:#E8E8E8;
}

body#research table.headerrow th p {
	text-align:left;
	margin:0px;
}

body#research table.headerrow td {
	padding:5px;
	vertical-align:top;
}

body#research table.headerrow td p {
	text-align:left;
}

/* -------------------------------------------------------------------------------- */
/* Added by MD 09/26/2005 as instructed by iStudio. For form fields */

body#research td#content input.button {
	background-color: #648987;
}

/* -------------------------------------------------------------------------------- */
