/*
File: Style.css
	Slick Style for MooTools Demos.
License:
	Copyright (c)2007 Valerio Proietti, <http://mad4milk.net>.
*/

/*@group Mif*/

#title h1 .mif-m{
color:#e76f01;
}

#title h1 .mif-i{
color:#375b8f;
}

#title h1 .mif-f{
color:#e74747;
}

#title h1 .mif-demo{
color:#2cad59;
}

#title h1 .mif-dot{
color:#588ed1;
}

#title h1 a:hover .mif-dot{
color:#db4f6a;
}
/*@end*/

/* @group Reset */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
}

.left { float: left; }

#menu ul {
	list-style: none;
}

#submenu ul { 
	list-style-type: square;
}

/* @end */

/* @group Base */

html {
	overflow: hidden;
}

body {
	font: 11px/1.5 Lucida Grande, Helvetica, Arial, sans-serif;
	background: #F3F1F1;
	color: #41464D;
}

body, #container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

a {
	text-decoration:none;
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	background: #aaa;
	background: #41464D;
	color: #F3F1F1;
	height: 30px;
}

#menu {
	position: absolute;
	width: 30%;
	overflow-y: auto;
	overflow-x: hidden;
	top: 40px;
	left: 0;
	bottom: 0;
	height: expression(document.body.clientHeight-40);
}

#demos {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	overflow: auto;
	width: 70%;
	height: expression(document.body.clientHeight-40);
}

span.spc {
	display: block;
	height: 16px;
}

#demos-wrapper, #menu-wrapper {
	overflow: hidden;
	padding: 4px 4px 0;
	background: #fff;
}

#demos-wrapper {
	margin: 16px 16px 0 8px;
}

#menu-wrapper {
	margin: 16px 8px 0 16px;
}

.success a:link, .success a:visited {
	color: #657528;
}

.exception a:link, .exception a:visited {
	color: #B33F3F;
}

a:link, a:visited {
	color: #528CE0;
}

a:hover, a:active {
	color: #41464D;
	cursor: pointer;
}

#title h1 {
	font: 25px/1.1 Arial, sans-serif;
	font-weight: bolder;
	float: left;
	margin: 1px 0 2px 20px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

#title h1 span {
	color: #D2E0E6;
}

#title ul li {
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin: 10px 5px 0;
}

#title ul {
	margin-right: 20px;
}

#menu h2 {
	font-size: 14px;
	background: #D0C8C8;
	color: #8A7575;
	margin-bottom: 4px;
	padding: 2px 5px;
}

br {
	display: none;
}

#menu h3 a {
	display: block;
}

#menu h3.selected {
	background-color: #e2e5d2;
}

#menu h3.selected a {
	color: #657528;
}

h1, h2, h3, h4, h5, h6 {
	cursor: default;
}

#menu h3 {
	font-size: 12px;
	padding: 3px 5px 1px;
	background: #D2E0E6;
	color: #528CE0;
	margin-bottom: 4px;
}

#submenu {
	background: #CBCEBD;
	color: #424D1A;
	padding: 2px 30px;
	max-height: 200px;
	overflow: auto;
	margin-bottom: 4px;
}

#submenu a {
	color: #424D1A;
	display: block;
}

#submenu a:hover {
	text-decoration: underline;
	color: #424D1A;
	display: block;
}

#submenu ul.subgroup { 
	padding-left: 20px;
}

p {
	color: #575d67;
}

div#footer {
	text-align: right;
	padding: 10px 16px 0 0;
}

div#footer p {
	padding: 0;
}

/* @end */


/* @group demos */
.help {
	background: #e6efc2;
	border: 2px solid #c6d880;
	color: #529214;
	margin: 1em 0;
	padding: 0.8em;
}

.help a {
	color: #529214;
}

#container #demos-wrapper {
	padding: 1em; 
}

#container #demos-wrapper h1 {
	margin-bottom: 1em;
}

#container #demos-wrapper hr {
	background: none;
	border: none;
	border-bottom: 2px solid #cecece;
	margin: 0.5em 0 1em;
}

#container #demos-wrapper h2 {
	border-bottom: 1px solid #cecece;
	margin: 0.5em;
}

.info{
border:solid 1px #aeaeae;
padding:5px;
text-align: right;
background:#f5f5bc;
}

.info a{
padding-right:20px;
margin-right:5px;
text-decoration:underline;
}

.informer{
border: solid 1px #d2d2d2;
border-top:none;
max-height:300px;
overflow:auto;
padding-left:1em;
}


/* @end */
