/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project:
		Kimberly-Clark Contaminomics

	Author:
		Kristina Floyd

	Date Created:
		2008 03 16

	About:
		Contains styles for general content

	Notes:
		Place second in the cascade

	Site Colour Scheme:

	Font sizing:
		formula:
			1 / parent font size (px) x required pixels = em equivalent
		eg:
			1 / 11px x 12px = 1.090909091em

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content
		04	elements.css - Styles for specific page elements
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	main.css - Continuity generated stylesheet
		09	print.css - Print specific styles
*/



p { margin-bottom: 1.18182em; }
#subContent p { margin-bottom: 1em; }
img {  }
em { font-style: italic; }
strong { font-size: 1.0404em; font-weight: bold; }
blockquote { margin: 1em; }
hr {  }/* See elements.css */
address {  }


/* START Hx */
h1, h2, h3, h4, h5, h6 { color: #1953A5; font-weight: bold; }
h1 { font-size: 1.7341em; line-height: 1.25em; margin-bottom: 0.8889em } /* font size - 18px margin-bottom - px */
h2 { font-size: 1.45455em; margin-bottom: 0.8125em; } /* font size - 16px margin-bottom - 13px */
h3 { font-size: 1.2138em; margin-bottom: 0.5714em; } /* font size - 14px margin-bottom - 8px */
h4 { font-size: 1.09091em; margin-bottom: 0.3333em; } /* font size - 12px margin-bottom - 4px */
h5 {  }
h6 {  }
/* END Hx */



/* START A */
a { color: #1953A5; text-decoration: underline; }
	a:hover { text-decoration: none; }
	a:visited { color: #116DAF; }
/* END A */



/* START list */
ul { margin: 1em; }
	ul li { list-style: disc; }
ol { margin: 1em; }
	ol li { list-style: decimal; }
	li { margin: 0 2em; padding: 0 0.5em; }
dl { margin: 1em; }
	dt { font-weight: bold; }
	dd { margin-left: 1em; }
/* END list */



/* START table */
table { background: transparent url(/template-images/contaminomics/content/table/bg.gif) no-repeat top left; border-collapse: collapse; display: table; font-size: 100%; margin-bottom: 1em; width: 456px; }
	caption { color: #1953A5; font-weight: bold; padding: 0 1em 1em 1em; }
		tr { background: transparent; }
		thead { display: table-header-group; vertical-align: top; }
			th { background: transparent url(/template-images/contaminomics/content/table/dotHorizontal.gif) repeat-x bottom left; color: #1953A5; font-size: 1.0404em; font-weight: bold; padding: 1em; vertical-align: top; }
			table th.first,
			table td.first { background: transparent url(/template-images/contaminomics/content/table/dotsHorizontalFirst.gif) no-repeat bottom left; }
			table th.last,
			table td.last { background: transparent url(/template-images/contaminomics/content/table/dotsHorizontalLast.gif) no-repeat bottom right; }
			td { background: transparent url(/template-images/contaminomics/content/table/dotHorizontal.gif) repeat-x bottom left; border-collapse: collapse; padding: .5em 1em; vertical-align: top; }
		tbody { display: table-row-group; font-size: 0.9537em; vertical-align: middle; }
		tfoot { display: table-footer-group; vertical-align: middle; }
/* END table */




/* START form */
form { margin-bottom: 1em; }
	fieldset {  }
        fieldset ol { list-style: none; margin: 0; padding: 0; width: auto; }
            fieldset li { list-style: none; margin: 0; padding: 0 1em 1em 1em; width: auto; }
				fieldset li li { margin: 0; padding: 0; }
                fieldset li p { margin-bottom: 0; }
                legend { color: #1953A5; font-size: 1.6363em; }
                    fieldset fieldset legend { color: #636466; font-size: 1em; padding-bottom: 1em; }
					fieldset fieldset legend span { display: block; width: 460px; }
                label { color: #1953A5; display: block; font-weight: bold; margin: 0; padding: 0 6px; width: 150px; }
                textarea,
                select,
				option,
                input { border: 1px solid #636466; font-family: Arial, Helvetica, sans-serif; font-size: 0.9537em; width: 279px; }
				option { border: none; font-size: 1em; width: auto; }
				textarea { height: 15em; }
				select { padding: 0; }

	.formedit { clear: left; margin-bottom: 1em; }
		.formedit label { float: left; padding-left: 0; }
		.formedit input { float: left; }

	.formpassword { clear: left; margin-bottom: 1em; }
		.formpassword label { float: left; padding-left: 0; }
		.formpassword input { float: left; }

    .formradio {  }
        .formradio fieldset {  }
            .formradio li { float: left; width: 462px; }
                .formradio input { float: left; margin-right: 1em; width: auto; }
                .formradio label { display: block; float: left; margin: 0; padding: 0; }

    .formcheckbox {  }
        .formcheckbox fieldset {  }
            .formcheckbox li {  }
                .formcheckbox input { border: none; margin-right: 1em; width: auto; }
                .formcheckbox label { display: inline; float: none; margin: 0; padding: 0; width: auto; }

    .formdate {  }
        .formdate fieldset {  }
            .formdate fieldset li { background: transparent; float: left; margin: 0; padding: 0; }
                .formdate fieldset input { margin: 0 0.5em; width: 50px; }

    .formselect { clear: left; /*margin-bottom: 1em; */ }
		.formselect label {  float: left; padding-left: 0;}
		.formselect select { padding: 0; }
			.formselect option {  }

	.formdatasourcedselect  { clear: left; /*margin-bottom: 1em;*/ }
		.formdatasourcedselect label {  float: left; padding-left: 0;}
		.formdatasourcedselect select { padding: 0; }
			.formdatasourcedselect option {  }

	.formfileupload {  }
		.formfileupload label { display: block; float: none; width: auto; }

	.formmemo {  }
		.formmemo label { padding-left: 0; }
		.formmemo textarea { height: 6em; margin-top: 0.5em; width: 435px; }

	#div_contact_permission { margin-top: 2em; }
		#div_contact_permission input {  }
		#div_contact_permission label { font-size: 0.9537em; font-weight: normal; }

    .validationerror { background: #FFF5B7 url(/template-images/contaminomics/content/form/exclamation.gif) no-repeat top left; border: solid 2px #E5E5E5; clear: left; display: block; font-weight: bold; margin: 2em 0 0.5em 0; padding: 0.5em 0.5em 0.5em 28px; /*width: 371px;*/ }
	.validationerrorabove {  }

	.pageformcontainer { padding: 0; }
		.pageformcontainer fieldset { padding: 0; }
			.pageformcontainer fieldset li { background: transparent; }
			.pageformcontainer fieldset .formradio { margin-bottom: 0; }
			.pageformcontainer fieldset .formfileupload { margin-bottom: 0; padding-top: 0; }

	.formbuttonbar { padding-bottom: 0; }
		#formButtons {  }
			#formButtons ol {  }
				#formButtons li { background: transparent url(/template-images/contaminomics/content/form/submitRight.gif) no-repeat center right; float: right; margin-left: 5em; padding: 0; }
					#formButtons input,
					.submit { background: transparent url(/template-images/contaminomics/content/form/submitLeft.gif) no-repeat center left; border: none; color: #FFFFFF; cursor: pointer; font-size: 0.9537em; font-weight: normal; padding: 4px 13px 6px 4px; text-decoration: none; text-transform: lowercase; width: auto; }
/* END form */
