@charset "utf-8";
/* CSS Document for GHCS Software Services */

/*  Clear default spacing  */
html, body, div, ul, ol, li, p, h1, h2, h3, img, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  Body has center alignment due to old IE quirks  */
body {
	background-color: #fff;
	text-align: center;
}

/*  Header is separate full-width div at top of page  */
#header {
	width: 100%;
	height: 71px;
	background-color: #653e58;
	background-image: url(../ssimage/headbg.jpg);
	background-repeat: repeat-x;
}

/*  Header logo cell (logo in f/g so can use as link)  */
#headerlogo {
	float: left;
	margin-left: 70px;
}

/*  Product logo cell  */
#prodlogo {
	width: 300px;
	height: 71px;
	float: right;
	margin-right: 70px;
	background-image: url(../ssimage/gedlogo.jpg);
	background-repeat: no-repeat;
}

/*  Container DIV aligns in the middle, plus other defaults  */
#container {
	width: 850px;
	margin: 10px auto;
}

#content {
	width: 700px;
	float: left;
/*	margin: 10px auto; */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #653e58;
	background: #FFF;
}

#content p {
	margin-bottom: 6px;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #8F6C94;
	margin: 10px 0 12px 0;
	text-align: center;
}

/*  Documentation DIVs for two-column approach  */
#doccontent {
	width: 800px;
	margin: 10px auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #653e58;
	background: #FFF;
}

#doccontent p {
	margin-bottom: 6px;
}

#doccontent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #8F6C94;
	margin: 10px 0 12px 0;
	text-align: center;
}

#vertbanner {
	float: right;
	margin: 60px 20px 10px 0;
}

.docleftcol {
	width: 150px;
	margin: 20px 0;
	float: left;
	padding: 10px 8px;
	border: 1px solid #653e58;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 2px #bbb;
}

.docleftcol h2 {
		font-weight: bold;
		font-size: 1em;
		color: #239178;
		margin-bottom: 8px;
}

.docleftcol a {
	color: #845F94;
	font-weight: bold;
	text-decoration: underline;
}

.docleftcol a:visited {
	color: #C90;
	text-decoration: underline;
}

.docleftcol a:hover {
	color: #239178;
	text-decoration: none;
}

.docrightcol {
	width: 600px;
	margin: 20px 0;
	float: right;
	padding: 10px 8px;
	border: 1px solid #7d7b71;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 2px #bbb;
}

.docrightcol h2 {
		font-weight: bold;
		font-size: 1.2em;
		color: #239178;
		margin-top: 8px;
		margin-bottom: 8px;
}

.docrightcol a {
	color: #845F94;
	font-weight: bold;
	text-decoration: underline;
}

.docrightcol a:hover {
	color: #239178;
	text-decoration: none;
}

/*  DIV for PMM2 menu  */
#menu {
}

/*  DIV for PMM2 admin menu  */
#adminmenu {
}

/*  Single column framed DIV  */
.singlecol {
	width: 560px;
	margin: 20px auto;
	padding: 10px 8px;
	border: 2px solid #7d7b71;
}

.singlecol a {
	color: #845F94;
	font-weight: bold;
	text-decoration: underline;
}

.singlecol a:hover {
	color: #239178;
	text-decoration: none;
}

.singlewide {
	width: 600px;
	margin: 20px auto;
	padding: 10px 8px;
	border: 2px solid #7d7b71;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 2px #bbb;
}

.singlewide a {
	color: #845F94;
	font-weight: bold;
	text-decoration: underline;
}

.singlewide a:hover {
	color: #239178;
	text-decoration: none;
}

.bigleft {
	font-size: 200%;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	color: #239178;
}

.emphasis {
	font-weight: bold;
	font-size: 105%;
	color: #239178;
}

ul.bulletlist {
	margin-left: 20px;
	margin-bottom: 8px;
	list-style-type: circle;
	list-style-image: url(../ssimage/pbullet.png);
	list-style-position: outside;
}

ul.bulletlist li {
	margin-bottom: 4px;
}

ul.indent_bulletlist {
	margin-left: 60px;
	margin-bottom: 8px;
	list-style-type: circle;
	list-style-image: url(../ssimage/pbullet.png);
	list-style-position: outside;
}

ul.indent_bulletlist li {
	margin-bottom: 4px;
}

/*  Footer  */
#footer {
	clear: both;
	width: 100%;
	height: 24px;
	border-top: 4px solid #239178;
	background-color: #653e58;
	color: #dcd5a1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
}

#footer a {
	color: #dcd5a1 !important;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.footbullet {
	margin: 0 15px;
}

.copyright {
	float: right;
	margin-top: 2px;
	margin-right: 20px;
	font-size: 9px;
	color: #dcd5a1;
}

.errorBox {
	width: 90%;
	text-align: left;
	margin: 12px auto 12px auto;
	padding: 4px 10px;
	background-color: #eee;
	border: solid 1px;
	border-color: #205557;
	color: #F00;
}

ul.smbulletList {
	margin-left: 15px;
}

ul.smbulletList li {
	list-style-position: outside;
	list-style-type: disc;
}

.successMsg {
	color: #669966;
}

.clearing {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/*  Rules for more attractive forms  */
.hform {
	font-size: 0.9em;
}

.hform fieldset {
	display: block;
	margin: 0 0 2em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #205557;
}

.hform input, .hform select, .hform textarea {
	display: block;
}

.hform label {
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

.hform legend {
	background: #205557;
	color: #FFF;
	padding: 2px 6px;
}

.hform input.button, .formbutton {
	display: inline;
	color: #fff;
	background: #205557;
	border: 3px outset #d7b9c9;
	margin: 1em 0 0 2em;
}

.hform fieldset.radio
{
	margin: 1em 0 2em 0;
}

.hform fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.hform fieldset.radio label
{
	font-weight: normal;
}

#captcha {
	display: inline;
}

.captcha {
	vertical-align: middle;
}
.centered {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.centerdiv {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.screenshot {
	margin-top: 10px;
	margin-right: 8px;
	margin-left: 8px;
	border: 2px solid #239178;
}

.red {
	color: #F03;
}

.green {
	color:#093;
}

.blue {
	color: #06C;
}
.docscreen {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #600;
}
#content .singlewide h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #239178;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.biglink {
	font-size: 1.2em;
	font-weight: bold;
}
blockquote {
	margin-right: 40px;
	margin-left: 40px;
}
.rightimage {
	margin-left: 10px;
	float: right;
}
.leftimage {
	margin-right: 10px;
	float: left;
}

.listtable th {
	text-align: center;
	font-weight: bold;
}

.listtable td {
	padding: 2px 2px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #eeeeee;
}

.listtable td.month {
	width: 100px;
}

.listtable td.sales {
	width: 80px;
}

.listtable td.income {
	width: 120px;
}

.listtable td.seq {
	width: 45px;
	font-weight: bold;
}

.listtable td.name {
	width: 220px;
}

.listtable td.country {
	width: 20px;
}

.listtable td.email {
	width: 50px;
}

.listtable td.product {
	width: 120px;
}

.listtable td.date {
}

.listtable td.code {
}

.listtable td.del {
}

.label-cell {
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}
.admin_table td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.success_text {
	font-weight: bold;
	color: #6C3;
}
.error_text {
	font-weight: bold;
	color: #F30;
}

.insetbox {
	width: 80%;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #239178;
}
.strikethru {
	text-decoration: line-through;
}
.highlight {
	background-color: #FF9;
}
.newsbox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFF;
	background-color: #653e58;
	text-align: center;
	padding: 8px;
	width: 85%;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border-radius: 8px;
	box-shadow: 3px 3px 6px 2px #999;
}

