﻿/* base styles that are common to all formats i.e. print and screen */

body {font-size: 62.5%; font-family: arial,verdana,sans; padding: 0; color: #000;background:#fff;margin:0; height:100%}
form,ul,dl,dd,dt,h1,h2,h3,h4,h5 {padding:0; margin:0;}
h1 {font-size: 1.4em;padding: 0 0 1em 0;}
h2 {font-size: 1.2em;padding: 0 0 1em 0;}
h3 {font-size: 1.1em;padding: 0 0 1em 0;}
h4 {font-size: 1em;padding: 0 0 1em 0;}
h5 {font-size: 1em;padding: 0 0 1em 0;}
/*h1,h2,h3,h4,h5 {line-height:1em;}*/
p {margin: 0 0 1em 0; padding: 0;}

* {outline:none;}

input.text, select, textarea {font-size: 13px; border:1px solid #cacaca; padding:3px;font-family: arial,verdana,sans;background:#fff;}
input.long, textarea.long, select.long {width:240px;}
input.medium, textarea.medium, select.medium {width:160px}
input.short, textarea.short, select.short {width:110px;}
img {border: 0;}
table {border-collapse:collapse;}
th {text-align:right;font-weight:normal;vertical-align:top;}

.floatleft {float: left;}
.floatright {float: right;}
.hidden {display:none !important; visibility:hidden !important;}
.nobg {background: none;}
.printonly {display: none; visibility: hidden;}
.clear {clear:both;  }
.nobold { font-weight:normal !important;}

/*** Clear ***/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
	/* Hides from IE-mac */
	* html .clearfix { height:1%; }
	.clearfix { display:block; }
.clearer { clear:both; height:25px; font-size:0px; }
.clearer-1 { clear:both; height:1px; font-size:0px; }
/*////////////////////////////////////////////////////*/

.noborder { border:none;}
.normal {font-weight:normal !important;}