html {
	padding: 0px;
	margin: 0px;
}

body {
	min-width: 1000px;
	padding: 0px;
	margin: 0px;
	background-color: #AAAAAA;
}

#popup {
	display: none;
	position: absolute;
	/*left:250px;*/
	min-width: 300px;
	top: 150px;
	min-height: 20em;
	height: auto !important;
	height: 20em;
	background-color: white;
	border: 1px solid black;
	z-index: 99999;
	padding: 20px;
	opacity: 1;
	MozOpacity: 1;
	text-align: center;
}

#loader,#loader2 {
	display: block;
	position: absolute;
	/*left:250px;*/
	min-width: 300px;
	/*top: 150px;
	min-height: 20em;
	height: auto !important;
	height: 20em;
	background-color: white;*/
	border: 0px solid black;
	z-index: 99999;
	padding: 0px;
	opacity: 1;
	MozOpacity: 1;
	text-align: center;
	height: 1em;
	padding-top: 10px;
}

#cover {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	display: none;
	width: 100%;
	background-color: #000000;
	opacity: 0.5;
	MozOpacity: 0.5;
	z-index: 99998;
	filter: alpha(opacity =                       50);
	text-align: center;
	overflow: hidden;
}

#header {
	margin: 0px;
	padding: 5px;
	min-width: 990px;
	background-color: white;
	/*border-bottom: 1px solid black;*/
	height: 53px;
	/*height:70px;*/
	background-image: url('../img/headerback.png');
}

#content {
	padding: 5px;
}

#contentOther {
	display: block;
	margin: 0px auto 0px auto;
	background-color: #EEEEEE;
	padding: 10px;
	width: 1000px;
}

#footer {
	min-width: 1020px;
	padding: 5px;
	clear: both;
	/*border-top: 1px solid black;
	border-right: 1px solid black;*/
	margin-top: 10px;
	position: fixed;
	bottom: 0px;
	/*right: 0px;*/
	left: 0px;
	/*min-width: 990px;*/ /*background-color: white;*/
}

#footer2 {
	clear: both;
	padding: 5px;
	background-color: #AAAAAA;
}

.registerList {
	width: 120px;
	border-right: 1px solid black;
	padding: 5px;
	padding-right: 10px;
	min-height: 133px;
	margin: 5px;
	float: left;
}

.textDiv {
	padding: 5px;
	overflow-y: auto;
	/*height:70%;*/
}

.notepadDiv {
	display: none;
}

h1 {
	margin: 0px;
	font-size: small;
	font-family: verdana, sans-serif;
}

textarea.p{
	font-size: small;
	font-family: verdana, sans-serif;
	width:120px;
	border:0px;
	height:135px;
	overflow:auto;
}

p {
	margin: 0px;
	font-size: small;
	font-family: verdana, sans-serif;
}

.did-you-mean {
	margin: 0px;
	font-size: small;
	font-family: verdana, sans-serif;
	margin-bottom: 10px;
}

p.xSmall {
	font-size: x-small;
}

span {
	font-size: small;
	font-family: verdana, sans-serif;
}

p.medium {
	font-size: medium;
	font-weight: bold;
}

p.listTitle {
	text-align: left;
	padding-left: 16px;
	margin-right: 40px;
	color: white;
	font-weight: bold;
	position: relative;
	top: -1px;
}

.drsMoveHandle p {
	font-weight: bold;
	color: white;
}

p.registerSubmit {
	margin-bottom: 5px;
}

p.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	background-image: url('../img/navDefault.png');
	background-repeat: no-repeat;
	width: 125px;
	height: 24px;
	padding-top: 4px;
	cursor: default;
}

p.button:hover {
	background-image: url('../img/navRollover.png');
}

.handle {
	cursor: move;
}

ul.lists {
	list-style: none;
	padding: 0px;
	margin: 0px 5px 5px 5px;
}

ul.lists li {
	clear: both;
	line-height: 17px;
}

ul.thesaurusResults {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 75px;
	border-left: 1px solid black;
	padding-left: 5px;
	margin-bottom: 1em;
}

ul.translateResults {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 40px;
}

ul.rhymerResults,ul.standardResults {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li.interdragger {
	border: 1px solid white;
	cursor: move;
	height: 1.1em;
}

li.interdragger:hover {
	border: 1px solid #AAAAAA;
}

ul#manageProjects {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#manageProjects li {
	background-color: #DDDDDD;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
}

ul#manageProjects li:hover {
	background-color: #EEEEEE;
}

#list_createNew2 {
	padding: 0px;
	margin: 0px;
	position: relative;
	list-style: none;
}

#list_createNew2 li {
	background-image: url('../img/navDefault.png');
	height: 24px;
	width: 125px;
	text-align: center;
	color: white;
	cursor: pointer;
}

#list_createNew2 li.extraLI {
	margin-bottom: 10px;
	background-image: url('../img/extraDefault.png');
	color: black;
}

#list_createNew2 li.extraLI:hover {
	background-image: url('../img/extraRollover.png');
}

#list_createNew2 li:hover {
	background-image: url('../img/navRollover.png');
}

#list_createNew2 li.rollover {
	background-image: url('../img/navRollover.png');
	display: none;
}

#list_createNew2 li p {
	padding-top: 4px;
	font-weight: bold;
}

#list_createNew {
	float: left;
}

#list_createNew,#list_createNew ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#list_createNew ul li {
	border: 1px solid green;
	padding: 2px;
}

#list_createNew ul li:hover {
	background-color: #CCCCCC;
}

#list_createNew ul {
	display: none;
	border: 1px solid green;
}

#list_createNew li:hover ul {
	display: block;
}

#list_createNew li {
	margin: 0px;
	padding: 0px;
	display: block;
}

#list_createNew3 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 2px solid black;
}

#list_createNew3 li {
	display: block;
	border-left: 4px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	padding: 2px;
	padding-left: 5px;
	cursor: pointer;
	background-color: #BBBBBB;
}

#list_createNew3 li:hover {
	background-color: #DDDDDD;
}

#instructionsList {
	padding: 15px;
	margin: 0px;
}

#instructionsList li {
	margin-bottom: 5px;
}

ul.nameElements {
	list-style: none;
	margin: 0px;
	/*margin-left:15px;*/
	padding: 0px;
	width: 90px;
	/*font-size:10px;*/
	float: left;
	padding-left: 5px;
}

ul.nameElements li {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.nameElementsTable ul {
	width: 32%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nameElementResults {
	border-left: 1px solid black;
	margin-left: 95px;
	min-height: 11em;
	height: auto !important;
	height: 11em;
	padding: 5px;
	/*margin-right:-95px;*/
	overflow: display;
}

ul.lists li.hover span {
	padding-right: 2px;
	border-right: 2px solid black;
}

ul.lists li.hoverpre span {
	padding-left: 2px;
	border-left: 2px solid black;
}

/*onmouseover="$('list1_options').style.display='block';"
		onmouseout="$('list1_options').style.display='none';"*/
ul.listDropDown {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	position: absolute;
	display: block;
	top: 2px;
	left: 2px;
	position: absolute;
	z-index: 999999;
	background-color: white;
}

ul.listDropDown li {
	position: relative;
}

ul.listDropDown li:hover ul {
	display: block;
}

ul.listDropDown li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 1px solid #999999;
	width: 100px;
	display: none;
	cursor: default;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: 999999;
	background-color: white;
}

ul.listDropDown li ul li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index: 999;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}

ul.listDropDown li ul li:hover {
	background-color: #EEEEEE;
	border: 1px solid #999999;
}

ul.listDrop {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 1px solid #999999;
	width: 100px;
	cursor: default;
	position: absolute;
	left: 2px;
	top: 12px;
}

ul.listDrop li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index: 999;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}

ul.listDrop li:hover {
	background-color: #EEEEEE;
	border: 1px solid #999999;
}

ul.accountOptions {
	list-style: none;
	margin: 0px;
	/*margin-left:15px;*/
	padding: 0px;
	width: 120px;
	/*font-size:10px;*/
	float: left;
	text-align: left;
}

ul.accountOptions li {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	margin-bottom: 2px;
}

#accountOptionsDiv {
	margin-left: 130px;
	border-left: 1px solid black;
	min-height: 7em;
	height: auto !important;
	height: 7em;
}

span.hoverpre {
	padding-left: 2px;
	border-left: 2px solid black;
}

.delete {
	position: absolute;
	/*top: 2px;
	right: 2px;*/
	top: 0px;
	right: 0px;
	height: 18px;
	width: 18px;
	cursor: pointer;
	background-image: url('../img/closeSmall.gif');
}

.delete:hover {
	background-image: url('../img/close2Small.gif');
}

.edit {
	position: absolute;
	/*top: 2px;*/
	top: 0px;
	right: 20px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	background-image: url('../img/edit.png');
}

.edit:hover {
	background-image: url('../img/edit1.png');
}

img.combinatorLoad {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: none;
}

input.listInput {
	width: 90%;
	display: block;
	margin: 5px auto 5px auto;
}

input.listInput2 {
	width: 90%;
	display: block;
	margin: 5px auto 5px auto;
	position: absolute;
	z-index: 1;
	border: 0px;
	padding: 2px;
	top: 20px;
}

input.titleInput {
	position: absolute;
	width: 75%;
	background-color: #CCCCCC;
	border: 0px;
	top: 2px;
	left: 17px;
	display: none;
}

select.combinatorSelect { /*width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;*/
	width: 200px;
}

table.combinatorTable td {
	text-align: center;
}

span.listSpan {
	padding-right: 80px;
}

span.saveButton {
	color: white;
	font-weight: bold;
	margin: 0px;
	font-size: small;
	font-family: verdana, sans-serif;
	position: relative;
	right: 43px;
	bottom: 2px;
	cursor: default;
}

span.more {
	display: none;
}

span.definition-marker{
	display:none;
}

option{
	
}

dl.word {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

dl dd {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: small;
	font-family: verdana, sans-serif;
}

dd.article{
	font-weight:bold;
}

dl{
	margin:0px;
}

.examples {
	font-style: italic;
}

option {
	padding-left: 3px;
}

textarea.notepad {
	width: 97%;
	margin: 5px auto 0px auto;
	display: block;
	/*height: 136px;*/
	height: 144px;
	border: 0px;
}

.definition,.examples,.entry {
	font-size: small;
	font-family: verdana, sans-serif;
}

* :first-child+html input.listInput {
	width: 200px;
}