/* 
================================
Skin styles for Grey Skins
================================
*/	
body {
	background-color:#989999;
	background-image:url(background_grey.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
}
.top-left {width:100%; height:100%; background-image:url(top_left_g.gif); background-repeat:no-repeat; background-position:top left; background-color:transparent; padding:0px;}
.top-right {width:100%; height:100%; background-image:url(top_right_g.gif); background-repeat:no-repeat; background-position:top right; background-color:transparent;}
.bottom-left {width:100%; height:100%; background-image:url(bottom_left_g.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent;}
.bottom-right {width:100%; height:100%; background-image:url(bottom_right_g.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}
.bottom-back {width:100%; height:100%; background-image:url(bottom_g.gif); background-position:bottom; background-repeat:repeat-x; background-color:#FFFFFF;}
