/* forms.css styles for forms, input and lists */
/************ form styles ***********/

/*change header*/
#header {
	height: auto;
}


/* TinyMCE specific rules */
body.mceContentBody {
 font-size: 1em;
 color: black;
 background: #EEF;
}

.mceContentBody a {
 color: red;
}

.row #detail {
	float: right;
}


/* ---------------------------------------- */

#adminPageHeading, #adminContent {
	margin-left: 150px;
}

#adminContent {
	width: 640px;
}

#inputErrors {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFF;
	font-size: larger;
}

#tagList LABEL {
	white-space: nowrap;
}


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

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

.cRbutton  {
	font-size: 0.8em;
	color: green;
	}

#contactForm {
	width: 400px;
	float:left;
	margin-top: 0.5em;
	}

#contactForm fieldset {
	padding: 0.25em 1.4em 1em;
	}

#contactPostal {
	float: left;
	width: 245px;
	margin-left: 2em;
	margin-bottom:1em;
	}

#contactPrivacy {
	width: 255px;
	float: left;
	margin-left: 2em;
	font-size: 90%;
	}

#contactForm legend,
#contactPostal legend,
#contactPrivacy legend {
	color:#009900;
	}

#contactForm .edLabel {
	width: 60px;
	}

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

.edField {
	float: left;
	}

.upFile {
	margin-left:100px;
	font-size: small;
}


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

#itemEdit .wide {
	width: 375px;
	}

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

#itemEdit .medium {
	width: 200px;
	}

#itemEdit .date {
	width: 6em;
	}

#itemEdit .time {
	width: 3em;
	}

#itemEdit textarea {
	width: auto;
	}

#itemEdit #submitButton,
#contactForm #submitButton{
	width: auto;
	}

#contactForm input.field {
	width: 200px;
	}

#contactForm textarea {
	width: auto;
	}

#contactForm #cMessage {
	margin-top: 0.5em;
	}

#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;
	}

/************* Link editing *********************/
#linkImage.row IMG {
	float: left;
	margin-right: 20px;
}

#linkImage.row SELECT {
	margin-top: 4px;
}


/************* 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;
}
