/*******************************/
/* Администрация г. Березники  */
/********** base.css ***********/
/*******************************/

* { -moz-box-sizing: border-box; box-sizing: border-box; }
HTML {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

BODY {
	height: 100%;
	width: 100%;
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	min-width: 1000px;
}


TABLE, TR, TD,
H1, H2, H3,
UL, OL, LI,
DL, DT, DD { padding: 0; margin: 0; border: 0; font-weight: normal; }

TABLE {border-collapse: collapse;}

A { text-decoration: underline; font-size: 100%; cursor: pointer;}
A:link,
A:visited { color: #195994; }
A:hover,
A:active { color: #195994; }
A IMG { border: none;}

.nodisplay {display: none;}
.display {display: block;}

.noborder {border-left: none !important; border-right: none !important; border-top: none !important; border-bottom: none !important;}
TABLE.noborder TH {border: none !important;}
TABLE.noborder TD {border: none !important;}

.w10 {width: 10%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}

.w130px {width: 130px; margin-bottom: 2px; border: solid 0px #f00; display: block; float: left; margin-left: 8px;}

/* для картинок контента */
.fleft {float: left; margin-right: 10px; margin-top: 5px; position: relative;}
.fright {float: right; margin-left: 10px; margin-top: 5px; position: relative;}
/* EOF для картинок контента */

.clearboth {clear: both;}