
/* RZ TODO: cleanup code */

body {
        padding-left: 		5%;
        padding-right: 		5%;
	font-family: 		Verdana, Arial, Helvetica;
	font-size:		85%;
	text-align: 		left;
	vertical-align: 	top;
	background:		FloralWhite;
	/*#f4f4f4;*/
}

h1 {
	border: 0;
	padding: 0;
	margin: 0;
}

.menuitem:first-child a {
	/*border-left: 1px solid black;*/
}
.menuitem a {
	display: block;
	padding: .5em;
	float: left;
	/*border-top: 1px solid black;
	border-right: 1px solid black;*/
}

h2 {
	border-bottom:			1px solid silver;
	margin: 0;
	padding:		3px;
	background:		#ddeeff;
	clear: both;
}

.content {
	clear: both;
	background: ghostwhite;
	border: 1px solid silver;
}

p       {
        padding:                3px;
}

table	{
	width:			100%;
	font-family: 		Verdana, Arial, Helvetica;
	font-size:		90%;
	text-align: 		left;
	vertical-align: 	top;
}

img	{
	border:			0px;
}
img .edit-assign-to-user	{
	margin-left:		47px;
}

#meta {
        width:                  100%;
	clear:			both;
}

#meta .button	{
	margin			0px 5px 0px 0px;
}

#meta-left {
        float:                  left;
        width:                  49%;
}

#meta-right {
        float:                  right;
        width:                  49%;
}

td	{
        padding:                0px 2px 0px 2px;
	vertical-align: 	top;
}

td.y	{
	background:		#ffffff;
	border:			1px solid #000000;
}

.menu 	{
	font-size:		80%;
}

.error	{
	background:		#ff0000;
	color:			#ffffff;
	padding:		3px;
	font-size:		90%;
	
}

.success	{
	background:		#00cc33;
	padding:		3px;
	font-size:		90%;
}

.showmax	{
	font-size:		80%;
	margin:			5px 0px 5px 0px;
	text-align:		center;
}

.lettertaken	{
	color:			#000000;
	font-weight: 		bold;
}

.letternotavailable	{
	color:			#999999;
}

a:link 		{ 
	color: 			#000000;
}

a:visited 	{ 
	color: 			#000000;
}

a:active 	{ 
	color: 			#000000;
}

a:hover 	{
	text-decoration:	none;
}

.footer	{
	font-size:		70%;
	margin-top:		5px;
}




/*.sbutton {
        border: 		#999999 1px solid;
}

.button {
        border:			#999999 1px solid;
}*/
.input {
        border:			#999999 1px solid;
}
.sinput {
        border: 		#999999 1px solid;
}



textarea {
	width: 			100%;
}
input.wide {
	width: 			100%;
}

h1 sup {
	font-size: 3pt;
}
.footer sup {
	font-size: 1pt !important;
}

.buttonbar {
	margin-top: 1em;
	padding: .5em;
	border-top: 1px solid silver;
	background: whitesmoke;
}

h2 button {
	float: right;
	margin-top: .25em;
}

form {
	padding: 0;
	margin: 0;
}


#header {
	width: 100%;	
	font-size: 3em;
	font-family: sans-serif 'Helvetica';
	font-weight: bold;
}
.loginlnk {
	font-family: sans-serif 'Helvetica';
	float: right;
	display: block;
	padding: .25em .5em .25em .5em;
	/*color: #5555ff;*/
	text-decoration: none;
	font-size: .5em;
	border: 1px solid #5555ff;
        background: #5555ff;
	color: white !important;
}
.loginlnk:hover { text-decoration: underline; }

.signupblock { 
	text-align: center; margin-bottom: 2em; 
}
.signupblock a {
	margin: auto;
	text-align: center;
	padding: .25em .5em .25em .5em;
	background: #5555ff;
	color: white !important;
	text-decoration: none;
	font-size: 2em;
}
.signupblock a:hover { cursor: pointer; background: DodgerBlue; }


