/* CSS placed here will affect users of the Monobook skin */

/* hide the page title on the Main Page only */
body.page-Main_Page h1.firstHeading { display:none; }

#p-logo {
 background-color: white ; 
}

.frontpagetable td{
  border-collapse: collapse ; 
  border-color: #AAA ; 
  border-width: 2px ; 
  vertical-align: top ; 
  width: 250px ; 
}

.frontpagetable td:hover {
 background-color: #EFD ; 
}
div#editpage-copywarn {
 padding: 2px 40px ;
}
#front h2, .frontpagehead {
 color: black; background-color: #AC7 ;  
 padding: 6px ; 
 border-bottom: 2px #573 solid ; 
 font-family: Georgia, serif ; 
 font-size: 1.2em ; 
 letter-spacing: 1px ; 
}

div.sidebox {
  padding: 4px ;
  width: 175px ; float: right ; 
  border: 2px #573 solid ;
}

a, #bodyContent a.external { color: #573 }
a:visited { color: #357 }

#siteNotice {
    padding: 20px 100px;
    color:black;
    background-color: #EFD;
    border: 0px;
    text-align: left ; 
    width: 575px ;
}

#p-cactions li, #p-cactions li.selected { 
 padding: 3px 2px 0 2px ;
}
#p-cactions li a, #p-personal li a { 
  color: #573 ;
}
.help {
 background-color: white;
 background-repeat: no-repeat ; 
 background-position: 6px 8px ; 
 background-image: url('/images/icons/someicons/small/help.png') ; 
 padding: 12px 12px 12px 50px; 
}
.message {
  width: 575px ; 
  background-color: #EFE ; 
  padding: 10px; 
  border: 1px #AAA solid ; 
 background-repeat: no-repeat ; 
 background-position: 6px 8px ; 
 background-image: url('/images/icons/developer/small/Edit.png') ; 
 padding: 12px 12px 12px 50px; 

}