/* Global Elements */
body {
	font: 70% Arial;
	margin: 0px;
	color: #333;
	text-align: center;
	background-image: url(../gfx/pagebg.gif);
	background-repeat: repeat-x;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}
/* Container */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Header */
#topheader {
	background-image: url(../gfx/topback.gif);
	height: 58px;
}
#logo {
	background-image: url(../gfx/logo.gif);
	background-repeat: no-repeat;
	width: 300px;
	font-size: 150%;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5A747D;
	float: left;
	padding-left: 67px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#logo .dark {
	color: #294048;
}
/* Navigation */
#nav {
	float: right;
	margin-top: 17px;
	margin-right: 5px;
}
#nav a {
	background-image: url(../gfx/navbg.gif);
	width: 102px;
	font: 105% Verdana;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 12px;
	display: block;
	text-align: center;
	float: left;
	clear: none;
}
#nav a:hover {
	color: #FAD000;
}
/* Sub header */
#subheader {
	background-color: #294048;
}
#subcontainer {
	background-color: #294048;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 17px;
    padding-top: 10px;
}
/* Headlines */
#headlines {
	width: 750px;
	float: left;
}
#headlines h1 {
	color: #FAD000;
	font-size: 140%;
	font-weight: normal;
	font-family: Trebuchet MS;
	margin: 0px; 
}
#headlines a {
    background-color: #e6e9ea;
	color: #294048;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
	text-decoration: none;
}

#headlines a.active-module
{
  color: #fff;
  background-color: #fad000;
}

#headlines a:hover 
{
  background-color: #fff;
  color: #fad000;
}
/* Latest topics */
#latesttopics {
	width: 211px;
	float: right;
}
#latesttopics h1 {
	color: #fad000;
	font-size: 140%;
	font-weight: normal;
	font-family: Trebuchet MS;
	margin: 0px; 
	text-align: right;
	margin-bottom: 5px;
}
#latesttopics a {
	display: block;
	background-image: url(../gfx/headlineslink.gif);
	color: #718188;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	margin-bottom: 1px;
	text-decoration: none;
}
#latesttopics a:hover {
	color: #8C9BA2;
}
/* Banner ad */
#banner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	text-align: center;
	margin-top: 35px;
	float: left;
	color: #FAD000;
	text-align: center;
}
#banner img {
	border: 2px solid #465D66;
}
/* Bottom */
#bottom {
	width: 950px;
	padding-left: 25px;
}
/* navigation bar */
#navigation {
	background-color: #E6E9EA;
	float: left;
	width: 950px;
	margin-top: 3px;
	margin-left: 25px;
}
#navigation p {
	border: 1px solid #D2D6D7;
	padding: 3px;
	padding-left: 7px;
	margin: 0px;
	color: #54789B;
}
/* Left column */
#left {
	float: left;
	width: 220px;
	margin-top: 5px;

}
#left h1 {
	font-size: 140%;
}
#left .sub a 
{
  background-image: url(../gfx/pagelink.gif);
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 1px;
  color: #5b7246;
  font-weight: bold;
}

#left .sub a.no-active
{
  background-image: url(../gfx/pagelink.gif);
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 1px;
  margin-right: 0xp;
  color: #5b7246;
  margin-right: 10px;
  font-weight: normal;
}
/* Middle column */
#middle
{
  float: left;
  width: 700px;
  margin-top: 5px;
  font-size: 105%;
  border: solid 2px #e6e9ea;
}
#middle h1
{
  font-size: 140%;
  width: 100%;
  text-align: center;
  background-color: #f6f6f3;
  padding-top: 5px;
  padding-bottom: 5px;
}
#middle h2 {
	font-size: 120%;
}
#middle p {
	padding-left: 5px;
	margin: 0px;
	color: #5B7246;
}
#middle .roundedButton {
	background-image: url(../gfx/roundedButton.gif);
	width: 194px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 95%;
	display: block;
	text-decoration: none;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}

.roundedButtonSmall {
	background-image: url(../gfx/roundedButtonSmall.gif);
	width: 70px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 95%;
	display: block;
	text-decoration: none;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}

.small {
	font-size: 95%;
}
.comment {
	text-align: right;
	font-size: 95%;
	color: #2E464F;
	margin-top: 2px;
}
/* Bottom boxes */
#leftbox {
	width: 200px;
	float: left;
	font-size: 95%;
	color: #5B7246;
}
#leftbox img {
	float: left;
	margin-right: 1px;
}
#leftbox h1 {
	color: #333;
}
#leftbox .lol {
	display: block;
	margin-bottom: 1px;
	background-color: #E6E9EA;
	color: #5B7246;
	float: left;
	width: 105px;
}
#leftbox .p2 {
	padding: 5px;
}
#rightbox {
	float: right;
	width: 200px;
	font-size: 95%;
}
#rightbox a {
	background-image: url(../gfx/folder.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}
/* Right column */
#right {
	float: right;
	width: 220px;
	margin-top: 5px;
}
#right h1 {
	font-size: 140%;
	text-align: right;
}
#right .sub a {
	background-image: url(../gfx/pagelink.gif);
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	color: #5B7246;
}
#right .sub2 a {
	background-image: url(../gfx/userlink.gif);
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	color: #5B7246;
}
/* footer */
#footer {
	float: left;
	width: 100%;
	background-color: #294048;
	text-align: left;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 6px;
}
#footer .left {
	float: left;
	padding-left: 30px;
}
#footer .right {
	float: right;
	padding-right: 30px;
}
#footer .middle {
	float: right;
	padding-right: 50px;
	color: #56686F;
}
#footer a {
	color: #fff;
}

#list table {
	border-spacing: 1px;
}

#list td.id {
	padding-left: 24px;
	background-image: url(../gfx/pagelink.gif);
}

#list td {
	background-color: #E6E9EA;
	padding: 4px;
}

#list a {
	color: #FAD000;
}

#section { 
    border: solid 1px;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../gfx/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

input[type="button"] {
 font-size: 80%;
 }

input[type="submit"] {
 font-size: 80%;
 } 

div.clear
{
  clear: both;
}

div#report_header
{
  text-align: center;
  border: solid 1px;
  padding-bottom: 5px;
}

div#report_paramters
{
  border: solid 1px;
  margin-top: 5px;
  padding-left: 5px;
}

div#report_footer
{
  border: solid 1px;
}

table.report_table
{
  margin-top: 5px;
  margin-bottom: 5px;
}

table.report_table td
{
  border: 1px solid;
}

table.user_list thead td
{
  border: 1px solid;
  font-weight: bold;
  background-color: #294048;
  color: #fff;
}

table.user_list tbody td
{
  border: 1px solid;
}

tr.row_0{ background-color: #efefef; }
tr.row_1{ background-color: #bfbfbf; }

tr.row_0:hover{ background-color: #fff; color: #bfbfbf; }
tr.row_1:hover{ background-color: #fff; color: #bfbfbf; }

table.list
{
  font-size: 120%;
}

table.list thead th
{
  background-color: #000;
  color: #fff;
  padding: 5px;
  text-align: center;
}

table.list tbody td
{
  height: 25px;
}

table.list tfoot th
{
  font-size: 30%;
  background-color: #000;
}

p.empty_list_message
{
  width: 100%;
  text-align: center;
  font-style: oblique;
  font-size: 130%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#products_list_type_selector
{
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#products_list_type_selector table
{
  width: 100%;
}

#products_list_type_selector td
{
  width: 20%;
  text-align: center;
  background-color: #bfbfbf;
  padding: 1px;
  border-left: 2px solid #fff;
}

#products_list_type_selector td:hover
{
  background-color: #efefef;
  color: #000;
}

#products_list_type_selector a
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

#products_list_type_selector a.active
{
  font-size: 120%;
  color: #fff;
}

#working_place_selector
{
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#working_place_selector table
{
  width: 100%;
}

#working_place_selector td
{
  width: 20%;
  text-align: center;
  background-color: #bfbfbf;
  padding: 1px;
  border-left: 2px solid #fff;
}

#working_place_selector td:hover
{
  background-color: #efefef;
  color: #000;
}

#working_place_selector a
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

#working_place_selector a.active
{
  font-size: 120%;
  color: #fff;
}

div#product_filter
{
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  border: solid 1px #000;
  font-size: 130%;
}

div#product_view
{
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

div#product_view div#general
{
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

div#product_view div#general span#symbol
{
  font-size: 150%;
  font-weight: bold;
}

div#product_view div#general span#name
{
  font-size: 120%;
}

div#product_view div#general span#type
{
  font-style: italic;
  font-weight: bold;
}

div#product_view div#product_variant
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
  text-align: left;
}

div#product_view div#product_foundation
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
  text-align: left;
}

div#product_view div#working_place
{ 
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
}

div#product_view div#raw_material
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
}

/* foundation */
div#definition_form
{
  border: solid 1px #000;
  margin-top: 10px;
}

div#definition_form a.type_name
{
  font-size: 120%;
}

div#definition_form a.type_name_selected
{
  font-size: 120%;
  font-weight: bold;
  border: dotted: 2px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f6f6f3;
}

p#foundation_definition_message
{
  width: 100%;
  background-color: #ffb55f;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 110%;
}

div#foundataion_list
{
  padding-top: 10px;
  padding-bottom: 10px;
}

div#foundataion_list_loadding
{
  text-align: center;
}

/* package */
div#package_header
{
  border: solid 1px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

/* action message */
div#application_message
{
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  background-color: #294048;
  border: solid 1px;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

/* form popup */
div.form_popup
{
  border: solid 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.form_popup div.cancel
{
  text-align: left;
  padding-left: 10px;
}

/* working place */
div.working_place
{
  width: 200px;
  float: left;
  margin: 5px;
  border: solid 2px;
  text-align: center;
}

div.working_place h2
{
  padding: 0px;
  margin: 0px;
}

div.working_place div.type
{
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  color: #fff;
}

div.working_place div.toolbar
{
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: dotted 1px;
}

td.product_valuation_material
{
    background-color: #F6F6F3;
}