/* @override http://localhost:8888/fudini/fudini/bin/main/fumodal/css/styles.css */

/* CSS Document */

body {
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	background-color:#ffffff;
	color:#000000;
}
p {
	font-size:1.2em;
	line-height:1.5em;
	color:#404040;
}
h3 {
	font-size:1.4em;
	font-weight:bold;
}
h4 {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
}
pre {
	display:block;
	background-color:#f0f0f0;
	padding:9px 19px 9px 19px;
	margin-bottom:0;
	font-size:12px;
	line-height:1.5em;
	border:1px dashed #ccc;
	overflow: auto;
}

em {
	font-weight:bold;
}

code {
	
}
a {
	text-decoration:none;
	color:#0066CC;
}
#header {
	height:100px;
	margin-top:30px;
}
#header h1 {
	font-size:3em;
	margin-bottom:10px;
}

#examples li {
	background-color: #e8e8e8;
	padding: 10px;
	margin-bottom: 10px;
}

#examples {
	margin-bottom: 20px;
}
#examples div.buttons {
	display: block;
}
#examples .code {
	margin-top: 10px;
	display: none;
}
.button_open {
	font-size: 12px;
	display: block;
	float: left;
}

.button_code {
	font-size: 12px;
	display: block;
	float: right;
}

/*

3d like elements creating helpers

*/

.fudiv {
	border-top:1px solid #fff;
	border-bottom:1px solid #d0d0d0
}

.fudiv_b {
	border-top:1px solid #fff;
}

.fuel {
	border-top:1px solid #fff;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #fff;
	border-right:1px solid #d0d0d0;
}