/*	------------------------- for content editiors ----------------
	having this here allow the stying of the backend content editor with out having to change
	any backend code.
*/
body.deskman {
	width: 583px;
	padding: 10px 20px;
	margin: 10px 40px;
	background-color: #fff;
}
/*	------------------------- deskman ------------------------
	the future of copywirting tools..
	
*/

html {
	background-color: #eae6da;
}
body {
	font-family: Arial;
	color: #202020;
}
a {
	color: #ac2628;
}
body.deskman table {
  empty-cells: show;
}
body.deskman table th, body.deskman table td {
  min-width: 25px;
  min-height: 25px;
}

.deskman h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #bbb5a4;
}
.deskman h2 {
	font-size: 2.0em;
	font-weight: bold;
	margin: .2em 0em;
}
.deskman h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: .2em 0em;
}
.deskman h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: .2em 0em;
}
.deskman h5 {
	font-size: 1.3em;
	margin: .2em 0em;
}
.deskman p, .deskman h6, .deskman blockquote {
	font-size: 1.2em;
	margin-bottom: .75em;
}
.deskman p {
	margin-bottom: 1.75em;
}
.deskman h6, .deskman blockquote,.deskman blockquote p {
	font-style: italic;
}
.deskman ul {
	margin: 5px 0px 10px 0px;
}
.deskman ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0px;
}
.deskman hr {
  border-top: 1px solid #BBB5A4;
  margin-bottom: .7em;
}
.deskman li {
	font-size: 1.2em;
	list-style-type: disc;
	list-style-position: inside;
}
.deskman dl {
	margin: 5px 0px;
}
.deskman dl dt {
	font-weight: bold;
	font-size: 1.2em;
}
.deskman dl dd {
	margin-left: 1em;
	font-size: 1.2em;
}
.deskman em, .deskman i {
	font-style: italic;
}
.deskman a {
	text-decoration: underline;
}
.deskman strong, .deskman b {
	font-weight: bold;
}
.deskman small {
	font-size: .85em;
}
.deskman blockquote {
	padding-left: 20px;
	background: transparent url(/images/content/blockquote.png) no-repeat scroll 0 0;
}

.deskman label {
	color: #6a665b;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0px 7px 0px;
	display: inline-block;
	width: 150px;
	vertical-align:top;
}
.deskman .inline_form label {
  width: auto;
}
.deskman input, .deskman textarea, .deskman select {
	background: #fff url(/images/forms/text_back.png) repeat-x scroll 0 0;
	border: 1px solid #bbb5a4;
	font-size: 1.2em;
	margin: 0 .7em .7em 0;
}
.deskman input[type=checkbox] {
	position:relative;
	top:2px;
}
.deskman input[type=submit] {
	background: transparent url(/images/forms/button_back.png) repeat-x scroll 0 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 175px;
}
.deskman .inline_form  input[type=submit] {
	margin-left: 10px;
}
.deskman input[type=text] {
	width: 15em;
}
.deskman textarea {
	height: 10em;
	width: 20em;
}
.left.framed  {
	float: left;
	margin: 3px 15px 1px 0px;
}
.right.framed  {
	float: right;
	margin: 3px 0px 1px 15px;
}

.framed {
	border: #bbb5a4 solid 1px;
	padding: 2px;
	background-color: #fff;
}
.deskman table td, .deskman table th {
  font-size: 10px;
}
/* -----------------------------------------------------------
/*	------------------------- cLone ----------------------------
*/