/* style for the body tag; takes care of any text not inside a block element.
   We must style all block elements seperately as styles don't inherit through
   block elements */
body {
	background-color: #CCC;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* block element styles */
table, div, p, input, textarea, select {
	color: #000000;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
}

/* prevent textareas from forcing horizontal scroll bar */
textarea {
	width: 99%;
}

/* remove border from linked images */
a img {
	border: 0px;
}

/* inline element styles */
h1, .pn-pagetitle {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}
h2, .pn-title {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
h3 {
	font-size: 1em;
	text-align: left;
	margin: 3px;
	padding: 0px 3px 2px 3px;
	color: #FFF;
	background: #669acc;
}

/* defaut styling for lists */
ul {
	margin-left: 1em;
	padding-left: 0em;
	text-indent: 0em;
	list-style-type: square; 
}

/* anchor styles
Note 1: Only add attributes to contextual (e.g. a.pn-title) styles that override the general style
Note 2: When all anchors are to be styled the same don't create specific styles
for :visited etc.
*/
a {
	color: #0000FF;
	text-decoration: none;
	background: none;
}

/* form and control styles */
.input {
	border: 1px solid #CCC;
	font-size: 10px;
}

/* PostNuke specific classes */
.pn-menu {
	text-align: center;
}

/* news styles */
.newssummary1 {
	padding: 5px;
	padding-left: 10px;
	border-left: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.newssummary2 {
	padding: 10px;
	border-left: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
	border-top: 0px solid #CCC;
	border-right: 1px solid #CCC;
}
.newswrapper {
	margin-bottom: 5px;
}

/* General styles */
#themelogo {
	margin: 0px;
}
#themefooter {
	text-align: center;
	font-size: 0.8em;
	margin: auto;
	margin-top: 10px
}
#menu {
	text-align: center;
}
#wrapper {
	margin: auto;
	padding: 2px;
}
.center_inside {
	margin-top: 4px;
	margin-bottom: 3px;
	padding: 5px;
	width: auto;
}
.left_inside{
	margin: 4px 0px 5px 0px;
}
.right_inside{
	margin: 4px 0px 5px 2px;
}

/* utility clearer class */
.clearing {
	height: 10px;
	margin-bottom: 0px;
	clear: both;
}

/* legacy opentable function styles */
.opentable1 {
	width: 95%;
	border: 1px solid #CCC;
	margin: auto;
	padding: 0px 10px 0px 10px;
}
.opentable2{
	border: 1px solid #CCC;
	margin-bottom: 5px;
}

