.jSheetControls_loc
{
	border-width: 0px ! important;
	background: none ! important;
	width: 35px;
	text-align: right;
}

.jSheetControls_formula
{
	width: 20px;
    height: 20px;
}

.jSheetControls_formulaParent 
{
	border: none ! important;
}

.jSheetControls, .jSheetControls table
{
	padding: 0px ! important;
	border: none ! important;
	margin: 0px;
	width: inherit;
	/*height: inherit;*/
}

/* Menu */
.jSheetBarHelper {
	position: absolute;
	z-index: 99999;
	font-size: .9em;
	right: .3em;
	top: .2em;
}
.jSheetBarHelper *:hover
{
	background-color: inherit ! important;
	-moz-border-radius-topleft: inherit;
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-moz-border-radius-topright: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}
.menu
{
	display: none;
}
#titleHolder
{
	padding-left: 10px;
}
.jSheetUI
{
	/*width: auto;*/
	border-color: inherit ! important;
	width: inherit ! important;
	/*height: inherit ! important;*/
}
.jSheetTabContainer
{
	vertical-align: middle;
	text-align: left ! important;
}
.jSheetTabContainer span
{
	
	padding: 2px 5px 0 5px ! important;
}
.jSheetTabContainer *, .Div *
{
	font-size: 1em ! important;
}

.tableControl
{
/*	border-collapse: collapse ! important; */
	border: none ! important;
	position: absolute ! important;
	text-align: center;
	width: inherit ! important;
	height: inherit ! important;
}

/* Sheet styling */
.jSheet
{
	position: relative ! important;
	margin-top: 0px ! important;
	margin-left: 0px ! important;
    table-layout: fixed;
    empty-cells: show;
	background-image: none ! important;
	font-family: arial, serif;
	overflow: hidden;
	/*height: auto ! important;*/
	border-spacing: 0px ! important;
	border-width: 1px ! important;
	margin-bottom: 20px ! important;
}
.jSheet tbody
{
	background-color: transparent;
	color: inherit ! important;
	border-color: inherit ! important;
}

.jSheet tr {
	border-color: inherit ! important;
	padding: 0px ! important;
	border-style: solid ! important;
	background-color: transparent;
	-moz-border-radius: 0px 0px 0px 0px;
	color:  inherit ! important;
	border-width: 1px ! important;
	height: 40px ! important;
}
.jSheet td, .jSheet th {
	border-width: 1px ! important;
	border-color: inherit;
	padding: 0px ! important;
	border-style: solid ! important;
	-moz-border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	text-overflow: ellipsis ! important;
	white-space: nowrap ! important;
	margin: 0px ! important;
	padding: 0px ! important;
	font-size: 1em;
	height: 40px ! important;
	color:  inherit;
	position: relative;
	min-width: 40px ! important;
}

.jSheet colgroup col
{
	border: none ! important;
}

/* Containers styleing*/
.jSheetBarCorner
{
	border-width: 1px ! important;
	text-align: center;
	width: 40px ! important;
	height: 40px ! important;
	padding-top: 8px;
}

.jSheetBarCornerParent
{
	border: none ! important;
	width: 40px ! important;
	height: 40px ! important;
	margin: 0px 1px 1px 0px;
}

.jSheetBarTopParent
{
    position: relative ! important;
	background-image: none ! important;
	vertical-align: middle ! important;
	overflow: hidden ! important;
	width: inherit ! important;
}

.jSheetBarLeftParent
{
    position: relative ! important;
	background-image: none ! important;
	vertical-align: middle;
	overflow: hidden ! important;
	width: 40px ! important;
	height: auto ! important;
}

.sheetPane
{
	border: none ! important;
}

.jSheetEditPane
{
    overflow: hidden ! important;
	background-image: none ! important;
	border-width: 0px;
	position: relative ! important;
	margin-top:-1px;
	margin-left:-1px;
	
	width: auto ! important;
	height: auto ! important;
}
/* Bar item styling */

.jSheetBarTop
{
    position: relative ! important;
	border-width: 0px ! important;
	height: 40px ! important;
	font-size: 14pt;
	margin: 0px 0px 0px 0px;
	width: inherit ! important;
}
.jSheetBarTopHandle
{
	top: 0em ! important;
}

.jSheetBarLeftHandle
{
	right: 0em ! important;
	cursor: move ! important;
}
.jSheetBarLeft
{
	position: relative ! important;
	border-width: 1px ! important;
	margin: 0px 0px 20px 0px;
	width: 40px ! important;
	/*height: 100% ! important;*/
}
.jSheetBarLeft span
{
	position: absolute;
	top: 50%;
	
}

.jSheetBarLeftTd
{
	border: none ! important;
	width: 40px ! important;
	/*height: 100% ! important;*/
}

.jSheetBarLeft > div
{
	text-align: center;
	font-size: .8em;
	display:block;
	padding-top: 8px ! important;
	border-left: none ! important;
	border-right: none ! important;
	position: relative ! important;
	z-index: 999;
	height: 40px ! important;
	width: 40px ! important;
	border-width: 1px ! important;
	
}

.jSheetBarTopTd
{
	/*border: none ! important;	*/
	vertical-align: middle ! important;
	
	width: inherit ! important;
}

.jSheetBarTop > div
{
	text-align: center ! important;
	font-size: .8em;
	float: left;
	display:inline;
	height: inherit ! important;
	padding-top: 8px;
	overflow: hidden;
	border-top: none ! important;
	border-bottom: none ! important;
	min-width: 25px ! important;
	z-index: 999;
	position: relative;
	width: 40px ! important;
}

.jSheetControls img
{
	border: none;
}


.jSheetInPlaceEdit
{
	position: absolute;
	overflow: auto;
	height: 40px ! important;
	width: 40px ! important;
}

.colorPickers *
{
	display: inline-block;
	width: 16px ! important;
	height: 16px ! important;
	background-color: transparent ! important;
}

.jSheetTitle, .jSheetInlineMenu
{
	/*width: auto;*/
	text-align: center;
	border: none ! important;
}



.jSheetParent, .jSheetParent div
{
	/*padding: 0px ! important; */
}

/* Cell styler classes */
.styleBold
{ font-weight: bold; }
.styleItalics	
{ font-style: italic; }
.styleUnderline	
{ text-decoration: underline; }
.styleLineThrough
{ text-decoration: line-through;}
.styleLeft		
{ text-align: left; }
.styleRight		
{ text-align: right; }
.styleCenter	
{ text-align: center; }
.styleTop		
{ vertical-align: top; }
.styleMiddle	
{ vertical-align: middle; }
.styleBottom	
{ vertical-align: bottom; }
.styleUpper 		
{ text-transform: uppercase; }
.styleCapital 	
{ text-transform: capitalize; }
.styleLower 		
{ text-transform: lowercase; }
.styleHidden 	
{ display: none; }
.styleWrap
{ word-wrap: break-word; }


#jSheetControls_0 {
	display:none;
}

.jQuerySheet{
	width:auto ! important;
	height:auto ! important;
}

.incorrect{
	background-color:#FF0000;
}
.correct{
	background-color:#00FF00;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
