/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



header {
    display: block;
    height: 135px;
    width: 100%;
    position: relative;
    background: url(header-shadow.jpg) repeat-x bottom;
}
header .block-header {
    max-width: 960px;
    margin: 0 auto;
}
header .header_logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 128px;
}

.header_logo img {
    height: auto;
    vertical-align: middle;
    max-height: 80px;
    max-width: 281px;
}


.unavailability-portlet .unavailability-content{
    background: #fff;
    position: relative;
    height: 300px;
}
.unavailability-portlet .img-unv{
    width: 95px;
    height: 116px;
    z-index: 2;
    position:absolute;
    top:calc(25% - 56px);
    left:calc(25% - 47px);
    background: url(indispo.png) no-repeat 0 99.7389%;
}
.unavailability-portlet .unavailability-container-image{
    background-color: #f10202;
    height: 7px;
    width: 100%;
    top: 25%;
    position: absolute;
}
.unavailability-portlet .unavailability-container-text{
    top: 50%;
    position: absolute;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}


.unavailability-title {
    text-align: center;
    font-size: 14pt;
    font-family: Arial, sans-serif;
    color:#FF0000;
    text-transform: uppercase;
}
.unavailability-info {
    text-align: center;
    font-size:10pt;
    font-family:'Arial','sans-serif';
    color:#333333
}
.unavailability-link {
    color: #5b91e7;
    text-align: center;
    font-size:10pt;
    font-family:'Arial','sans-serif';
}