html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font: 14px Verdana, Arial, Helvetica, Sans-serif;
	height: 100%;
}

h1#header-display
{
	display: none;
}

p.mod-options {
   color : #f60;
   margin: 0;
}

p.mod-options button, form.edit-comment input[type="submit"] {
  background-color: #d4dbe4;
  color: #000;
  border: 1px solid #b4bbc6;
  margin-right: 5px;
}

form.edit-comment textarea {
  padding: 5px;
  background-color: #d4dbe4;
  border: 1px solid #b4bbc6;
  color: #000;
}

div#template-preview-bar
{
	width: auto;
	height: 28px;
	background-color: #546986;
	color: #fff;
	text-align: center;
}

div#template-preview-bar div
{
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	width: 820px;
}

/*
div#template-preview-bar div
{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -40%;
	padding-top: 5px;
	text-align: left;
}
*/

ul#template-preview-details
{
	margin: 0;
	padding: 0;
	float: left;
}

ul#template-preview-details li
{
	margin: 0;
	padding: 0 12px;
	float: left;
	list-style-type: none;
	background: url(/images/global_nav_vseperator.gif) right 6px no-repeat;
}

ul#template-preview-details li#no-bg
{
	background-image: none;
}

ul#template-preview-nav
{
	margin: 0;
	padding: 0;
}

ul#template-preview-nav li
{
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	list-style-type: none;
	display: block;
	height: 18px;
}

ul#template-preview-nav li a
{
	display: block;
	float: left;
	text-indent: -1000000px;
	height: 18px;
	font-size: 1px;
}

ul#template-preview-nav li a#template-nav-back:link, ul#template-preview-nav li a#template-nav-back:visited
{
	width: 56px;
	background: url(/images/template-button-back.png) top no-repeat;
}

ul#template-preview-nav li a#template-nav-back:hover, ul#template-preview-nav li a#template-nav-back:active
{
	background: url(/images/template-button-back.png) bottom no-repeat;
}

ul#template-preview-nav li a#template-nav-comments:link, ul#template-preview-nav li a#template-nav-comments:visited
{
	width: 163px;
	background: url(/images/template-button-comments-v.png) top no-repeat;
}

ul#template-preview-nav li a#template-nav-comments:hover, ul#template-preview-nav li a#template-nav-comments:active
{
	background: url(/images/template-button-comments-v.png) bottom no-repeat;
}

ul#template-preview-nav li a#template-nav-download:link, ul#template-preview-nav li a#template-nav-download:visited
{
	width: 73px;
	background: url(/images/template-button-download-s.png) top no-repeat;
}

ul#template-preview-nav li a#template-nav-download:hover, ul#template-preview-nav li a#template-nav-download:active
{
	background: url(/images/template-button-download-s.png) bottom no-repeat;
}

div#template-comments
{
	display: none;
}

iframe
{
	width: 100%;
	height: 100%;
	border: none;
}

div#template-comments
{
	color: #546986;
	margin: 8px 2px;
}

div#template-comments h3
{
	display: none;
}

div#template-comments div.entry
{
	background: transparent url(/images/tutorials_comment_avatar.gif) no-repeat 5px 5px;
	padding: .5em .5em .5em 45px;
	min-height: 47px;
}

div#template-comments div.odd
{
	background: #f1f4f7 url(/images/tutorials_comment_avatar_odd.gif) no-repeat 5px 5px;
	border: 1px solid #d9d9d9;
	border-right: 0;
	border-left: 0;
}

div#template-comments div.last
{
	border-bottom: 1px solid #d9d9d9;
}

div#template-comments div.entry h4
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
}

div#template-comments div.entry h4 span
{
	color: #f60;
}

div#template-comments div.entry p
{
	font-size: 12px;
}

div#template-submit-comments
{
	width: 728px;
	margin-left: 4px;
}

div#template-submit-comments dl, div#template-submit-comments dl dt, div#template-submit-comments dl dd
{
	margin: 0;
	padding: 0;
}

div#template-submit-comments ul, div#template-submit-comments ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#template-submit-comments form
{
	width: 713px;
	margin: 1em 0 0 0;
}

div#template-submit-comments form fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

div#template-submit-comments form fieldset legend, div#template-submit-comments form fieldset label
{
	display: none;
}

div#template-submit-comments textarea
{
	background: #eef1f5;
	border: 1px solid #b4bbc6;
	height: 6em;
	width: 700px;
	margin-bottom: 1em;
	padding: 5px;
}

div#template-submit-comments .submit-fieldset button
{
	background: #ef7510 url(/images/tutorials_comment_btns.gif) no-repeat 0 -60px;
	border: none;
	width: 111px;
	height: 20px;
	cursor: pointer;
	color: #ef7510;
}

div#template-submit-comments .submit-fieldset button span
{
	display: none;
}

div#template-submit-comments .submit-fieldset button:hover
{
	background-position: 0 -90px;
}


