/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
body
{
	font-size: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#toplogo, #navigation, #topbanner, #wrap_content, #separator {
	width: 983px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo
{
	min-height: 50px;
}
#navigation
{
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
	height: 48px;
}
#separator
{
	display: none;
}
#wrap_content
{
	clear: both;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 173px; 
	padding: 14px 0 5px 0;
	margin: 0 0 0 5px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 170px; /* Total width should be 180px */
	padding: 5px;
	margin: 0 0px 0 0;
}
#content {
	height: 388px;
	padding: 10px;
	overflow: auto; 
}
#frontpage #content {
	padding: 0;
	height: 408px;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
}
#footer {
	padding: 1px 6px 1px 202px;
}

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search, #toplogo div.shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#navigation div.shortcuts, #navigation div.search
{
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}

/* Search form */
div.search form
{
	margin: -1px 3px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) div.search form {
	margin-top: 0px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.search form {
	margin-top: 0px;
} } /* True values for Opera */


div.search input.button
{
	vertical-align: text-top;
	border: 1px solid;
/*	margin-top: 1px;*/
	line-height: 13px;
	height: 18px;
	padding: 0;
/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button
{
	padding: 0 0.4em;
	/*display: inline;*/
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}

/* ShortCuts Menu Styling*/

div.shortcuts
{
}

div.shortcuts ul
{
	margin: 0 7px 0 0;
	padding: 0 0 0 16px;
	background-image: url("images/mainlinks-in.gif");
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

div.shortcuts ul li
{
	line-height: 33px;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url("images/mainlinks-sep.gif");
	background-position: 7px 50%;
	background-repeat: no-repeat;
	list-style-type: none;
	display: inline;
}


div.shortcuts ul li a
{
	color: #000000;
	text-decoration: none;
}

div.shortcuts li.print	/* not used */
{
	background-image: url(images/printer_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 17px;
}

div.shortcuts li.search 	/* not used */
{
	background-image: url(images/search_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 3px 2px 17px;
}




/* Top nav */

* html #menu *
{ height: 1% } /* hasLayout */
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#menu ul ul
{
	display: block;
	position: absolute;
	left: 0;
	top: 100%; /*24px;*/
	width: 440%;
}
#menu ul ul ul
{
	display: none;
	left: 100%;
	top: 0;
}


#menu li
{
	float: left;
	display: inline;
	margin: 0 2px;
	padding: 0;
	position: relative; /* for submenu positioning */
	width: 13%;
}
#menu a {
	float: left;
	line-height: 22px;
	height: 22px;
	display: table; /* fox for Opera's no-width nested floats hover bug */

	text-decoration: none;
	color: #fff;

/*	width: 89%;*/
	padding: 0 8px;
	margin: 0;
}
#menu ul ul li {
	width: auto;
	margin: 0; /* reset */
}
* html ul ul {
	width: 970px;
}
#menu ul ul li a {
	display: inline;
	float: none;
	height: auto;
}

/*
#menu ul ul, #menu li:hover ul ul, #menu li:hover ul ul ul,
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul
{
	display: none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul,
#menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul
{
	display: block;
}
#menu div p, #menu form
{
	margin: 0;
}

*/

#menu a.current {
	color: #fff; /*#514ABA;*/
	font-weight: bold;
}




/* Blocks */

#leftblock h2, #rightblock h2
{
	background: transparent url(images/dot3.gif) repeat-x scroll left bottom;
	font-size: 1.08em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.4em;
}
#leftblock h2 span, #rightblock h2 span
{
	background: transparent url(images/arrow.gif) no-repeat scroll 6px 50%;
	padding: 0 0 0 18px;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}

span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 168px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 168px;
}
form.vertical input.box
{
	display: block;
}




/*	Styling (Colours, backgrounds) */
body
{
	background: #000;
	color: #fff;
}
#wrap_body, #frontpage
{
	background-color: #000;
} 
#wrap_content 
{
}
#content
{
/*	background-color: Yellow; /* For testing */
}
#leftblock, #rightblock, #rightblock h2 
{
	color: #000;
/*	background-color: Pink; /* For testing */
}
#teasers
{
/*	background-color: Lime; /* For testing */
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a, #content a:link
{
	color: #f33; /*#c0f;*/
	font-weight: bold;
}
#content a:visited, #righblock a:visited
{
	font-weight: normal;
	color: #f33; /*#d0c;*/
}
#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
#toplogo div.shortcuts span
{
	color: #000;
}
#navigation, #wrap_content
{
	border: 1px solid #666;
}
#navigation
{
	border-bottom: 0;
}
	

/* Text styling (fonts) */

#content > p:first-child
{
	margin-top: 0;
}

