@charset "UTF-8";
/* CSS Document */

			div.wrapper { width: 940px; margin: 0 auto; padding: 0 30px 36px; position: relative; }
			div#header { background: #f5f5f5; height: 72px; border-bottom: 1px solid #eee; margin: 0; }
			div#header h4 { float: left; position: absolute; top: 24px; left: 145px; border-left: 1px solid #ddd; padding-left: 14px; }
			div#header h4 small { font-size: 14px; font-weight: normal; }
			div#header h4 a, div#header h4 a:visited { font-weight: normal; }
			
			div.page-header { padding: 0 0 8px; margin: 18px 0; border-bottom: 1px solid #ddd; }
			div.page-header h1 { padding: 0; margin: 0; font-size: 24px; line-height: 27px; letter-spacing: 0; }
			
.awesome, .awesome:visited {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background-color: #222;
	background-image: url(../images/alert-overlay.png);
	background-repeat: repeat-x;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{
}
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	.superlarge.awesome, .superlarge.awesome:visited 			{ font-size: 22px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{
	background-color: #2B77BE;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
	.blue.awesome:hover							{
	background-color: #2F81C9;
}
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{
	background-color: #91bd09;
}
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
	.gray.awesome, .gray.awesome:visited		{
	background-color: #C0BDBD;
}
	.gray.awesome:hover							{
	background-color: #3094C5;
}
	.white.awesome, .white.awesome:visited		{
	background-color: #40CF18;
}
	.white.awesome:hover							{
	background-color: #65AB2D;
}
	.new.awesome, .new.awesome:visited		{
	background-color: #E4EEEF;
	text-shadow: 0 0px 0px rgba(0,0,0,0.25);
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}
	.new.awesome:hover							{
	background-color: #BCE232;
	text-shadow: 0 0px 0px rgba(0,0,0,0.25);
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
