/* mono.css theme for FTC layout.  Use with ftc.css */

body {
	background-image:url("/themes/ftc/mono/mono_background_patcher.jpg");
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center top;
  background-attachment:fixed;
}
body,p,td,ul,li,dl,dt,dd,em,strong {
	color:black;
}

#Image_Popup span { /* The top bar with closeX */
	background-color:#1662a8;
	color:#ffffff;
}

#Top_Box {
	box-shadow: 0px 0px 3px 0px #202020; 
	box-shadow: 0px 0px 0px 0px #202020; 
}

#Menu_Box { /* Menu bar across top */
	opacity:.85;
	background-color:#000000;	
}
.Menu_Item:hover {
	color:#fcee7c; 
}
.Menu_Item { /* Item within menu bar */
  color:#dddddd;
  background-color:transparent;
}	

#Content_Box {
	background-color:white;
	box-shadow: 0px 0px 2px 0px #202020; 
}
#Content_Box a {
	color:#22335d;
}
#Content_Box hr { 
	background:#808080; 
}

#Nav_Box {
	background-color:white;
	box-shadow: 0px 0px 2px 0px #202020; 
}
#Nav_Box span.Nav_Box_Title {
	background-color:#c6dae5;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

#Foot_Box {
	background-color:#d0d0d0;
	box-shadow: 0px 0px 0px 0px #202020; 
}

#moduleinfo { /* module popup menu */
	background-color:#dbfde4;
}

#Menu_Products_Popup, #Menu_Tribe_Popup, #Menu_Learn_Popup, #Menu_Company_Popup, #Menu_Settings_Popup {
	box-shadow:2px 2px 20px 1px #202020; 
	background-color:#202733;
}

#Front_Page_Message, #Product_Message, #Order_Form_Message, #Order_Response_Message {
	color:red; 
	font-weight:Bold; 
	font-Size:16px; 
}

#QFind_Popup {  
	background-color:#f7f6dc; 
	box-shadow: 2px 2px 20px 1px #000000; 
	border: 1px solid black;
}
#QFind_Popup h1 {
	color:#1d3911;
	background-color:transparent;
	font-size:140%;	
	font-weight:bold;
}

h1 {  /* titles for pages */
	color:#c6dae5; 
	background-color:#000000; 
	font-weight:bold; 
}
h2 {
	color:#202733; 
	font-size:130%; 
	font-weight:bold; 
}
h3 {
	color:#202733; 
	font-size:120%; 
	font-weight:bold; 
}
h4 {
	color:#202733; 
	font-size:115%; 
	font-weight:bold; 
}
h5 {
	color:#202733; 
	font-size:110%; 
	font-weight:bold; 
}
h6 {
	color:#202733; 
	font-size:100%; 
	font-weight:bold; 
}

.AddController, .Comments, .Controls, .Datasheets, .Gallery, .Included, .Other, .Patches, .Price, .Related, .Sounds, .Specs, .Spreadsheet, .Suggested, .SynthInvent, .Usage, .Videos  { /* Common Box for all sections */
  background-color:#f0f0f0;
}

.AddController:before, .Controls:before, .Datasheets:before, .Gallery:before, .Included:before, .Patches:before, .Price:before, .Related:before, .Sounds:before, .Specs:before, .Spreadsheet:before, .Suggested:before, .SynthInvent:before, .Usage:before, .Videos:before { /* common rules for titles of sections. contents are elsewhere */
	color:#202733; 
	font-size:130%; 
	font-weight:bold; 
}

.Comments {  
	background-color:#c6dae5;
}

.Price {
	color:maroon;
	background-color:#e7d6d6;
}

.Product_Note1 {
	background-color:#e0e0e0; 
}
