body {
	background-color: CornflowerBlue;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size:10pt;
}
table {
	border:1px Solid Beige;
	background-color: Beige;
	/* border:1px solid SteelBlue;
	background-color: SteelBlue; */
	color: Black;
	text-align: Left;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-left: Auto;
	margin-right: Auto;
}
table a:link {
	color: Blue;
	text-decoration: underline;
}
table a:visited {
	color: Blue;
	text-decoration: underline;
}
table a:active {
	color: Red;
	text-decoration: none;
}
table a:hover {
	font-weight: normal;
	color: White;
	background-color: Blue;
	text-decoration: none;
}
.even {
	background-color: CornflowerBlue;
	color: Black;
}
.even a:link {
	background-color: CornflowerBlue;
	color: White;
}
.even a:visited {
	background-color: CornflowerBlue;
	color: White;
}
.even a:active {
	background-color: CornflowerBlue;
	color: Red;
}
.even a:hover {
	background-color: White;
	color: CornflowerBlue;
}
.odd {
	background-color: Beige;
	color: Black;
}
th {
	color: Black;
	background-color: Beige;
	border: 1px solid Brown;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size:10pt;
	text-align: center;
	font-variant: small-caps;
}
td {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: left;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	color: Lime;
	background-color: #808073;
	font-family: calibri, arial, helvetica, sans-serif;
	text-align: center;
	font-variant: small-caps;

}
hr {
	color: #999;
	width: 30%;
	margin-top: 1px;
	margin-bottom: 1px;
}
i {
	font-family: Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
::-webkit-input-placeholder:focus {
	color: #393;
}
:-moz-placeholder:focus {
	color: #393;
}
::-moz-placeholder:focus {
	color: #393;
}
:-ms-input-placeholder:focus {
	color: #393;
}
input {
	/*background-color: White;*/
	color: Black;
	font-family: "Droid Sans Mono", "Consolas", "Andale Mono", "Courier New", Courier, monospace;
}
input:focus {
	background-color: Khaki;
	color: Black;
	font-family: "Droid Sans Mono", "Consolas", "Andale Mono", "Courier New", Courier, monospace;
}
::-webkit-input-placeholder {
	color: gray;
}
:-moz-placeholder {
	color: gray;
}
select {
	/*background-color: White;*/
	color: Black;
	font-family: "Droid Sans Mono", "Consolas", "Andale Mono", "Courier New", Courier, monospace;
}
select:focus {
	background-color: Khaki;
	color: Black;
	font-family: "Droid Sans Mono", "Consolas", "Andale Mono", "Courier New", Courier, monospace;
}
textarea {
	/*
	background-color: #222;
	color: #6f6;
	*/
	background-color: White;
	color: Black;
}
div {
	margin-left:auto;
	margin-right:auto;
	width:550px;
	padding:5px;
}
.error {
	color:red;
	font-weight:bold;
}
.info {
	background-color: Black;
	color: Blue;
	font-weight: Normal;
}
.btnGray {
	background-color: #ddd;
	border: 1px solid #ddd;
	cursor: pointer;
	padding: 0 5px;
}
.btnGray:hover {
	border: 1px outset black;
}
.btnGray:active {
	border: 1px inset black;
}
.hideimg {
	position: relative;
	color: green;
	display: inline;
}
.hideimg:hover {
	background-color: yellow;
	color: black;
	cursor: crosshair;
}
.hideimg img {
	/*display: none;*/
	border: none;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 100px;
	padding: 0;
	width: 0;
	color: #333333;
	text-align: center;
	text-decoration: none;
	z-index: 900;
	transition:width 1s, height 1s;
	-moz-transition:width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
	-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
	-o-transition:width 1s, height 1s, -o-transform 1s; /* Opera */
}
.hideimg:hover img {
	/*display: block;*/
	border: 5px solid green;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 100px;
	padding: 0;
	width: 150px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	z-index: 900;
	transform:rotate(360deg);
	-moz-transform:rotate(360deg); /* Firefox 4 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	-o-transform:rotate(360deg); /* Opera */
	-moz-box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.75);
	-webkit-box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.75);
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
.btnSubmit {
	background-color: LightGreen;
	color: Green;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
	width: 6em;
}
input .btnSubmit:focus {
	background-color: LightGreen;
	color: Green;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
	width: 6em;
}
.btnSubmitLong {
	background-color: LightGreen;
	color: Green;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
}
input .btnSubmitLong:focus {
	background-color: LightGreen;
	color: Green;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
}
.btnReset {
	background-color: LightBlue;
	color: Red;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
}
input .btnReset:focus {
	background-color: Khaki;
	color: Red;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
}
a:link .cancelLink {
	background-color: NavajoWhite;
	color: Red;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: Red;
	border-style: solid;
}
a:visited .cancelLink {
	background-color: NavajoWhite;
	color: Red;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: Red;
	border-style: solid;
}
a:active .cancelLink {
	background-color: White;
	color: Red;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: Red;
	border-style: solid;
}
a:hover .cancelLink {
	background-color: Red;
	color: NavajoWhite;
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: NavajoWhite;
	border-style: solid;
}
a:link .externalLink {
	color: Black;
	font-family: Constantia, Georgia, Verdana, Arial;
}
a:visited .externalLink {
	color: Black;
	font-family: Constantia, Georgia, Verdana, Arial;
}
a:active .externalLink {
	background-color: White;
	color: Red;
	font-family: Constantia, Georgia, Verdana, Arial;
}
a:hover .externalLink {
	background-color: Yellow;
	color: Green;
	font-family: Constantia, Georgia, Verdana, Arial;
}
.txtField {
	background-color: blue;
	color: yellow;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size:12pt;
	font-weight: normal;
}
.msg {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 16pt;
	color: Black;
	background-color: yellow;
}
.link {
	cursor: pointer;
	/* cursor: hand; */
}
.currentuser {
	font-family: calibri, arial, helvetica, sans-serif;
	font-weight: bold;
	color: Teal;
	background-color: DarkSeaGreen;
	border-color: Teal;
	border-style: Solid;
}
.userline {
	background-color: Beige;
	/* border: 0px Solid #963; */
	border-bottom: 1px solid Gray;
	background-color: Beige;
	font-family: Verdana, calibri, Helvetica, Arial, sans-serif;
	font-size: 7pt;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	vertical-align: middle;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
}
.userline a {
	background-color: Beige;
	border: 1px solid Beige;
	border-bottom: 1px solid Gray;
	color: Blue;
	width: 99%;
	padding: 0px 10px;
}
.userline a:link {
	text-decoration: none;
}
.userline a:visited {
	text-decoration: none;
}
.userline a:active {
	color: Green;
	text-decoration: none;
}
.userline a:hover {
	background-color: #ccc;
	border: 1px solid #963;
	color: #963;
	text-decoration: none;
}
.disp {
	border:1px Solid Beige;
	background-color: CornflowerBlue;
	color: Black;
	text-align: Left;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 12pt;
	margin-left: Auto;
	margin-right: Auto;
}
.copyright {
	/* border:1px solid #808073; */
	background-color: Beige;
	/* border:1px solid SteelBlue;
	background-color: SteelBlue; */
	color: Black;
	text-align: Center;
	font-family: verdana, calibri, arial, helvetica, sans-serif;
	font-size:8pt;
	/* font-style: italic; */
	margin-left: Auto;
	margin-right: Auto;
}
.required {
	color: #900;
	font-weight: bold;
}
.hidden {
	display: none;
	visibility: hidden;
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
}
.permissiontrue {
	width: 160px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	background: #ff0;
	border: 1px solid black;
	margin: 0;
}
.permissionfalse {
	width: 160px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	background: #999;
	border: 1px dotted #333;
	margin: 0;
}
.permissionitem {
	width: 160px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	background: #ff0;
	border: 1px solid black;
	margin: 0;
}
.gone {
	display: none;
}
.link {
	color: blue;
	text-decoration: underline;
}
cite {
	font-family: Constantia, Georgia, Palatino, "New York", "Hoefler Text", "Times New Roman", "MS Serif", serif;
}
dfn {
	font-family: Constantia, Georgia, Palatino, "New York", "Hoefler Text", "Times New Roman", "MS Serif", serif;
}
code {
	border-style: none;
	color: Lime;
	background-color: Black;
	font-family: "Droid Sans Mono", "Consolas", "Andale Mono", "Courier New", Courier, "VT-100", Terminal, fixedsys, monospace;
}
samp {
	border-style: solid;
	color: Lime;
	background-color: Black;
	font-family: "Droid Sans Mono", "Consolas", "Andale Mono", "Courier New", Courier, "VT-100", Terminal, fixedsys, monospace;
}
kbd {
	border-style: dashed;
	color: Green;
	background-color: DarkGray;
	font-family: "Droid Sans Mono", "Consolas", "Andale Mono", "Courier New", Courier, "VT-100", Terminal, fixedsys, monospace;
}
var {
	color: Lime;
	background-color: Black;
	font-family: "Droid Sans Mono", "Consolas", "Andale Mono", "Courier New", Courier, "VT-100", Terminal, fixedsys, monospace;
}
abbr {
}
acronym {
}
q {
	border-style: none;
	font-family: Constantia, Georgia, Palatino, "New York", "Hoefler Text", "Times New Roman", "MS Serif", serif;
}
blockquote {
	border-style: outset;
	font-family: Constantia, Georgia, Palatino, "New York", "Hoefler Text", "Times New Roman", "MS Serif", serif;
}
a:link.menulink {
	border-right: 1px solid Beige;
	border-top: 1px solid Beige;
	border-left: 1px solid Beige;
	border-bottom: 1px solid Beige;
	text-decoration: none;
	color: Blue;
	font-family: Verdana, calibri, Helvetica, Arial, sans-serif;
	font-size: 7pt;
	width: 99%;
	padding: 1px 1px 1px 1px;
	display: block;
	vertical-align: middle;
}
a:visited.menulink {
	border-right: 1px solid Beige;
	border-top: 1px solid Beige;
	border-left: 1px solid Beige;
	border-bottom: 1px solid Beige;
	text-decoration: none;
	color: Blue;
	font-family: Verdana, calibri, Helvetica, Arial, sans-serif;
	font-size: 7pt;
	width : 99%;
	padding : 1px 1px 1px 1px;
	display: block;
	vertical-align: middle;
}
a:active.menulink {
	border-right: 1px solid Beige;
	border-top: 1px solid Beige;
	border-left: 1px solid Beige;
	border-bottom: 1px solid Beige;
	text-decoration: none;
	color: Green;
	font-family: Verdana, calibri, Helvetica, Arial, sans-serif;
	font-size: 7pt;
	width : 99%;
	padding : 1px 1px 1px 1px;
	display: block;
	vertical-align: middle;
}
a:hover.menulink {
	text-decoration: none;
	font-family: Verdana, calibri, Helvetica, Arial, sans-serif;
	background-color: #cccccc;
	border-right: 1px solid #963;
	border-top: 1px solid #963;
	border-left: 1px solid #963;
	border-bottom: 1px solid #963;
	font-size: 7pt;
	color: #963;
	width : 99%;
	padding : 1px 1px 1px 1px;
	vertical-align: middle;
	display: block;
}
#eventmain
{
float:left;
position:absolute;
top: 100px;
left: 175px;
width: 800px;
margin-left: 10px;
margin-top: 10px;
padding:1px 0px;
}
em{
	margin-left: 100px;
}
#passwordAlert{
	color: red;
	margin: 5px;
	display: none;
	text-align: center;
	background-color: #F5F5F5;
	padding: 5px;
}

/* begin ppp css */
table.pppcard td, table.pppcard th {
	font-family: monospace;
	padding: 0 0.5em;
}
table.pppcard {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid black;
	margin: 1px;
	font-size: 100%;
}
table.pppcard .header {
	background-color: #333;
	color: #fff;
}
table.pppcard .header div {
	position: relative;
	top: 0;
	left: 0;
	font-size: 120%;
	font-weight: normal;
	font-family: sans-serif;
}
table.pppcard .header span.version {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50%;
	font-weight: bold;
}
table.pppcard .header span.cardnum {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 70%;
}
table.pppcard td.h11 {
	background-color: #999;
}
table.pppcard td.h01, table.pppcard .h10 {
	background-color: #ccc;
}
table.pppcard th {
	background-color: #666;
	color: #fff;
}
/* end ppp css */