body.admin
{
	background-color: white;
}

#admin_header
{
	position: relative;
	height: 115px;
	border-bottom : none;
	background-image: url("../../images/admin/header_bg.jpg");
}

#admin_top_links
{
	position: absolute;
	top: 75px;
	right: 20px;
}

#admin_menu
{
	position: absolute;
	top: 115px;
	left: 0px;
	bottom: 0px;
	width: 175px;
	padding: 10px;
	padding-left: 20px;
	overflow: auto;
	padding-top: 20px;
	background-image: url("../../images/admin/menu_bg.jpg");
}

#admin_content
{
	position: absolute;
	top: 115px;
	left: 220px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
	overflow: auto;
}

body.admin a
{
	color: #3F6BA1;
}

body.admin h1
{
	color: #3F6BA1;
	text-align: left;
	text-transform: none;
}

body.admin table.list
{
	border: 1px solid black;
	border-collapse: collapse;
}

body.admin table.list th
{
	border: 1px solid #808284;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #3F6BA1;
	color: white;
	font-weight: normal;
}

body.admin table.list th a
{
	color: white;
}

body.admin table.list th a:hover
{
	color: #808284;
}

body.admin table.list td
{
	border: 1px solid #808284;
	padding-left: 10px;
	padding-right: 10px;
}

body.admin table.list td.centered
{
	text-align: center;
}

body.admin table.list td.price
{
	text-align: right;
}

body.admin table.list td.total
{
	text-align: right;
	font-weight: bold;
}

body.admin table.list td.totalPrice
{
	text-align: right;
	font-weight: bold;
}