body {
	background: #282828;
	font-family: 'Helvetica Neue', 'Helvetica';
	color: #444;
}

p {
	/* font:16px/22px 'Droid Sans', 'Helvetica',Arial,sans-serif; */
	font:16px/22px 'Myriad Pro', 'Helvetica',Arial,sans-serif;
	margin:0;
	color: #444444;
}

form {
	
	width: 100%;
}

h1 {
	color: #293c52;
	font-size:36px;
	background: transparent;
}

h3, h4 {
	color: #293c52;
}

h4 {
	font-size: 125%;
	font-weight: bold;
	margin: 0.5em 0;
}

table { empty-cells:show; }

th {
	padding: 0;
}

ul, li {
	margin:4px 12px;
}

hr {
	clear: both;
}


/**
 * Buttons and Links
 */

a.button {
	background:url("/img/layout/bg-button-a.png") no-repeat scroll right top transparent;
	color:#555;
	display:block;
	float:left;
	font:bold 11px "Trebuchet MS","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	height:23px;
	margin-right:6px;
	padding-right:20px;
	text-decoration:none;
	text-transform:uppercase;
	margin-top: -4px;
}

a.button span {
	background:url("/img/layout/bg-button-span.png") no-repeat scroll 0 0 transparent;
	display:block;
	line-height:14px;
	padding:4px 0 5px 20px;
}

a.btn {
	text-decoration: none;
}

img.ui-datepicker-trigger {
	vertical-align: middle;
	margin-left: 5px;
}

/**
 * Content area
 */

/**
 * Flash default
 */

div#flashMessage {
	clear: both;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
	padding-left: 10px;
}

div#flashMessage a {
	text-decoration:underline;
	color: #FFF;
}

div#flashMessage a:hover {
	color: #FFF;
}

/**
 * Custom flash message styles
 */

div#authMessage {
	background: url(/img/layout/gloss.png) repeat-x scroll 0 0 #C73E14;
	border:1px solid #993322;
	color: #FFF;
}

div#flashMessage.error {
	background: url(/img/layout/gloss.png) repeat-x scroll 0 0 #C73E14;
	border:1px solid #993322;
	color: #FFF;
}

div#flashMessage.logged_out {
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #AAAAAA;
	color:#666666;
	text-align: center;
}

div#flashMessage.message, div.message {	
	background: #bbffbe;
	border: 1px solid #13ab1a;
	color: #05880b;
	font-size: 14px;
	font-weight: normal;
}

div#flashMessage.request_action {
	background: url(/img/layout/gloss.png) repeat-x scroll 0 0 #FFCC44;
	border:1px solid #DDAA44;
	font-weight: normal;
	font-size: 120%;
	color: #614c18;
}

div#flashMessage.request_action a {
	color: #3a3729;
}

div#flashMessage.request_action img {
	height: 32px;
	margin-right:5px;
	margin-top:-12px;
	position:relative;
	top:9px;	
}

div.actions {
	float:right;
	padding:10px 0 10px 1.5%;
	width:16%;
}

#info {
	min-height:200px;
}

.section_header {
	background:url("/img/layout/gloss.png") repeat-x scroll 0 0 #0F3366;
	border:1px solid #002255;
	color:#FFF;
	padding:2px 0 2px 5px;
}

h3.section_header {
	font-size:18px;
}

h4.section_header {
	font-size:16px;
}


form .submit input, form .submit input[type=submit] {
	/* the gradient can't be compressed. We can create an image gradient instead */
	background: #A8EA9C;
}
form .submit input:hover {	
	/* the gradient can't be compressed. We can create an image gradient instead */
	background: #62af56;
}
.submit input,
div.actions ul li a,
td.actions a {
	/* the gradient can't be compressed. We can create an image gradient instead */
	background: #c9dbed;
}
.submit input:hover,
div.actions ul li a:hover,
td.actions a:hover {
	/* the gradient can't be compressed. We can create an image gradient instead */
	background: #eeeca9;
}

form.search {
	float: right;
	text-align: right;
	margin-right: 0;
}

#header {
	padding: 10px 20px;
}

/**
 * Tabs
 */
.panes {
	padding: 20px 20px 20px 30px;
	border-left: 1px solid #888;
}

/**
 * Step navigation
 */

.step_navigation {
	width: 800px;
	margin-top: 10px;
}

.step {
	width: 150px;
	background: #EEE;
	color: #999;
	float: left;
	margin-right: 15px;
	padding:10px;
	border:1px solid #DDD;
	margin-bottom: 20px;
}

.current_step {
	background: #cee7ff;
	color: #222;
	border-color: #BBF;
}

.step_label {
	font-weight: bold;
}

/**
 * Custom button
 */

.btn-custom {
  background-color: hsl(37, 100%, 38%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9d00", endColorstr="#c17700");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9d00), to(#c17700));
  background-image: -moz-linear-gradient(top, #ff9d00, #c17700);
  background-image: -ms-linear-gradient(top, #ff9d00, #c17700);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9d00), color-stop(100%, #c17700));
  background-image: -webkit-linear-gradient(top, #ff9d00, #c17700);
  background-image: -o-linear-gradient(top, #ff9d00, #c17700);
  background-image: linear-gradient(#ff9d00, #c17700);
  border-color: #c17700 #c17700 hsl(37, 100%, 35%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
  -webkit-font-smoothing: antialiased;
}

/**
 * Footer
 */

#footer {
	background: #282828;
	color: #999;
	padding: 20px;
	margin-top: 25px;
}
