/* main body style */
BODY {
background: #F6F7EB;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
margin: 0px;
padding: 0px;
}

/* remove border from link images */
A IMG {
border: 0px;
}

/* table styles */
TH {
font-size: 13px;
}
TD {
text-align:left;
}

/* form control styles */
INPUT, TEXTAREA, SELECT {
font-family: Tahoma, Verdana, sans-serif;
background-color: transparent;
background-color: #D9DCC2;
font-size: 11px;
}

/* anchor styles */
A {
color: #000000;
text-decoration: underline;
}

.pn-title A {
font-size: 12px;
font-weight: bold;
text-decoration:none;
}

A.pn-logo {
font-size: 16px;
font-weight: bold;
letter-spacing: 3px;
text-decoration:none;
}

.pn-sub A {
font-size: 10px;
}


/* generic postnuke styles */
.pn-normal { /* pn-normal is kept for backwards compatabilty of the theme */
font-size: 11px;
font-weight: normal;
text-decoration: none;
text-align:left;
}

.pn-title, h2 { /* pn-title is kept for backwards compatabilty of the theme */
font-size: 12px;
font-weight: bold;
}

.pn-sub, small {
font-size: 10px;
font-weight: normal;
}

.pn-pagetitle, h1 { /* pn-pagetitle is kept for backwards compatabilty of the theme */
font-size: 14px;
font-weight: bold;
}

/* block styles */
.pn-blocktitle {
font-weight: bold;
}
.pn-blockcontent {
text-align: left;
}

/* theme specific styles */
.pn-logo {
font-size: 16px;
font-weight: bold;
letter-spacing: 3px;
}

.pn-logo-small {
font-weight: bold;
}

.theme-footer {
width:100%;
border:solid;
border-top:none;
border-width:1px;
text-align:center;
padding:0.2em;
}
.theme-bottom-links {
width:100%;
border:solid;
border-top:none;
border-width:1px;
text-align:right;
padding:0.2em;
}
.theme-top-links {
width:100%;
border:solid;
border-width:1px;
text-align:right;
padding:0.2em;
}
.theme-search {
width:100%;
border:solid;
border-top:none;
border-width:1px;
text-align:right;
padding:0.2em;
margin-bottom:0.2em;
}