.ui-page { 
	font-family:"Arial Black", Arial, sans-serif;
	color:#FFFFFF;
	text-shadow: 3px 3px 3px #000;
	font-weight:900;
	background:#ffffff;
	padding:0px;
}

.outliner {
	max-height:633px;
	max-width: 915px;
}

.ui-content {
	margin:0px;
	padding:0px;
	margin-top:4px;
	
	background-color:#ffFFff;
}

.ui-btn {
	font-family:"Arial Black", Arial, sans-serif;
	font-weight:900;
	background-color:#7266AB;
	background: -ms-linear-gradient(top, #A6A3CB, #55508D);
	background: -webkit-gradient(linear, left top, left bottom, from(#A6A3CB), to(#55508D));
	background: -moz-linear-gradient(top,  #A6A3CB,  #55508D);
	color:#FFFFFF;
	text-shadow: 0px 0px 3px #000;
	margin:0px;
	line-height:20px;
}

.ui-btn.operator {
	width:85px;
	height:85px;
	font-size:300%;
	margin-bottom:5px;
	background-repeat:no-repeat;
	background-color: #7266AB;
}

#btHolder .ui-slider-switch { width: 250px; }

#Addition.ui-btn.operator {background-image:url(../gr/upAddition.png);}

#Subtraction.ui-btn.operator {background-image:url(../gr/upSubtraction.png);}

#Multiplication.ui-btn.operator {background-image:url(../gr/upMultiplication.png);}

#Division.ui-btn.operator {background-image:url(../gr/upDivision.png);}

.ui-btn.subNClear {
	line-height:0px;
	background:url(../gr/longButtonShine.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-color: #7266AB;
	border-radius:15px;
	font-size:150%;
	height:45px;
	margin-top:10px;
}

.ui-btn.startGame {
	
	border: 2px solid; 
	background:url(../gr/longButtonShine.png);
	background-repeat:no-repeat;
	background-color: #7266AB;
}

[data-theme=b].ui-btn-corner-all {
    -moz-border-radius:             15px;
    -webkit-border-radius:          15px;
    border-radius:                  15px;
}​

.ui-btn-up-numberButtons {
	line-height:20px;
	padding:0px;
	margin:10px;
	background:url(../gr/sqrBtnShine.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-color: #7266AB;
}

.orangeDiv {
	min-height:470px;
    max-height:470px;
	border-bottom-left-radius:20px;
	padding-top:10px;
    padding-bottom:0px;
	border-top-width:0px;
	border-bottom-right-radius:20px;
	border: 7px solid;
	background-color:#F0AA06; 
	background-image: url('../gr/transparentsymbols.png'); }

.outliner {
	border-radius:26px;
	border: 8px solid; 
	border-color:#7266AB;
}

.ui-disabled {
	opacity:.5;
}

.ui-select .ui-disabled {
	opacity:.5;
}

#operatorLabel{
	margin-top:10px;
	margin-bottom:10px;
	font:35px arial, sans-serif;
	text-shadow: 0px 0px 0px #ffffff;
	-webkit-font-smoothing:antialiased;
}

#operators{
	margin:0px;
	margin-bottom: 20px;
}

#overlay { 
	position: fixed; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 
	background: #000; 
	opacity: 0.5; 
	filter: alpha(opacity=50);
	z-index: 900;
}

#modal { 
	position:absolute;
	min-width:370px;
	max-width:370px;
	background:rgba(0, 0, 0, .2);
	border-radius:14px; 
	padding:8px;
	z-index: 901;
	
}

#dialogHeader{
	border-radius: 8px 8px 0px 0px;
	background-color: #7266AB;
	color:#ffffff;
	padding:10px;
	font: bold 28px arial, sans-serif;
	font-family:"Arial Black", Arial, sans-serif;
	text-shadow: 2px 2px 4px #000;
	background: -ms-linear-gradient(top, #A6A3CB, #55508D);
	background: -webkit-gradient(linear, left top, left bottom, from(#A6A3CB), to(#55508D));
	background: -moz-linear-gradient(top,  #A6A3CB,  #55508D);
}

#contentHolder {
	
	font: bold 23px arial, sans-serif;
	border: 2px solid #ffffff;
	background-color:#fff;
	padding:0px;
	z-index: 902;
}

#content {
	padding:20px;
	min-height:60px;
}

#closeHolder {
	background-color: #ffffff;
	border-radius: 0px 0px 8px 8px;
	padding:10px;
	
}

#closeFloater{
	margin-left:230px;
}

#close {
	cursor: pointer;
	z-index: 903;
	color:#ffffff;
	width:100px;
	height:40px;
	border-radius: 17px;
	border: 1px solid #fff;
	padding-top:8px;
	font: bold 22px arial, sans-serif;
	font-family:"Arial Black", Arial, sans-serif;
	box-shadow: 0px 0px 3px 1px #000;
	text-shadow: 2px 2px 3px #000;
	text-align:center;
	background-color: #7266AB;
	background: -ms-linear-gradient(top, #A6A3CB, #55508D);
	background: -webkit-gradient(linear, left top, left bottom, from(#A6A3CB), to(#55508D));
	background: -moz-linear-gradient(top,  #A6A3CB,  #55508D);
}