/* page 'Price Grid' start */
#blue-table{
	width: 100%;
	float: left;
}
#blue-table:after {
	content:"";
	display:block;
	clear:both;
}
#blue-table table{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	font-size: 0.916em;
	margin: 0px 0 0 -1px;
}
#blue-table td{
	border: 1px solid #aebfd0;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	
}

#blue-table tr.ChildBaseRow .ChildSpecNo
{
    text-align: left;
    padding-left: 20px;
}

#blue-table tr.ChildDieVarietyRow .ChildSpecNo
{
    text-align: left;
    padding-left: 20px;
}

#blue-table tr.ChildMinorVarietyBaseRow .ChildSpecNo
{
    text-align: left;
    padding-left: 25px;
}

#blue-table tr.ChildMinorVarietyRow .ChildSpecNo
{
    text-align: left;
    padding-left: 25px;
}

#blue-table tr.ChildMinorVarietyBaseTotalRow .ChildSpecNo
{
    text-align: left;
    padding-left: 20px;
}

#blue-table tr.ChildMinorVarietyBaseTotalAltRow .ChildSpecNo
{
    text-align: left;
    padding-left: 20px;
}

#blue-table .active a{
	color: #3a3a3a;
	cursor: default;
	text-decoration: none;
}
#blue-table .active a:hover{
	cursor: default;
	text-decoration: none;
}

/* Created new class to handle the table header link color from orange (hard to read) to a light gray */
#blue-table .table-head a{
	color: #E1E2E3;
	cursor: default;
}
#blue-table .table-head a:hover{
	cursor: default;
}
/* End of link class change */

#blue-table th{
	padding: 0;
	margin: 0;
	color: #fff;
	background: #7591aa;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: bottom;
}
.blue-bg td{
	background-color: #c9dff2;
}

.blue-bg .GridPlusSign
{
    font-size: 14px;
    font-weight: bold;
}

.light-blue-bg td{
	background-color: #f1f6fa;
}

.light-blue-bg .GridPlusSign
{
    font-size: 14px;
    font-weight: bold;
}

.totals-gray td
{
    background-color: #E0E1E2;
    font-weight: bold;
}

div.table{
	width: 100%;
	/* overflow: hidden; */
	overflow-x: auto; 
	overflow-y: hidden;
	border-left: 1px solid #aebfd0;
	border-right: 1px solid #aebfd0;
	color: #3a3a3a;
}

/* page 'Price Grid' end */

/* additional styles for pager */
#blue-table .pagercontrol table
{
    text-align: center;
    margin: 0px auto;
    width: 200px;
    border-collapse: collapse;
    
}
#blue-table .pagercontrol div.table  td
{
    border-bottom: 1px solid #aebfd0;
    border-right: 1px solid #aebfd0;
    text-align: center;
    width: 30px;
}

/* Fix for the div that is autogenerated from asp.net on gridview controls */
#blue-table div.table div
{
    background-color: White;
    display: inline;
}

.grid-title{
	width: 100%;
	overflow: hidden;
	background: #5c778f;
	padding: 13px 0 7px;
}
.grid-title span{
	color: #d2e4f5;
	font-size: 1.166em;
	margin-left: 24px;
	margin-right: 20px;
}

#blue-table ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.166em;
	height: 29px;
}
#blue-table li{
	background: url(../images/bg-price-grid-tabs-r.gif) no-repeat 100% 0;
	float: left;
	padding-right: 10px;
	margin-right: 1px;
	height: 29px;
}
#blue-table li a{
	background: url(../images/bg-price-grid-tabs-l.gif) no-repeat;
	float: left;
	color: #394f65;
	text-decoration: none;
	padding: 4px 11px 1px 25px;
	height: 24px;
}
#blue-table li:hover,
#blue-table li.hover,
#blue-table li.active{
	background-position: 100% -29px;
}
#blue-table li:hover a,
#blue-table li.hover a,
#blue-table li.active a{
	background-position: 0 -29px;
	color: #fff;
}
#blue-table li.active a:hover{
	cursor:default;
}
#blue-table li#print-grid,
#blue-table li#print-grid a{
	background: none;
	padding: 0;
	margin: 0;
}
#blue-table li#print-grid a{
	color: #b55e27;
	margin: 3px 0 0 15px;
}
#blue-table li#print-grid a:hover{
	text-decoration: underline;
}

.expandcollapseimages
{
    padding-top: 4px;
    cursor: hand;
    cursor: pointer;
}

/* new styles */
.grid-title-new{
	width: 100%;
	overflow: hidden;
	background: #5c778f;
	padding: 13px 0 7px;
	color: #d2e4f5;
	font-size: 1.1em;
	height: 40px;
}

