﻿/* *************************************************
	Common CSS
************************************************* */


.clear 
{
	clear: both;
}
.hidden 
{
	display: none;
}

/* ********************************************** */
#choice span
{
	display: inline-block;
	width: 200px;
	padding: 7px 0px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #004368;
	color: #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ********************************************** */
.step a
{
	display: block;	
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	color: #000;
	background: #ddd;
}
.step a:hover, .step a:active
{
	background: #999;	
}
.step a img 
{
	float: left;
	margin-right: 20px;
}
.step a b
{
	display: block;
	font-size: 14pt;
	margin-bottom: 10px;
}
.step a span 
{
	
} 
.step a .date b
{
	display: inline-block;
	margin-bottom: 0px !important;
}
 
.step a .uom 
{
	display: block;
	width: 50px;
	padding: 4px 10px;
	float: right;
	font-size: 13pt;
	font-weight: bold;
	background: #fff;
	text-align: center;
	margin-top: -2px;
} 

.step .button 
{
	display: inline-block;
	padding: 5px 40px;
	margin-right: 5px;
	background: #ccc;
}

/* **************************************************** */	
#footer 
{
	background: url(../images/footer-bg.png);
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 10px 0px;
	font-size: 8pt;
	text-align: center;
	color: #aaa;
	
	/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	*/
}
/* **************************************************** */	

#footer .version 
{
	font-size: 7pt;
}

/* **************************************************** */	

.blue 
{
	background: #009ad8 !important;
	color: #fff !important;
}
.blue:hover 
{
	background: #0077a7 !important;
}

.green 
{
	background: #00ab08 !important;
}

.red
{
	background: #f00 !important;
	color: #fff !important;
}
.red:hover 
{
	background: #ff5e5e !important;
}

.bold 
{
	font-weight: bold;
}

/* **************************************************** */	

em 
{
	color: #f00;
}