/* CSS placed here will be applied to all skins */

body
{ 
background-image: 
url('http://www.newlarp.com/img/backparch_dark.jpg');
background-repeat: repeat
}

body.page-Main_Page h1.firstHeading 
{ 
display:none; 
}

div.maintitle
{
font-family:times;
font-size: 100%;
}

#content
{
background-image: url('http://www.newlarp.com/img/backparch.jpg');
background-repeat: repeat;
border: black solid thick;
}

#p-navigation h5, #p-search h5, #p-tb h5 
{
text-transform: capitalize;
font-family:verdana,arial,helvetia,sans-serif;
font-weight:900;
font-size: 11pt;
}

#p-navigation div, #p-search div, #p-tb div
{
background-image: url('http://www.newlarp.com/img/backparch_dark2.jpg');
background-repeat: repeat;
border: black solid thin;
}

#p-navigation a, #p-search a
{
font-family:verdana,arial,helvetia,sans-serif;
font-weight:900;
font-size: 11pt;
color: #CCCCCC;
text-decoration: none
}

#p-tb a 
{
font-family:verdana,arial,helvetia,sans-serif;
color: #CCCCCC;
text-decoration: none
}

#p-navigation a:hover, #p-search a:hover, #p-tb a:hover 
{
text-decoration: underline;
color: #9999FF
}

.prettytable, .prettytable table
{
border: 1px solid rgb(0, 0, 0);
margin: 1em;
border-collapse: collapse;
} 

.first, .first tr
{
color: #ffffff;
background-color: #000000;
}

.odd, .odd tr
{
background-color: white;
}

.even, .even tr
{
background-color: #CCCCCC;
}

td
{
padding: 3px;
vertical-align: top;
padding-right: 6px;
}