/************ form styles ********************/
/************ (including tinymce at end) *****/

.clearer {
  clear:both;
}

.chk {
  display: block;
  float: left;
  margin: 0 5px;
  min-width: 4em;
}

.chk input {
  margin-right: 10px;;
}

.chk label {
  margin-right: 1em;
}

.row {
  clear: both;
  padding-top: 6px;
  overflow:hidden;
  }

.edLabel {
	font-size: 1em;
	line-height: 1.6em;
	margin-right: 10px;
	width: 100px;
	float: left;
	}

.edLabelSubs {
  width: auto;
  margin-left: 16px;
}

#caption .edLabel, #alttext .edLabel {
	width: 80px;
	}

.edField {
	float: left;
	}

#itemEdit input, #itemEdit textarea {
	border: 1px solid #666666;
	padding: 2px;
	font: 1em Verdana, Arial, sans-serif;
	}

#itemEdit .wide {
	width: 400px;
	}

#caption .wide, #alttext .wide {
	width: 350px;
	}

#itemEdit .medium {
	width: 200px;
	}

#itemEdit .date {
	width: 6em;
	}

#itemEdit .time {
	width: 3em;
	}

#itemEdit textarea {
	width: auto;
	}

#itemEdit #submitButton {
	width: auto;
	}

#cdate {
	float: left;
	width: 300px;
	}

#cdate2	{
	float: left;
	}

#cdate .cDMonth {
	float: left;
	width: 60px;
	margin-left: 4px;
	margin-bottom: 2px;
	background-color:#CFC;
	}

#cdate label {
	margin-left: 2px;
	}

.cDYear {
	float: left;
	background-color:#CFC;
	margin-bottom:2px;
	}

.cDYear label{
	margin-left: 2px;
	}

#inputErrors {
  margin-left:2em;
  background-color:#FFFFCC;
  color: #c20;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}

/* PubKit item management screens */
#addItem {
  padding-right: 20px;
  text-align: right;
}

.manageItems td, .manageItems th {
	padding: 2px;
     0.2em;
}

.pkManageTitles {
    width: 20em;
}

.pkStatusDraft {
	background-color:#EEE;
	color: #123;
	font-weight:bold;
}

.pkStatusLive {
	background-color:#080;
	color: white;
	font-weight:bold;
}
.pkStatusFwdDate {
	background-color:#FF7B00;
	color: white;
	font-weight:bold;
}
.pkStatusExpired {
	background-color: #F00;
	color: white;
	font-weight:bold;
}
.pkStatusUnpub {
	background-color: #C33;
	color: white;
	font-weight:bold;
}

.flagColumn {
  width: 1.1em;
  text-align: center;
}

.dateColumn {
  font-size: 0.75em;
  min-width: 6em;
}

/*********************** TinyMCE *******************************************/
/* Connected from setting in Resources > Plugins > TinyMCE > Configuration */

#tinymce {
  background-color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
