﻿body {
}

.noWrap
{
	white-space: nowrap;
}

.gridHeader
{
	background-color:#696885;
	color:White;
	height:30px;
}
.gridHeader a
{
	color:White;
}
.gridAlt
{
	background-color: #F4F4F4;
}

/*Box*/
.x-box-tl
{
	background: transparent url(../../common/images/corners.gif) no-repeat 0 0;
	zoom: 1;
}

.x-box-tc
{
	height: 8px;
	background: transparent url(../../common/images/tb.gif) repeat-x 0 0;
	overflow: hidden;
}

.x-box-tr
{
	background: transparent url(../../common/images/corners.gif) no-repeat right -8px;
}

.x-box-ml
{
	background: transparent url(../../common/images/l.gif) repeat-y 0;
	padding-left: 4px;
	overflow: hidden;
	zoom: 1;
}

.x-box-mc
{
	background: #eee url(../../common/images/tb.gif) repeat-x 0 -16px;
	padding: 4px 10px;
	color: #393939;
	min-height: 20px;
}

.x-box-mc h3
{
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 4 0;
	zoom: 1;
}

.x-box-mr
{
	background: transparent url(../../common/images/r.gif) repeat-y right;
	padding-right: 4px;
	overflow: hidden;
}

.x-box-bl
{
	background: transparent url(../../common/images/corners.gif) no-repeat 0 -16px;
	zoom: 1;
}

.x-box-bc
{
	background: transparent url(../../common/images/tb.gif) repeat-x 0 -8px;
	height: 8px;
	overflow: hidden;
}

.x-box-br
{
	background: transparent url(../../common/images/corners.gif) no-repeat right -24px;
}

.x-box-tl, .x-box-bl
{
	padding-left: 8px;
	overflow: hidden;
}

.x-box-tr, .x-box-br
{
	padding-right: 8px;
	overflow: hidden;
}