
/*
* Page Structure
****************/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #CCCCCC;
}

#pageMenu {
	width: 1024px;
	margin-bottom: 20px;
}

#pageBody {
	width: 1024px;
}

/*
* Form Elements
***************/

form {
	width: 100%;
}

textarea.editor {
	height: 400px;
	width: 800px;
}

button {
	padding: 15px 24px 46px;
	margin:10px 0;
	font-size: 23px;
	height: 40px;
	border-radius: 5px;
	background-color: lightGrey;
}

.pseudolink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0066FF;
	cursor: pointer;
}

.pseudolink:hover {
	text-decoration: underline;
}

.pseudobutton {
	cursor: pointer;
}

.dialogueBox {
	background-color: #feff95;
	border: 1px solid #99bbdd;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	margin: 10px auto;
	padding: 5px 15px;
	width: 1024px;
}

/*
* General Text
**************/

.general-small {
	font-size: 10px;
}


/*
* List table
************/

table.listview {
	border-collapse: collapse;
}

table.listview thead th, table.listview tbody td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

table.listview thead tr {
	border-bottom: 2px solid #000000;
}

table.listview tbody tr:hover {
	background-color: #dbdbdb;
}



/*
* Sub-field
***********/

.subfield {
	width: 400px;
	z-index: 1;
	padding: 0px; /* Appearance */
	text-align: left;
	background: #ffffff;
	border-style: solid;
	border-color: #7F9DB9;
	border-width: 1px;
}

.subfield ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.subfield ul {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
}

.subfield ul li {
	padding: 3px;
}

.subfield ul li:hover {
	background-color: #3366CC;
	color: #ffffff;
	cursor: pointer;
}