/* WARNING: THIS VERSION OF NN4 STYLES IS STILL IN DEVELOPMENT */
/* PLEASE CONSIDER IT AS IN ALPHA PHASE */
/* Remember! FREAKING NN4xx take images url relative to the document - NOT to the css file */
/* So, if you wish to rename the theme, please take care of the paths manually */

/* These styles are responsible for the body of page */
/* they can be inherited by all other nested styles, divisions and spans */

body
{
	margin: 4px 0px 0px 4px;
/* 	padding: 0; */
/* 	font: 11px/1.1 Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	background-image: url(../images/bkground.gif);
}

img { border: 0; }

p { font: 11px/1.1 Tahoma, Verdana, Arial, Helvetica, sans-serif; }
	
#ie_container
{
min-width: 700px;
width:expression(document.body.clientWidth < 950? "950px": "100%" );
}
.slogan 
	{
	COLOR: #C7BB9F; 
	FONT-SIZE: 14px; 
	FONT-WEIGHT: 700; 
	TEXT-DECORATION: none; 
	padding-right: 15px;
	}
.sloganbg
	{
	COLOR: #8A3638; 
	FONT-SIZE: 12px;
	background-color:#666666;
	text-align:left;
	 width:100%;
	}
.antislogan 
	{
	/* use #C7BB9F for the background */
	COLOR: #000000; 
	FONT-SIZE: 14px; 
	FONT-WEIGHT: 700; 
	TEXT-DECORATION: none; 
	padding-right: 15px;
	}
.smslogan 
	{
	COLOR: #C7BB9F; 
	FONT-SIZE: 14px; 
	FONT-WEIGHT: 700; 
	TEXT-DECORATION: none; 
	padding-right: 15px;
	}
/* These ones control appearance of articles, centre blocks, messages and admin panels */

.opentable
{
	background-color: #f1f1f1;
	width: 100%;
	padding: 2px;
	
/* 	border-color: #f9f9f9; */
/* 	border-width: 2px 3px 3px 2px; */
/* 	border-style: groove; */
/* 	margin: 5px 0 0 0; */
}

.opentable2
{
	background-color: white;
	width: 100%;
	padding: 2px;
	
/* 	border-color: silver; */
/* 	border-width: 2px 3px 3px 2px; */
/* 	border-style: groove; */
/* 	margin: 5px 0 0 0; */
}

.central-area
{
	background-color: #f1f1f1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}

.central-area table, b, i, p, center, form
{
	font-size: 11px;
	text-align: left;
}

.central-area .pn-title, .pn-pagetitle, .pn-logo
{
	font-size: 12px;
	text-align: left;
}

a.central-area
{
	font-weight: bold;
	color: #8A3637;
	text-decoration: none;
}

.central-area a:link { font-weight: bold; text-decoration: none; color:#8A3637;}
.central-area a:visited { font-weight: bold; text-decoration: none; color: #8A3637;}
.central-area a:hover { font-weight: bold; text-decoration: underline; color:#009;}
.central-area a:active { font-weight: bold; text-decoration: none; color: #009;}

.article-table
{
	background-color: white;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	
/* 	border-color: silver; */
/* 	border-width: 1pt; */
/* 	border-style: solid; */
}

.article-table-text { font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; }

a.article-table { font-weight: bold; color:#8A3637; text-decoration: none; }

.article-table a:link { text-decoration: none; color:#8A3637;}
.article-table a:visited { text-decoration: none; color:#8A3637;}
.article-table a:hover { text-decoration: underline; color: #009;}
.article-table a:active { text-decoration: none; color: #009;}

.article-table table
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
	width: 100%;
}

.article-table .pn-title { color: black; }

/* Below are utility classes, we can use them to control appearance of individual elements */

.logo
{
	background-color: #f1f1f1;
	border: 0;
}

.banner
{
border-color: black; /* 	*/
border-width: 1px; /* 	*/
border-style: solid; /* 	*/
}

.border1
{
/* 	border-width: 1px; */
/* 	border-color: silver; */
/* 	border-style: solid; */
/* 	background-color: #b1b1b1; */
}

.border2
{
    /* 	border-width: 1px; */
    /* 	border-color: silver; */
    /* 	border-style: solid; */
    /* 	padding: 4px 0px 1px 6px; */
	/* 	margin: 0 0 0 -8px; */
/* 	width: 100%; */
}

.border3
{
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	padding: 2px;
}

.bar-top-left
{
	background-image: url(../images/bar_top_left.gif);
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	height: 40px;
	width: 168px;
	/* 	background-position: 0px 0px; */
	/* 	background-attachment: fixed; */
	/* 	margin: 0; */
	
}

.bar-top-text
{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff
}

.bar-top-middle
{
	/* 	height: 40px; */
	/* 	background-color: #f1f1f1; */
	background-image: url(../images/bar_top_middle.gif);
	background-repeat: repeat;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	
}

.bar-top-middle a:link
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.bar-top-middle a:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.bar-top-middle a:hover
{
	color: #8A3638;
	font-weight: bold; 
	text-decoration: underline;
}

.bar-top-middle a:active
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.bar-top-form
{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: silver;
	
/* 	vertical-align: middle; */
}

.bar-top-form input
{
	font: 9px monaco, courier, monospace;
	color: black;
/* 	background-color: silver; */
}

.menu-title
{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 145px;
	
}

.spacer-top-middle
{
	/* 	height: 11px; */
	/* 	background-color: #f1f1f1; */
	background-image: url(../images/spacer_top_middle.gif);
	background-repeat: repeat-x;
	
}

/* Controlling appearance of the left menus */

.menu-middle-left
{
	width: 168px;
/* 	background-color: #f1f1f1; */
	background-image: url(../images/menu_middle_left.gif);
	background-repeat: repeat-y;
	border: 0;
	
}

a.menu-middle-left
{
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	line-height: 11px;

}

.menu-middle-left a:visited
{
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	line-height: 11px;
}

.menu-middle-left a:hover
{
	color: #8A3638;
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
    line-height: 11px;
}

.menu-middle-left a:active
{
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	line-height: 11px;
}   

.menu-middle-left td {
	color: #fff;
	text-decoration: none;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.menu-middle-left .pn-normal {
    color: #5a5a5a;
    /* color: #ffffff; */
    text-decoration: none;
	font-family: tahoma, geneva, verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.menu-middle-left .pn-normal a {
	color: #ffffff;
}

.menu-middle-left .menu-title
{
	color: #fff;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.05em;
	word-spacing: 0.15em;
}

.menu-middle-left strong
{
	color: #8A3638;
/* 	font-weight: 900; */
}

/* Centre blocks and admin messages */

.message-centre
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border-style: solid;
	border-color: silver;
	
}

.message-centre .border2
{
	border: 0;

/* 	padding: 0; */
}

.message-centre td
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 3px;
	border: 0;
}

.message-centre .pn-title
{
	font-family: helvetica, arial, sans-serif;
	color:#8A3637;
	font-weight: bold;
	font-size: 12pt;
}

/* Right menus */

.menu-middle-right
{
	width: 165px;
}

.menu-middle-right strong
{
	color: black;
	font-weight: 900;
}

.menu-middle-right a:link
{
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	line-height: 11px;
}

.menu-middle-right a:visited
{
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	line-height: 11px;
}

.menu-middle-right a:hover
{
	color: black;
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
}

.menu-middle-right a:active
{
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	line-height: 11px;
}

.menu-middle-right .pn-normal
{
	color: #5a5a5a;
	text-decoration: none;
	font-family: tahoma, geneva, verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.menu-middle-right .pn-title
{
	color: #5a5a5a;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.menu-middle-rightborder
{
/* 	background-color: #f1f1f1; */
	background-image: url(../images/menu_middle_right.gif);
	background-repeat: repeat-y;
	border: 0;
	
}

/* Bottom spacer and bar */

.bar-bottom-middle-spacer
{
	/* 	background-color: #f1f1f1; */
	background-image: url(../images/spacer_bottom_middle.gif);
	background-repeat: repeat-x;
	border: 0;
}

.bar-bottom-middle
{
	color: silver;
/* 	background-color: #f1f1f1; */
	background-image: url(../images/bar_bottom_middle.gif);
	background-repeat: repeat-x;
	border: 0;
}

.bar-bottom-middle a:link
{
	color: silver;
	font-weight: bold;
	text-decoration: none;
}

.bar-bottom-middle a:visited
{
	color: silver;
	font-weight: bold;
	text-decoration: none;
}

.bar-bottom-middle a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.bar-bottom-middle a:active
{
	color: silver;
	font-weight: bold;
	text-decoration: none;
}

.credits
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	/* 	line-height: 11px; */
/* 	width: auto; */
/* 	display: block; */
}

.credits a
{
	color: black;
	font-weight: bold;
	
}

/* Legacy styles, maybe used by some old modules */

textarea {
/* border-bottom-width: 1px; */
/* border-color: #000000; */
/* border-left-width: 1px; */
/* border-right-width: 1px; */
/* border-style: solid; */
/* border-top-width: 1px; */
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
text-indent: 2px;
}

input {
/* background-color: #f1f1f1; */
/* border-bottom-width: 1px; */
/* border-color: #000000; */
/* border-left-width: 1px; */
/* border-right-width: 1px; */
/* border-top-width: 1px; */
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
text-indent: 2px;
}

input.pn-text {
/* background-color: #f1f1f1; */
/* border-bottom-width: 1px; */
/* border-color: #000000; */
/* border-left-width: 1px; */
/* border-right-width: 1px; */
/* border-top-width: 1px; */
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
text-indent: 2px;
}

input.pn-button
{
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
/* 	text-indent: 2px; */
/* 	border-color: #f1f1f1; */
/* 	border-width: 3px; */
/* 	border-style: outset; */
/* 	background-color: #f1f1f1; */
/* 	padding: 2px 6px 2px 6px; */
}

input.r-button
{
/* 	background-color: inherit; */
	font-family: Tahoma, Verdana, sans-serif;
}

select, option
{
/* 	background-color: silver; */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	/* 	border-color: silver; */
	/* 	border-width: 1px; */
	/* 	border-style: groove; */
}

select.pn-text
{
/* 	background-color: silver; */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
/* 	border-color: silver; */
/* 	border-width: 1px; */
/* 	border-style: groove; */
}

.pn-normal {
/* 	background-color: #f1f1f1; */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.pn-title
{
/* 	background-color: #f1f1f1; */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.pn-sub
{
/* 	background-color: #f1f1f1; */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.pn-logo {
/* background-color: #f1f1f1; */
font-family: Tahoma, Verdana, sans-serif;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}

.pn-logo-small {
/* background-color: #f1f1f1; */
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.pn-pagetitle {
/* background-color: #f1f1f1; */
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}