/* Default CSS Stylesheet for a new Web Application project */



.ButtonStyle
{
	table-layout: fixed;
	border-left-color: ghostwhite;
	border-bottom-color: ghostwhite;
	cursor: hand;
	color: aliceblue;
	border-top-style: outset;
	border-top-color: ghostwhite;
	border-right-style: outset;
	border-left-style: outset;
	border-collapse: separate;
	background-color: DarkSlateBlue;
	border-right-color: ghostwhite;
	border-bottom-style: outset;
}

BODY
{
    BACKGROUND-COLOR: #fefefe;
}

.TableAroundColor
{
background-color :#f2f2f2
}


.TableCenterColor
{
BACKGROUND-COLOR: #fefefe;
}

.HeaderFotterColor
{
background-color :#f2f2f2
}

.GridItemStyleAlter
{
	background-color :White 
}

.GridItemStyle
{
	background-color :WhiteSmoke
}