body {
	font-family: arial;
	margin:0px;
}
th {
	text-align: left;
}
#Transactions, #Claims {
	width:100%;
	display:none;
}

#idCards {
	display:none;
	width:400px;
}
#personalAutoDecPage {
	display:none;
	width:90%;
}
.vehicles, .drivers, .lienholders, .coverages {
	font-size:11px;
	display:table;
	width: 100%;
}
.totals {
	font-size:11px;
	text-align:right;
    /* align-content: right; */
    display: flex;
    justify-content: flex-end;
}
.dates, .location{
	display: flex;
    justify-content: space-between;
    padding:5px;
}
.totals div {
    padding:5px;
}
.titleheader {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.cell {
	display:table-cell;
	padding: 5px;
}
.row {
	display:table-row;
}
.padheader {
	font-weight:bold;
}
#loginAccount, #createAccount {
	cursor:pointer;
}
button.idcards, button.padbutton {
    text-decoration: underline;
    background: transparent;
    font-family: Arial;
    border: 0;
    padding: 0;
    cursor:pointer;
}
.card {
	padding:5px;
	border:1px solid black;
	border-radius: 5px;
	margin-top:5px;
}
.insuredInfo {
	text-align: center;
}
#content {
	display:none;
	margin-left: 200px;
}
.content {
	margin-left:200px;
}
button#buttonLogout {
    background: #fbbdbd;
}

#awards {
	text-align: center;
	font-weight: bold;
	padding-top:10px;
}

.header{
	background-image: url(/graphics/top-red_blue.gif);
	background-repeat: repeat-x;
}
.menu{
	float:left;
	width:200px;
	margin-top:-5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a4195+0,7db9e8+100&1+0,1+40,0.7+72,0+100 */
	background: -moz-linear-gradient(top, rgba(26,65,149,1) 0%, rgba(66,113,182,1) 40%, rgba(97,151,209,0.7) 72%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26,65,149,1) 0%,rgba(66,113,182,1) 40%,rgba(97,151,209,0.7) 72%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26,65,149,1) 0%,rgba(66,113,182,1) 40%,rgba(97,151,209,0.7) 72%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4195', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.menu ul{
	list-style-type: none;
    padding-left: 5px;
    float: left;
}

.menu ul a{
	text-decoration: none;
	color:white;
}
.menu ul a:hover{
	color:#d6ebfd;
}

.spacer {
	height: 600px;
    width: 20px;
    float: right;
    background: white;
    border-top-left-radius: 15px;
}

ul.bottom {
    bottom: 0px;
    position: absolute;
}
.menu ul.bottom a{
	color:black;
}
.menu ul.bottom a:hover{
	color:#305a7d;
}

ul.bottom .insureu {
	width:150px;
	text-align: center;
	font-size: small;
}
#footer {

    /* margin-left: 200px; */
    text-align: center;
    width: 100%;
    margin-top:20px;
}

#ProloFinder .cayman__map {
    height: 530px !important;
}
.top li {
	padding:4px;

	border-radius: 8px;
}
.top li:hover {
	background: #5555da;

}
#Policies li{
	margin-top:10px;
}
.VAOnly, .TNOnly, .MOOnly, .SCOnly, .GAOnly, .INOnly, .ILOnly {
	display:none;
}
@media print {

	.noprint { display: none; }
	.onlyprint{
		display:inline;
	}
	.navigation, #Policies, #Transactions, #Claims {
		display: none;
	}
	.idCardDialog, .padDialog {
	    top: 0px !important;
	    left: 0px !important;
	}
	.idCardDialog .ui-dialog-titlebar, .idCardDialog .ui-dialog-buttonpane, .padDialog .ui-dialog-titlebar, .padDialog .ui-dialog-buttonpane {
		display:none;
	}
	.idCardDialog.ui-widget.ui-widget-content,.padDialog.ui-widget.ui-widget-content {
    	border: none;
	}
	.padDialog{
		width:100% !important;
	}
}