/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
}

table { border-collapse:collapse; }

/* Make sure the table cells show the right font */
td { 
  font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; 
  border:1pt solid #ddd;
  padding: 5px;
}

/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

a {text-decoration: underline; padding: 1px; }
a:link { color: #03c; }
a:visited { color: #03c; }
a:hover { color: #fff; background-color: #30c; text-decoration: none; }


a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
	padding: 0;
	margin: 0;
}

a.admin:link, a.admin:visited {
	color: #f00;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

a.admin:hover { color: #fff; background: #f00; }

a.black:link, a.black:visited {
	color: #000;
}

a.black:hover {
	color: #fff;
	background: #000;
}

a.anchor:link, a.anchor:visited, a.anchor:hover {
	color: #fff;
	background: #fff;
	font-size: 0px;
	text-decoration: none;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

.red {
	color: #c00;
}

.blue {
	color: #06c;
	}
	
.green {
	color: #390;
	}
	
.highlight {
	background-color: #ffc;
}

ins {
  font-weight: bold;
	text-decoration: none;
}

del {
	color: #999;
}

code, pre	{
	font-family: monospace;
	background: inherit;
	color: #333;
	font-size: 12px
}

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size : 105%; 
}

p.goback {
  display: none;
}

/*-------------------------------------------------
BACKPACK INTEGRATION STRIPE
-------------------------------------------------*/

div#BackpackStripe {
  display: none;
}


/*-------------------------------------------------
STRUCTURE
-------------------------------------------------*/

div#Container {
	margin: 20px auto 0 auto;
	text-align: center;
	width: 95%;
	min-width: 750px;
	}

.ClearAll {
	padding: 0px;
	clear: both;
	font-size: 0px;
	}

.Left {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	}

.Right {
  display: none;
	}

#Header {
  display: none;
}

#Footer {
  display: none;
}


/*--------
FOR PROPORTIONAL WIDTH 
------*/

.col {
	padding: 0 20px;
	text-align: left;
}

.Left .col {
	padding: 0 70px 0 20px;
}

.Right .col {
	min-width: 200px;
	border-left: 1px dotted #dcdcdc;
	padding: 0 20px;
}

.LeftDash .col {
	border-right: 1px dotted #dcdcdc;
	padding: 0 20px;
}

.RightDash .col {
	padding: 0 30px 0 20px;
}


/*-------------------------------------------------
VERSION BAR
-------------------------------------------------*/

div#VersionTools { /* version tools */
  display: none;
}

div.offer_to_revert {
  display: none;
}


/*-------------------------------------------------
COMPARING HEADER
-------------------------------------------------*/

div#VersionHeader {
  font-style: italic;
  font-size: 12px;
  margin: 0;
  padding: 6px 0 6px 20px;
}

/*-------------------------------------------------
COMPARING HEADER
-------------------------------------------------*/

div#ComparingHeader {
  font-size: 12px;
  margin: 0;
  padding: 6px 0 6px 20px;
}

div#ComparingHeader span.pipe,
div#ComparingHeader a {
  display: none;
}



/*-------------------------------------------------
WRITEBOARD TITLE
-------------------------------------------------*/

div.writeboardtitle h1 {
  color: #000;
	font-size: 24px;
}


/*-------------------------------------------------
WRITEBOARD BODY
-------------------------------------------------*/

div.writeboardbody {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin: 0 0 30px 0;
}

div.writeboardbody h1 {
  font-size: 130%;
}

div.writeboardbody h2 {
  font-size: 110%;
	margin-top: 35px;
}

div.writeboardbody h3 {
  font-size: 100%;
}

div.writeboardbody blockquote p {
	font-family: monospace;
	font-size: 12px;
	line-height: 1.3em;
	color: #333;
}

/*-------------------------------------------------
COMMENTS
-------------------------------------------------*/

div#comments {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin: 0 0 30px 0;
  border-top: 1px solid #ddd;
}

div.comment {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

div#comments.archived {
  border-top: none;
}

div#comments.archived div.comment {
  border-bottom: none;
  border-top: 1px solid #ddd;
}

div#comments h2.commentsheader {
  margin: 0 0 5px 0;
  padding: 2px 0 2px 5px;
  background: #555;
  color: #fff;
  font-size: 11px;
  border-bottom: 1px solid #ccc;
}

div#comments h2.allcommentsheader {
  margin: 0 0 5px 0;
  padding: 5px 0 5px 5px;
  background: none;
  color: #000;
  font-size: 16px;
}

div.comment h2.title {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin: 0; padding: 0;
}

div#comments.archived div.comment h2.title {
  font-size: 14px;
}

div.comment h2.title span {
  font-size: 11px;
}

div#comments.archived div.comment h2.title span {
  font-size: 12px;
}

div.comment h2.title a {
  margin-right: 2px;
}

div.comment h2.title a.image:link,
div.comment h2.title a.image:visited {
  display: none;
}

div.comment h2.title span a:link,
div.comment h2.title span a:visited {
  color: #666;
}

div.comment h2.title span a:hover {
  color: #fff;
}

div.comment h2.title strong {
  color: #000;
}

div#comments.archived div.trashed h2.title strong {
  color: #666;
}

div#comments div.trashed {
  background: #ddd;
  color: #555;
  padding-left: 5px;
  border-bottom: 1px solid #fff;
}

div#comments.archived div.comment h2.title span.trashed {
  font-style: italic;
  color: #000;
  margin-right: 5px;
}

div#comments.archived div.comment h2.title span.trashed a:link,
div#comments.archived div.comment h2.title span.trashed a:visited {
  color: #03c;
  display: inline;
}

div#comments.archived div.comment h2.title span.trashed a:hover {
color: #fff; background-color: #30c; text-decoration: none;
}

div#comments p.commentlinks {
  display: none;
}


/*-------------------------------------------------
SHOW / HIDE
-------------------------------------------------*/

div.showhide {
  display: none;
}


/*-------------------------------------------------
MODAL LAYOUT
-------------------------------------------------*/

#ModalContainer {
	border: 10px solid #ccc;
	background: #fff;
  text-align: left;
  width: 650px;
	margin: 20px auto 20px;
}

#ModalContainer div.inner {
  margin: 15px 20px 10px 20px;
}

/*-------------------------------------------------
MODAL: LOGIN SCREEN
-------------------------------------------------*/

.modal {
  background: #f0f0f0;
}

.modal div#ModalContainer {
  width: 525px;
  margin: 60px auto 20px auto;
}

.modal div#ModalContainer div.inner {
  margin-bottom: 15px;
}

.modal img#logo {
  float: left;
}

.modal div#errorMessage, .modal div#Message {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 5px;
	font-size: 11px;
	margin: 0 0 0 80px;
	background: #c00;
	color: #fff;
}

.modal div#errorMessage a:link,
.modal div#errorMessage a:visited {
  color: #fff;
}

.modal div#Message {
  background: #080;
}

.modal h1 {
  font-size: 16px;
	margin-bottom: 20px;
}

.modal h2 {
  font-size: 16px;
  margin-left: 20px;
  font-weight: normal;
}

.modal p {
  font-size: 14px;
  line-height: 18px;
}

.modal dl {
	margin: 10px 0 0 93px;
}

.modal dt {
	float: left;
	clear: right;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

.modal dd {
	margin: 0 0 5px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-left: 85px;
}

.modal input {
	font-size: 14px;
}

.modal input#password {
	width: 150px;
}

.modal input#Signin {
  margin-top: 5px;
}

