div.hide {display:none;}

form { margin: 0; }
form { display: inline; }


a:link {
color: blue;
text-decoration:none;
}

a:visited {
color: purple;
text-decoration:none;
}

a:active {
background-color: yellow;
text-decoration:none;
}

a:hover {
color:red;
text-decoration:none;
}

@charset "utf-8";


body {
	margin:50px 0px; padding:0px;
	text-align:center;
	}

#info {
	text-align:left;
	margin:0px 10px; padding:0px;
	}


#centered {
	width:300px;
	margin:0px auto;
	padding: 40px 0px 40px;
	text-align:left;
	}

p.centeredtext {
	text-align: center;
}

#genForm {
	margin:0px auto;
	padding: 40px 0px 40px;
	text-align:left;
	}

#main {
	text-align:left;
	padding: 0px 6px 0;
}

h1 {text-align:center}

img {
   border: 0;
   padding: 0px 1px;
   }

#userList {
   float: left;
   display: block;
   padding: .5em 0;
   vertical-align: top;
   position:absolute;
   width: 14em;
   margin-left: 0;
   }


#UserList {
margin-bottom:0px;
}

#BadgeList {
margin-top:0px;
}


#LeftMenu {
position:absolute;
left:20px;
}

#RightData {
   margin-top: 0px;
   margin-left: 18em;
   position:relative;
   }

#RightData p {
	margin-top:0px;
	margin-bottom:0px;
	text-indent:-2.5em;
}


#RightDataLeader {
   margin-top: 0px;
   margin-left: 18em;
   position:relative;
   }

#RightDataLeader p {
	margin-top:0px;
	margin-bottom:0px;
}

#Message {
   margin-top: 0px;
   margin-left: 18em;
   position:relative;
   }

#Message p {
   color: #FF0000;
   font-size: 140%;
	margin-top:0px;
	margin-bottom:0px;
	text-indent:-2.5em;
}

.finished {
   color: #555;
   font-size: 100%;
}

.label {
   color: #666633;
   font-size: 95%;
}

p.AdditionalInfo {
   color: red;
   font-size: 120%;
   margin-left: 1em;
}

.smaller {
   color: #555;
   font-size: 90%;
}

.pseudolink {
	color: blue;
	font-size: 90%;
}


#footer {
		position: absolute;
		bottom: 0;
		width: 100%;
}


input[type="submit"],
input[type="button"],
input.form-submit,
input.button {
   background: transparent url(image/input.gif) no-repeat scroll top right;
   padding: .03in;
   background-color: maroon;
   border: 1px solid #d4c4aa;
   color: white;
   cursor: pointer;
   font-size: 11px;
   margin: 0 10px 0 0;
   padding: 2px 4px;
   }




* { 
   margin: 0; padding: 0;
   }

body {
   background-color: white;
   font: 11pt/15pt Arial, Helvetica, sans-serif;
   color: black;
   margin: .5in .25in;
   width: auto;
   }

   
   
strong {
   font-weight: bold;
   }

em {
   font-style: italic;
   }


p {
   padding: .5em 0;
   }


table {
   color: black;
   font: 11px/15px Tahoma, Arial, Helvetica, sans-serif;
   table-layout: auto;
   display: inline;
   text-wrap:normal;
   border: thin solid #ccc;
   }

th,
tr.header th,
tr.header td {
   border: thin solid #ccc;
   border-bottom: 0px;
   border-left: 0px;
   background-color: #f0d6b2;
   padding: 2px 10px;
   text-align: left;
   color: #555;
   }


table td {
   text-align: left;
   border: thin solid #ccc;
   border-bottom: 0px;
   border-left: 0px;
   font-size: 1em;
   padding: .03in .06in; margin: 0;
	}

table.form,
table.form tr,
table.form td {
	margin: .1em;
	padding: .1em;
	border: 0px;
   }

table.form td.label {
   text-align: right;
}


ul {
   margin-left: .38in;
   padding-left: 0;
   margin-bottom: 1em;
   }

li {
   font-size: inherit;
   }


input {
   border: thin solid #999;
   background-color: #f2f2e6;
   padding: .03in;
   }


textarea {
   border: thin solid #999;
   background-color: #fff;
   padding: .03in;
   }


.visible {
   visibility: visible;
   }

.hidden {
   visibility: hidden;
   }


html, body {
	height: 100%;
}
body {
   background: url(image/background.jpg) repeat 0 0;
   font: .75em/1.33em Tahoma, Arial, Helvetica, sans-serif; color: #000;
   margin: 0; padding: 0;
   }


p {
   font-size: 1em;
   margin: 0 0 10px 0; padding:0;
   }
   
 p.small {
   font-size: .8em;
   margin: 0 0 10px 0; 
   padding:0;
   } 

p.large {
   font-size: 1.4em;
   margin: 0 0 10px 0; 
   padding:0;
   } 

span.large{
	font-size: 1.4em;   
   }

h1 {
   font-size: 1.8em; font-weight: normal; color: #4a0030; /* 28px */
   line-height: 1.33em;
   margin: 0; padding: 0;
   }

h2 {
	text-indent:-2.0em;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 110%;
	margin: 0 0 0 0;
   }

h3 {
	color: darkgreen;
	text-indent:-2.0em;
	font-size: 1.3em;
	line-height: 1.33em;
	font-weight: normal;
   }

strong {
   font-weight: bold;
   }

em {
   font-style: italic;
   }

label {
   cursor: pointer;
   }

