/* Fix for scroll bars disappearing in Mozilla when no scrolling required */
html { overflow-y:scroll; }

/* Remove all default margins, padding and borders */
body,h1,h2,h3,h4,h4,h5,h6,ul,li,ol,dl,dt,dd,p,form,table {
	margin:0;
	padding:0;
}

input.checkbox { margin:0; }

/* Remove all horizontal rules */
hr { display:none; }

/* Remove all image borders */
img { border:none; }

/* Style abbr tags in ie (works with js code in common.js) */
abbr, .abbr {
	cursor:help;
	border-bottom:1px dotted #999;
	display:inline !important;
}
	

/* Helper classes */

.hidden {
	display:none;
	margin:0;
}

.printonly { display:none; }

.noWrap { white-space:nowrap; }

.alignCenter { text-align:center; }
.alignLeft { text-align:left; }
.alignRight { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }

a.invisible { display:none; }
form fieldset.invisible { border:0; }

.clearAll, .clearall { clear:both; }
.clearLeft,.clearleft { clear:left; }
.clearRight,.clearright { clear:right; }

col.max { width:100%; }

.alignTop { vertical-align:top; }

.alignRight { text-align: right; }

.clearfix:after {
    content:".";
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* \*/
* html .clearfix {height:1%;}
/* */

/* Remove logo for screen */
#logoforprint {
	display:none;
}

ul.list-vert {
	height:1%;
	list-style-type:none;
}
ul.list-vert a {
	display:block;
	height:1%;
}

ul.list-horiz {
	height:1%;
	list-style-type:none;
}
ul.list-horiz:after {
    content:".";
    display:block; 
    height:0;
    clear:left; 
    visibility:hidden;
}
ul.list-horiz li { float:left; }
ul.list-horiz a {
	width:1%;
	white-space:nowrap;
	display:block;
} html>body ul.list-horiz a { width:auto; }
.information{background-color:#EFEDED;padding:15px;border:1px solid #878480; margin-bottom:10px;}
#restriction-selection {text-align:center; background-color:#CBC5C5; margin-bottom:10px;}
.information ul{
	margin-left:10px;
	}
#restriction-selection input{
	width:20px;
	}

