/* @override http://shawlman.com/standards.css */

/*		++++++++++++++++++++++++++++++++++++
		+++++++++ Project Shawlman +++++++++
		++++++++++++++++++++++++++++++++++++
*/

.left {
	float: left;
}

.middle {
	float: left;
	margin-left: 10px;
}

.right {
	float: right;
}

sup, sub {
	font: bold 11px/11px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #f26321;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

sup a, sub a {
	text-decoration: none;
	color: #f26321;
}

sup a:hover, sup a:active, sub a:hover, sub a:active {
	text-decoration: none;
	color: #9438d1;
}

/*sup a:before, sub a:before {
	content: "(";
}

sup a:after, sub a:after {
	content: ")";
}*/

.footnote {
	display: none;
}

#text .footnote {
	display: inline;
}

.page_break_before {
	page-break-before: always;
}

.page_break_after {
	page-break-after: always;
}

em, .em, i {
	font-style: italic !important;
}

.no_em {
	font-style: normal !important;
}

u, .u {
	text-decoration: underline !important;
}

.no_u {
	text-decoration: none !important;
}

a.no_u:hover {
	text-decoration: underline !important;
}

strong, .strong {
	font-weight: bold !important;
}

unstrong, .unstrong {
	font-weight: normal !important;
}

.text_left {
	text-align: left !important;
}

.text_center {
	text-align: center !important;
}

.text_right {
	text-align: right !important;
}

.capitalise {
	text-transform: capitalize !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.no_indent {
	text-indent: 0 !important;
}

.unseen {
	display: none !important;
}

.no_bullet {
	list-style-image: none !important;
	list-style-type: none !important;
}

hr, .hr {
	background: url(/images/hash_ccc.gif) repeat;
	height: 5px;
	width: 100%;
	border-width: 0;
	margin: 20px 0;
	float: left;
}

blockquote {
	color: #194c7f;
	margin: 0 30px;
	padding: 0;
}

p + blockquote, blockquote + p {
	margin-top: 20px;
}

.white {
	color: #fff !important;
	border-color: #fff !important;
}

.white_text {
	color: #fff !important;
}

.black {
	color: #000 !important;
	border-color: #000 !important;
}

.grey, .gray {
	color: #888 !important;
	border-color: #888 !important;
}

.darkgrey, .darkgray {
	color: #555 !important;
	border-color: #555 !important;
}

.lightgrey, .lightgray {
	color: #bbb !important;
	border-color: #bbb !important;
}

.lightgrey_text, .lightgray_text {
	color: #bbb !important;
}

.blue {
	color: #69c !important;
	border-color: #69c !important;
}

.darkerblue, .navy {
	color: #194c7f !important;
	border-color: #194c7f !important;
}

.green {
	color: #98ca88 !important;
	border-color: #98ca88 !important;
}

.orange {
	color: #f26321 !important;
	border-color: #f26321 !important;
}

.purple {
	color: #9438d1 !important;
	border-color: #9438d1 !important;
}

.background_white {
	background-color: #fff !important;
}

.background_purple {
	background-color: #9438d1 !important;
}

.background_blue {
	background-color: #194c7f !important;
}

.background_orange {
	background-color: #f26321 !important;
}

.background_grey {
	background-color: #333 !important;
}

.background_black {
	background-color: #000 !important;
}

.boxed, .boxed20 {
	padding: 20px;
	color: #194c7f;
	background: #fff url(/images/hash_ccc.gif) repeat;
}

.boxed10 {
	padding: 10px;
	color: #194c7f;
	background: #fff url(/images/hash_ccc.gif) repeat;
}

#warning {
	color: #fff;
	text-align: center;
	width: 100%;
	background: #e92c31 url(/images/hash_white.gif) repeat-x 0 bottom;
	padding: 8px 0 10px;
	float: left;
	font: 12px/12px Helvetica, Arial, Geneva, sans-serif;
}

#warning a {
	color: #fff;
	text-decoration: underline;
}

#warning a:hover {
	color: #000;
}

.no_background_image {
	background-image: none !important;
}

.link_plain a {
	text-decoration: none;
}

.link_plain a:hover {
	text-decoration: underline;
}

.no_margin {
	margin: 0 !important;
}

.no_top_margin {
	margin-top: 0 !important;
}

.no_bottom_margin {
	margin-bottom: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

ul.li_no_padding li {
	padding-bottom: 0 !important;
}

.no_border {
	border-width: 0 !important;
}

.no_border_top {
	border-top-width: 0 !important;
}

.no_border_left {
	border-left-width: 0 !important;
}

.no_border_right {
	border-right-width: 0 !important;
}

.no_border_bottom {
	border-bottom-width: 0 !important;
}

.border {
	border: 1px solid #ddd !important;
}

.border2 {
	border: 2px solid #ddd !important;
}

.border_blue {
	border: 1px solid #194c7f !important;
}

.border2_blue {
	border: 2px solid #194c7f !important;
}

.border_top {
	border-top: 1px solid #ddd !important;
}

.border_left {
	border-left: 1px solid #ddd !important;
}

.border_right {
	border-right: 1px solid #ddd !important;
}

.border_bottom {
	border-bottom: 1px solid #ddd !important;
}

.border_top2 {
	border-top: 2px solid #ddd !important;
}

.border_left2 {
	border-left: 2px solid #ddd !important;
}

.border_right2 {
	border-right: 2px solid #ddd !important;
}

.border_bottom2 {
	border-bottom: 2px solid #ddd !important;
}

.border_top_darkblue {
	border-top: 1px solid #194c7f !important;
}

.border_left_darkblue {
	border-left: 1px solid #194c7f !important;
}

.border_right_darkblue {
	border-right: 1px solid #194c7f !important;
}

.border_bottom_darkblue {
	border-bottom: 1px solid #194c7f !important;
}

.border_top_darkblue2 {
	border-top: 2px solid #194c7f !important;
}

.border_left_darkblue2 {
	border-left: 2px solid #194c7f !important;
}

.border_right_darkblue2 {
	border-right: 2px solid #194c7f !important;
}

.border_bottom_darkblue2 {
	border-bottom: 2px solid #194c7f !important;
}

.border_top_darkgrey {
	border-top: 1px solid #333 !important;
}

.border_left_darkgrey {
	border-left: 1px solid #333 !important;
}

.border_right_darkgrey {
	border-right: 1px solid #333 !important;
}

.border_bottom_darkgrey {
	border-bottom: 1px solid #333 !important;
}

.border_top_darkgrey2 {
	border-top: 2px solid #333 !important;
}

.border_left_darkgrey2 {
	border-left: 2px solid #333 !important;
}

.border_right_darkgrey2 {
	border-right: 2px solid #333 !important;
}

.border_bottom_darkgrey2 {
	border-bottom: 2px solid #333 !important;
}

.smallish {
	font-size: 12px !important;
}

.smallish_small {
	font-size: 11px !important;
}

.small, small {
	font-size: 10px !important;
}

.smaller {
	font-size: 9px !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.center {
	text-align: center !important;
}

.left_align {
	text-align: left !important;
}

.right_align {
	text-align: right !important;
}

.top_margin5 {
	margin-top: 5px !important;
}

.bottom_margin5 {
	margin-bottom: 5px !important;
}

.left_margin5 {
	margin-left: 5px !important;
}

.right_margin5 {
	margin-right: 5px !important;
}

.top_margin10 {
	margin-top: 10px !important;
}

.bottom_margin10 {
	margin-bottom: 10px !important;
}

.left_margin10 {
	margin-left: 10px !important;
}

.right_margin10 {
	margin-right: 10px !important;
}

.top_margin15 {
	margin-top: 15px !important;
}

.bottom_margin15 {
	margin-bottom: 15px !important;
}

.left_margin15 {
	margin-left: 15px !important;
}

.right_margin15 {
	margin-right: 15px !important;
}

.top_margin20 {
	margin-top: 20px !important;
}

.bottom_margin20 {
	margin-bottom: 20px !important;
}

.top_margin30 {
	margin-top: 30px !important;
}

.bottom_margin30 {
	margin-bottom: 30px !important;
}

.top_margin, .top_margin40 {
	margin-top: 40px !important;
}

.bottom_margin, .bottom_margin40 {
	margin-bottom: 40px !important;
}

.top_margin60 {
	margin-top: 60px !important;
}

.bottom_margin60 {
	margin-bottom: 60px !important;
}

.top_margin80 {
	margin-top: 80px !important;
}

.bottom_margin80 {
	margin-bottom: 80px !important;
}

.padding5 {
	padding: 5px !important;
}

.padding10 {
	padding: 5px !important;
}

.padding15 {
	padding: 5px !important;
}

.padding20 {
	padding: 5px !important;
}

.p25 {
	width: 25% !important;
}

.p50 {
	width: 50% !important;
}

.p100 {
	width: 100% !important;
}

