/*
	current_theme.css
	------

	contains all the settings for the currently selected "theme"
	some of these override styles defined elsewhere (body)

	NOTE :	this is a generated file,
				do not edit, all changes will be lost!!

	date : 28-09-2005 19:17
*/

body {
	background-color: #f93;
}

td.pg-shadow-left {
	padding: 0;
	font-size: 1px;
	width: 4px;
	background-image: url("../images/tetieres/shadow.left.gif");
	background-repeat: repeat-y;
	background-position: right;
}

td.pg-shadow-right {
	padding: 0;
	font-size: 1px;
	width: 4px;
	background-image: url("../images/tetieres/shadow.right.gif");
	background-repeat: repeat-y;
	background-position: center;
}

td.pg-shadow-bottom {
	padding: 0;
	font-size: 1px;
	height: 8px;
	width: 760px;
	background-image: url("../images/tetieres/shadow.bottom.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

td.pg-shadow-botlft {
	padding: 0;
	font-size: 1px;
	height: 8px;
	width: 8px;
	background-image: url("../images/tetieres/shadow.botleft.gif");
	background-repeat: no-repeat;
}

td.pg-shadow-botrit {
	padding: 0;
	font-size: 1px;
	height: 8px;
	width: 8px;
	background-image: url("../images/tetieres/shadow.botright.gif");
	background-repeat: no-repeat;
}

