
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #FFFFFF;
    /*background-color: #572700; modified 1 28 2010 */
	background-color:#221100;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

 .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

 .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #673405;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

 .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #F5F5F5;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 400px;
}
.medianModalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 500px;
}
.GridViewBorder
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
}

/* modified 1 28 2010 */
th.GridViewHeader
{
    color: #221100;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    border: 1px solid #AAAAAB;
    vertical-align: middle;
    background-color: #CCDD99;
    border: 1px;
    text-align: center; /*border-right-width:0px;*/ /*border-left-width:0px;*/
}

.shipmentSelectedBlock
{
		background-color:#b0c4de;
	border-right: silver thin dotted; 
	border-top: silver thin dotted; 
	border-left: silver thin dotted;
    border-bottom: silver thin dotted;
}
.dottedWindow
{
	border-right: silver thin dotted; 
	border-top: silver thin dotted; 
	border-left: silver thin dotted;
    border-bottom: silver thin dotted;
}
.SelectedBlock
{
	background-color:#b0c4de;
	border-right: silver thin dotted; 
	border-top: silver thin dotted; 
	border-left: silver thin dotted;
    border-bottom: silver thin dotted;
}