div {
	font-family: Arial, Helvetica, "Luxi Sans", sans-serif;
}

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	border: none;
	background-color: rgb(243, 243, 243);
}

a:link {
	color: rgb(0, 0, 153);
}
a:visited {
	color: rgb(0, 0, 153);
}

.mklink {
	color: rgb(0, 0, 153);
	text-decoration: underline;
	cursor: pointer;
}

.mkhover {
	color: rgb(0, 0, 153);
	cursor: pointer;
}

.mkhover:hover {
	text-decoration: underline;
}

input.text,
select {
	border: 1px solid #ccc;
	background-color: white;
}

#header {
	background-color: #333;
	height: 50px;
	color: white;
	padding-left: 13px;
	font-weight: bold;
	font-size: 0.9em;
}

#header div.logo {
	margin-top: 0px;
	margin-bottom: 0px;
}

#header div.logo img {
	margin-top: 2px;
	margin-left: 2px;
	border: 0px;
}

#header input.submit {
	vertical-align: middle;
}

#nav {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #ccc;
	background-color: rgb(109, 109, 109);
	height: 23px;
}

#nav #homebutton {
	padding-top: 1px;
	float: left;
}

#nav #homebutton span {
	padding-left: 5px;
	font-size: 0.9em;
}

#nav #homebutton a {
	color: white;
	text-decoration: none;
}

#nav #homebutton img {
	border: 0px;
	vertical-align: middle;
}

#nav div {
	color: white;
}

#nav #loginlinks {
	float: right;
	padding-top: 3px;
	font-size: 0.9em;
}

#nav #loginlinks a,
#nav #loginlinks span.userctl {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

#nav #loginlinks a:hover,
#nav #loginlinks span.userctl:hover {
	text-decoration: underline;
}

#nav #loginlinks span.logout {
	padding-left: 10px;
}

#google-ad-links {
    background: #F3EDCB;
}

#main {
	/* background-color: rgb(243, 237, 203); */
	clear: both;
	width: 100%;
}

#footer {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 0.7em;
	color: #777;
	background-color: white;
	clear: left;
}

#footer a {
	color: #777;
	text-decoration: none;
}

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

#copy {
	float: right;
}

img.help {
	cursor: pointer;
	margin-left: 3px;
	vertical-align: middle;
}

/*
	Help
*/
#helpbg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #eee;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#help {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10001;
}

#help table.pos {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#help div.label {
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	height: 18px;
}

#help div.label #helptitle {
	font-size: 16px;
	font-weight: bold;
	color: rgb(200, 0, 0);
}

#help div.label img {
	float: right;
}

#help div.container {
	background-color: white;
	border: 1px solid rgb(109, 109, 109);
}

#help div.container div.values {
	padding: 5px;
	width: 600px;
	height: 400px;
	overflow: auto;

	font-size: 0.85em;
}

#help div.container div.values p {
	padding-left: 5px;
}

#help div.container div.values table {
	border-spacing: 5px;
}

#help div.container div.values table td {
	padding: 0px;
	margin: 0px;
}

/*
	User
*/
#userbg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #eee;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#user {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10001;
}

#user table.pos {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 530px;
}

#user div.label {
}

#user div.label #usertitle {
	color: rgb(200,0,0);
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

#user div.label img {
	float: right;
	visibility: hidden;
}

#user div.container {
	background-color: white;
	font-size: 14px;
	border: 5px solid rgb(109, 109, 109);
	padding: 5px 8px 5px 8px;
}

#user div.container div.values {
	padding-top: 15px;
	padding-left: 0px;
	width: 500px;
	overflow: auto;
}

#user div.container div.values div.following {
  padding-top: 10px;
}

#user div.container div.values div.gdpr {
        padding-top: 10px;
        font-size: 0.85em;
        padding-bottom: 10px;
}

#user div.container div.values table {
	padding-top: 5px;
	padding-left: 10px;
	border-spacing: 10px;
}

#user div.container div.values table td {
	padding: 0px;
	margin: 0px;
}

#user div.container div.values div.formerror {
	font-size: 0.85em;
	color: red;
}

#user span.explain {
	font-size: 0.85em;
}

#user div.bottom  {
	padding-top: 5px;
}

#user div.bottom div.buttons {
	float: right;
	padding-right: 10px;
	padding-top: 8px;
}

#user div.bottom div.buttons input.signup {
	background-image: url(/images/sign_up.gif);
	border: 0px;
	height: 30px;
	width: 77px;
}

#user div.bottom div.buttons input.signin {
	background-image: url(/images/sign_in.gif);
	border: 0px;
	height: 30px;
	width: 77px;
}

#user div.bottom div.buttons input.cancel {
	background-image: url(/images/cancel.gif);
	border: 0px;
	height: 30px;
	width: 77px;
}

#user div.bottom div.buttons input.senduserid {
	background-image: url(/images/send_user_id.gif);
	border: 0px;
	height: 30px;
	width: 111px;
}

#user div.bottom div.buttons input.sendmail {
	background-image: url(/images/send_mail.gif);
	border: 0px;
	height: 30px;
	width: 95px;
}

#user div.clear {
	font-size: 8px;
	clear: both;
}

#user div.forgot {
	font-size: 10px;
}

#user input.login,
#user input.pwd {
	width: 200px;
}

#user input.close {
	float: right;
	background-image: url(/images/big_close.gif);
	border: 0px;
	height: 30px;
	width: 77px;
}

img.overlayspinner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.loginrequired:after {
	content: " (login required)";
	color: black;
	text-decoration: none;
	font-style: italic;
}

#messagePage {
  font-size: 0.8em;
  margin: 10px 15px 10px 15px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  width: 600px;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
}

#messagePage h1 {
  font-size: 1.6em;
  padding-top: 20px;
}

div.deleteset.spinner,
div.modifyset.spinner {
	text-align: center;
}

.seriousWarning {
  color: red;
}

.dispnone {
	display: none;
}

.vishidden {
	visibility: hidden;
}


/* styles for the inline editable fields */
.editable:hover {
	cursor: text;
	background-color: #fdf5e6;
}

.label input {
	margin-right: 5px;
}


/* styles for the actions drop downs */
div.actionsdropdown form {
	margin: 0px;
}

div.actionsdropdown a:hover {
	text-decoration: underline;
}

#messageactions a,
div.actionsdropdown a {
	color: rgb(0, 0, 153);
	cursor: pointer;
	text-decoration: none;
}

div.actionsdropdown div.header {
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	color: rgb(200, 0, 0);
	font-size: 10pt;
}

div.actionsdropdown th {
	text-align: right;
}

div.actionsdropdown td {
	font-size: 10pt;
}

div.actionsdropdown td.icon {
	width: 18px;
	text-align: center;
	vertical-align: top;
}

div.actionsdropdown td.right {
	text-align: right;
}

div.actionsdropdown div.details {
	padding: 5px;
}

div.actionsdropdown div.details div.instruc {
	font-size: 9pt;
}

div.actionsdropdown div.error {
	color: red;
}

div.actionsdropdown input.button {
	background-color: #888;
	color: white;
	padding-bottom: 2px;
}



span.guide {
	font-size: 9pt;
	font-weight: normal;
	float: right;
}


/* Styles for all the buttons */
button.add {
	border: 0px;
	background-image: url(/images/btn_add_white.gif);
	width: 42px;
	height: 20px;
}

input.delete {
	border: 0px;
	background-image: url(/images/btn_delete_white.gif);
	width: 57px;
	height: 19px;
}

input.button.email {
	border: 0px;
	background-image: url(/images/btn_email_white.gif);
	width: 57px;
	height: 19px;
}


/* sidebar */
#sidebarcol {
	width: 120px;
	height: 100%;
	position: relative !important;
}
