
/* -------------------------------------------------------------------------------- */
/* rules specific to about section - sidebars */

body#about td#topfeature table.sidebar a {
	color: #545454;
	font-weight: bold;
	text-decoration: underline;
}
body#about td#topfeature table.sidebar a:visited {
	color: #545454;
	font-weight: bold;
	text-decoration: underline;
}
body#about td#topfeature table.sidebar a:hover {
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/* rules specific to about section - color coded */

body#about input#submit {
	background-color: #75AEBE;
}

body#about td#welcome h2 {
	font-weight: bold;
	font-size: 0.9em;
	color: #75AEBE;
}

body#about td#topfeature div#manage a:visited {
	color: #75AEBE;
}

body#about h4 {
	color: #FFFFFF;
	background-color: #75AEBE;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	margin-top: 35px;
}

/* -------------------------------------------------------------------------------- */
/* Added by MF 01/23/2006 for new media room */
body#about .mediaroom-content h4 {
	color: #FFFFFF;
	background-color: #75AEBE;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	margin-top: 35px;
}
/* End new addition by MF 01/23/2006 for new media room */


body#about a {
	color: #75AEBE;
}
body#about a:visited {
	color: #545454;
}
body#about a:hover {
	color: #545454;
}


/* rules for color-coding main menu */

body#about td#menu {
	background-image: url("/inc/img/menu_about_bg.gif");
	background-repeat: repeat-y;	
}

body#about td#menu td.third {
	background-image: url("/inc/img/menu_bullet_third_about.gif");
}

/* -------------------------------------------------------------------------------- */
/* table styling rules added by TD on 10/19/2007 */

body#about table.verticalform th {
	padding:5px;
	vertical-align:top;
}

body#about table.verticalform th p {
	text-align:right;
	font-weight:normal;
}

body#about table.verticalform td {
	padding:5px;
}

body#about table.verticalform td p {
	text-align:left;
}

body#about table.headerrow {
	border-width:1px;
	border-spacing:2px;	
	border-style:outset;
	border-collapse:separate;
}

body#about table.headerrow th {
	border-width:1px;
	padding:5px;
	border-style:inset;
	background-color:#E8E8E8;
	vertical-align:middle;
}

body#about table.headerrow th p {
	text-align:left;
	margin:0px;
}

body#about table.headerrow td {
	border-width:1px;
	padding:5px;
	border-style:inset;
	border-color:#545454;
	vertical-align:top;
}

body#about table.headerrow td p {
	text-align:left;
}

/* -------------------------------------------------------------------------------- */
/* Added by MD 09/26/2005 as instructed by iStudio. For form fields */

body#about td#content input.button {
	background-color: #75AEBE;
}
/* -------------------------------------------------------------------------------- */

/* IAC added for Corporate Package Table styling */
#corpPackSubscriberTable {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	color: #545454;
	margin-bottom: 2em;
	line-height: 1.4em;
}
#corpPackSubscriberTable td {
	padding-right: 4px;
}
/* -------------------------------------------------------------------------------- */
