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

Title : NASET Master Stylesheet
Author : Cast Iron Coding	
Email : lucas@castironcoding.com 

Description : CSC Styles -- any TYPO3 content rendering specific styles

Created : 8/2/06
Modified : 8/5/06

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

/* Mailform styles */
fieldset.csc-mailform {padding-top: 20px; padding-bottom: 10px;}
	.csc-mailform-field { }
	.csc-mailform-field input { margin-bottom: 10px; }
	.csc-mailform-field textarea { margin-bottom: 10px; }
	.csc-mailform-field label { font-weight: bold; font-size: 100%; margin-bottom: 5px; display: block; text-align: right; margin-right: 10px; float: left; width: 100px; }
	.csc-mailform-submit { border: 1px solid right; position: relative; left: 110px; margin-top: 10px;}


/* Styles for the RTE */
.org {
	font-weight:bold;
	color:#603;
	font-style:italic;
}
.bc {
	font-weight:bold;
	color:#603;
}
.b {
	font-weight:bold;
}
.bci {
 	font-weight:bold;
	color:#603;
	font-style:italic;

}
.c {
	color:#603;
}
.ci {
	color:#603;
	font-style:italic;
}
.bi {
	font-weight:bold;
	font-style:italic;
}
.i {
	font-style:italic;
}

.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-justify {
	text-align:justify;
}


/* Job Post Styles -- why here?  For testing purposes as plugin_styles.css doesn't seem to be being included */

.tx_cicjobpost_pi1-postForm {
	margin-left:18px;
}

.tx-cicjobpost-pi1 form dl dt.fieldname {
	font-weight:bold;
}
.tx-cicjobpost-pi1 form dl dt.fielddetail {
	font-size:90%;
	font-style:italic;
	font-weight:normal;
}

p.tx_cicjobpost_pi1-error {
	color:red !important;
	padding:0;
	margin:0;
}
.tx-cicjobpost-pi1 form dl dd {
	margin: 0 0 13px 0;
	padding:0;
}

.tx-cicjobpost-pi1 dl dd input {
	/* These are styles that move the input fields to the right of the label.  Twas
	a little messy with current jobpost templates (validation errors looked bad)
	display:block;
	margin-top:-1.6em;
	margin-left:10em;*/
}

/*.tx-cicjobpost-pi1 h2,.tx-cicjobpost-pi1 h3,.tx-cicjobpost-pi1 h4,.tx-cicjobpost-pi1 h5,.tx-cicjobpost-pi1 h6 {
	padding-left: 0px !important;
}*/

.tx-cicjobpost-pi1 dl dd textarea{
	border: 1px solid #666;
	width: 80%;
	height: 100px;


}
.tx_cicjobtrack_pi1-trans-error {
	border:1px solid #000;
	background-color:#8BA797;
	padding:10px;
	padding-bottom: 10px !important;
}
.tx_cicjobtrack_pi1-trans-error p {
	color:#000;
	font-size:110%;
	font-weight:bold;
	margin-bottom: 0px !important;
	padding-left: 0 !important;
}
.tx_cicjobpost_pi1-checkbox {
}


