div.available-option {
    padding-left: 20px;
}
div.ktree-collapsed {
	background: url('/images/arrow-right.png') no-repeat;
	background-position-y: 6px;
    padding-left: 20px;
}
div.ktree-expanded {
	background: url('/images/arrow-down.png') no-repeat;
	background-position-y: 6px;
    padding-left: 20px;
}
div.button-container {
	margin-top: .4em;
	margin-bottom: .4em;
	clear: both;
	width: 80%;
	position:absolute; 
	bottom: 20px;
}
div.nav-button-container {
	margin-top: .4em;
	margin-bottom: .4em;
	clear: both;
}
div.kgrid-header {
	margin-bottom: .3em;
}
h1 {
	margin-bottom: .3em;
	font-size: 24px;
	color: #222;
}
label.inline {
        display:inline-block;
}
.version {
	font-size:80%;
	font-style:italic;
	opacity:0.5;
	filter:Alpha(opacity=50);
}
.ui-widget {
	font-size: .666666667em;
}
ul.hidden-list {
	list-style-type: none;
	padding-left:100px;
}
#pageWrapper {
	/* width: 1080px; */
	margin: 0 auto;
	text-align: center;
}
#outerWrapper {
	/* width: 1120px; */
	margin: 0 auto;
}
#innerWrapper {
	text-align:left;
	min-height: 400px;
}
#navigationWrapper {
	margin-top: 0px;
	margin-bottom: 20px;
}
#footerWrapper {
	margin: 20px auto 0 auto;
}
a.addAction, a.removeAction {
	margin-left: .4em;
	margin-right: 0px !important;
	display:inline-block;
}
div.kgrid-header {
	margin-bottom: .3em;
}
div.kgridNoToolbar div.dataTables_wrapper div.ui-toolbar, div.kgridNoToolbar div.dataTables_info {
	display:none;
}
div.dataTables_wrapper {
	min-height: 50px !important;
	line-height: 1.3em;
}
div.dataTables_wrapper  a {
	text-decoration: none !important;
}

.garman-money-field, .garman-percent-field {
	text-align: right;
}

.ui-widget div.dataTables_wrapper {
	line-height: 1.8em;
}

div.button-container {
	margin-top: 1em;
}

/* ========================================
	Table Styles
   ======================================== */
 
table td img {
	vertical-align: middle;
}  
   
table th,table tr {
	font-size: .875em;
}
table th table, table td table {
	font-size: 1em;
}
table.builderTable {
	border-collapse: separate;
}
table.builderTable th {
	font-size: 1em;
	padding: 5px;
}
table.builderTable td {
	font-size: 1em;
	padding: 8px;
}
table.builderTable th, table.builderTable td {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.builderTable tr:first-child td {
	border-top: 1px solid #CCC;
}
table.builderTable.withHeader tr th:not(:last-child) {
	border-right: none;
}
table.builderTable.withHeader tr:first-child th {
	border-top: 1px solid #CCC;
}
table.builderTable tr th:last-child, table.builderTable tr td:last-child {
	border-right: 1px solid #CCC;
}
table.builderTable .dataTables_center {
	text-align: center !important;
}
/* Rounded edges */
table.builderTable tr:first-child td:first-child {
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
}
table.builderTable  tr:first-child td:last-child {
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
table.builderTable  tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
}
table.builderTable  tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}
/* ========================================
	Rounded edges different with header
   ======================================== */

table.builderTable.withHeader tr:first-child th:first-child {
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
}
table.builderTable.withHeader tr:first-child th:last-child {
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
table.builderTable.withHeader tr:first-child td:first-child {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
}
table.builderTable.withHeader  tr:first-child td:last-child {
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}

table.builderTable td.currency {
	text-align:right;
}
table.builderTable tr.totalRow th, table.builderTable tr.totalRow td {
	border-top: 2px solid #AAA;
}
table.box td {
	padding-left: 0px;
	padding-rop: 0px;
}

.ui-selectmenu-menu li a, .ui-selectmenu-text, .ui-selectmenu-status {
	padding-left: 1em;
	font-size: .833334em;
	vertical-align: top;
}

.checkboxLabel {
	text-align: left;
	margin-left: .2em;
	float: left;
	width: 140px;
}

.kgrid-header .radio-buttonset label {
	float: left !important;
}

.radioLabel {
	margin-right: 0px;
}
a.ui-selectmenu, span.ui-selectmenu-button {
	display: inline-block;
}

.ui-button .ui-button-text {
	font-size: .8em;
}
.radioLabel .ui-button .ui-button-text {
	font-size: 1em;
}

div.dataTables_wrapper div table tbody tr.ui-state-highlight {
	border: solid 1px #AAA;
}
/* =============================================================================
   Utility classes for generic alignment.
   ========================================================================== */
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear {
	clear: both;	
}

.centered-div {
	display: block;
	margin: 0 auto;
}

.centered-text {
	text-align: center;
}
.summary  {
	margin: 0 auto;
	max-width: 770px;
	font-size: 16px;
	line-height: 1em;
}
.summary table th, .summary table td {
	vertical-align: top;
}
.summary table.options {
	font-size: 12px;
}
.summary div {
	margin-top: 0px;
	margin-bottom: 0px;
}
.extra-desc {
	margin-left: 16px;
}
.well {
	float: left;
	border-color: #AAA; 
	width: 96%;
}

#kFormErrorDisplay .errorDisplay {
	cursor: default;
}
#kFormErrorDisplay ul {
	font-size: .8em;
	margin-top: 0;
}

.ui-dialog-titlebar .ui-dialog-title {
	width: auto;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
select.native-select{
	background-color: #eeeeee;
}

/**fixes*/
div.actionOptions{
   float:left;
}
div.ColVis{
    float: left;
    width: 151px;
    position: relative;
}
div.dataTables_filter{
    width: 35%;
}

.dataTables_center {
    text-align: center;
}
.dataTables_left {
    text-align: left;
}
.dataTables_right {
    text-align: right;
}

a.color-red, span.color-red {
	color: red !important;
}