#topnav{
	background-color: #000;
	background-image: none;
	min-height: 61px;max-height: 61px;
}

#bottomnav{
	background-color: #E3213B;
	background-image: none;
	min-height: 41px;max-height: 41px;
	margin-top:20px;
	margin-bottom:0px !important;
	border-radius:0px;
	-webkit-border-radius:0px;
    border-top: 2px solid #D80010;
}

.exceptions{
	color: #333 !important;
	font-size: 10px;
}

.plain-font{font-family: "plain_1" !important;}

.curvy-font{font-family: "curvy_1" !important;}

.arial{font-family: Arial !important;}

.consolas{font-family: Consolas !important;}

.logo-complement p{
	margin-left: 94px;
	font-family: "curvy_1" !important;
}

#topnav .narrow,#topnav .narrow a,#topnav .narrow p{
	margin-left:0px !important;
	margin-right:0px !important;
	padding-left:0px;
}

#bottomnav .narrow,#bottomnav .narrow a,#bottomnav .narrow p{
	margin-left:0px !important;
	margin-right:0px !important;
	padding-left:0px !important;
	padding-left:0px !important;
}

#sonaelogo {margin-right:0px;}

@media (max-width: 999px) {
    #surpriselogo {
        width:50px !important;
        height: 50px !important;
        margin-left: 10px;
        margin-top: 6px !important;
    }    
}

@media (max-width: 400px) {
    .roundedplaceholder {
        width:90% !important;
    }    
}



#copyright {margin-left:0px;}

.navcommons:hover,.navcommons:focus{
	background: none !important;
}

#menuedge {
	margin-right: 20px !important;
}

.roundedplaceholder{
	font-family: "plain_1";
	font-size: 11px;
	display: inline-block;
	padding: 10px;
	border-radius: 30px;
	vertical-align: middle;
	margin: 15px;
	width: 360px;
}

.roundedplaceholder>div{
	display:inline-block;
	vertical-align:top;
}

.roundedplaceholder .closebt{
	margin-right:0px !important;
	margin-left:20px !important;
}

.roundedplaceholder>div:last-child{
	margin-right:20px;
}

.roundedplaceholder>div:first-child{
	margin-left:20px;
}

.white{
	background-color: #FFF;
	color: #E3213B;
}

.sonaepink{
	background-color: #E3213B;
	color: #FFF;
}

.sonaepink-text{
	color:#E3213B !important;
}

.sonaepink-bullet{
	color:#E3213B;
	font-size:1.2em;
}

.roundedplaceholder.sonaepink:hover{
	background-color: #D70024;
	color: #FFF;
	cursor: pointer;
}

.pinktitle{
	font-family: "curvy_1";
	font-size: 20px;
	color: #E3213B;
	font-weight: bold;
}

.blacktitle{
	font-family: "curvy_1";
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.hugepinktitle{
	font-family: "curvy_1";
	font-size: 30px;
	color: #E3213B;
	font-weight: bold;
}

.commontext{
	font-family: "plain_1";
	font-size: 12px;
	color: #000;
}

.contenttitle{
	font-family: "curvy_1";
	font-size: 20px;
	font-weight: bold;
	color: #444;
}

.fieldtitle{
	font-family: "curvy_1";
	font-size: 14px;
	font-weight: bold;
	color:#444;
}

.fieldnote{
	font-family: "plain_1";
	font-size: 10px;
	color:#777;
}

.vspacer{height:20px;}
.vspacer.half{height:10px !important;}
.vspacer.quarter{height:5px !important;}
.vspacer.gap{height:3px !important;}

.modalpage{padding:0px 30px 15px 30px;}

.closebtn{
	float: right;
	background-color: #E3213C;
	color: #FFF;
	font-family: "plain_1";
	font-size: 22px;
	border: 0;
	width: 28px;
	height: 28px;
}

.closebtn:hover{
	background-color: #D70024;
}

.rightpage{
	border-left: 2px solid #CCC;
}

.fullextent{width:100%;}

.pinkcrumbs{
	font-family: "plain_1";
	font-size: 10px;
	color: #E3213B;
	margin-top: 20px;
}

#topfader{
	height:60px;
	position:fixed;
	top:61px;
	left:0px;
	right:0px;
	background: transparent url("../../images/topfader.png") repeat-x center top;
	z-index:50;
}

.searchfield>span{
	position:absolute;
	padding:4px;
	color: #807D78;
}

.searchfield>input{
	padding-left:30px !important;
}

.shadowed{
	 box-shadow: 2px 2px 5px #888888;
}

.validationerror{
	color:#A55;
	border-radius:2px;
	padding:10px;
	background-color:#ffecec;
	border:1px dashed #f5aca6;
	display:none;
}

.delimited-row{
	border-bottom: 1px solid #444;
	line-height:33px;
	margin-bottom:3px;
}

.clickable{
	cursor:pointer;
}

.modal-inline-button{
	line-height:1;
	margin-top:-4px;
}

.inlineblock{display: inline-block;}

.i-have-cookies{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	border-radius:0px !important;
	color:#fff;
	border:0px;
	background-image:none;
	z-index:1029 !important;
	height:50px;
	background-color:#444;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
}

.i-have-cookies button span{
	color:#fff;
}

.cards-list td{
	border-bottom: solid 1px rgba(0,0,0,.1);
	height: 50px;
	padding:5px;
	vertical-align: middle;
}