a img {
	border: none;
}

/* Display Database Listing - TABLE */
table.databaselisting {
	font-size: .95em;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 10px;
	clear: right;
	border-collapse: collapse;
}
table.czone {
    clear: both;
}
table.databaselisting tr {
	background-color: #fff;
}
table.databaselisting td {
	color: #666;
}
table.databaselisting th {
	background-color: #62C8FF;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-image: url(/images/tableheader.gif?1317096468);
	background-repeat: repeat-x;
	background-position: bottom;
}
table.databaselisting td, table.databaselisting th {
	padding: 3px;
}
table.databaselisting tr td {
	background-image: url(/images/border.gif?1317096468);
	background-repeat: repeat-x;
	background-position: bottom;
}

table.databaselisting td.option {
	background-color: #fec400;
	text-align: center;
	width: 100px;
	color: #000 !important;
	font-weight: bold;
}
table.databaselisting td.option a {
	color: #000 !important;
    text-decoration: none !important; 
}
table.databaselisting td.option a:hover {
    text-decoration: underline !important; 
}
table.databaselisting td.option a.locked {
	color: #F00 !important;
}
table.databaselisting .handle {
    cursor: move;
}
p.empty {
	font-style: italic;
	font-weight: bold;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
table.databaselisting tr.disabled td {
opacity: .5;
filter: alpha(opacity=50);
}
table.databaselising tr.locked td {
opacity: .5;
filter: alpha(opacity=50);
color: #F00;
}

.dragAndDrop {
	width: 14px;
}

table.databaselisting .thumbnail {
	width: 50px;

}
table.databaselisting th.count {
	text-align: center;
}
table.databaselisting td.count {
	width: 100px;
	font-size: 2em;
	text-align: center;
}
/* END Display Database Listing - TABLE */

/* Generic list output */
ul.databaseOutput {
    margin-left: 0;
    padding-left: 0;
}

ul.databaseOutput li, ul.dayOutput li {
    list-style-type: none;
    padding-bottom: 1em;
    margin-left: 0;
}

ul.databaseOutput li div, ul.dayOutput li div {
	font-weight: bold;
	font-size: 1.3em;
}
/* END Generic list output */

/* Pagination */
div.pagination {
	padding: 3px 0 3px 0;
	margin: 20px 0 10px 0;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: bold;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #333333 !important;
    background-color: #FFFFFF !important;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #333333;
	background-color: #333333 !important;
	color: #FFFFFF !important;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEEEEE;

	color: #DDDDDD;
}
/* END Pagination */

/* Error and Success Notification Displays */
p.flash {
	padding: 10px 10px 10px 60px !important;
	background-repeat: no-repeat;
	font-size: 1em;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
}
p.success {
	color: #2E5B00;
	background-color: #C8FF91;
	border: 1px solid #6C0;
	background-image: url(/images/success.gif?1317096468);
	background-position: -20px -20px;
}

p.fail {
	color: #5B1200;
	background-color: #FFA791;
	border: 1px solid #F30;
	background-image: url(/images/failure.gif?1317096468);
	background-position: -17px -15px;
}
.errorExplanation {
	color: #5B1200 !important;
	background-color: #FFA791;
	border: 1px solid #F30;
	padding: 10px 30px 10px 60px;
	margin-bottom: 20px;
	background-image: url(/images/failure.gif?1317096468);
	background-repeat: no-repeat;
	background-position: -17px -15px;
    text-align: left;
}
.errorExplanation h2, .errorExplanation p {
	font-style: normal !important;
	color: #5B1200 !important;
}

.fieldWithErrors {
  border: 2px solid red;
  background-color: #FFA791;
}
/* END Error Displays */

/* Buttons */

p.rightButtons {
    float: right;
}

/* END Action Buttons */

/* Message Board */
.thread {
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

.thread .titleBar {
    background-image: url(/images/tableheader.gif?1317096468);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #62C8FF;
    color: #222222;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em;
}

.thread .titleBar .date, .reply .titleBar .date {
    float: right;
    white-space: nowrap;
    padding-left: 20px;
    font-size: 0.8em;
}
.thread .message {
    padding: 0.5em;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.thread .replyLink {
    float: right;

}
.reply {
    width: 97%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

.reply .titleBar {
    background-color: #fec400;
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em;
}
.reply .message {
    padding: 0.5em;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.reply .replyLink {
    float: right;
}
/* END Message Board */

/* Standard Form   -- FROM THE FRONT END */
form.databaseinput {
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

form.databaseinput fieldset p, form.databaseinput fieldset > div {
	margin: 0px !important;
	clear: left;
	padding-top: 5px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
form.databaseinput fieldset p label, form.databaseinput fieldset > div label {
	float: left;
	width: 170px;
	text-align: right;
	font-size: 1.1em;
	margin-right: 5px;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2px;
}
form.databaseinput fieldset p span.comments, form.databaseinput fieldset > div span.comments {
    margin-left: 107px;
    font-style: italic;
    clear: left;
}
form.databaseinput fieldset p.comments {
    margin-left: 147px !important;
    clear: left;
}
form.databaseinput fieldset {
	text-align: left;
	border: 2px solid #B1B4B4;
	padding: 0px;
	background-color: #EAEAEA;
    font-size: 0.9em;
}
form.databaseinput fieldset p.buttons, form.databaseinput fieldset > div.buttons {
	padding: 4px 0 4px 177px !important;
	margin: 5px 0 0 0 !important;
}

form.databaseinput fieldset p.indent, form.databaseinput fieldset > div.indent {
	margin-left: 177px;
}
form.databaseinput fieldset a.info {
  color: #fec400;
  font-weight: bold;
}
form.databaseinput fieldset hr {
	color: #3DA4D8;
	background-color: #3DA4D8;
	border: solid 1px #3DA4D8;
	margin: 10px 0 5px 177px;
	padding: 0;
}
span.handle {
    cursor: move;
}

form.databaseinput fieldset img.thumbnail {
	margin-top: 10px;
}

form.databaseinput .checkboxGroup {
	margin: 0 0 0 175px;
	padding: 0;
	list-style-type: none;
	color: white;
}
/* END Standard Form */

/* KTML Fixes */

form.databaseinput fieldset .ktmlwindow {
	color: #000000;
}
form.databaseinput fieldset .ktmlwindow p {
	color: #000000;
}
form.databaseinput fieldset .ktmlwindow a {
	color: #000000;
}
form.databaseinput fieldset .ktmlwindow fieldset {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px groove #999999;
	background-color: transparent;
}
/* END KTML Fixes */

/* Buttons */
.buttons {
	height: 29px;
}
.databaseinput .buttons label {
	margin-right: 7px !important;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5 !important;
    border:1px solid #dedede !important;
    border-top:1px solid #eee !important;
    border-left:1px solid #eee !important;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656 !important;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff !important;
    border:1px solid #c2e1ef !important;
    color:#336699 !important;
	text-decoration: none !important;
}
.buttons a:active{
    background-color:#6299c5 !important;
    border:1px solid #6299c5 !important;
    color:#fff !important;
	text-decoration: none !important;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214 !important;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2 !important;
    border:1px solid #C6D880 !important;
    color:#529214 !important;
}
.buttons a.positive:active{
    background-color:#529214 !important;
    border:1px solid #529214 !important;
    color:#fff !important;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19 !important;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4 !important;
    border:1px solid #fbc2c4 !important;
    color:#d12f19 !important;
}
.buttons a.negative:active{
    background-color:#d12f19 !important;
    border:1px solid #d12f19 !important;
    color:#fff !important;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699 !important;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff !important;
    border:1px solid #c2e1ef !important;
    color:#336699 !important;
}
.buttons a.regular:active{
    background-color:#6299c5 !important;
    border:1px solid #6299c5 !important;
    color:#fff !important;
}

/* END Buttons */

/* Links */

.unavailable {
	opacity: .2;
	filter: alpha(opacity=20);
}
td.option .unavailable {
	display: inline-block;
}
/* END Links */

/* Image Gallery */
.imageGallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;

}
.imageGallery h2 {
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
    background-color: #EAEAEA;
    padding: 0.1em 0.3em 0.05em 0.3em !important;
}
.imageGallery h2 a {
	text-decoration: none;
}
.imageGallery h2 a:hover {
}
.imageGallery div.photo, .imageGallery p.thumb a, .imageGallery ul.thumbnails a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  background-color: #EAEAEA;
  text-align: center;
  width: 100px;
}
.imageGallery div.photo {
	float: none;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
    padding: 10px 4px 10px 4px;
}
.imageGallery p.thumb a, .imageGallery ul.thumbnails a {
  margin-right: 10px;
  margin-bottom: 10px;
}
.imageGallery div.photo img, p.thumb a img, .imageGallery ul.thumbnails a img {
	border: none;
	padding-bottom: 9px;
	display: block;
	float: left;
}
.imageGallery p.thumb a {
	text-decoration: none;
}
.imageGallery div.photo, .imageGallery p.thumb a:hover, .imageGallery ul.thumbnails a:hover {
  background-color: #DDDDDD;
}
.imageGallery p.thumb, .imageGallery ul.thumbnails {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  line-height: 1em;
  list-style: none;
}
.imageGallery .categoryDescription {
	overflow: hidden;
}
.imageGallery ul.thumbnails li {
  display: inline;
  padding: 0;
  margin: 0;
}
.imageGallery div.pagination {
float: none;
width: auto;

}
.imageGallery div.pagination {

}
/* END Image Gallery */

/* Quizzes */

.quizStart {
	font-size: 2em;
	text-align: center;
}
.quizMark {
	font-size: 4em;
	text-align: center;
}
.questionNumber {
	text-align: right;
	background-color: #EAEAEA;
	padding: 3px 7px !important;
}
.questionStatus {
	float: right;
	padding: 10px 15px 10px 60px;
	font-size: 1.2em;
	margin: 0 0 10px 10px;
	width: 5em;
}
.questionCorrect {
	color: #2E5B00;
	background-color: #C8FF91;
	border: 1px solid #6C0;
	background-image: url(/images/success.gif?1317096468);
	background-repeat: no-repeat;
	background-position: -20px -20px;
}
.questionIncorrect {
	color: #5B1200;
	background-color: #FFA791;
	border: 1px solid #F30;
	background-image: url(/images/failure.gif?1317096468);
	background-repeat: no-repeat;
	background-position: -17px -15px;

}
.questionResources {
	padding: 10px;
	border: 1px solid #FFFF62;
	background-color: #FFFFCA;
	margin-bottom: 20px;
}

/* END Quizzes */

/* Comment Areas */
p.comment {
	padding: 10px !important;
	background-color: #EAEAEA;
	margin-bottom: 20px !important;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
/* END Comment Areas */
