.yk_background {
  background-color:#6484A4;
}

.yk_bg_top{
  background: url(/images/articles_bg_top.gif);
}

.disk_list ul li {
  list-style-type: disk;
  list-style-image : none;
}

h2{
  background-image: url(/images/bullet_art.gif);
}

h3{
  background-image: url(/images/bullet_art.gif);
}

/*
  Overrive the style in style.css to remove empty "news" area.
  PDZ[vova] should be reworked with <table> tag.
*/

.author { font-size :95%; text-align : right; }

.author-name{
 padding:0 0 20px 10px;
 background: url(/images/author.gif) 0 2px no-repeat;
}

.date{
 padding-left:10px;
 background: url(/images/divider1.gif) 0 2px no-repeat;
}

.bulletless li{
  list-style-image : none;
  list-style-type : none;
}

/* To control paddings of help index list. Do not remote this "empty" style, otherwise selectors below will not work.  */
#help_index {}

/* Do not shift first list item to the right */
#help_index ul li {
  list-style-image : none;
  list-style-type : none;
  margin-left : 0em;
}

/* Define custom right shift of elements in the help index list */
#help_index ul ul {
  list-style-image : none;
  list-style-type : none;
  margin-left : 2.5em; 
}

/* To control paddings of help index list. Do not remote this "empty" style, otherwise selectors below will not work.  */
#left_index {
}

/* Do not shift first list item to the right */
#left_index ul li {
  list-style-image : none;
  list-style-type : none;
  margin-left : 1.0em;
}

/* Define custom right shift of elements in the help index list */
#left_index ul ul {
  list-style-image : none;
  list-style-type : none;
  margin-left : 1.0em;
}

/* To decorate entire left index */
.left_index_decoration {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 90%;
  padding-bottom : 1em;
  margin-bottom : 1em;
}

.left_index_decoration a{
  text-decoration : none;
}

/* To decorate topic headers */
.help_decoration {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 90%;
  padding-bottom : 1em;
  margin-bottom : 1em;
}

.help_decoration a{
  text-decoration : none;
}

.help_greyed {
  color : grey;
}

.help_dash {
  background : url(/images/dot_b.gif) top right repeat-y;
}

/* To decorate topic headers */
.help_topic_header {
  font-size : 1.7em;
  font-style : bold;
  padding-left : 1em;
  background : url(/images/bullet_art.gif) 0px 0.25em no-repeat;
  border-bottom : solid 1px #D6D3C6;
  padding-bottom : 0.5em;
  margin-bottom : 1em;
}

/* All paragraph headers should be inside <h4> tag */
h4 {
  font-size : 1.5em;
  line-height : 1.2em;
  font-weight : normal;
  margin-bottom : 1em;
}
