﻿.pb-form-v2 > fieldset {
	padding: 0;
}

.pb-form-v2 > fieldset > legend, #main h1 {
	border-bottom: 1px solid #ccc !important;
	color: #333;
	/*font-family: 'ChunkFiveRegular', Helvetica, sans-serif;*/
	font-family: 'FuturaHeavy' !important;
	font-size: 30px;
	margin-bottom: 10px;
	padding: 0;
	text-shadow: #fff 1px 1px 0;
	width: 100%;
}

.pb-form-v2 input[type="submit"], gold-button {
    border: none 0;
    font-size: 14px;
    height: 28px;
    line-height: 25px;
    padding: 0 10px;
}

.pb-form-v2 input[type=text], .pb-form-v2 input[type=password], .data-form input[type=text] {
    border: solid 1px #999;
	height: 23px;
    padding: 1px 5px 2px 5px;
}

.pb-form-v2 .max-width {
	max-width: 300px;
}

.pb-form-v2 table input, .pb-form-v2 .check input {
	bottom: 1px;
	position: relative !important;
	vertical-align: middle !important;
}

.pb-form-v2 input[type="submit"], .pb-form-v2 button {
	margin: 5px 10px 5px 0 !important;
}

.pb-form-v2 select, .data-form select {
	border: solid 1px #999;
	height: 23px;
	padding: 1px;
}

ul.link-list li {
	float: left;
	margin: 0;
	width: auto;
}

ul#applications li {
	height: 180px;
}

#primary-secondary {
	width: 970px
}

ul.grid-list {
	border-top: 1px solid #ccc;
	float: left;
	font-family: 'FuturaHeavy';
	width: 100%;
}

ul.grid-list li {
	border-bottom: 1px dotted #ccc;
	float: left;
	position: relative;
}

ul.grid-list li.itemopen {
	z-index: 10
}

ul.grid-list li a.item {
	/*background: url('../images/sprite.png') no-repeat 5px -239px;*/
	color: #666;
	display: block;
	float: left;
	font-size: 18px;
	overflow: hidden;
	padding: 15px 0 5px 50px;
	width: 462px;
}

ul.grid-list li a.item span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
}

ul.grid-list li a.actions
{
	background: url('../images/sprite.png') no-repeat 43px -355px;
	font-size: 12px;
	padding-right: 14px;
	position: absolute;
	right: 0;
	top: 22px;
}

ul.grid-list li:hover a.item
{
	background-color: #f9f9f9 !important;
}

ul.grid-list li a:hover
{
	border: none;
}

ul.grid-list li a.open {
	background-color: #fff;
	background-position: 54px -379px;
	border: 1px solid #ccc;
	border-bottom: none;
	padding-left: 10px;
	padding-bottom: 4px;
	z-index: 99;
}

ul.grid-list .actions-menu {
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	padding: 12px 0;
	position: absolute;
	right: 0px;
	top: 44px;
	width: 152px;
	z-index: 97;
}

ul.grid-list .actions-menu li.title {
	font-weight: bold;
	padding: 0 12px;
}

ul.grid-list .actions-menu li {
	border: none;
	float: none;
}

ul.grid-list .actions-menu li a {
	color: #333;
	display: block;
	font-size: 11px;
	padding: 3px 12px;
}

ul.grid-list .actions-menu li a:hover {
	background: #e4ebef;
}

a.favorite-yes {
	background: url("../images/favorite-yes.png") 0 0 no-repeat;
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 32px;
}

a.favorite-no {
	background: url("../images/favorite-no.png") 0 0 no-repeat;
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 32px;
}

#tblMain div {
	overflow-x: hidden !important;
}

#tblMain td, .data-form td {
	padding-bottom: 5px;
}

.dataform td.LeftColumn {
	padding-right: 10px;
}

p {
	margin-bottom: 15px;
}

#tblMain input[type="submit"] {
	padding: 4px 15px 4px 15px;
}

table.grid td, table.grid th {
	padding: 5px !important;
}

.callout p {
	margin-bottom: 0;
}

.ui-autocomplete
{
	height: 200px !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}

table.quote-confirmation td {
	padding-bottom: 5px;
}

a.print {
	display: inline-block;
	text-indent: -9999px;
	background: url('../images/sprite.png') no-repeat 3px -1030px;
	height: 20px;
	width: 20px;
}

.answer {
	border: 1px solid #ccc;
	display: block !important;
	padding: 3px !important;
	width: 100% !important;
}

@media print {

	#header, #footer, #secondary-nav {
		display: none;
	}

}

.pb-form-v2 .review label, .pb-form-v2 .non-expo-review label {
	background: #eee !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	font-weight: bold !important;
	margin-bottom: 0 !important;
	padding: 3px !important;
	width: 100% !important;
}

.pb-form-v2 .review legend {
	color: #fff;
	border: 1px solid #000000 !important;
	display: block !important;
	padding: 5px !important;
	width: 100% !important;
}

.pb-form-v2 .review legend a {
	float: right;
	text-decoration: underline;
}

div.message td {
	padding: 3px 6px 3px 6px !important;
}

div.message strong {
	font-weight: bold !important;
}

div.message ul {
	margin-bottom: 20px !important;
}