@charset "utf-8";
/* CSS Document */

/*main layout*/
div.hansardmain {
	margin-left:auto; 
	margin-right:auto; 
	padding:16px; 
	min-height:950px;
}

/*block with calendar*/
div.hcal {
	display:inline-block; 
	width:98%; 
	margin:8px; 
	min-width:250px;
}

/*hansard home page image buttons*/

/*Code for the Top Button Starts*/
div.hbuttonTop {
	display:inline-block; 
	width:93.25%; margin:8px; 
	min-width:250px; 
	max-height:220px; 
	border: 4px solid #fff; 
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}
.hbuttonTop a {
	position:relative; 
	display:block; 
	margin:0; 
	text-decoration:none;
}
.hbuttonTop img {
	display:block; 
	width:100%; 
	min-width:250px;
}
.hbuttonTop_label {
	background-color:rgba(15, 15, 15, 0.9); 
	position:absolute; 
	bottom:0; 
	margin:0; 
	padding: 16px 0 16px 0; 
	width:100%; 
	max-height:60px; 
	text-align:center;
}

.hbuttonTop_label span {
	font:bold; 
	color:#FFF; 
	font-size:1em; 
	font-weight:bold;
}

/*Code for the Top Button Ends*/

div.hbutton {
	display:inline-block; 
	width:25%; margin:8px; 
	min-width:200px; 
	max-height:220px; 
	border: 4px solid #fff; 
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}

div.hbutton_2 {
	display:inline-block; 
	width:56%; margin:8px; 
	min-width:250px; 
	max-height:420px; 
	border: 4px solid #fff; 
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}

/*hansard sidebar horizontal text stretcher*/

.sidebar_hansard {
	width: 145px !important;
}


/*hansard home page image buttons continued*/

.hbutton a {
	position:relative; 
	display:block; 
	margin:0; 
	text-decoration:none;
}

.hbutton img {
	display:block; 
	width:100%; 
	min-width:200px;
}

.hbutton_2 a {
	position:relative; 
	display:block; 
	margin:0; 
	text-decoration:none;
}

.hbutton_2 img {
	display:block; 
	width:100%; 
	min-width:250px;
}


.hbutton_label {
	background-color:rgba(15, 15, 15, 0.9); 
	position:absolute; 
	bottom:0; 
	margin:0; 
	padding: 16px 0 16px 0; 
	width:100%; 
	max-height:60px; 
	text-align:center;
}

.hbutton_label span {
	font:bold; 
	color:#FFF; 
	font-size:1em; 
	font-weight:bold;
}
.hbutton_2a_label {
	background-color:rgba(15, 15, 15, 0.9); 
	position:absolute; 
	top:0; 
	margin:0; 
	padding: 16px 0 16px 0; 
	width:100%; 
	max-height:60px; 
	text-align:center;
}

.hbutton_2a_label span {
	font:bold; 
	color:#FFF; 
	font-size:1em; 
	font-weight:bold;
}

.hbutton_2b_label {
	background-color:rgba(15, 15, 15, 0.9); 
	position:absolute; 
	bottom:0; 
	margin:0; 
	padding: 16px 0 16px 0; 
	width:100%; 
	max-height:60px; 
	text-align:center;
}

.hbutton_2b_label span {
	font:bold; 
	color:#FFF; 
	font-size:1em; 
	font-weight:bold;
}

/*hansard home page calendar*/
table.hcal {
	width: 45%;
	border: 2px solid #000;
}

table.hcal tr th {
	text-align:center;
	background-color:#130033;
	color:#FFF;
}

table.hcal tr {background-color:#FFF;}

table.hcal tr.days td { text-align:center; font-weight:bold; }
	
table.hcal tr.date td {text-align:center;}

table.hcal td {border-left:1px dotted #666; border-right:1px dotted #666; }

table.hcal td.last{
	background-color:#22005B;
	color:white;
	font-weight:bold	
}
	
table.hcal td.sd {
	background-color:#c9c5d3;
	font-weight:bold}

/*home page calendar dropdown content*/
table.hcal .dd {
	position:relative;
}

table.hcal .dd-content {
	display:none;
	position:absolute;
	top:60%;
	left:80%;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	min-width:300px;
	padding:8px;
	z-index: 1;
}

table.hcal .dd-content ul {
	margin:0;
	padding:0px;
	vertical-align:top;
}

table.hcal .dd-content ul li {
	list-style-type:none;
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-align:left;
}

table.hcal .dd:hover .dd-content{
	display:block;
	
}

/*hansard home page calendar key*/
img.calkey1 {
	width:20px; 
	height:20px; 
	vertical-align:middle; 
	border:1px solid #333; 
	background-color:#22005B;
}

img.calkey2 {
	width:20px; 
	height:20px; 
	vertical-align:middle; 
	border:1px solid #333; 
	background-color:#c9c5d3;
}

/*Hansard Archive*/
/*Back to top link*/
.archivebtt {
	width:100%; 
	text-align:center; 
	margin-top:-8px; 
	margin-bottom:8px;
}