
/* -------------------------------------------------------------------------------- */
/* rules specific to members section - sidebars */

body#members td#topfeature table.sidebar h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #AA7444;
}

body#members td#topfeature table.sidebar a {
	color: #3A3A3A;
	font-weight: normal;
	text-decoration: underline;
}
body#members td#topfeature table.sidebar a:visited {
	color: #3A3A3A;
	font-weight: normal;
	text-decoration: underline;
}
body#members td#topfeature table.sidebar a:hover {
	color: #3A3A3A;
	font-weight: normal;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/* rules specific to members section - color coded */

body#members input#submit {
	background-color: #AA7444;
}

body#members td#welcome h2 {
	font-weight: bold;
	font-size: 0.9em;
	color: #C9905D;
}

body#members td#topfeature div#manage a:visited {
	color: #AA7444;
}

body#members a {
	color: #AA7444;
}
body#members a:visited {
	color: #3A3A3A;
}
body#members a:hover {
	color: #3A3A3A;
}

body#members h4 {
	color: #FFFFFF;
	background-color: #AA7444;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	margin-top: 35px;
}

/* rules for color-coding main menu */

body#members td#menu {
	background-image: url("/inc/img/menu_members_bg.gif");
	background-repeat: repeat-y;	
}

body#members td#menu td.third {
	background-image: url("/inc/img/menu_bullet_third_members.gif");
}

/* -------------------------------------------------------------------------------- */
/* Added by MD 09/26/2005 as instructed by iStudio. For form fields */

body#members td#content input.button {
	background-color: #AA7444;
}

/* -------------------------------------------------------------------------------- */
/* added by TD 3/17/2008 for new student newsletter e-mail templates */

body#members span.date {
	font-weight: bold;
	margin-bottom: 0px;
	color:#a77d7f;	
}

/* -------------------------------------------------------------------------------- */
/* added by TD 4/16/2008 for conference tabs menu */

table#tabs p {
	margin: 0px;
}

table#tabs td {
	text-align: center;
}

table#tabs td.gutter {
	border-bottom: 1px solid #BEBEBE;
}

table#tabs td.selected {
	border-top: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}

table#tabs td.selected a {
	font-weight: bold;
	text-decoration: none;
}
table#tabs td.selected a:visited {
	font-weight: bold;
	text-decoration: none;
}
table#tabs td.selected a:hover {
	font-weight: bold;
	text-decoration: underline;
}

table#tabs td.unselected {
	border-top: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	background-color: #C9905D;
}

table#tabs td.unselected a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
table#tabs td.unselected a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
table#tabs td.unselected a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */

body#members table.headerrow {
	border-width:1px;
	border-spacing:2px;	
	border-style:outset;
	border-collapse:separate;
}

body#members table.headerrow th {
	border-width:1px;
	padding:5px;
	border-style:inset;
	background-color:#E8E8E8;
	vertical-align:middle;
}

body#members table.headerrow th p {
	text-align:left;
	margin:0px;
}

body#members table.headerrow td {
	border-width:1px;
	padding:5px;
	border-style:inset;
	border-color:#545454;
	vertical-align:top;
}

body#members table.headerrow td p {
	text-align:left;
}
