/********************************************* GENERAL *********** */
a{color:blue; text-decoration:none; font-family:Optima, Candara, serif; font-size:100%;}
a:hover{color:#909090}

span.td{color:#777; font-family:Optima, Arial, Helvetica, sans-serif; font-size:100%;}
span.ty{color:#777; font-family:Optima, Arial, Helvetica, sans-serif; font-size:140%;}
span.t3g{color:#888888; font-family:Optima, Arial, Helvetica, sans-serif; font-size:75%;}
span.t4g{color:#888888; font-family:Optima, Arial, Helvetica, sans-serif; font-size:60%;}
span.t3r{color:#880000; font-family:Optima, Arial, Helvetica, sans-serif; font-size:75%;}
span.alrt{color:#CC0000; font-family:Optima, Arial, Helvetica, sans-serif; font-size:100%;}
span.alrt_sm{color:#CC0000; font-family:Optima, Arial, Helvetica, sans-serif; font-size:60%;}
span.tp{color:#888888; font-family:Optima, Arial, Helvetica, sans-serif; font-size:130%;}
span.hp{color:#888888; font-family:Optima, Arial, Helvetica, sans-serif; font-size:230%;}

span.hidegrey{color:#222; font-family:Optima, Arial, Helvetica, sans-serif; font-size:75%;}
span.hideblack{color:#444444; font-family:Optima, Arial, Helvetica, sans-serif; font-size:100%;}

.min_100 { min-height: 100px; }
#fileTree {
    position: relative;
    max-height: 300px;
    overflow-y:scroll;
}

#paintBrush_mode{cursor:pointer;}
#paintBrush_on{cursor:pointer;}
.pointover {cursor:pointer;}

#solverMessageList{
	height:150px;
	overflow-y:scroll;
}
.solverMessage{
	padding-left:4px;
}
.showAnnote{display:none;}

.showlp_1{display:none;}
.showlp_2{display:none;}

.showpln_1{display:none;}
.showpln_2{display:none;}
.showpln_3{display:none;}
.showpln_4{display:none;}

.showant_1{display:none;}
.showant_2{display:none;}
.showant_3{display:none;}

.showmsh_1{display:none;}
.showmsh_2{display:none;}
.showmsh_3{display:none;}
.showmsh_4{display:none;}

/* .fieldClass{display:none;} */

#prot_icon_dia {
	cursor: pointer;
	background-color: #ddd;
}

.cntrI input {
    text-align: center;
}
.cntrI input[type='number']::-webkit-inner-spin-button,
.cntrI input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*** file tree stuff ***/
span.del_X{color:#777; font-family:Optima, Candara, serif; font-size:100%;}

.direntry{
	cursor: pointer;
	/*background-color:red*/
}
.widge{
	float:right;
	padding: 0.1em 0.5em;
	display: none;
}
.HH{ background-color:#DEDEEA; }
/**					**/

#PlotHolder { /*needed for hidden d3 plot */
	position: absolute;
	left: 20px;
	top: 80px;
	width:60px;
	height:400px;
	background-color:#FFFFCC;
	z-index:-10;
}

#staHolder { /*needed for hidden d3 plot */
	position: absolute;
	left: 100px;
	top: 80px;
	width:400px;
	height:60px;
	background-color:#FFFFCC;
	z-index:-10;
}

#LogoHolder {
	position: fixed;
	bottom: 0em;
	right:0em;
	margin: 0.1em;
	z-index:1;
}
#Logo {text-align: center;}

#wrapper {
	text-align:left;
	height:100%;
	overflow:hidden;
}

.releasenotes { height:250px; }
.releasenotes p{
	padding: 0% 0% 0% 3%;
	color:#777; font-family:Optima, Candara, serif; font-size:75%;
}

.releasenotes li{
	color:#777; font-family:Optima, Candara, serif; font-size:75%;
}

.notes {
	height: 100%;
	overflow-y:scroll;
}

.tab {
	padding-left:2em;
}

#overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	pointer-events:none;
}

/********************************************* UI *********** */

/* http://stackoverflow.com/a/31831776/1467200*/
 /*this needed for contenteditable to work in Safari */

/*[contenteditable]
	-webkit-user-select: text
	user-select: text
*/
/********************************************* BUTTONS *********** */
 
.ui-button-text{font-size: 1em;}
 
/* 
.controltitle.ui-button{
	padding: 0px 10px 0px 0px !important;
	margin: 0px !important;
}
 */

.smBtn.ui-button {
	padding-top: 0em;
	padding-left: .1em;
	padding-right: .1em;
	padding-bottom: 0em;
}

/* UI slider bars from gridplot */
.cond_slider {
	width: 100%;
	float: center;
	margin: 0 auto;
	font-size: 0.5em !important;
}
.number_rangeL {
	float:left;
	position: relative;
	z-index:30;
	font-size: 0.6em;
}
.number_rangeR {
	float:left;
	position: relative;
	z-index:40;
	font-size: 0.6em;
}

/********************************************* TABS *********** */
/* http://keith-wood.name/uiTabs.html */
.ui-widget-header {
	background: transparent;
	border: none;
	border-bottom: 1px solid #c0c0c0;
	/* -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; */
}
.ui-tabs-nav .ui-state-default {
	background: transparent; /* actual tab coloring */
	border: none;
}
.ui-tabs-nav .ui-state-active {
	background: transparent url(css/custom-theme/images/uiTabsArrow.png) no-repeat bottom center;
	border: none;
}
.ui-tabs-nav .ui-state-default a {
	color: #c0c0c0;
}
.ui-tabs-nav .ui-state-active a {
	color: #000000;
}

.ui-tabs .ui-tabs-nav li {height: 1.5em;}
.ui-tabs-anchor {
	font-size: 9px;
	padding:0.5em !important;
	line-height:0.7em !important;
	font-family:Optima, Candara, serif;
}
.ui-tabs{
	background: transparent;
	padding:0px !important;
}

.ui-tabs-panel {padding:0px !important;}
.ui-slider .ui-slider-handle {
	height: 15px !important;
	width: 5px !important;
	padding-left: 5px;
}

/* resize workaround */
/* http://stackoverflow.com/a/27250000/1467200 */
.ui-hide-handler {
	width:0 !important;
	height:0 !important;
}

/* get rid of focus border around tabs and possibly others */
/* http://stackoverflow.com/a/17454401/1467200 */
.ui-state-active a, .ui-state-hover a, .ui-state-visited a, .ui-state-focus a  {
	outline: none;
}

/********************************************* UI *********** */

#handle {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#FFFFFF;
}

#handlebar {
	box-sizing: border-box;
	height:1.5em;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom: 1px solid #c0c0c0;
	background-color: rgba(240, 240, 240, 0.95);
}

#lowerBar {
	height:15px;
	background-color: transparent;
}
#versionHolder {
	width:auto;
	text-align:center;
	margin:0 auto;
	line-height:2em;
	white-space: nowrap;
	overflow: hidden;
}

/* #tabs-0{display:none;} */
#secret{display:none;}

/* MAIN CONTROL HOLDER */
#mainControls {
	position:absolute;
	top:4em;
	left:0em;
	width: 27em;
	height: 30em;
	z-index:2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
	background-color:#fff;
	font-size: 9px;
	visibility:hidden;
}
/* Holder and Body for scrolling ability within Main Controls */
#tabHolder {
	height:27em !important;
}
#tabBody {
	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
}

#hideHolder {
	position:absolute;
	top:20%;
	left:0em;
	cursor:pointer;
	z-index:500;
	display:none;
}

/********************************************* Dialogue Boxes *********** */

.controlcontainer {
	box-sizing: border-box;
	position:relative;
	text-align:center;
	padding: 3px;
	font-size: 9px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #444;
	background-color:#FFF;
	cursor:move;
}

.controlwindow {
	box-sizing: border-box;
	position:relative;
	text-align:center;
	margin: 0.3em 0.5em;
	/* width: 28em; *//* 2023-08-18 UI looks better on Firefox */
	font-size: 9px;
}
.controltitle {
	border: 1px solid #aaaaaa;
	box-sizing: border-box;
	width: 100%;
	background-color:#F5F5F5;
	cursor:pointer;
}
.hoveron{
	background-color:#fff;
}	

.controldialog {
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #F0F0F0;
	overflow: hidden;
	cursor:default;

	/* also make this unselectable */
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}

.selectDia {
	background-color:#F5F5F5;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.ANTwarn {display:none;}
.LPwarn {display:none;}
.PLNwarn {display:none;}
.meshWarn {display:none;}
.refWarn {display:none;}
.RHOwarn {display:none;}


.listBar {
	box-sizing: border-box;
	height:1.5em;
	line-height:1.5em;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom: 1px solid #c0c0c0;
}

.listdialog {
	float: left;
	text-align: center;
	box-sizing: border-box;
	width:100%;
	border: 1px solid #aaa;
	margin:0.1em;
}

.listholder {
	position:relative;
	box-sizing: border-box;
	margin:0.1em;
	float:left;
	width: calc(25% - 0.3em);
	cursor:pointer;
/* 	min-height:400px; */
}

.listwindow {
	box-sizing: border-box;
	position:relative;
	text-align:center;
	padding: 3px;
	font-size: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #444;
	background-color:#FFF;
	cursor:move;
}

/********************************************* Dialogue Grid *********** */
/* (research notes)
/* https://www.palantir.net/blog/responsive-design-s-dirty-little-secret */
/* http://www.sitepoint.com/easy-responsive-css-grid-layouts/ */
/* https://css-tricks.com/dont-overthink-it-grids/ */
/* https://css-tricks.com/a-couple-of-use-cases-for-calc/ */

/* list classes for scrolly lists of items */
.nlist {overflow-y:scroll;}
.item {
	box-sizing: border-box;
	margin:0.2em 0em;
	padding:0.2em;
	width:100%;
	cursor:pointer;
	font-size: 0.8em;
	border: 2px solid #FFA500;
	background-color:#FFFFFF;
	white-space: nowrap;
	overflow: hidden;
}
.item br {display:none;}
.item * {
	display:inline;
	white-space:nowrap;
}

/* alignment modifiers */
.rgt {text-align:right;}
.lft {text-align:left;}

/*dimensional divs*/
.col-100 {
	float: left;
	width: calc(100% - 0.3em);
}

.col-90 {
	float: left;
	width: calc(90% - 0.3em);
}

.col-85 {
	float: left;
	width: calc(85% - 0.3em);
}

.col-80 {
	float: left;
	width: calc(80% - 0.3em);
}

.col-75 {
	float: left;
	width: calc(75% - 0.3em);
}

.col-66 {
	float: left;
	width: calc(66.66667% - 0.3em);
}

.col-60 {
	float: left;
	width: calc(60% - 0.3em);
}

.col-50 {
	float: left;
	width: calc(50% - 0.3em);
}

.col-44 {
	float: left;
	width: calc(44% - 0.3em);
}

.col-40 {
	float: left;
	width: calc(40% - 0.3em);
}

.col-33 {
	float: left;
	width: calc(33.33333% - 0.3em);
}

.col-30 {
	float: left;
	width: calc(30% - 0.3em);
}

.col-25 {
	float: left;
	width: calc(25% - 0.3em);
}

.col-20 {
	float: left;
	width: calc(20% - 0.3em);
}

.col-15 {
	float: left;
	width: calc(15% - 0.3em);
}

.col-12 {
	float: left;
	width: calc(12% - 0.3em);
}

.col-10 {
	float: left;
	width: calc(10% - 0.3em);
}

[class*="col-"] {
	box-sizing: border-box;
	border: 1px solid #dddddd;
	margin:0.1em;
}

.colH-100 {
	float: left;
	width: 100%;
}

.colH-90 {
	float: left;
	width: 90%;
}

.colH-85 {
	float: left;
	width: 85%;
}

.colH-80 {
	float: left;
	width: 80%;
}

.colH-75 {
	float: left;
	width: 75%;
}

.colH-66 {
	float: left;
	width: 66.66667%;
}

.colH-60 {
	float: left;
	width: 60%;
}

.colH-50 {
	float: left;
	width: 50%;
}

.colH-44 {
	float: left;
	width: 44%;
}

.colH-40 {
	float: left;
	width: 40%;
}

.colH-33 {
	float: left;
	width: 33.33333%;
}

.colH-30 {
	float: left;
	width: 30%;
}

.colH-25 {
	float: left;
	width: 25%;
}

.colH-20 {
	float: left;
	width: 20%;
}

.colH-15 {
	float: left;
	width: 15%;
}

.colH-12 {
	float: left;
	width: 12%;
}

.colH-10 {
	float: left;
	width: 10%;
}

/**************** width auto useful for formatting text */
.widthAuto {
	float: left;
	text-align:left;
	margin: 0.1em 0.3em 0.1em 0.3em;
	width: auto;
}

/********************************************* Long Text Box for Names *********** */
/*http://stackoverflow.com/a/899283/1467200*/
input, select, textarea {
	box-sizing: border-box;
	font-size:1em;
}

/************************************/

/* Normalization formula set up */
.label {
	float: left;
	margin: 1.3em 0.1em 0.3em 0.1em;
	width: 7em;
	text-align:center;
	}
.label2 {
	float: left;
	margin: 1.6em 0.3em 0.3em 0.3em;
	width: 3.6em;
	}
.label3 {
	float: left;
	margin: 1.3em 0.1em 0.3em 0.1em;
	width: 1.2em;
	}
.formula {
	float: left;
	margin: 0.3em 0em 0.3em 0em;
	width: 9.6em;
	text-align:center;
	}
/* end Normalization formula set up */

/********************************************  Plot dialgue Custom Tabs */
.tabMFHolder {
	margin: 0.1em 0em;
}
.tabMFBody {
	padding: 0.4em;
}

/*
.tabMFBody {
	position: relative;
	top:-0.08em;
	float: left;
	text-align:left;
	padding: 0.2em;
	width:95%;
	margin: 0em 0.3em 0.3em 0.3em;
	border-width: 0.07em;
	border-style: solid;
	border-color: #aaa;
}
*/
/*
.tabMFBody {
	position: relative;
	border: 0.2em solid #aaa;
	float: left;
}*/

.tabMFBody {
	position: relative;
	border: 0.1em solid #aaa;
	float: left;
}

.tabMF_sm{
	float: left;
	width: 30%;
	line-height:1.2em;

	padding: 0.3em 0.3em 0.3em 0.6em;
	margin: 0 0.5em 0em 0.5em;
	border: 0.1em solid #aaa;
	/*border-top: 0.2em solid #aaa;
	border-left: 0.2em solid #aaa;
	border-right: 0.1em solid #aaa;
	border-bottom: 0.07em solid #eee;*/
	cursor:pointer;
	background-color: #eee;
}

.tabMF {
	float: left;
 	width: 60%; 

	padding: 0.3em 0.3em 0.3em 0.6em;
	margin: 0 0.5em;
	border: 0.1em solid #aaa;
	cursor:pointer;
	background-color: #0ee;
}

.tabCH {
	float: left;
	width: 30%;

	padding: 0.3em 0.3em 0.3em 0.6em;
	margin: 0 0.5em;
	border: 0.1em solid #aaa;
	cursor:pointer;
	background-color: #0ee;
}

#pane_S {display:none;}

.undo_X {
	float:left;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-color: #eee;
	text-align:center;
}

.undo_name {
	float:left;
	display: inline-block;
	height: 1em;
	margin-left:0.5em;
	text-align:center;
}
.undo_entry {
	box-sizing: border-box;
	margin:0.1em 0em;
	width:100%;
	cursor:pointer;
	font-size: 0.8em;
	border: 1px solid #FFA500;
	background-color:#FFFFFF;
	white-space: nowrap;
	overflow: hidden;
}
.undo_entry br {display:none;}
.undo_entry * {
	display:inline;
	white-space:nowrap;
}

.tr_list{
	height:110px;
	width:100%;
	overflow-y:scroll;
}

/************************************ contenteditable for loop vertices */
#vertices-output {
	/*width: 90%; */
	height: 90px;
	font-size:0.8em;
	/*border-width: 0.14em;
	border-style: solid;
	border-color: #aaaaaa;*/
	overflow-y:scroll;
	display:none;
}
#vertices-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*width: 90%; */
	height: 90px;
	font-size:0.8em;
	/*border-width: 0.14em;
	border-style: solid;
	border-color: #aaaaaa;*/
	overflow-y:scroll;
	background-color:#FFFFFF;
}

/************************************************* custom buttons or icons */


.colorDiv {
	width: 1.2em;
	margin: 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #444444;
	cursor: pointer;
	background-color:white;
}

.solveDiv {
	width: 2em;
	height: 2em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #555;
	cursor: pointer;
	background-color:red;
	background-image: linear-gradient(orange, red);
	/*linear-gradient( 45deg, blue, red ); */
}

.solveDiv_sm {
	width: 1em;
	height: 1em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #555;
	cursor: pointer;
	background-color:red;
	background-image: linear-gradient(orange, red);
	/*linear-gradient( 45deg, blue, red ); */
}

.hideDiv {
	/*border-bottom: */
/*	border-left: 10px solid #ddd;
	border-top: 10px solid transparent;
	border-bottom:10px solid transparent;
	height: 20px;
	width: 0px;*/
}
/*
.hideDiv {
	width: 0.75em;
	height: 2em;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	border: 1px solid #444444;
	cursor: pointer;
	background-color:blue;
}
*/

.iconHolder {
	border-radius:3px;
	cursor:pointer;
	width:8%;
	height:100%;
}
.iconholder {
	border-radius:3px;
	cursor:pointer;
	width:8%;
	height:100%;
}

.icnshadow {text-shadow: #2E9AFE 0 0 2px;}
.icnshadowL {text-shadow: #FF0000 0 0 2px;}

.fltL {float: left;}
.fltR {float: right;}

.eigPanel {display:none;}
.prefDiv{display: none;}

/********************************************* solver readout */

#processHolder { /*MENU*/
	height: 1.65em;
	width: 100%;
	position:absolute;
	bottom:0em;
	left:0px;
	z-index: 3;
}

/*
#processingbar {
	background-color:#FF0000;
	height: 0.3em;
	width: 100%;
	position:absolute;
	left:0px;
	bottom:0px;
}*/
/*
#processing{
	position:absolute;
	bottom:5em;
	left:4em;
	height: 0.3em;
}

#process_float {
	background-color:#000;
	position:absolute;
	left:0px;
	bottom:0px;
}

.cntr_flt {
	width: 80px;
	margin:  0em auto;
}
*/

#processingbar {
	background-color:#FF0000;
	height: 0.3em;
	width: 100%;
	position:absolute;
	left:0px;
	bottom:0px;
}

#processing {
	position:absolute;
	bottom:0.4em;
	margin: 0em 3em;
	width:80%
}

#process_float {float: left;}

.cntr_flt {
	width: 80px;
	margin: 0em auto;
}

/********************************************* start herenow (actual 3D window) */
#herenow {
	width:100%;
	height:100%;
}

/********************************************* heads up display and tool bar */
#readout
{
	text-align: right;
	position:absolute;
	top:0px;
	right:0px;
	width:70px;
	height:70px;
	margin: 0.2em;
}

#winWidgets {
	pointer-events:none;

	box-sizing: border-box;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	min-width:2.5em;
	min-height:2.5em;
	width:2.5em;
	height:90%;


	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0.1em solid #444;
	background-color:#fff;
	*/


}

.lh-c { line-height:1.8em;}

.tooltip {
	pointer-events:all;
	box-sizing: border-box;
	background-color: #fefefe;
	height: 2em;
	width: 2em;
	cursor:default;
	/*cursor: pointer;*/
	border: 2px solid #eee;
}

.toolgroup {
	box-sizing: border-box;
	float:left;
	background-color: #fefefe;
	margin: 0.3em 0.1em;
	padding: 0.2em;
}

#planebar {display:none;}

#solveHolder {
	position:absolute;
	bottom:0.5em;
	left:0.3em;
	z-index:10;
}
.plne{line-height:1.2em;}

/********************************************* Lists formatting *********** */

/* label sticky for plotting item */
.typeFM {
	float:left;
	display: inline-block;
	width: 0.8em;
	height: 1.5em;
	background-color: #FFCC00;
	text-align:center;
}

/********************************************* nav Lists *********** */

.LgtHolder {
	padding:0.2em 0.6em;
	margin: 0.1em 0em;
	width:80%;
	border: 2px solid #eee;
	float:left;
	cursor:pointer;
	background-color:white;
}

#lgnav, #lgnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	display:block;
	color:#333333;
	text-decoration:none;
	background-color:#eeeeee;
	font-family:Optima, Candara, serif;
	font-size:100%;
}
#nav li{
	float:left;
	position:relative;
}
.ll{
	padding:0em 0.6em;
	width:7.8em;
	height:auto;
	float:left;
}

/* light Lists */
.lgll {
	padding:0em 0.6em;
	width:80%;
	border: 2px solid #eee;
	height:auto;
	float:left;
	cursor:pointer;
	background-color:white;
}

/* WAVEFORM AND SAMPLING */
/* 
#wfDescription {
	height:75px;
	overflow-y:scroll;
}
 */

.gridH .tick {
    stroke: lightgrey;
    opacity: 0.7;
}
.gridH path {
      stroke-width: 0;
}
.gridV .tick {
    stroke: lightgrey;
    opacity: 0.7;
}
.gridV path {
      stroke-width: 0;
}
/*
#meanreadout {
	white-space: nowrap;
	overflow: hidden;
}
*/
/* 
#tcentre {
	white-space: nowrap;
	overflow: hidden;
}
 */
#chVis {
	overflow-x: scroll;
	overflow-y: hidden;
}
.chart {
	width:100%;
	height:95px;
}
.ch_axis {
	width:100%;
	float:left;
	height:45px;
}

#chaxis path,
#chaxis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}
#chaxis text {
    font-family: sans-serif;
    font-size: 11px;
}

#wfaxis path,
#wfaxis line {
	fill: none;
	stroke: #aaa;
	shape-rendering: crispEdges;
}
#wfaxis text {
	font-family: sans-serif;
	font-size: 8px;
	color: #aaa;
}
.chHlght {
	border: 1px solid #fff;
	background-color: #fff;
}


/********************************************* Body *********** */
body {
	text-align:center;
	background-color:#eee;
	margin: 0;
	width: 100%;
	height:100%;
	overflow:hidden;
	font-family:Optima, Candara, serif;
}
