/*
	mws_suite.css
	CSS file for the mws_suite

	This style sheet needs enquing from the main php file

	*/
/* Button Style */
	 
/* Menu Buttons */


button.mwsadminmenu {
	height:	10px;
	float:	left;
}
input.mwsadminmenu {
	line-height: 8px;
	background-color: none;
	color: #d66565;
	border:	0px;
	margin-bottom: 0px;
	margin-top: 0px;
 	}    
input.mwsadminmenu:hover {
	line-height: 8px;
	background-color: white;
	color: #e8a716;
  	border-color: 0px;
	text-decoration-line: underline;
	margin-bottom: 0px;
	margin-top: 0px;
  	}    

input.mwsadminmenu:active {
	line-height: 8px;
	background-color: white;
	color: green;
  	border-color: 0px;
	text-decoration-line: underline;
	margin-bottom: 0px;
	margin-top: 0px;
  	}    

input.mwsformbutton {
	line-height: 8px;
	background-color: #0099cc;
	color: white;
	border:	1px;
	margin-bottom: 1px;
	margin-top: 1px;
	}
input.mwsformbutton:hover {
	line-height: 8px;
	background-color: #00cc99;
	color: white;
	border:	1px;
	margin-bottom: 1px;
	margin-top: 1px;
	}
input.mwsformbutton:active {
	line-height: 8px;
	background-color: #00cc99;
	color: white;
	border:	2px black;
	margin-bottom: 1px;
	margin-top: 1px;
	}




h2.mwsteststyle03 {
	color : blue;
	}

td.mwsteststyle03 {
	border: 10px solid red;
	padding: 15px;
        color: green;
}
p.mwsteststyle03 {
	color: green;
	}
table.mwsteststyle03 {
border: 30px solid brown;
	empty-cells: show;}
table.mwsteststyle04 {
	border: 15px solid green;
    empty-cells: hide;}
