/* blocks */

#page {
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: #FFF;
	}
.blockContent {
	border-width: 10px 0 0 10px;
	border-style: solid;
	border-color: #FFF;
	padding: 0 10px;
	}
#logo .blockContent {
	background: #acacac url(rounded_tl.gif) no-repeat;
	text-align: center;
	padding: 0;
	height: 140px;
	}
#logo SPAN, #logo A {
	display: block;
	background: url(rounded_tr.gif) no-repeat top right;
	width: 100%;
	}
#logo IMG {
	margin: 10px 10px 0 10px;
	}
#service .blockContent {
	background-color: #B6B6B6;
	height: 140px;
	position: relative;
	}
#registration .blockContent {
	background-color: #C0C0C0;
	height: 140px;
	}
#menu .blockContent {
	background-color: #CACACA;
	}
#content .blockContent, 
#contentNoAdds .blockContent, 
#contentFull .blockContent {
	background-color: #F2F2F2;
	}
#updatesBlock.blockContent, #newsBlock.blockContent {
	background-color: #E3E3E3;
	} 
#addons .blockContent {
	background-color: #D4D4D4;
	} 
#buttons .blockContent {
	background-color: #DEDEDE;
	}
#copyright .blockContent {
	background-color: #E8E8E8;
	}


/* blocks' headers */

.blockHeader {
	margin: 0 -10px;
	background: url(rounded_tl.gif) no-repeat;
	border-bottom: 1px solid #FFF;
	}
#service .blockHeader {
	background-color: #ACACAC;
	}
#registration .blockHeader {
	background-color: #B6B6B6;
	}
#menu .blockHeader {
	background-color: #ACACAC;
	}
#content .blockHeader, #contentNoAdds .blockHeader, #contentFull .blockHeader {
	background-color: #B6B6B6;
	border-bottom: 1px solid #666;
	}
#addons .blockHeader {
  background-color: #C0C0C0;
	}
#service H1, #registration H2, #menu H2, #addons H2, 
#updates H2, #news H2, 
#content .blockHeader H1, 
#contentNoAdds .blockHeader H1, #contentFull .blockHeader H1 {
	font-size: 140%;
	margin: 0;
	padding: 10px;
	background: url(rounded_tr.gif) no-repeat top right;
	}
#service H1, #registration H2, #menu H2, #addons H2, #updates H2 {
	color: #FFF;
	}
#content .blockHeader H1, #contentNoAdds .blockHeader H1, 
#contentFull .blockHeader H1 {
	color: #444;
	}
#service H1, #registration H2, #menu H2, #addons H2 {
  color: #FFF;
	}
#service H1 A, #service H1 A:visited {
	color: #FFF;
	text-decoration: none;
	}
#content #updates .blockHeader, #content #news .blockHeader {
	background-color: #D4D4D4;
	border-bottom: 1px solid #888;
	}
#content #updates H2, #content #news H2 {
	color: #666;
	}

/* service */

#siteMenu {
	padding: 0;
	margin: 0;
	margin-left: -10px;
	*margin-left: 0;
	}
#siteMenu LI {
	list-style-type: none;
	padding: 10px 0 10px 10px;
	display: block;
	float: left;
	font-size: 80%;
	*padding-left: 0;
	}
#siteMenu LI#rss {
	float: right;
	padding: 10px 20px;
	}
#siteMenu A, #siteMenu SPAN {
	display: block;
	padding: 0 5px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	}

/* registration */

#registration {
	}
#registration FORM {
	font-size: 80%;
	margin-top: 10px;
	padding: 0;
	}
#registration INPUT, #registration SPAN, #registration A {
	display: block;
	}
#login, #password, #doit, #userRightsName, #userLogin {
	float: left;
	}
#login, #password {
	border: 1px solid #ACACAC;
	color: #ACACAC;
	margin-right: 5px;
	padding: 1px;
	}
#doit {
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #ACACAC;
	height: 15px;
	padding: 2px 3px;
	}
#personal, #remind {
	clear: left;
	}

/* menu */

.rubricator UL {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	}
.rubricator LI {
	padding: 0 10px;
	margin: 0;
	border-bottom: 1px solid #FFF;
	}
.rubricator LI.current {
	background-color: #CFCFCF;
	}
.rubricator LI.current LI {
	background-color: #DFDFDF;
	}
.rubricator LI.current LI.current LI {
	background-color: #EFEFEF;
	}
.rubricator LI A, .rubricator LI SPAN {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	}
.rubricator LI LI {
	border-bottom: 0;
	border-top: 1px solid #FFF;
	}
.rubricator LI LI A, .rubricator LI LI SPAN {
	padding: 5px 10px;
	}
.rubricator LI LI LI A, .rubricator LI LI LI SPAN {
	padding: 5px 20px;
	}
#rubricator LI {
	font-size: 120%;
	}
#rubricator LI LI {
	font-size: 110%;
	}
#rubricator LI LI LI {
	font-size: 100%;
	}
#subrubricator LI {
	font-size: 110%;
	}
#subrubricator LI LI {
	font-size: 100%;
	}
#subrubricator LI LI LI {
  font-size: 90%;
	}

/* news & updates */

/* ie fix */
* HTML #addons UL.itemsList {
	border: 1px solid #D4D4D4;
	}
* HTML #content #news UL.itemsList,
* HTML #content #updates UL.itemsList {
	border: 1px solid #E3E3E3;
	}

/* footer */

#buttons .blockContent, #copyright .blockContent {
	padding: 10px;
	}

#buttons P, #copyright P {
	font-size: 80%;
	margin: 0;
	padding: 0;
	color: #666;
	}
