/* Text Color Schemes */
.blue_text { /* color:#5592BB; */
	color: #367AA8;
}

.green_text {
	color: #34C824;
}

.orange_text {
	color: #CC9900;
}

.red_text {
	color: #FF0000;
}

.white_text {
	color: #FFFFFF;
}

.dull_text {
	color: #CCCCCC;
}

/* Shout Bubble */
.shout_bubble {
	border-collapse: collapse;
	margin-left: 10px;
	margin-top: 10px;
	width: 149px;
}

/* Formatting Divs */
.screen_content_margin {
	padding-top: 16px;
	padding-left: 18px;
	padding-right: 18px;
}

/* Text Formatting */
.bold_text {
	font-weight: bold;
}

.inline_header h1,h2,h3,h4,h5,h6 {
	display: inline;
}

.medium_font {
	font-size: 14px;
}

.small_font {
	font-size: 11px;
}

.no_overflow {
	overflow: hidden;
}

.underline_text {
	text-decoration: underline;
}

/* Form Classes */
input.medium_button {
	font-size: 12px;
	height: 23px;
	width: 70px;
}

input.moderate_button {
	font-size: 12px;
	height: 23px;
	width: 100px;
}

input.large_button {
	font-size: 12px;
	height: 23px;
	width: 140px;
}

/* Link Classes */
a.link_underline:link {
	text-decoration: underline
}

a.link_underline:visited {
	text-decoration: underline
}

a.link_underline:hover {
	text-decoration: underline
}

a.link_underline:active {
	text-decoration: underline
}

a.normal_weight:link {
	font-weight: normal;
}

a.normal_weight:visited {
	font-weight: normal;
}

a.normal_weight:hover {
	font-weight: normal;
}

a.normal_weight:active {
	font-weight: normal;
}

/* 1C5579 */
a.blue_text:link {
	color: #1C5579;
}

a.blue_text:visited {
	color: #1C5579;
}

a.blue_text:hover {
	color: #1C5579;
}

a.blue_text:active {
	color: #1C5579;
}

a.green_text:link {
	color: #34C824;
}

a.green_text:visited {
	color: #34C824;
}

a.green_text:hover {
	color: #34C824;
}

a.green_text:active {
	color: #34C824;
}

a.orange_text:link {
	color: #CC9900;
}

a.orange_text:visited {
	color: #CC9900;
}

a.orange_text:hover {
	color: #CC9900;
}

a.orange_text:active {
	color: #CC9900;
}

a.white_text:link {
	color: #FFFFFF;
}

a.white_text:visited {
	color: #FFFFFF;
}

a.white_text:hover {
	color: #FFFFFF;
}

a.white_text:active {
	color: #FFFFFF;
}

a.red_text:link {
	color: #FF0000;
}

a.red_text:visited {
	color: #FF0000;
}

a.red_text:hover {
	color: #FF0000;
}

a.red_text:active {
	color: #FF0000;
}
.spoiler {
	display: none;
	cursor: pointer;
}
.spoiler_show {
	color: #CC9900;
}
.spoiler_text {
	display: none;
	color:#999;
}
