/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: 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	*/

#wrap_all {
	width: 980px; 
	margin: 0px auto;
	border: 0;
}
	#navigation
	{
		height: 35px; /* not necessary, ruins Opera height */
		position: static; /* needed for menu to display at the right place */
		overflow: visible; /* in case there are too much menus */
	}
	#wrap_content
	{
		clear: both;
	}
		#leftblock 
		{
			float: left;
			display: inline; /* IE hack */
			width: 210px; 
			padding: 10px 0 5px 0;
			margin: 0 0 0 2px;
		}
		#rightblock {
			float: right;
			display: inline; /* IE hack */
			width: 190px; /* Total = 210px */ 
			padding: 10px;
			margin: 0 2px 0 3px;
		}
		#leftblock, #rightblock, #content
		{
			overflow: visible;
		}
		* html #leftblock, * html #rightblock, * html #content
		{
			overflow: auto; /* IE6 falls apart otherwise */
		}
		#teasers, #content {
			width: 530px;
			padding: 10px; /* left padding for FF tables */
			float: right;
			display: inline; /* IE6 hack */
			margin: 0 0px 0 0;
		}
		#wrap_footer 
		{
			clear: both;
			padding: 2px 6px;
			height: 31px; /*IE7*/
			margin: 0;
			position: relative;
		}
			#footer {
				line-height: 31px;
				text-align: center;
			}

/*	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*/



/* Dropdown Menu */
ul.dropdownreplacement li
{
	float: left;
	display: inline; /* IE6 hack */
	height: 31px;
}
ul.dropdownreplacement a
{
	display: block;
}
.mainmenu, .submenu {
	text-decoration: none;
	font-size: 100%;
}
.mainmenu {
	line-height: 31px;
	padding: 0;
}
.submenu {
	line-height: 23px;
	padding-left: 3px;
	padding-right: 9px;
}
td.mainmenu {
	padding: 0px 10px;
}
td.submenu {
	padding: 0px 4px;
}
#menu0, ul.dropdownreplacement
{
	padding: 2px 0 !important; /* match with div.submenu margin */
	margin: 0; /* Firefox does not stretch container div */
	float: left;
	display: inline; /* IE6 hack */
}
div.submenu 
{
	border: 1px solid;
	margin-top: -2px; /* match with #menu0 padding */
}
div.submenu div.submenu
{
	margin-top: 0; /* reset it in menu items */
}


/* Blocks */

#leftblock img, #leftblock object
{
	display: block;
	margin: 10px auto;
} 
#leftblock h2, #rightblock h2
{
}

#rightblock div.block
{
	margin-bottom: 10px;
}

#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 0 10px 0;
	width: 190px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 190px;
}
form.vertical input.box
{
	display: block;
}
#breadcrumbs
{
	margin-bottom: 1em;
}


/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	background-color: red; /* TEST */
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a,
table a.hover, table span.hover, table a.hover-current, table span.hover-current {
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #e0e1e4;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	padding-left: 5px;
	font-weight: bold;
}
#smenu ul ul a,
a.smenu-item, span.smenu-item {
	padding-left: 10px;
	font-weight: normal;
}
#smenu ul ul ul a,
a.smenu-subitem, span.smenu-subitem {
	padding-left: 15px;
	font-style: italic;
}
#smenu ul ul ul ul a,
a.smenu-subitem3, span.smenu-subitem3 {
	padding-left: 20px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 25px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 30px;
	font-style: italic;
}
#current-smenu.current,
table a.hover-current, table span.hover-current {
	color: #1c04fe;
	font-weight: bold
}
#smenu a:hover,
table a.hover:hover, table span.hover:hover, 
table a.hover-current:hover, table span.hover-current:hover 
{
	color: #1c04fe;
}


#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */

#teasers img
{
	border: 0;
	display: block;
}
#teasers h2, #teasers h2 span {
	height: 18px;
	display: block;
}
#teasers h2 
{
	margin: 0 5px 10px 0;
	padding: 0px 10px 0px 0px;
	background: #f3f3f3 url(images/title_bg.gif) no-repeat scroll right top;
}
#teasers h2 span {
	padding: 1px 0px 0px 21px;
	height: 17px;
	background: transparent url(images/title_bg.gif) no-repeat scroll left top;
	font-size: 1em;
	font-weight: bold;
	vertical-align: bottom;
	color: #505860/*#444a55*/; 
}
div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 166px;
	height: 126px; 
	margin: 0px 0px 0px 7px;
	border: none;
}
div.teaser.first
{
	margin-left: 19px;
}
a.t_frame
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(images/teaser_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
	top: 0;
	left: 0;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 1;
	clip: rect(0px, 159px, 119px, 0px);
}
a.t_img img
{
	width: 159px;
	height: 119px;
	display: block;
}

/* Teasers Colours */

div.teaser
{
	color: #000;
	background-color: #fff;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #29085b;
} 
#navigation, #wrap_footer
{
	background: #fff url(images/menubg.gif);
}
#wrap_content 
{
	background: #fff url("images/bg.gif") repeat-y;
	color: #000;
}
#content
{
	background-color: #fff;
	color: #000;
}
#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;}
div.submenu 
{
	border-color: #666;
}
ul.dropdownreplacement li a
{
	color: #000;
}
ul.dropdownreplacement li
{
	border-color: #000;
}
.mainmenu {
	color: #000;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
} 
.submenu {
	color: #000;
	background-color: #c2c5e2;
	font-weight: bold;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #1c04fe;
}
div.submenu td.arrow {
	background-image: url(images/arrow_next.gif);
	background-position: 92% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
} /* False values for IE7+IE6 */
html:not([dummy]) div.submenu td.arrow {
	background-position: 99% 50%;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.submenu td.arrow {
	background-position: 99% 50%;
} } /* True values for Opera */

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a {
	color: #c00;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}

a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
#toplogo div.shortcuts span
{
	color: #000;
}

.bread {
	color: #000;
	text-decoration: none;
}
a.bread {
	color: #c00;
	text-decoration: none;
}
a.bread:hover, .bread a:hover {
	color: #c00;
	text-decoration: underline;
}
a.bread:active {
	color: #000;
	text-decoration: none;
}

	

/* Text styling (fonts) */

blockquote {
	margin-right: 0;
}
