﻿/* Net Server Control Styles */

.NetServerControlStyle
{

}

.HeaderStyle
{
    text-align: center;
	font-weight: bold;
	background-color:#89a6c4;
	color:#ffffff;
	height:16px;
	vertical-align:middle;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.otherwindow {
		background:#fff;
		border-top: 0px solid #c8c8c8;
		border-left: 1px solid #c8c8c8;
		border-right: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
		position: relative;
		
		}
.AlternatingRowStyle
{
    font-weight: normal;
}

.RowStyle
{
    font-weight: normal;
}
.DeliveryItemRowStyle
{
    text-align:left;
    
}
.DeliveryItemHeaderStyle
{
    text-align: center;
	font-weight: bold;
	background-color:#89a6c4;
	color:#ffffff;
	height:16px;
	
}
.DeliveryItemFooterStyle
{
    font-weight: normal;
}
.DeliveryItemSelectedRowStyle
{
	color:#89a6c4;
}
