/* 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 {
	color: #000000;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}

/* block element styles */
TABLE, DIV, P, INPUT, TEXTAREA, SELECT {
	color: #000000;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* prevent textareas from forcing horizontal scroll bar
credit to lobos for this hint */
textarea {
	width: 99%;
}

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

/* inline element styles */
h1, .pn-pagetitle {
	font-weight: bold;
	font-size: 13pt;
	text-align:center;
}
h2, .pn-title {
	font-weight: bold;
	font-size: 11pt;
	text-align:center;
}

/* 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:link {font-color: #ff0000;}
a:visited {font-color: #0000ff;}
a:hover {font-color: #ff0000;}
a:active {font-color: #ff0000;}

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

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

.pn-normal {font-size: 9pt;}

/* news styles */
.news-title {
	color: #ff0000;
	font-size: 10pt;
}
a.news-title:link {
	color: #ff0000;
	font-size: 10pt;
}
a.news-title:visited {
	color: #0000ff;
	font-size: 10pt;
}
a.news-title:hover {
	color: #0000ff;
	font-size: 10pt;
}
.news-teaser {
	color: #ffffff;
	font-size: 8pt;
	text-align:left;
}
.news-text {
	color: #000000;
	font-size: 9pt;
	text-align:left;
}
.news-more {
	color: #ffffff;
	font-size: 7pt;
}
a.news-more:link {
	color: #ffffff;
	font-size: 7pt;
}
a.news-more:visited {
	color: #ffffff;
	font-size: 7pt;
}

.newswrapper {margin-bottom: 5px;}

/* block styles */

#themefooter {
color: #ffffff;
font-size:8pt;
font-weight:bold;
text-align: left
}

#themefooter_main {
color: #000000;
font-size:8pt;
font-weight:bold;
text-align: left
}

#centerblock {
color: #ffffff;
font-size:9pt;
font-weight:bold;
text-align: left
}

#MenuPos {
position: absolute;
top:50px;
left:-5px;
}

/* styles to create table-less layout */

#wrapper {
	padding-top:5px;
	margin-left:5px;
	margin-right:5px;
}

#container {
	width: 100%;
	float: left;
	background: transparent;
}

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

/* legacy opentable function styles */
.opentable1 {
	width:100%;
	border: 1px solid #000;
	margin-bottom: 5px;
}

.opentable2{
	border: 1px solid #000;
	margin-bottom: 5px;
}

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

.homelink {
color: #ffffff;
font-size:10pt;
font-family:Tahoma, Arial, Helvetica;
font-weight:bold
}
a.homelink:link {color: #ffffff;}
a.homelink:visited {color: #ffffff;}
a.homelink:hover {color: #ffffff;}

.news-sub {
color:#ffffff;
font-size:7pt;
}

table.box-styled {
	border: 1px solid black;
	border-collapse: separate;
	background-color: white;
}
table.box-styled th {
	border: 1px outset black;
	background-color: white;
}
table.box-styled td {
	border: 1px outset black;
}