/* CSS Document for site specific styles */
@import url("http://fhs.mcmaster.ca/lib/css/mcmaster_format_2.css");

/* Display or hide search box radio buttons: Display: display:block; Hide: display:none; */
div#searchbox_area input, div#searchbox_area label {
	display:inline;
}

#accessibility_accreditation {
	display:none;
}

.text_small {
	font-size:.8em;
	font-weight:bold;
}

ul#submenu li ul, ul#submenu li ul li ul, ul#submenu li ul li ul li ul {
	display:none;
}

.request_box {
	padding:4px; 
	border:1px solid #990033; 
	width:246px; 
	font-size:20px; 
	font-weight:bold; 
	margin-left:auto;
}

.request_box a {
	color:#990033;
	text-decoration:none;
}

.request_box a:hover {
	color:#666666;
}

div#register_online {
	margin-left:0px;
	margin-bottom:20px;
	margin-top:10px;
}

div#register_online a {
	color:#990033;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

div#register_online a:hover {
	color:#2A3B86;
}

div#register_online img {
	margin-bottom:-12px;
	margin-right:3px;
}

h2 a {
	color:#2A3B86;
	text-decoration:none;
}
h2 a:hover {
	color:#000;
	text-decoration:none;
}

h3 a {
	color:#903;
	text-decoration:none;
}
h3 a:hover {
	color:#000;
	text-decoration:none;
}

.new {
	float:left;
	margin:0px 10px 5px 0px;
}
.gray_box {
	width:auto;
	margin:0 0 1em 0;
	padding:1em 2%;
	background-color:#F4F4F4;
	border:1px solid #CCC;
}

table.table_format3 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
}
table.table_format3 td {
	width:34%;
	padding-right:2%;
	padding-bottom:1em;
	text-align:center;
	vertical-align:middle;
	border:none;
}
table.table_format3 td:last-child {
	width:auto;
	padding-right:0;
}
table.table_format3 tr:nth-child(even) {
	background-color:e9e9e9;
}
table.table_format3 a {
	display:block;
	text-decoration:none;
	color:#903;
	border:1px solid #903;
	background-color:#FFF;
	padding:.8em 5% .2em 5%;
	min-height:6em;
	vertical-align:middle;
}
table.table_format3 a:hover {
	text-decoration:none;
	color:#FFF;
	border:1px solid #000;
	background-color:#903;
}
table.table_format3 ul li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:0;
}
table.table_format3 p {
	margin-bottom:0;
}

.cc_license {
	width:80%;
	margin:0 0 1.5em 8%;
	padding:1em 2%;
	font-size:.8em;
	border:1px solid #999;
	background-color:#e9e9e9;
}
.cc_license img {
	float:left;
	margin:.5em 5% .5em 0;
}