/*----------------------------------------------*/
/* WEBWORKS CONTENT MANAGER			*/
/* Main CSS					*/
/*----------------------------------------------*/

div.panel_button_active	{ 
					clear: both;
					display: table;
					margin: auto;
					width: 100%;
					height: 100%;
					font: 15px Roboto, Arial;
					color: #555;
					text-align: left;
					text-shadow: 1px 1px 3px #bbb;
					padding: 5px 5x 5px 5px;
					border-top:	1px solid #eee;
					border-left:	1px solid #dfdfdf;
					border-right:	1px solid #d0d0d0;
					border-bottom:	1px solid #ccc;
					border-radius:	5px;
					-moz-border-radius:	5px;
					box-shadow: 1px 1px 3px #dfdfdf;
					background-color: #f7f7f7;
					}

div.panel_button_inactive {
					clear: both;
					display: table;
					margin: auto;
					width: 100%;
					height: 100%;
					font: 15px Roboto, Arial;
					color: #999;
					text-align: left;
					padding: 5px 5x 5px 5px;
					border-top:	1px solid #eee;
					border-left:	1px solid #dfdfdf;
					border-right:	1px solid #d0d0d0;
					border-bottom:	1px solid #ccc;
					border-radius:	5px;
					-moz-border-radius:	5px;
					background-color: #d7d7d7;
					}

div.panel_L1_titlebox {
				clear: both;
				display: table;
				margin: auto;
				width: 90%;
				height: 25px;
				font: 20px arial;
				color: #777;
				text-align: center;
				text-shadow: 1px 1px 2px #ccc;
				padding: 10px;
				border-top:	1px solid #eee;
				border-left:	1px solid #dfdfdf;
				border-right:	1px solid #d0d0d0;
				border-bottom:	1px solid #ccc;
				border-radius:	5px;
				background-color: #f7f7f7;
				}

div.panel_L2_titlebox {
				clear: both;
				display: table;
				margin: auto;
				width: 90%;
				height: 15px;
				font: 15px arial;
				color: #555;
				text-align: left;
				padding: 5px 0px 5px 10px;
				border-top:	1px solid #eee;
				border-left:	1px solid #dfdfdf;
				border-right:	1px solid #d0d0d0;
				border-bottom:	1px solid #ccc;
				border-radius:	5px;
				background-color: #e0e0e0;
				}


img.grayscale {
			filter: url(/filters.svg#grayscale); /* Firefox 3.5+ */
			filter: gray; /* IE6-9 */
			-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
			}


