
/* -------------------------------------------------------------------------------- */
/* rules specific to awards section - sidebars */

body#awards td#topfeature table.sidebar a {
	color: #3A3A3A;
	font-weight: bold;
	text-decoration: underline;
}
body#awards td#topfeature table.sidebar a:visited {
	color: #3A3A3A;
	font-weight: bold;
	text-decoration: underline;
}
body#awards td#topfeature table.sidebar a:hover {
	color: #3A3A3A;
	font-weight: bold;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/* rules specific to awards section - color coded */

body#awards input#submit {
	background-color: #9A6265;
}

body#awards td#welcome h2 {
	font-weight: bold;
	font-size: 0.9em;
	color: #AD6F73;
}

body#awards td#topfeature div#manage a:visited {
	color: #AD6F73;
}

body#awards h4 {
	color: #FFFFFF;
	background-color: #9A6265;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	margin-top: 35px;
}

body#awards a {
	color: #9A6265;
}
body#awards a:visited {
	color: #3A3A3A;
}
body#awards a:hover {
	color: #3A3A3A;
}

body#awards img {
	border: none;
}

/* rules for color-coding main menu */

body#awards td#menu {
	background-image: url("/inc/img/menu_awards_bg.gif");
	background-repeat: repeat-y;	
}

body#awards td#menu td.third {
	background-image: url("/inc/img/menu_bullet_third_awards.gif");
}

/* -------------------------------------------------------------------------------- */
/* table styling rules added by TD on 10/9/2007 */

body#awards table.verticalform th {
	padding:5px;
	vertical-align:top;
}

body#awards table.verticalform th p {
	text-align:right;
	font-weight:normal;
}

body#awards table.verticalform td {
	padding:5px;
}

body#awards table.verticalform td p {
	text-align:left;
}

body#awards table.headerrow th {
	padding:5px;
	vertical-align:middle;
	background-color:#E8E8E8;
}

body#awards table.headerrow th p {
	text-align:left;
	margin:0px;
}

body#awards table.headerrow td {
	padding:5px;
	vertical-align:top;
}

body#awards table.headerrow td p {
	text-align:left;
}

/* -------------------------------------------------------------------------------- */
/* Added by MD 09/26/2005 as instructed by iStudio. For form fields */

body#awards td#content input.button {
	background-color: #9A6265;
}

/* -------------------------------------------------------------------------------- */
/* tab style rules added by TD on 09/10/2008 */

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: #9A6265;
}

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;
}
