/* Controls styling */
#jSheetEditPaneParent
{
	position: relative;
}

#jSheetControls_loc, #jSheetControls_fx
{
	border: none;
	background: none ! important;
}

#jSheetControls_formula
{
    width: 100%;
    height: 30px;
	background-color: inherit;
	border-width: 1px;
	border-style: solid;
}

#jSheetLog
{
	height: 100px;
	width: 100%;
	overflow-y: scroll;
}
#jSheetMenu
{
	border-width: 1px;
	border-color: inherit;
}
#jSheetMenu hr
{
	margin: 0px;
	padding: 0px;
	border-color: inherit;
}
#jSheetMenu li, #jSheetMenu ul
{	
	white-space: nowrap;
	background-image: none;
	border-color: inherit;
	list-style-type: none ! important;
}

#jSheetUI
{
	width: inherit;
	height: inherit;
	overflow: hidden;
	border-color: inherit ! important;
}

#jSheetEditPane
{
    overflow: scroll;
	position: relative;
	background-image: none ! important;
	border-width: 0px;
	top: 0px;
}

#sheetTitle
{
	border: none ! important;
}

#sheetTitle a
{
	font-weight: bold;
	cursor: pointer;
}

.tableControl, .tableControl > tr, .tableControl > td
{
	border-collapse: collapse ! important;
	border: none ! important;
	margin: 0px;
	padding: 0px;
}

/* Sheet styling */
.jSheet
{
    border-collapse: collapse;
    table-layout: fixed;
    empty-cells: show;
	background-color: clear;
	background-image: none ! important;
	margin-bottom: 20px;
	font-family: arial, serif;
	border-width: 1px ! important;
	border-color: inherit ! important;
}

.jSheet tbody, .jSheet tr
{
	border-color: inherit ! important;
}

.jSheet td {
	border-color: inherit ! important;
    border-style: solid;
	border-width: 1px ! important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background-image: none ! important;
	margin: 0px ! important;
	padding: 0px ! important;
}

.jSheet textarea
{
	font-family: arial, serif;
	border: inherit ! important;
	font-size: 16px;
	color: inherit;
	background-color: inherit ! important;
	margin: 0px;
	padding: 0px;
}

/* Bar item styling */
#jSheetBarTopParent
{
    border-collapse: collapse;
    table-layout: fixed;
    empty-cells: show;
	background-image: none ! important;
}

#jSheetBarLeftParent
{
    border-collapse: collapse;
    table-layout: fixed;
    empty-cells: show;
	background-image: none ! important;
}

#jSheetBarTop
{
    border-collapse: collapse;
    table-layout: fixed;
    empty-cells: show;
    position: relative;
}

#jSheetBarLeft
{
    border-collapse: collapse;
    table-layout: fixed;
    empty-cells: show;
    position: relative;
}

#jSheetBarLeft tbody, #jSheetBarLeft tr, #jSheetBarLeft tr
{
	border-width: 0px;
	border-top: inherit ! important;
	border-bottom: inherit ! important;
	border-left: 0px ! important;
	border-right: 0pxf ! important;
}

#jSheetBarTop tbody, #jSheetBarTop tr, #jSheetBarTop tr
{
	border-width: 0px;
	border-top: 0px ! important;
	border-bottom: 0px ! important;
	border-left: inherit ! important;
	border-right: inherit ! important;
}

#jSheetBarLeft td
{
	cursor: s-resize;
	text-align: center ! important;
	margin: 0px ! important;
	padding: 0px ! important;
	border: inherit ! important;
}

#jSheetBarTop td
{
	cursor: w-resize;
	text-align: center ! important;
	margin: 0px ! important;
	padding: 0px ! important;
	border: inherit ! important;
}

#jSheetBarCorner
{
	cursor: pointer;
}

/* Cell styler classes */
.styleBold		{ font-weight: bold; }
.styleItalics	{ font-style: italic; }
.styleUnderline	{ text-decoration: underline; }
.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; }