

table{
	width:100%;
	
    border-right:1px solid #999;
}

th {
   /*background-image:url('../img/th.png');*/
	background: #fafafa;
   height:30px;
   background-repeat:no-repeat;
   /*color:white;
   text-shadow: #012b4d 2px 2px 2px;*/
   text-align: center;   
	border: 1px solid #ccc;
}

td {
	
	color: #444;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	padding: 6px 11px;
	
}

td.left{
	/*border-left:1px solid #2e638e;*/
}

td.right{
	/*border-right:1px solid #2e638e;*/
}

td.bottom{
	/*border-bottom:1px solid #2e638e;*/
}

.grip{
	width:20px;
	height:15px;
	margin-top:-3px;
	background-image:url('../img/grip.png');
	margin-left:-5px;
	position:relative;
	z-index:88;
	cursor: e-resize;
}

.grip:hover{
	background-position-x:-20px;
}

.JCLRLastGrip .grip{
    background-position-y:-18px;
    left:-2px;
}

.dragging .grip{
	background-position-x:-40px;
}

.sampleText{
	position:relative;
	width:100%;
}

.dotted{
	background-image:url('../img/dotted.png');
	background-repeat:repeat-y;
}


.btn:focus, .btn:active, .btn:hover{
    box-shadow: none!important;
    outline: 0;
}
/*
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}*/