
#loading {
  position: absolute;
  left: 3.5em;
  top: 0.5em;
  width: auto;
  font-size: 80%;
	padding: 0.2em 0.5em 0.2em 0.5em;
  border: 1px solid silver;
  background-color: whitesmoke;
  opacity: 0.8;
}

#js_required {
  position: absolute;
  left: 3.5em;
  top: 0.5em;
  width: auto;
  font-size: 80%;
  color: white;
  padding: 0.5em 0.5em 0.2em 0.2em;
  background-color: fireBrick;
  border: 1px solid brown;
  opacity: 0.8;   
  z-index: 10; 
}

/************************************************
 * Error boxes
 */

.errorExplanation {
  width: 60%;
  font-size: 90%;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #b80852;
}

.sign_in .errorExplanation {
	width: 95%;
}

.errorExplanation .error {
  font-size: 100%;
	width: 100%;
  font-weight: normal;
  color: white;
  margin: 0;
  padding: 1em 0;
  background-color: #b80852;
}

.errorExplanation .error * {
	margin-left: 1em;
}

.errorExplanation .details {
  width: 96%;
  margin: 2%;
  margin-top: 1em;
}

.errorExplanation p {
  margin: 2%;
}

.errorExplanation .tip {
  width: 96%;
  margin: 2%;
  margin-top: 1em;
}

.errorExplanation .example {
  width: 96%;
  margin: 2%;
  margin-top: 1em;
}

/************************************************
 * Affiliate signup box
 */

#affiliate_signup {
	padding: 1em 2%; 
	margin: 1em 0;
	font-size: 80%; 
	width: 91%;
	background-color: whitesmoke; 
	border: 1px solid silver; 
}

/************************************************
 * Header / identity.
 */

#header {
	background-color: #667;
}

#identity {
  padding: 7px 0 0 0;
  float: left;
  margin-left: 1em;
}

#identity img {
  border-width: 0;
}

#header_content {
	margin:  0;
}

/************************************************
 * 
 */

#description {
  width: 40%;
  float: left;
}

.page_element {
  display: block;
	position: relative;
  float: left;
	left: 5%;
  width: 86%;
	min-width: 700px;	
  background-color: white;
}

.page_element_content {
	margin-top:  2em;
	width: 100%;
}

.text_content, .help_content {
	margin-left: 3em;
	margin-bottom: 4em;
	width: 90%;
}

.help_content {
	position: relative;
	width: 60%;
	left: 5%;
	top: 30px;
	float: none;
	margin: 0 0 80px 0;
}

.text_content img, .help_content img {
	border: 1px solid silver;
}

.help_content img.screenshot {
	border-width: 0;
}

.text_content table, .help_content table {
	border-collapse: collapse;	
	font-size: 85%;
}

.text_content table td, .text_content table th, .help_content table td, .help_content table th {
	border: 1px solid silver;
	padding: 1px 3px 1px 3px;
}
		
/************************************************
 * Sidebar
 */		
		
#sidebar {
	position: absolute;
	left: 70%;
	padding: 0;
	width: 28%;
	background-color: white;
}		
		
.info_box {
	float: right;
	clear: both;
	margin:  10px 0 0 0;
	width: 100%;
}	

.info_box ul {
	padding: 0;
	margin: 0;
	font-size: 90%;
}

.info_box li {
	margin-bottom: 2px;
	list-style: none;
}

.info_box h4 {
	margin-top: 0.5em;
}

#main {
	min-height: 250px;
}

#main a, #footer a {
	color: #359;
}

#main a:visited, #footer a:visited {
	color: #137;
}

#stikis_field_space {
  display: block;
  position: relative;
  float: left;
  margin-left: 0;
  width: 100%;
  height: 17em;
}

#stikis_field {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 1;
	font-size: 80%;
}

#end_demo_stikis {
	margin-top: 0;
	border-top: 1px solid silver;
}

#news {
  float: left;
  width: 100%;
  border-top: 1px solid silver;
  font-size: 80%;
  height: 20em;
}

.sign_in {
  display: inline;
  width: 47%;
}

table.form_table {
	width: 70%;
	font-size: 100%;
}

div.sign_in table.form_table {
	width: 100%;
}

table.form_table table.form_table tr, table.form_table td {
	border-width: 0px;
}

table.form_table .label {
	width: 87px;
	text-align: right;
}

table.form_table input.input {
	width: 60%;
}

table.form_table textarea.input {
	position: relative;
	display: inline;
	width: 100%;
	height: 300px;
	float: left;
	overflow-x: auto;
	overflow-y: auto;
	overflow: auto;
}

table.form_table td.input {
	max-width: 300px;
}

#left_pane, #local_users {
  float: left;
	margin-left: 1em;
  border-right: 1px solid silver;
}

#right_pane, #openid_users {
  float: left;
	margin-left: 1em;
}

#footer {
  padding-top: 4em;
  padding-bottom: 1em;
	margin-bottom: 2em;
  text-align: center;
  font-size: 80%;
  background-color: whitesmoke;
}

/************************************************
 * Pages List
 */

#pages_list {
  margin-top: 2em;	
	margin-bottom: 2em;
}

#pages_list li.page {
	display: inline-block;
	position: relative;
	margin-top: 2px;
  width: 75%;
	clear:both;
}

#pages_list li:hover {
  background-color: #CCD;
}

#pages_list li .page_link {
	float: left;
	clear: both;
}

#pages_list li .page_actions {
	float: right;
}

#pages_list li.new {
  background-color: #FFB6C1;
}

#pages_list li * {
	display: inline;
}

#page_template {
  visibility: hidden;
}

/************************************************
 * info_pane classes.
 */

.infoPane   { 
	position: absolute; 
	width: 50%; 
	left: 25%; 
	top: 50px;
	padding: 2em;
	border: 1px solid silver;
	background-color: white;
}

.infoPane table {
  font-size: 13px;
  border: 1px solid silver;
}

.info_top_menu div {
  display: inline;
  border-right: 1px solid silver;
  margin-left: 1em;
  padding-right: 1em;
}

.flash_area {
  position: absolute;
  width: 50%;
  left: 25%;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
