/* main body style */
BODY {
background: #FFFFFF;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
margin: 0px;
padding: 0px;
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 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:link {
		 color: #CC0000;
		 text-decoration: none;
}

a:visited {
		 color: #CC0000;
		 text-decoration: none;
}

a:hover {
		 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-size: 12px;
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;
}

.gws-sched-reh {
background-color:#BBBBBB;
color:#FFFFFF;
}
.gws-sched-con {
background-color:#000000;
color:#FFFFFF;
}

