/*
 *
 * Login screen styles
 *
 */

body {
	min-width: 1000px;
	background-image: url(/images/dreamcatcher.png), url(/images/stripe.png);
	background-position: top , left top;
	background-repeat: no-repeat, repeat;

	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */      

}

TD, A {
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: black;
}

TABLE {
	border: 1px solid black;
	margin: 50px auto;
	background: rgba(90, 190, 110, 0.8);
	padding: 5;

}

/* header */

#header {
	width: 256px;
	margin-bottom: 32px;
	position: relative;
	margin: 0 auto;
}

#header .c {
	text-align: center;
	font-size: 22px;
	color: gray;
}

A.status {
	font-weight:    bold;
	color:		#0066CC;
	background: 	#00cc00;
}

A.reason {
	font-weight:    bold;
	color:		#b30000;
}

/*
 *
 * = Buttons
 *
 */

TD.submit span {
    padding: 0 0px 0 0px;
}

TD.submit span {
    padding: 0 0px 0 0px;
    background-position: 100% -64px;
}

INPUT[type=submit] {
	border: 1px solid black;
	padding: 3;
	background: lightgreen;
}

A.logout {
	padding: 4;
	padding-left: 7;
	padding-right: 7;
	border: 1px solid black;
	text-transform: uppercase;
	text-decoration: none;
	background: #ff9999;
	font-weight: normal;

}
