
.borderbox
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
   // box-sizing: border-box;
}

.objbox
{
	background-position:center;		
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.clearFix{
	clear:both;	
}
.clearfix{
	clear:both;	
}
/* TABLES IN TABS */

.tabTable{
	width:100%;
	height:auto;
}
.tabTable table{ 
	border-spacing:0;
	border-collapse:collapse;
	border: 1px solid;

}
.tabTable td, .tabTable th{
	padding: 2px 10px 2px 10px;
	border-right:1px solid black;
	max-width:200px;
	font-size:12px;
}
.tabTable th{
	background-color: #6154AF;
	color: #FFF;
}
.tabTable td{
	padding: 2px 5px 2px 5px;
	border-bottom: 1px dashed #000;
}
.tabTable tr:first-child{
	border-bottom:1px solid black;
}
.tabTable .odd{
	background-color: #EFEFFB;
}
.tabTable .even{
	background-color: #E0E0F8;
}
.red{
	color: red;
}
.green{
	color: green;
}
.dark_yellow{
	color: #D7DF01;
}
.inline{
	display: inline;
}
.leftSide {
	float: left;
}
.rightSide {
	float: right;
}
.submitOrange {
	width: 120px;
	height: 30px;
	line-height: 28px;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	background: #FE9A2E;
	box-shadow: 0 0 8px #aaaaaa;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid #000000;
}
.submitOrange:hover {
	background: #FF8000;
	
}
.submitOrange:active {
	color: #EEEEEE;
	text-shadow: 1px 1px 1px #000000;
}
.ui-dialog .ui-dialog-title {
	width: 100%;
	text-align: center;
}
button.ui-multiselect {
	margin: 0;
}
.fieldsetGrid {
	width: 100%;
	overflow: auto;
}
.gridFieldset {
	border: none;
	border-top: 1px solid #BBBBBB;

	
}

.gridLegend {
	border: 1px solid #BBBBBB;
	padding: 5px;
	font-size: 14px;
	//margin: 25px 0 5px 20px;
	margin: 0 0 5px 20px;
	border-radius: 5px;

}

#gridLegendTitle {
	display: inline;
	font-size: 14px;
}
.rowsCount {
	margin-left: 10px;
	font-size: 14px;
}
img.gridRefreshButton {
	width: 18px;
	margin: 0 0 0 5px;
	vertical-align: middle;
}
.priEngWrapper img {
	display: inline-block;
	width: 20px;
	margin-left: 5px;
}
#engineersTabContent img:hover {
	cursor: pointer;
}
#engineersTabContent .engineerWrapper:hover {
	background: #E0F2F7;
	border-radius: 3px;
	border: 1px solid #A9D0F5;
}
#engineersTabContent .engineerWrapper label:hover {
	cursor: pointer;
}
#engineersTabContent .engineerWrapper {
	border: 1px solid #FFFFFF;
	padding-top: 4px;
}
.hidden {
	display: none;
}

.miniIcon {
	width: 20px;
	cursor: pointer;
}
.center {
	margin: 0 auto;
}
.middle {
	text-align: center;
}
.ink .box {
	display: inline-block;
}
.inline {
	display: inline-block;
}
button img, .ink button img {
	height: 15px;
	margin-right: 3px;
}
.ui-button .ui-button-text
,.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	line-height: 15px;
	font-size: 14px;
	padding: 0.3em 0.9em;
}
.ui-button .ui-button-text span {
	font-size: 12px;
}
.ink input, .ink textarea {
	color: #141414;
}
.hdrcell.filter input {
	color: red;
}
.ink fieldset {
	margin-top: 10px;
}
input.short
,input.small
,select.short
,select.small {
	width: 50px;
}
#wrapper > .well img {
	width: 100%;
}
