@charset "utf-8";
/* CSS Document */
h1{
	color:#d9534f;
	/* font-variant:small-caps; */
	font-weight:normal;
}
h2{
	color:#d9534f;
}
h3{
	color:#333;
}
footer{
	padding-bottom:0;
	margin-bottom:0;
}
.table-steps{
	font-size:16px;
}
.table-steps > tbody > tr > td{
	border-top: 0;
}

/* -----------------------------------*/
/* ->>> DIVS FORMATTED AS TABLES <<<--*/
/* -----------------------------------*/
.table-border{
	display:table;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-bottom:10px;
}
.table-border-heading{
	display:table-row;
	font-weight: normal;
	background: #F5F5F5;
	border: 1px solid #ddd;
	border-bottom-width:2px;
}
.table-border-heading-green{
	display:table-row;
	font-weight: normal;
	background: #dff0d8;
	border: 1px solid #ddd;
	border-bottom-width:2px;
}
.table-border-heading-cell{ 
	display:table-cell;
	border: 1px solid #ddd;
	padding:2px;
	vertical-align:bottom;
}
.table-border-row{
	display:table-row;
}
.table-border-row-green{
	display:table-row;
	background: #dff0d8;
}
.table-border-cell{ 
	display:table-cell;
	border: 1px solid #ddd;
	padding:0;
	vertical-align:top;
}


.table-noborder{
	display:table;
	width: auto;
	border-collapse: collapse;
	border: 0;
	margin-bottom:0;
}
.table-noborder-heading{
	display:table-row;
}
.table-noborder-heading-cell{ 
	display:table-cell;
	padding:1px 2px;
	vertical-align:bottom;
	font-weight: bold;
	text-decoration:underline;
}
.table-noborder-row{
	display:table-row;
}
.table-noborder-cell{ 
	display:table-cell;
	padding:1px 2px;
	vertical-align:top;
}

/* -----------------------------------*/
/* ---------->>> TABLES <<<-----------*/
/* -----------------------------------*/
table td.btnwidth{
	width:170px;
}
table.labelcontainer{
	width:100%;
	border-collapse:collapse;
	border:1px solid #CCC;
	padding-right: 15px;
	padding-left: 15px;
}
table.labelcontainer td{
	font-size:13px;
	vertical-align:top;
	padding:2px;
}
table.labelmain{
	width:100%;
	border-collapse:collapse;
}
table.labelmain td{
	font-size:13px;
	vertical-align:top;
}
.pdate{
	font-size:22px;
}
