/* CSS Document */
html
{
	height: 100%;
}
img{
	border: none;
}
body
{
	background: #fff;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.groupWrapper
{
	width: 32%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background-color: #DAFF9F;
	border-top: 2px solid #B5EF59;
	color: #000;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	position: relative;
}
.itemContent
{
   display: none;
}
.itemContent li
{
margin-left: 15px;
}
.sortHelper
{
	border: 1px dashed #666;
	width: auto !important;
}
.col1, .col2, .col3, .hiddenp
{
height: 0px;
font-size: 0px;
}
.refresh, .refreshMail, .refreshTrades, .refreshContracts, .refreshReports, 
.refreshDisputes
{
  font-weight: bold;
	font-size: 13px;
	position: absolute;
	right: 29px;
	top: 0px;
	font-weight: normal;
	text-decoration: none;
}
.formels
  {
  font-weight: bold;
	font-size: 11px;
	left: 115px;
	font-weight: normal;
	text-decoration: none;
  }

colcheck
{
  right: 0px;
  font-size: 8px;
  position: absolute;
}

.closeEl
{
  font-weight: bold;
	font-size: 13px;
	position: absolute;
	right: 14px;
	top: 0px;
	font-weight: normal;
	text-decoration: none;
}
#tip-rules, #tip-learning, #tip-information, #tip-reports, #tip-financials, 
#tip-trades, #tip-parts, #tip-inventory, #tip-messagesin, #tip-messagesout, 
#tip-contracts, #tip-disputes, #tip-bank, #tip-controls
{
  font-weight: bold;
	font-size: 13px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: normal;
	text-decoration: none;
}

.groupWrapper p
{
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
}
#training
{
display: none;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(./loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

.ui-tabs-hide { display: none; }
