﻿@charset "utf-8";
/*By ISTIA Service | www.istia.nl | Bladel */

/* RESET CSS */

BODY
{
    font: 13px "Roboto","Noto",sans-serif !important;
    color: gray;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border-size: 2px;
    overflow: hidden;
}

HTML, FORM
{
    font: 13px "Roboto","Noto",sans-serif !important;
    color: gray;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.bodyPublic2{background:url(/Images/bg-complete.jpg) top center;}
.pageContainerPublic{position:relative; margin:0 auto; width:450px;height:100%;}
.pageHeaderPublic{position:relative; margin:-15px auto 0;/*Negative margin for IE 8 border fix*/ width:450px;}
.sectionHeaderPublic{position:relative; margin:-15px auto 0;/*Negative margin for IE 8 border fix*/ width:450px; height:125px;}
.sectionFooterPublic{position:relative; margin:-15px auto 0;/*Negative margin for IE 8 border fix*/ width:450px;}
.pageFooterPublic{position:relative; margin:-15px auto 0;/*Negative margin for IE 8 border fix*/ width:450px;}
.logo{display:block; position:relative; float:left; height:79px; width:284px; background:#f00; display:block; margin:25px 0 0 25px; text-decoration:none; outline:none;}
.logo.home{background:url(/Images/sprite.png) 0px 0px; text-indent:-999999px;}

.sectionArticlePublic{position:relative; float:left; width:450px; background-color:#f9f9f9;}

.sectionArticleBBC{position:relative; float:left; width:450px; background:#000000;}
.sectionArticleEntry{position:relative; float:left; width:450px; background:#FFFFFF;}

/*Fancy browser classes*/
.dropshadow-dark{	-moz-box-shadow		: 0 0 9px 0px #666;
					-webkit-box-shadow	: 0 0 9px 0px #666; 
					box-shadow			: 0 0 9px 0px #666;behavior: url(PIE.htc);}
.dropshadow-mid{	-moz-box-shadow		: 0 0 4px 0px #999;
					-webkit-box-shadow	: 0 0 4px 0px #999;
					box-shadow			: 0 0 4px 0px #999;behavior: url(PIE.htc);}
.dropshadow-light{	-moz-box-shadow		: 0 0 4px 0px #ccc;
					-webkit-box-shadow	: 0 0 4px 0px #ccc;
					box-shadow			: 0 0 4px 0px #ccc;behavior: url(PIE.htc);}
.dropshadow-light-inner{
							-moz-box-shadow		: 0 0 2px 0px #ccc;
							-webkit-box-shadow	: 0 0 2px 0px #ccc;
							box-shadow			: 0 0 2px 0px #ccc;behavior: url(PIE.htc);}
.border-rad-15{		-webkit-border-radius	: 15px;
					-moz-border-radius		: 15px;
					border-radius			: 15px;behavior: url(PIE.htc)}
.border-rad-20{		-webkit-border-radius	: 20px;
					-moz-border-radius		: 20px;
					border-radius			: 20px;behavior: url(PIE.htc)}
.border-rad-3{		-webkit-border-radius	: 3px;
					-moz-border-radius		: 3px;
					border-radius			: 3px;behavior: url(PIE.htc)}	
.border-rad-4{		-webkit-border-radius	: 4px;
					-moz-border-radius		: 4px;
					border-radius			: 4px;behavior: url(PIE.htc)}

.obj_hide
{
    display: none;
    width: 0px;
}

.lbl_login_bigger
{
    font: 20px "Roboto","Noto",sans-serif !important;
    font-weight: bold;
    color: #23408f;
    text-shadow: 1px 1px #FFFFFF !Important;
}

.lbl_login
{
    font: 13px "Roboto","Noto",sans-serif !important;
    font-weight: bold;
    color: #23408f;
    text-shadow: 1px 1px #FFFFFF !Important;
}

.lbl_login_info
{
    font: 12px "Roboto","Noto",sans-serif !important;
    color: #23408f;
}

.lbl_form_wrap
{
    white-space: wrap;
}

.btn_link
{
    font: 10px "Roboto","Noto",sans-serif !important;
    color: gray;
    cursor : hand ;
    white-space: nowrap;
}

.UpperCaseText
{
    text-transform: uppercase;
}
