body {
	font-family: Verdana;
}

/* Page Layout */
div#frame {
	margin-left: auto;
	margin-right: auto;

	width: 810px;
	height: 715px;
}

html>body div#frame {
	min-height: 715px;
	height: auto;
}

div#leftCol {
	float: left;
	width: 200px;
	height: 705px;
}

html>body div#leftCol {
	min-height: 705px;
	height: auto;
}

div#rightCol {
	float: left;
	height: 675px;
	width: 495px;

	margin-left: 5px;
	margin-right: 5px;

	padding: 15px;
}

html>body div#rightCol {
	min-height: 675px;
	height: auto;
	width: 495px;
}

/* tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	font-family: "Times New Roman", serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	color: #336699;

	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}

th a:hover {
	color: #003366;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: center;
	vertical-align: middle;

	font-family: Arial, sans-serif;
	font-size: 0.85em;
}
table tr.altrow td {
	background: #cccccc;
}
td.actions {
	white-space: nowrap;
}
td.actions a {
	padding-right: 2px;
}

/* Paging */
div.paging {
	color: #ccc;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

dl {
	font-family: Arial, sans-serif;
	font-size: .9em;
	font-weight: normal;
}

dl dt:after {
	content: ':';
}

dl dt {
	float: left;
}

dl dd {
	margin-bottom: 15px;
	font-size: 0.9em;
}

dl dd.body {
	margin-top: 10px;
	margin-left: 0px;
	border: 1px solid #cccccc;
}

/* Forms */
span.contentTitle {
	font-size: 0.85em;
	padding-left: 5px;
}

form div {
	padding: 5px;
	margin: 5px;
}

form div label {
	font-family: Arial, sans-serif;
	font-size: .9em;
	display: block;
}

form div input[type='text'] {
	width: 250px;
}

form div input#price {
	width: 60px;
}

form div input[type='checkbox'] {
	float: left;
}

form div textarea {
	width: 250px;
	height: 60px;
}

span.fileSize {
	font-family: Arial, sans-serif;
	font-size: .85em;
	font-weight: normal;

	color: red;
}

img#currentImage {
	border: 0px;
	width: 150px;
}

div label:after {
	content: ':';
}

/* Fonts and Text Format */
h1 {
	font-family: "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: normal;

	text-decoration: none;
	margin-top: 15px;
	margin-left: 4px;

	white-space: nowrap;
}
p {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;

	color: #666666;
}

/* Navigation */
ul#adminNav {
	padding: 0px;
	margin-top: 20px;

	margin-right: auto;
	margin-left: auto;

	width: 150px;
}

ul#adminNav li.spacer {
	height: 5px;
}

ul#adminNav li {
	list-style: none;
}

ul#adminNav li a {
	display: block;
	border: 1px solid black;

	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	margin-top: 5px;

	background-color: #336699;
	color: #FFFFFF;

	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	text-decoration: none;
}

ul#adminNav li a:hover {
	background-color: #003366;
	text-decoration: none;
}

/* actions */
div.actions ul li {
	list-style: none;
	display: inline;

	margin-right: 10px;

	font-family: Arial, sans-serif;
	font-size: .9em;
}

div.actions ul li a:hover {
	text-decoration: underline;
}

div.actions ul li a:after {
	font-size: .8em;
	content: ' >>';
}

div#featureImageUpload {
	display: block;
	float: none;
}

li.article {
	list-style: none;
	font-size: 1.3em;
}

li.article {
	margin-bottom: 7px;
	text-align: left;
}

li.article h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

li.article img {
	margin-right: 7px;
}

li.article p {
}
