/* links */
#content_box a.raster_link {
	width: 70px;
	padding-top: 14px;
	padding-bottom: 8px;
	margin: 10px;
	display: block;
	
	border: 2px solid #bbb;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #fdfdfd;
	box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 2px;
	
	color: #112;
	font-size: 42px;
	text-align: center;
}

#content_box a.raster_link:hover {
	margin: 8px;
	
	border: 4px solid #ccc;
	border-top: 4px solid #ddd;
	border-left: 4px solid #ddd;
	background: #fff;
}

#content_box a.raster_link:active {
	margin: 8px;
	
	border: 4px solid #ddd;
	border-top: 4px solid #aaa;
	border-left: 4px solid #aaa;
	background: #f9f9f9;
}

#content_box a.blue,
#content_box p.back_button a {
	color: #009;
}
#content_box a.blue:hover,
#content_box p.back_button a:hover {
	color: #33f;
}
#content_box p.back_button {
	float: right;
}
#content_box p.group_button {
	float: left;
	text-align: center;
}

/* paragraphs */
#content_box p.centered_notification {
	color: #333;
	font-family: Arial, sans-serif;
	text-align: center;
}
p.indented_info {
	padding-left: 25px;
	
	color: #333;
	font-size: 0.9em;
}

/* tables */
#content_box table.more_cellspacing tr th,
#content_box table.more_cellspacing tr td {
	padding: 7px;
}
#content_box table.margin_centered {
	margin-left: auto;
	margin-right: auto;
}
#content_box table tr th span.subinfo,
#content_box table tr td span.subinfo {
	font-size: 0.75em;
	font-weight: normal;
	color: #fff;
}

/* table header rows */
#content_box table tr.header,
#content_box table.styled tr.header td {
	padding: 3px;
	
	border: none;
	background: none;
	
	color: #555;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
}

/* table title rows */
#content_box table.vertical_titles tr th,
#content_box table.vertical_titles_right tr th,
#content_box table.horizontal_titles tr th {
	vertical-align: top;
	
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#content_box table.vertical_titles tr th {
	text-align: right;
}
#content_box table.vertical_titles_right tr th {
	text-align: left;
}
#content_box table.horizontal_titles tr th {
	text-align: center;
}
#content_box table tr th.error {
	color: #811;
}

/* table error rows */
#content_box table tr.error_row td {
	color: #811;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: none;
}

/* table content rows */
#content_box table.content_left tr td {
	text-align: left;
}
#content_box table.content_right tr td {
	text-align: right;
}
#content_box table.content_center tr td {
	text-align: center;
}
#content_box table tr td.less_important {
	color: #333;
	font-size: 0.8em;
}
#content_box table tr td.invisible {
	padding: 7px;
	
	border: none;
	background: none;
}

/* styled tables */
#content_box table.styled tr th {
	vertical-align: middle;
	
	color: #fcfcfc;
	border-right: 1px solid #263;
	background: #427e4c url("../images/css/styled_table_top.jpg") bottom left repeat-x;
}
#content_box table.styled tr th:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#content_box table.styled tr th:last-child {
	border-right: none;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#content_box table.styled tr th a {
	color: #fcfcfc;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;	
	text-shadow: #404060 1px 2px 0px;
}
#content_box table.styled tr th a:hover,
#content_box table.styled tr th a.active:hover {
	text-shadow: rgba(255, 255, 255, 0.75) 0 0 2px;
}

#content_box table.styled tr td {
	padding: 7px;
	
	border: 1px solid #f9f9f9;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #f3f3f3 url("../images/css/styled_table_center.jpg") bottom left repeat-x;
	
	text-align: center;
}
#content_box table.styled.content_left tr td {
	text-align: left;
}
#content_box table.styled.content_right tr td {
	text-align: right;
}
#content_box table.styled tr td.invisible {
	padding: 7px;
	
	border: none;
	background: none;
}

/* JS helper */
#content_box .replace_on_click_target,
#content_box span.truncated_discriminant_span {
	display: none;
}
#content_box .replace_on_click_source,
#content_box span.truncated_discriminant_span,
#content_box span.truncated_discriminant_digit_count {
	cursor: pointer;
}