html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
        font-family: Arial, sans-serif;
}
table {
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	display:inline;
	color:#474F50;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
table td {
	padding: 0px;
}

/* навигация */
.g45nav {
	color: #727272;
	font: bold 80% tahoma;

}
.g45nav a {
	color: #4b719e;
	text-decoration:underline;
	font: bold 80% tahoma;
}
.g45nav a:hover {
	text-decoration: underline;
	font: bold 80% tahoma;
}
.topicon a{
	font:bold 8px Arial;
	color: #757575;
        }

/* главные новости*/
.topnewstext ,
.topnewstext a:active,
.topnewstext a:visited,
.topnewstext a:link {
	font-size: 80%;
	font-style:normal;
	text-align:center;
        color: #004f9d;
        text-decoration:none;
	}

.topnewstext a:hover {
        color: #004f9d;        
	font-size: 80%;
	font-style:normal;
	text-align:center;
        text-decoration:underline;
}


/* главные новости/важные новости/ЖКХ */
.news_tabs{
        height:21px;	/* Height of tabs */
        border:none;
        text-align:justify;
}
.news_tabs2{
        height:21px;	/* Height of tabs */
        border:none;
        text-align:justify;
}
.news_tab{
        border:none;
        padding:5px;		
        text-align:left;
        color: #000000;
        font-size: 85%;
        font-family: Arial, Sans-Serif;
        font-weight: normal;
}
.news_tab a {
        font-size: 85%;
        color: #000000;
        text-decoration:none;
}
.news_tab a:hover {
        font-size: 85%;
        text-decoration:underline;
}	
.news_tabs DIV{
        float:left;
        height:100%;	/* Height of tabs */
        padding-left:5px;
        vertical-align:middle;
        background-repeat:no-repeat;
        background-position:bottom left;
        cursor:pointer;
        position:relative;
        bottom:-1px;
}
.news_tabs .tabActive{
        background: #ffffd5;;
        z-index:10;	
}
.news_tabs .tabInactive{
        z-index:1;
}

.news_tabs .inactiveTabOver{
        background:#f0f0f0;
}
.news_tabs div{
        font-family:arial;
        vertical-align:top;
        font-size:11px;
        line-height:21px;
        float:left;
}
.news_tabs .tabActive div{
        line-height:20px;
}

.news_tabs img{
        float:left;
}

/* список новостей недели*/

.g45weeknews {
	font-size: 60%;
}
.g45weeknews a {
	color: #474f50;
	font-size: 135%;

}
.g45weeknews a:hover {
	color: #474f50;
	font-size: 135%;
}

/* список новостей */

.g45newslist {
	color: #000000;
	font-size: 65%;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	padding-top: 5px;
}
.g45newslist a {
	color: #004699;
	font-size: 130%;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	padding-top: 5px;

}
.g45newslist a:hover {
	color: #004699;
	font-size: 130%;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	padding-top: 5px;

}
/* заголовки новостей */
span.tool {
  position: relative;   /* this is key */
}
span.tool span.tip {
  display: none;        /* so is this */

}
/* tooltip will display on :hover event */
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 1.5em;
  left: 10px;
  width: 400px !important;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #e5e5e5;
  font: normal 130% arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
}
#content span.tool::after {
  padding-left: 2px;            /* eye candy */
}

/* tкнопочки страниц */
.navigation {
	color:#000; 
	
}
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
                      text-decoration:none;
                      color: #888;
		      background:#E8E3C8;
		      border:1px solid #888;
		      padding:2px 5px;
		      font-size:10px;
}
.navigation a:hover {
                     background:#DFDBB5;
		     color:#000;
		     border:1px dotted #666;
}
.navigation span {
                   text-decoration:none;
		   background:#DFDBB5;
		   padding:2px 5px;
		   border:1px dotted #666;
		   color:#333;
		   font-size:10px;
}

/* новость */
.news {
	color: #000000;
	FONT: 10pt Verdana;
	text-align:justify;
	padding-top: 0px;
	padding-bottom: 10px;
}
.news a {
	color: #004699;

}
.news a:hover {

	color: #004699;
}
.news img {
	padding:10px;
}
.news div {
	padding:5px;
}