﻿body
{
	font-family: verdana;
	font-size: 12px;
}

.header
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #00688B;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	margin-bottom: 0px;
	cursor: pointer;
}

.content
{
	background-color: #cedfdf;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 0px;
	margin: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

table.product
{
	font-size: 12px;
}

td span.sectionHeading
{
	font-weight: bold;
	text-decoration: underline;
}

table.product tr td
{
	padding-left: 5px;
}

tr.alt td
{
	background-color: #f0f0f0;
}

/*Reorder List*/
div#dragHandle {
	width:15px;
	height:21px;
}

.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	background-color: #FDFFD0;
	color:#FFF;
	overflow:hidden;
}

.reorderListDemo li table tr td:first-child 
{
	background-color:#7F87C9;
	cursor:move;
}

.reorderListDemo li a
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-weight: bold;
	background-color: #A8C4E8;
	color: #000066;
	border: solid 1px black;
}

.reorderListDemo li a:hover
{
	background-color: #92ABCB;
}

.reorderCue {
	border:dashed 1px black;
	width:100%;
	height:25px;
}

.itemArea {
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

div#insertitemtemplate 
{
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	border: dashed 1px black;
	background-color: #F5EAEA;
}

div#edititemtemplate 
{
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	border: dashed 1px black;
}