body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	background-color: #ddd5cc;
	font-family: "Times New Roman", "Lucida Console", Times, sans-serif, "Courier New", monospace;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.yourphrase {
	color:blue;
	background-color: floralwhite;
	padding-top: 0.8em;
	padding-bottom: 2em;
	border: 1px inset rgba(200,200,255, 1.0);
	padding-left: 1em;
}

a, a:hover, a:active, a:visited {
   color:blue;
   text-decoration: underline;
}

ul, li {
	list-style: none;
}

.header-title {
	text-align: center;
	color: black;
}

h1 {
	text-shadow: 3px 3px 2px rgba(70, 70, 90, 0.4);
}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 5px;
	min-width: 30em;
	width: 800px;
	height: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-spacer {
	display: inline-block;
	position: relative;
	height: 60px;
	top: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hs1 {
	width: 20%;
	padding: 0;
	margin: 0;
}

.hs2 {
	width: 8%;
	padding: 0;
	margin: 0;
}

.hs3 {
	min-width: 20em;
	width: 300px;
}

#logo-img {
	height: 55px;
}

#title-a {
	text-decoration: none;
}

#title {
	font-family: "Knewave Outline", chilanka, comic-sans, Cursiva, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

#tagline {
	font-variant: small-caps;
}

.footer_item {
	padding-left: 5px;
	padding-right: 5px;
	color: blue;
   text-decoration: underline;
   cursor: pointer;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	width: 800px;
	background-color: whitesmoke;
	min-height: 175px;
	height: 250px;
}


.footer {
	min-width: 35em;
	max-width: 65em;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
	height: 3em;
	padding-top: 0.6em;
	text-align: center;
	border: 1px solid black;
}

#submitMakePhraseRequest {
	margin-bottom: 1em;
}

.menu {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 40%;
	min-width: 35em;
	max-width: 65em;
	border: 4px inset black;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.menu_item {
	padding-left: 2em;
	padding-right: 2em;
}


#controlPanel {
	background-color: rgba(100,150,255,1.0);
	color: white;
	min-width: 165px;
	width: 200px;
	max-width: 300px;
	/*height: 53px;*/
	display: block;
	position: fixed;
	right: 40px;
	top: 200px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: groove;
	border-width: 5px;
	border-color: white;
}

.rc {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/*// future proofing*/
	-khtml-border-radius: 15px;
}

.control-item {
}

#logout-dialog {
	display: none;
	position: fixed;
	z-index: -3;
	background-color: white;
	top: 4em;
	height: 10em;
	width: 40em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-khtml-border-radius: 15px;
	box-shadow: 7px 7px 5px 7px rgba(100,100,100, 0.8);
}

#logout-confirm-form {
	display: inline-block;
	margin-left: 25px;
}

.top-right {
	top: 0px;
	text-align: right;
	left: 70%;
	border: 1px solid grey;
	background-color: white;
	cursor: pointer;
}

#phrasesContainer {
	border: 1px solid black;
	overflow-y: auto;
	height: 250px;
}

#phrasesTable {
}

#editPhraseBox, #deletePhraseBox {
	display: none;
	position: fixed;
	z-index: -3;
	background-color: white;
	color: black;
	font-weight: bold;
	width: 500px;
	height: 150px;
	left: 33%;
	top: 100px;
}

#editPhraseBox div, #deletePhraseBox div {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 4px;
	width: 97%;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: white;
}

#editPhraseBox input {
	left: 40px;
	margin-left: 8px;
	font-size: larger;
	background-color: white;
}

