/* Start of CMSMS style sheet 'Adage reset' */
/* CSS Document */

/* GLOBAL */
body { 
	margin: 0; 
	padding: 0 20px; 
	font-size: 100%;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif; 
	text-align: left; 
	line-height: 1;
	background: #ffffff url("images/bg_tausta.gif") top left repeat-x; 
        -webkit-text-size-adjust: none; /* No auto text size on Safari iPhone */
}

div, span, applet, object, iframe, blockquote, a, img, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	line-height: 1em;
	vertical-align: baseline; 
}

form {
	display: inline;
}

/* LINKS */
a { 
	color: inherit; 
}  

a:link { 
	color: #3184f1; 
	text-decoration: none; 
}  
a:visited { 
	color: #3184f1; 
	text-decoration: none; 
} 

a:hover, 
a:active { 
	color: #0063dc; 
	text-decoration: underline; 
}  

/* TEXTS */
h1, h2, h3, h4, h5, h6, p { 
	padding: 0; 
	margin: 0; 
	font-size: 1em; 
	font-weight: normal;
}

/* LISTS */
ol, ul { 
	list-style: none; 
}

/* TABLE */
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/* CUSTOM */
.input { 
	border: 1px solid #ccc; 
    padding: 2px 5px; 
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

label,
select { 
	cursor: pointer; 
} 

img {
	display: block;
}

/* EASY CLEARING */
.clr:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clr {
	display: inline-block;
}

/*\*/
.clr {
	display: block;
}

#IEroot .clr {
	zoom: 1;
}
/* end easy clearing */
/* End of 'Adage reset' */

