
/* default margins for sidebar box */
table.sidebar td {padding: 8px 35px 17px 21px; }

/* default styles for sidebar box */
table.sidebar h1 {font-size: 10px;  font-weight: bold; line-height: 12px;  color: #000000;  margin: 5px 0px -3px 0px;   }
table.sidebar p {font-size: 9px;  line-height: 12px;  color: #000000;  margin: 5px 0 0 0;   }
table.sidebar p A:ACTIVE {font-size: 9px;  line-height: 12px;  color: #0000FF; text-decoration: underline; }
table.sidebar p A:LINK {font-size: 9px;  line-height: 12px;  color: #0000FF; text-decoration: underline; }
table.sidebar p A:VISITED {font-size: 9px;  line-height: 12px;  color: #0000FF; text-decoration: underline; }
table.sidebar p A:HOVER {font-size: 9px;  line-height: 12px;  color: #FF0000; text-decoration: underline; }

/* there is at most one profile per page and it has larger font size */
table.sidebar td div.profile p {font-size: 10px;  line-height: 17px;}
table.sidebar td div.profile p A:ACTIVE {font-size: 10px;  line-height: 17px;}
table.sidebar td div.profile p A:LINK {font-size: 10px;  line-height: 17px;}
table.sidebar td div.profile p A:VISITED {font-size: 10px;  line-height: 17px;}
table.sidebar td div.profile p A:HOVER {font-size: 10px;  line-height: 17px;}

/* related links lists needs special indents and margins */
table.sidebar td div.relatedlinks h1 { margin: 5px 0 0px 0;}
table.sidebar td div.relatedlinks p { margin: 0px 0px 0px 8px;  text-indent: -8px;}

/* date lists needs special indents and margins */
table.sidebar td div.datelist h1 { margin: 5px 0 0px 0;}
table.sidebar td div.datelist p { margin: 0px 0px 0px 8px;  text-indent: -8px;}

/* transparent spacer cell between colored sidebar boxes */
table.sidebar td.spacer { height: 7px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
table.sidebar td.bigspacer { height: 30px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}

/* background and colors for green profile sidebar box */
/* this box appears only below a profile image  */
table.sidebar td.green { background-color: #4D7D45; background-image: url(../images/sidebar/bg_green.gif); }
table.sidebar td.green h1 {color: #FFFFCC;}
table.sidebar td.green p {color: #FFFFCC;}
table.sidebar td.green p A:ACTIVE {color: #CCCC99;}
table.sidebar td.green p A:LINK {color: #CCCC99;}
table.sidebar td.green p A:VISITED {color: #CCCC99; }
table.sidebar td.green p A:HOVER {color: #FFFFFF; }

/* background and colors for gray profile sidebar box */
/* this box appears only below a profile image  */
/* NOTE: this box should NEVER be used for a profile. Only a date list or similar data.  */
table.sidebar td.gray { background-color: #645D59; background-image: url(../images/sidebar/bg_gray.gif); }
table.sidebar td.gray h1 {color: #CFC9C6;}
table.sidebar td.gray p {color: #CFC9C6;}
table.sidebar td.gray p A:ACTIVE {color: #99CCFF;}
table.sidebar td.gray p A:LINK {color: #99CCFF;}
table.sidebar td.gray p A:VISITED {color: #99CCFF; }
table.sidebar td.gray p A:HOVER {color: #FFFFFF; }

/* background and colors for dark orange profile sidebar box */
/* this box appears only below a profile image  */
table.sidebar td.darkorange { background-color: #BC5F3D; background-image: url(../images/sidebar/bg_darkorange.gif); }
table.sidebar td.darkorange h1 {color: #FFFFCC;}
table.sidebar td.darkorange p {color: #FFFFCC;}
table.sidebar td.darkorange p A:ACTIVE {color: #FFCC99;}
table.sidebar td.darkorange p A:LINK {color: #FFCC99;}
table.sidebar td.darkorange p A:VISITED {color: #FFCC99; }
table.sidebar td.darkorange p A:HOVER {color: #FFFFFF; }

/* background and colors for red profile sidebar box */
/* this box appears only below a profile image  */
table.sidebar td.red { background-color: #B13640; background-image: url(../images/sidebar/bg_red.gif); }
table.sidebar td.red h1 {color: #FFFFCC;}
table.sidebar td.red p {color: #FFFFCC;}
table.sidebar td.red p A:ACTIVE {color: #FFCC99;}
table.sidebar td.red p A:LINK {color: #FFCC99;}
table.sidebar td.red p A:VISITED {color: #FFCC99; }
table.sidebar td.red p A:HOVER {color: #FFFFFF; }

/* background and colors for the first box that appears below a profile box */
/* this box is always the same color, no matter what color the profile box above it */
table.sidebar td.firstsidebox { background-color: #D3972D; background-image: url(../images/sidebar/bg_orange.gif); }
table.sidebar td.firstsidebox h1 {color: #663300;}
table.sidebar td.firstsidebox h1 A:ACTIVE {color: #333366;}
table.sidebar td.firstsidebox h1 A:LINK {color: #333366;}
table.sidebar td.firstsidebox h1 A:VISITED {color: #333366; }
table.sidebar td.firstsidebox h1 A:HOVER {color: #FFFFFF; }
table.sidebar td.firstsidebox p {color: #663300;}
table.sidebar td.firstsidebox p A:ACTIVE {color: #333366;}
table.sidebar td.firstsidebox p A:LINK {color: #333366;}
table.sidebar td.firstsidebox p A:VISITED {color: #333366; }
table.sidebar td.firstsidebox p A:HOVER {color: #FFFFFF; }

/* background and colors for the second box that appears below a profile box */
/* this box is always the same color, no matter what color the profile box above it */
table.sidebar td.secondsidebox { background-color: #EFD25D; background-image: url(../images/sidebar/bg_yellow.gif); }
table.sidebar td.secondsidebox h1 {color: #333333;}
table.sidebar td.secondsidebox p {color: #333333;}
table.sidebar td.secondsidebox p A:ACTIVE {color: #333366;}
table.sidebar td.secondsidebox p A:LINK {color: #333366;}
table.sidebar td.secondsidebox p A:VISITED {color: #333366; }
table.sidebar td.secondsidebox p A:HOVER {color: #FFFFFF; }

/* background and colors for sidebar boxes beyond the second */
/* this box is used for the third, fourth, fifth + boxes below the profile */
table.sidebar td.thirdsidebox { }
table.sidebar td.thirdsidebox h1 {color: #666666;}
table.sidebar td.thirdsidebox p {color: #666666;}
table.sidebar td.thirdsidebox p A:ACTIVE {color: #336699;}
table.sidebar td.thirdsidebox p A:LINK {color: #336699;}
table.sidebar td.thirdsidebox p A:VISITED {color: #336699; }
table.sidebar td.thirdsidebox p A:HOVER {color: #000000; }

/* Small table of dates (e.g., application deadlines) */
table.sidebar table.minidates { margin: 10px 0px 0px 0px; }
table.sidebar table.minidates td { padding: 0px 10px 0px 0px;}
table.sidebar table.minidates p {font-size: 10px;  line-height: 16px;  color: #000000;  margin: 0px 0px 0px 0px;  }
table.sidebar table.minidates p A:ACTIVE {font-size: 10px;  line-height: 16px;  color: #336699;}
table.sidebar table.minidates p A:LINK {font-size: 10px;  line-height: 16px;  color: #336699;}
table.sidebar table.minidates p A:VISITED {font-size: 10px;  line-height: 16px;  color: #666666;}
table.sidebar table.minidates p A:HOVER {font-size: 10px;  line-height: 16px;  color: #009900;}


