@CHARSET "ISO-8859-1";

body {
	margin: 0; padding: 0;
}

form#loginForm {
	padding-left: 5px;
}

div#header img {
	float: left;
}

div#header h1 {
	width: 100%;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 4em;
	background-color: #696;
	color: #ffc;
	margin-top: 0; margin-bottom: 0;
}

div#footer {
	font-size: 0.8em;
	margin-top: 1em;
	border-top: 1px dotted black;
	padding-left: 5px;
	font-family: arial, sans-serif;
}

div#searchboxContainer {
	width: 100%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #696;
	padding-top: 1em;
}

div#searchoptionsContainer {
	border: 1px solid black;
	padding: 0 2em 2em 2em;
}

div#magicSchoolContainer, div#levelsContainer {
	float: left;
	margin-right: 1em;
}

div#descriptorContainer {

}

div#schoolAndSubschoolContainer {
	float: left;
}

div.wrapper {
	padding-left: 1em;
}

div.clear {clear: both;}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
}

/* for styling autocomplete boxes */
div.autocomplete {
	position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
    margin:0px;
    padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
    text-align: left;
}

div#pageoverlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #000;
	z-index: 5;
}

div#largespinner {
	position: fixed;
	top: 40%; left: 40%;
	background-color: #fff;
	z-index: 10;
	padding: 1em;
	border: 2px solid black;
	text-align: center;
}

div#largespinner img {cursor: pointer;}
a#cancelSearchLink {
	border: 1px solid #eee; 
	padding: 2px; 
	color: #666;
	display: none;
}

div#rowCount {
	font-family: arial, sans-serif;
	font-size: 1.3em;
	padding-left: 10px;
}

/* style the elements that hold the spell text */
div.aSpell {
	padding: 10px;
	font-family: arial, sans-serif;
}

div.spellNameRow {
	background-color:#9c9;
	margin-bottom: 1em;
	padding: 1em;
}

div.spellLevelDiv {
	float: left;
	width: 15%;
}

div.spellNameDiv{
	float: left;
	width: 70%;
	font-size: 2em;
	text-align: center;
}
 
div.spellBookDiv {
	float: left;
	width: 15%;
}

div.spellAttribute {
	float: left;
	width: 11%;
}

div.spellAttributesRow {
	margin-bottom: 1em;
}

div.spellDescription {
	padding-left: 5px;
}

div.nestorAdmin {
	padding-left: 10px;
	font-family: arial, sans-serif;
}

a img {border: none;}

.centre {text-align: center;}
.right  {text-align: right;}
.even 	{background-color: #fff; padding: 0 5px 0 5px;}
.odd 	{background-color: #ddd; padding: 0 5px 0 5px;}
