
/* this is the Paraphrasing Mate stylesheet */

#gametable
{
width:100%;
border-collapse:collapse;
}
#gametable td, #gametable th 
{
border:0px;
padding:3px 7px 2px 7px;
word-wrap:break-word;
}
#gametable th 
{
text-align:left;
vertical-align: top;
padding-top:5px;
padding-bottom:4px;
}

input#inputbox {width:180px; height:20px; margin-left:auto; margin-right:auto; border:1px solid black;}

input[type=button] {display: block;vertical-align: middle;}


body {
	font-family: Verdana, Geneva, Arial, sans-serif; 
	text-align:left;
	text-decoration: none;
	font-size: small;
	line-height: 1em;
}

h1 {
	border: 1px solid black;  font-size: 180%; text-align:center; font-weight:bold; line-height: 1.5em; background-color: #CEE8F0;
}

h2 {
	font-size: 120%;
	font-weight:bold;
	text-decoration: underline;
}
h3 {
	font-size: 110%;
	font-weight:bold;
	margin: 0px;
	padding-top: 10px;
}



a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {background:white; text-decoration:none;}
a:active {text-decoration:none;}
a img {
border: 0;
text-decoration: none;
margin: 0; padding: 0;
}


img {vertical-align: text-bottom;}
.arrow {vertical-align: text-top;}

/* Page divisions */
.wrapper {width:850px; margin-left:auto; margin-right:auto; text-align:left; font-size: 110%; line-height: 1.5em;}
#links {text-align:right;}
.essayform {text-align:left; margin-right:auto; margin-bottom:10px; padding-left:10px; border:1px solid black; background-color: #F1FCFF; }
.inputbox {width:800px; height:200px; margin-left:auto; margin-right:auto; border:2px solid grey; font-family: Verdana, Geneva, Arial, sans-serif;}
.starttestbutton {margin-left:auto; margin-right:auto;}

.about {line-height: 1.5em;}
.helpwrapper {width:850px; margin-left:auto; margin-right:auto; text-align:left; line-height: 1.5em;}
.helpsection1 {background-color: #F1FCFF;}
.helpsection2 {background-color: #FFFFB9;}
.helpsection3 {border-top:2px solid black; padding: 10px; margin-left:auto; margin-right:auto; }


/* Checklist */
fieldset {width:700px; line-height: 1.5em; padding-left: 10px; }
legend { font-weight: bold; line-height: 1.5em;}

/* Buttons */
.MMsubmitButton { text-align: center; line-height: 1.5em; font-weight: bold; font-size: 120%; background-color: #CEE8F0; margin-left:auto; margin-right:auto;}
.MMsubmit {text-align: center; background-color: #CEE8F0;}
.MMsubmitButtonHover { line-height: 1.5em; font-weight: bold; font-size: 120%; background-color: #FFFFB9; margin-left:auto; margin-right:auto;}
.checkuncheck input {font-size: x-small;}
.clearbutton {text-align: right; margin-right: 20px;}
/*.MMsubmitButton{border-style:inset; border-color:red; color:black; background-color:Aqua; font-weight:bold; cursor:default;}*/

.bottom {text-align: center; margin-left:auto; margin-right:auto; line-height: 1.5em; font-size: small;}

span.tab1 {padding-left: 1em;}

span.tab2 {padding-left: 2.6em;}





