html {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	background: white;
	color: #444444;
}

body,p,h1,h2,h3,h4,h5,div,form,ul,li {
	margin: 0;
	padding: 0;
}

/*
** header
*/
.header-container {
	background: #fbf2ff;
	border: 1px solid #fbf2ff;
}
.header-form {
	float: right;
	margin-right: 18px;
	margin-top: 18px;
}
.header-text {
	background: #fbf2ff;
	margin-top: 18px;
	margin-left: 18px;
	width: 200px;
}
.header-links {
	background: #fbf2ff;
	margin: 10px 18px 10px 18px;
}
.header-links-left {
	text-align: left;
}
.header-links-left ul {
	padding-bottom: 4px;
}
.header-links-left li {
	font-size: 70%;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
.header-links-right {
	float: right;
	text-align: right;
}
.header-links-right ul {
	padding-bottom: 4px;
}
.header-links-right li {
	font-size: 0.80em;
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}

/*
** footer
*/
.footer {
	clear: both;
	padding: 10px;
	background: #EEEEEE;
	border-bottom: 1px dotted #DDDDDD;
	border-top: 1px solid #7b0099;
}
.footer-copyright {
	text-align: center;
	font-size: 0.70em;
}

/*
** main-body-container
*/
.main-body-container {
	clear: both;
	padding: 8px;
}

/*
** menu left
*/
.menu-container-left {
	float: left;
	width: 120px;
	margin-bottom: 18px;
  margin-top: 0px;
	border-right: 2px dashed #7b0099;
}
/*
** menu-right
*/
.menu-container-right {
	float: right;
	width: 100px;
	margin-bottom: 8px;
}

/*
** menu
*/
.menu-container-left li {
	font-size: 0.80em;
	padding: 2px;
	margin-left: 6px;
	list-style-type: none;
}
.menu-container-right li {
	font-size: 0.80em;
	padding: 2px;
	margin-left: 6px;
	list-style-type: none;
}
.menu {
	background: white;
}
.menu a {
	color: #222222;
	text-decoration: none;
	padding-bottom: 1px;
}
.menu a:visited {
	color: #222222;
}
.menu a:hover {
	color: #222222;
	border-bottom: 1px solid #7b0099;
}
.menu-next {
	background: white;
	margin-bottom: 8px;
}
.menu-next a {
	color: #222222;
	text-decoration: none;
	padding-bottom: 1px;
}
.menu-next a:visited {
	color: #222222;
}
.menu-next a:hover {
	color: #222222;
	border-bottom: 1px dotted #7b0099;
}

/*
** main body
*/
.main-body {
	line-height: 1.8em;
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
}
.main-body table {
	font-size: 0.90em;
	margin: 4px 0px 4px 0px;
}
.main-body td {
	padding-top: 8px;
	padding-right: 8px;
}

/*
** SP
*/
.main-body .sp-container {
	background: white;
	width: 100%;
}
.sp-container .bullet-tips {
	background: #fbf2ff;
	padding: 12 4 12 4;
	width: 340px;
}
.sp-container .lightborder {
	border: 2px solid #fbf2ff;
}
.sp-container .darkborder {
	padding: 2px;
	border: 2px solid #7b0099;
}
.sp-container .bullet-tips ul {
	margin-left: 2em;
}
.sp-container .tagline {
	font-size: 102%;
	color: #7b0099;
}
.sp-container .refresh-me {
	float: right;
	border: 1px solid #7b0099;
	text-align: center;
	background: #7b0099;
	color: #fbf2ff;
	padding: 4px;
	margin-left: 2px;
}
.sp-container .user-input {
  padding: 0px;
  margin: 0px;
}
.sp-container .refresh-me a {
	color: #fbf2ff;
	text-decoration: none;
}
.sp-container .refresh-me a:visited {
	color: #fbf2ff;
	text-decoration: none;
}
.sp-container .details {
	background: #fbf2ff;
	color: #7b0099;
}
.sp-container .quick-preview {
  height: 40px;
  width: 340px;
  border: 1px solid #888;
}
.sp-container .output-pane {
	overflow:scroll;
	height: 180px;
  width: 340px;
}
.sp-container .output-pane h1 { margin: auto; padding: 2px; }
.sp-container .output-pane h2 { margin: auto; padding: 2px; }
.sp-container .output-pane h3 { margin: auto; padding: 2px; }
.sp-container .output-pane p { margin: auto; padding: 2px; }
.sp-container .output-pane ul { padding-left: 2em; }

/*
** SP-Public 
*/
.entry-container {
	margin-left: 120px;
	padding-left: 12px;
}
.entry-container h5 {
  padding: 2px;
}
.entry-container .quick-preview {
  font-size: 0.95em;
  height: 54px;
  width: 340px;
  border: 1px solid #888;
}
.entry-container .darkborder {
	padding: 2px;
	border: 2px solid #7b0099;
}
.entry-container .output-pane {
	overflow:scroll;
	height: 160px;
  font-size: 104%;
  width: 340px;
}
.entry-container .output-pane h1 { margin: auto; padding: 2px; }
.entry-container .output-pane h2 { margin: auto; padding: 2px; }
.entry-container .output-pane h3 { margin: auto; padding: 2px; }
.entry-container .output-pane p { margin: auto; padding: 2px; }
.entry-container .output-pane ul { padding-left: 2em; }

.entry-container .pubform { 
  border:1px solid #7b0099; 
  position:absolute; 
  top: 168px;
  z-index:999;
  padding:8px;
  background:#fbf2ff;
} 
.entry-container .pubform table {
  font-size: 0.9em;
}

.announce {
  font-weight: bold;
  font-size: 1em;
  color: #9d1616;
  padding: 4px;
} 

.announce a {
  color: #9d1616;
  text-decoration: underline;
}

.sendto { 
  font-weight: bold;
  font-size: 0.8em;
  padding:4px;
  text-align: right;
  color: #7b0099;
} 

.sendto a { 
  color: #7b0099;
  text-decoration: none;
}

.formlabels { 
  font-weight: bold;
  font-size: 0.8em;
}
/* divs for the floating entries */
.edivclass { width: 800px; }
.spacerdiv {clear: both;}
.floater { 
  float: left; 
  margin: 4px; 
  padding: 4px; 
  width: 220px; 
  border:1px solid #7b0099 ; 
  border-right: 2px solid #7b0099;
  border-bottom: 2px solid #7b0099;
  background: #fbf2ff; 
  font-size: 0.95em; 
  clear:right;
}
.floater p { text-align: center; } 
/*
** docs
*/
.main-body .docs-container {
	background: white;
	line-height: 1.2em;
	width: 100%;
}
.main-body .docs-container h3 {
	color: #7b0099;
}
.main-body .docs-container ul {
	margin-left: 18px;
}
.main-body .docs-container li {
	margin-left: 8px;
}

/*
** bottom-links
*/
.bottom-links {
	margin-left: 114px;
	margin-right: 114px;
	margin-top: 20px;
	padding-left: 12px;
}
.bottom-links li{
	font-size: 0.80em;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
/*
** errors
*/
.message-container {
	font-size: 0.90em;
	text-align: center;
}
.message-container h2 {
	font-size: 1em;
	font-weight: normal;
}
.error-msg {
	font-weight: normal;
	color: #ad0000;
}
.success-msg {
	font-weight: bold;
	color: #7b0099;
}

/*
** preview
*/
.full_preview {
	font-size: 106%;
	padding: 4px;
  overflow: scroll;
  width: 840;
  height: 336;
  border: 1px solid #7b0099;
  z-index:999;
  position: absolute;
  background: #fbf2ff;
  text-align: left;
  margin: auto;
}
.full_preview h1 { margin: auto; padding: 2px; }
.full_preview h2 { margin: auto; padding: 2px; }
.full_preview h3 { margin: auto; padding: 2px; }
.full_preview p { margin: auto; padding: 2px; }
.full_preview ul { padding-left: 2em; }

/*
** tab container
*/
.tab-container {
	background: white;
	font-size: 0.80em;
	color: grey;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	border-top: 5px solid #7b0099;
}
.tab-container table {
	margin: 0px;
	padding: 0px;
}
.tab-container .tabe {
	font-size: 0.80em;
	color: white;
	background: #7b0099;
	border: 1px solid #7b0099;
	text-align: center;
	height: 30px;
	padding: 6px;
	min-width: 20px;
}
.tabe a {
	text-decoration: none;
	color: #7b0099;
	color: white;
}
.tabe a:visited {
	color: white;
}
.tab-container .tabd {
	font-size: 0.80em;
	color: #7b0099;
	background: #fbf2ff;
	border: 1px solid #fbf2ff;
	text-align: center;
	height: 30px;
	padding: 6px;
	min-width: 20px;
}
.tabd a {
	text-decoration: none;
	color: #7b0099;
}
.tabd a:visited {
	color: #7b0099;
}
.lang_preview {
    margin-top: 4px;
    padding: 2px;
}

.small_note {
	font-size: 0.6em;
} 

.tips {
  color: #666;
  text-align: center;
}
