/* Modal Dialog - global */

.float_left{ float:left; }
.float_clear{ clear:both; }
.hide {display:none; }

/* Modal Dialog */

.jqmdAbove { z-index: 5000; top: 8%; } /* used by 4c -- nested modal */
.wrapper, .container { height: 500px; }

.wrapper {
	bottom: 50%;
	right: 50%;
	position: fixed;
	display:none;
}

.container {
	background: white;
	left: 50%;
	padding: 10px;
	position: relative;
	top: 50%;
	border:3px solid #000;
	z-index:10000
}

#dialog_menu{ text-align:right; }

/* Other */

#terms_content a {
	color:#000;
	text-decoration:underline;
}

.hide { display:none; }
#demo-frame > div.demo { padding: 10px !important; };

/*Main content - Layout*/

/*Main*/
#cont_size{
	width:927px;
	height:460px;
}

/*Left*/
#input_field{
	float:left;
	padding:5px;
	border:1px solid #0066CC;
	background-color:#E0E1FE;
}

/*Right*/
#options_field{
	float:right;
	width:175px;
}

.input_w{ width:180px; }

.color_mode_title{
	text-align:center;
	border-top:1px solid #0066CC;
	border-left:1px solid #0066CC;
	border-right:1px solid #0066CC;
	background-color:#E0E1FE;
	padding-top:3px;
}

.color_mode{
	padding:3px;
	border-left:1px solid #0066CC;
	border-right:1px solid #0066CC;
	background-color:#E0E1FE;
	height:46px;
}

.color_mode_img{
	border:1px solid black;
	width:20px;
	height:20px;
	float:left;
}

.brightness_title{
	text-align:center;
	border-top:1px solid #0066CC;
	border-left:1px solid #0066CC;
	border-right:1px solid #0066CC;
	background-color:#E0E1FE;
	padding-top:3px;
	padding-bottom:3px;
}

.brightness{
	padding:3px;
	border-left:1px solid #0066CC;
	border-right:1px solid #0066CC;
	border-bottom:1px solid #0066CC;
	background-color:#E0E1FE;
	height:25px;
}

.layout_overflow{
	height:317px;
	overflow:auto;
	border-left:1px solid #0066CC;
	border-right:1px solid #0066CC;
	border-bottom:1px solid #0066CC;
}

.layout_title{
	text-align:center;
	border-left:1px solid #0066CC;
	border-right:1px solid #0066CC;
	background-color:#E0E1FE;
	padding-top:3px;
}

.layout_border{
	background-color:#E0E1FE;
	height:auto;
}

.layout_img{
	border:1px solid silver;
}

#center_field{
	float:right;
	width:auto;
	height:auto;
	margin-left:19px;
	margin-right:19px;
}
