/* PAGE LAYOUT ALL RESET */

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;
}

/* PAGE LAYOUT HELPER */

div.row-helper {
	display:block;
	width:100%;
}
div.row-helper div.col {
	display:block;
	float:left;
}
div.clear-all {
	clear:both;
	float:none;
}
div.col.c10 { width:10%; }
div.col.c7er { width:14.28%; }
div.col.c15 { width:15%; }
div.col.c20 { width:20%; }
div.col.c30 { width:30%; }
div.col.c33 { width:33.3%; }
div.col.c35 { width:35%; }
div.col.c40 { width:40%; }
div.col.c50 { width:50%; }
div.col.c55 { width:55%; }
div.col.c60 { width:60%; }
div.col.c65 { width:65%; }
div.col.c66 { width:66.6%; }
div.col.c70 { width:70%; }
div.col.c80 { width:80%; }
div.col.c85 { width:85%; }
div.col.c90 { width:90%; }
div.col.c100 { width:100%; }




div.row-helper.form-row {
    margin-bottom: 8px;
}

span.for-input {
    display: block;
    font-weight: bold;
    padding: 3px 5px;
}

.calendar {
	z-index: 300;
}

body, div, li, a, ul, span, p, form, label, input, textarea, select {
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

