/* override styles, fixup conflicts between different libraries */
h1                       { font-size: 2.0em; font-weight: normal;
	                         margin-top: 0em; margin-bottom: 0em; }
h2                       { font-size: 1.7em; font-weight: normal; 
                           margin: 1.2em 0em .8em 0em;
	                         border-bottom: 1px #D9D9D9 solid; }
h3                       { font-size: 1.4em; font-weight: normal;
                           margin: 1.2em 0em .8em 0em; }
h4                       { font-size: 1.2em; font-weight: bold;
                           margin: 1.2em 0em .8em 0em; }
h5                       { font-size: 1.0em; font-weight: bold;
	                         margin: 1.2em 0em .8em 0em; }
h6                       { font-size: 0.8em; font-weight: bold;
	                         margin: 1.2em 0em .8em 0em; }
#actionsTop              { border-bottom: 2px solid #D9D9D9; }
#actionsBottom           { border-top: 2px solid #D9D9D9; }

.pageactions             { font-size: 90%; line-height: normal; text-align: right;
                           margin: 0; padding: 0.25em 0; }

.pageactions a           { /*background-color: #fff0ff;*/ 
                           background: url("../images/toolbar-bg.png") repeat-x;
                           /*border: 1px solid silver;*/
                           color:/*#196AB0*/ #ffffff; font-weight: bold;
                           line-height: normal; padding: 0.25em 0.5em;
                           text-decoration: none;
                         }
.pageactions .pageInfo a { /*background: transparent;*/
                           border: none;
                           margin: 0; padding: 0;
                         }

#actionsTop a            { border-bottom: none; }
#actionsBottom a         { border-top: none; }
#actionsBottom .quick2Top a,
#actionsTop .quick2Bottom a
                         { border: none; background-color: transparent; }

.pageactions  a:hover    { color: #333333;  
                           /*background: url("../images/toolbar-select-light.png") 50% 0 no-repeat;*/
                         }

#actionsBottom .quick2Top a:hover,
#actionsTop .quick2Bottom a:hover
                         { background-color: transparent; }

.quick2Top a             { background-image:url("../../../images/bulletUp.png");
                           background-repeat: no-repeat; background-position: 0 1px;
                           padding: 0 8px 12px 0; 
                           text-decoration: none; }
.quick2Bottom a          { background-image:url("../../../images/bulletDown.png");
                           background-repeat: no-repeat; background-position: 0 0;
                           padding: 0 8px 12px 0;
                           text-decoration: none; }
.wikitable * tr th { color: #FFFFFF; }
/* +++ 220 Lists and bullets +++ */
ol,ul                    { margin: 0.8em 0 0.8em 1.25em;}
ul                       { padding-left: 1.5em; }
li                       { margin: 0.6em 0.75em;}
li > p                   { margin-top: 0.2em; }

dl dt                    { font-weight: bold; font-size: 1.2em; }
dl dd                    { margin-left: 3em; }
/** various.. */
p { margin-top: 1em; margin-bottom: 1em;}
hr {
  margin-top: 1em;    
}
/*table { width: 100%;}*/
/* extra styles */
/* LazyGallery */
.lazygallery {
  margin-bottom: 2em;    
}
#debug {
  visibility: hidden;
  text-align: left;
  font-size: 9px;
  border: 1px dotted red; 
  padding: 12px;
  z-index: 10;
  position: fixed;
  top: 4px;
  left: 4px;
  background-color: black;
  color: #F0F0F0;
}
#debugIcon {
  /*float: right;*/
  height: 16px;
  width: 16px;
  z-index: 20;
  padding: 4px;
  border: 1px solid red;
  background-color: #7F7F7F;
  
}
/** WikiProject */
.project { margin-bottom: 2em;}
.project * tr th { 
  color: #ffffff;
  background-color: #3d80df;
  padding-right: 12px;
  height: 32px;
}
.project * tr td {
  height: 32px;
  border-bottom: 1px solid #D9D9D9; 
  padding-right: 12px;   
}
.projectDescription {
  font-weight: bold;    
}
.taskName {}
/* various priorities */
.normal {}
.high { color: #FF0000;}
.soon{}
