﻿@import url(layout.css);
body {
	color: black;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 700px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
}
#navigation {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
	overflow: hidden;
	background-image: url('../images/wiseminer_toolbar_top.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	width: 700px;
	font-size: 13px;
}
#page_content {
	margin: 0px;
}
#page_content_navigation {
	background-color: silver;
	padding:2px;
}
#page_content_navigation a {
	color: black;
}
#page_content_navigation_bottom {
	background-color: silver;
	padding:2px;
}
#page_content_navigation_bottom a {
	color: black;
}
#page_content_body {
	margin: 10px;
}
#column_l {
	width: 465px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 700px;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 15px;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF8C00; /* #FF8D35; */
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #ff8c00; /* #808080; */
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for TAG Cloud */
#tagcloud a {
	color: silver;
	text-decoration: none;
	font-weight: normal;
}
#tagcloud a:hover {
	color: #ff8c00;
	text-decoration: none;
	font-weight: bold;
}
/* Styles for tables */
table.standard
{ 
	background-color: white;
	border: 1px silver solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
td.title
{ 
	background-color:#0452A4;
	padding:5px;
	text-align: center; 
	font-weight:bold;
	color: white; 
	border: 1px silver solid;
}
td.body
{ 
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px silver solid;
}
