@charset "utf-8";

/* sj_specific.css */
/* Containing colors and items specific to the Surgeon Pages */

body {
	background-image: url(images/three_skull_bg_dk_red_negative.jpg);
}

/* links */
a:link, a:visited {
	color: #F00;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #F00;
	font-style: normal;
}

/* titles */
h2 {
	color: #C00;
}
h3 {
	color: #C00;
}
h4 {
	color: #C00;
}

/* graphics */
.ctr_graphic {
	color: #C00;
	text-align: center;
}

img {
	border: medium solid #000;
}
hr {
	color: #900;
}

/* menues */
.text_submenu {
	color: #C00;
}

/* Columbus 2010 What's on Mission's Table styles */

#t1, #t2, #t3, #t4, #t5, #t6, #t7, #t8, #t9, #t10, #t11, #t12, #t13,
#tx1, #tx2, #tx3, #tx4, #tx5, #tx6, #tx7, #tx8, #tx9, #tx10, #tx11, #tx12, #tx13
{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
.blank {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
iframe {
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
