/* Default CSS Stylesheet for a new Web Application project */
.TextStyle, .LabelStyle, .LinkStyle
{
	font-family:Verdana;
	font-size: 8pt;
}

.TextStyle, .LabelStyle
{
	color: #000000;
}	

.LabelStyle
{
	font-weight: bold;
}

.PopupButton
{
  BORDER-TOP-STYLE: none; 
  BORDER-RIGHT-STYLE: none; 
  BORDER-LEFT-STYLE: none; 
  BORDER-BOTTOM-STYLE: none; 
  height:20px; 
  WIDTH: 117px;
}

.ButtonStyle, .RB
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight:  500;
	background-color: #B50027;
	border:0;
	color: #FFFFFF;
}

.RB
{
	vertical-align:middle;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
}

.LogoutButton
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #666666;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	border-left:none;
	border-right:none;
	color: #FFFFFF;
	height:20px;
	width:200px;  
}
.TableHeader
{
	background-color: #B50027;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}

.TableBorderTop
{
	background-color: #B50027; 
	height: 2px;
}

.TableBorderBottom
{
	background-color: #B50027;
	height: 2px;
}
.TableBorderLeft
{
	background-color: #B50027;
	width: 2px;
}

.TableBorderRight
{
	background-color: #B50027;
	 width: 2px;
}

.CommandMenuFont
{
	font-family:Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
 	text-decoration:NONE;
  color: #000000;
}

.MenuFont
{
	font-family:Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
 	text-decoration:NONE;
	padding-left:7px;
  color: #FFFFFF;
}

.SubMenuFont
{
	font-family:Sans-Serif;
	font-size: 8pt;
 	text-decoration:NONE;
	padding-left:7px;
  color: #FFFFFF;
}

.ChildMenuFont
{
/* placeholder - not defined in this app */
}

.MenuStyle
{
	vertical-align:middle;
	padding-top:0px;
	margin-top:2px;
	margin-bottom:2px;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	background-color: #B50027;
	height:20px;
	width:175px;
}

.SubMenuStyle
{
	vertical-align:middle;
	padding-top:1px;
	margin-bottom:0px;
	margin-left:10px;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	background-color:#666666;
	height:20px;
	width:174px;
}

.ChildMenuStyle
{
/* placeholder - not defined in this app */
}

.dg
{
  font-family:Verdana;
  border-width:1px;
  border-color:#000000;
}

.dgHeader
{
  background-color:#666666;
  color:#ffffff;
  FONT-SIZE:10pt;
  font-weight:bold;
}

.dgItem
{
  background-color:#e7e7e7;
  FONT-SIZE:8pt;
}