/*
 *	STYLE SHEET FOR BWA 2007
 *
 */

/*
 *	COLORS USED
 *
 *	darkslateblue	- borders etc. Darker blue color.
 *	deepskyblue	- inside of boxes. Lighter blue color.
 *	white		- background, text in boxes
 *	darkblue	- text. Darker blue color that works better on white.
 */
/*
 * 	SHARED ATTRIBUTES
 */

p {	font-family: ariel, sans-serif;
	font-size: small;
	color: darkblue
}

span {	font-family: ariel, sans-serif;
	font-size: small;
	color: darkblue
}  

div { font-family: ariel, sans-serif;
	font-size: small;
	color: darkblue
	}
  
.heading1 {
	font-size: medium; 
	font-weight: bold;
	color: darkslateblue
}  

.heading2 {
	font-size: medium; 
	font-weight: medium;
	color: purple; 
	font-style: italic
}
.Cirque {
	font-family: Harrington;
	font-size: medium; 
	font-weight: medium;
	color: purple; 
	font-style: italic
}

.em{
	font-weight: bold
}

.hlight {
	color: red;
	font-weight: bold
}

.bground {
	background: lavender
}

.foot {
	background: lavender;
	color: darkblue;
	font-size: small
}

.sidebar {
	background: lavender;
	color: darkblue;
	font-size: small;
	
}


/* Shared attributes for menu, buttons and products sections */
.bwamenu,.buttons,.products th {
	    border-color: darkslateblue;
	    border-style: groove;
		background: lavender;
	    margin: 0;
	    color: darkblue;
}

.checkbox {
	background-color: darkslateblue;
	border-width: 1;
	color: white; 
}

/* Keep buttons and menu the same width */
.buttons, .bwamenu { width: 100%; }


/* 
 * 	STYLES FOR BWA MENU
 *
 *	ACME menu at the top of the page
 * 	Show blue background in a box
 * 	Mark which item is selected
 */

.bwamenu { vertical-align: bottom;
	    font-weight: bold;
	    font-size: small;
		color: darkblue;
	    text-align: left;
	    padding: 0.75ex;
          }

.bwamenu a { text-decoration: none;
	color: darkblue; }

.bwamenu a:hover { 
	background: white; 
	color: darkslateblue; 
	font-weight: bolder;
}


/* SubMenu shows under Main menu
 * to allow selection of sub-pages
 */
.submenu { vertical-align: bottom;
	    border-style: none;
	    font-weight: bold;
	    font-size: larger;
	    color: white;
	    background: deepskyblue;
	    text-align: left;
	    margin: 0;
	    padding: 0.5ex;
	    width: 100%;
          }

.submenu a { text-decoration: none;
	color: white; }
.submenu a:none { text-decoration: none; 
	color:white;}
.submenu a:hover { 
	background: white; 
	color: darkslateblue; 
	font-weight: bolder;
}


/* Currently displayed page is shown darker in the menu */
.current a { color: darkslateblue; }



