/* Default CSS Stylesheet for a new Web Application project */

BODY.plain
{
	background: #f4f3f0;
	margin: 0px;
}

BODY.plainwhite
{
	background: white;
	margin: 0px;
}
BODY
{
	background: #f4f3f0 url(images/background.gif) 50% 0 repeat-y;
	margin: 0px;
}

BODY.item
{
	background: #f4f3f0 url(images/background_item.gif) 50% 0 repeat-y;
	margin: 0px;
}

TD 
{
	font-family: Verdana,Arial;
	font-size: 12px;
}

TD.submenu 
{
	width: 171px; 
	height: 27px;
	cursor: pointer;
	color: #525552;
	padding-left: 12px;	
}

IMG
{
	border: 0px;
}

TD.menuSub
{
	text-align:center;
	border-style:none;
	border-right-style:solid;
	border-right-color: #696969;
	width: 90px; 
	height: 25px;
	cursor: pointer;
	color: White;
	padding-left: 0px;	
	font-size:7pt;
}

TD.menuSelected
{
	text-align:center;
	border-style:none;
	border-right-style:solid;
	border-right-color: #696969;
	border-top-style: solid;
	border-top-color: darkRed;
	border-bottom-style: solid;
	border-bottom-color: darkRed;
	border-bottom-width: 2;
	border-top-width: 2;
	width: 90px; 
	height: 25px;
	cursor: pointer;
	color: White;
	padding-left: 0px;	
	font-size:7pt;
}

TD.menuSubFill
{
	text-align:center;
	border-style:none;
	border-right-style:solid;
	border-right-color: Black;
	height: 25px;
	color: White;
	padding-left: 0px;	
}

TABLE.SubMenu
{
	border-width:1;
	border-style:none;
	
	
}