/* 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 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
table, div, p, input, textarea, select {
	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;
}
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;
}
ul {
	margin-left: 1em;
	padding-left: 0em;
	text-indent: 0em;
	list-style-type: square; 
}
li {
	border-bottom: 1px solid #e1bff7;
	list-style-type: disc;
	color: #BADD43;
	list-style-position: inside;
	margin-left: -10px;
}
fieldset, legend {
	background: #ffffff;
}

/* Necessary for admin Xanthia and others */
/*.pn-menu {
	margin: auto;
	text-align: center;
	background: #ffffff;
}
*/
/* anchor styles */
a {
	color: #5a009e;
	text-decoration: none;
	background: none;
}
a:visited {
	color: #af9dbd;
	text-decoration: none;
	background: none;
}
a:hover {
	color: #ff814b;
}
#menu span a {
	color: #fff;
}
#menu a:hover {
	color: #caff00!important;
}

/* General styles */
#themelogo {
	margin: 0px;
	height: 71px; 
}
#textheader{
	float: left;
	margin: 15px 0px 0px 10px;
	font-size: xx-large;
}
#themefooter {
	height: 30px;
}
#textfooter {
	float: right;
	margin-right: 40px;
	margin-top: 5px;
}
#menu {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 22px;
	font-weight: bold;
	color: #fff;
}
#main_content {
	padding-top: 10px;
}
#wrapper {
	margin: auto;
	padding: 2px;
}

.input {
	border: 1px solid #ccc;
	font-size: 10px;
}
/* news styles */
.newssummary1 {
	padding: 5px;
	padding-left: 10px;
	border: 1px solid #ccc; 
}
.newssummary2 {
	padding: 10px;
	border-left: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	border-top: 0px;
	border-right: 1px solid #ccc;
}
.newswrapper {
	margin-bottom: 4px;
}
.center_inside {
	margin-bottom: 5px;
	margin-top: 5px;
	background: #836994;
}
.left_inside{
	margin-bottom: 5px;
	margin-top: 5px;
}
.right_inside{
	margin-bottom: 5px;
	margin-top: 5px;
}
.container {
	background: #fff;
}
.clearing {
	height: 15px;
	margin: 0px;
	clear: both;
	font-size: xx-small;
}

/* legacy opentable function styles */
.opentable1 {
	width: 96%;
	margin: auto;
	padding: 10px;
	background: #ebeaec;
}
.opentable1 table {
	background-color: #fff;
	margin-bottom: 15px;
	border-collapse: collapse;
	border:#876D98 dotted 1px;
	vertical-align:middle;
}
.opentable1 table td {
	padding:5px;
	border:#876D98 dotted 1px;
}
.opentable2 {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	background: #fff;
}

