/***************************************************************/
/*  CSS stylesheet for standard HTML tags
/*  Copyright 2006 by Pixelsound Web Design Perth
/*  http://www.pixelsound.com/

/*************** HTML Tags *************************************/
body {
	font-size:70%;		/* to make font size in IE accessible (also see next definition): default is 70% */
	margin:0px;
	padding:10px;
	line-height:1.6em;
	background-color:white;
}

table, td, th, p, form, input, select, textarea, h1,h2,h3,h4,h5,h6, blockquote, ul, ol {
	font-size:1em;		/* to make font size in IE accessible (also see previous definition) */
}

body, table, td, th, p, form, input, select, textarea, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	font-family:Verdana, Tahoma, sans-serif;
	color:#000;
	/*	
	font-size:11px;
	*/
}

p {
	margin:0 0 1em;
	padding:0;
}

a {
	color:#AC2F40;
	color:#3F79AE;
	text-decoration: underline;
}
		a:hover {
			text-decoration: none;
		}
		img, a img, a:hover img {
			text-decoration: none;
		}




ul {
	margin:0;
	padding:.3em 0;
	padding-left:1.5em;
}
ol {
	margin:0;
	padding:.3em 0;
	padding-left:3em;
}

li ul, li ol {
}
		* li {
			margin:0;
			padding:.3em 0;
		}

	ul li,
	ul li ul li ul li {
		list-style-type:square;
	}
	
	/*** Level 2 ***/
	ul li ul li {
		list-style-type:circle;
	}
		.noBullets {
			margin-left:0;
		}
		.noBullets li {
			list-style:none;
		}
	


		
th,
tr.tableHeader td,
td.tableHeader {
	background-color:#5B87AB;
	color:white;
	padding:0px 10px;
	line-height:1.4em;
	border:1px solid white;
}
		th a,
		tr.tableHeader td a,
		td.tableHeader a {
			color:white;
			text-decoration:none;
			display:block;
		}

		tr.tableFooter td,
		td.tableFooter {
			background:none;
			font-weight:700;
		}




/************   Headings   *****************/

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
	font-weight:700;
	color:#000000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:1.5em 0;
	margin:2em 0 .5em;
	padding:0;
}
		h1, h1 a {
			text-decoration:none;
			color:#666;
			font-family: Arial, Helvetica, sans-serif;
		}
				h1 {
					font-size:2em;
					line-height:1em;
					padding:10px 0 5px 35px;
					font-weight:100;
					margin-bottom:1em;
					background-image:url(../images/btn-h1.gif);
					background-position: left top;
					background-repeat: no-repeat;
					text-transform:uppercase;
				}

		h2, h2 a {
			text-decoration:none;
			color: #666666;
			font-weight: 100;
			text-transform: uppercase;
		}
				h2 {
					font-size:1.6em;
					margin:2em 0 1em;
					border-bottom: 1px solid #DF0C18;
					padding: .3em 0;
				}
		h3, h3 a {
			text-decoration:none;
			color:#3F79AE;
		}
				h3 {
					font-size:1.3em;
					padding:0;
					margin:2em 0 .5em;
					margin-top:2em;
				}

		h4, h4 a {
			text-decoration:none;
			font-weight:700;
			letter-spacing:0.2em;
			color: #DF0C18;
		}
				h4 {
					text-transform: uppercase;
					font-size: 1.1em;
				}

		h5, h5 a {
			text-decoration:none;
			color: #DF0C18;
		}
				h5 {
					text-transform: uppercase;
					font-size:.9em;
				}

		h6, h6 a {
			text-decoration:none;
		}
				h6 {
					font-size:.9em;
				}
				h6 a:hover {
					text-decoration:underline;
				}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	padding-right:20px;
	background-image:url(../images/stationery/blt-arrow-dotted-right.gif);
	background-position:right;
	background-repeat:no-repeat;
}




.csc-firstHeader,
h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
h4.csc-firstHeader,
h5.csc-firstHeader,
h6.csc-firstHeader {
	padding-top:0px;
	margin-top:0px;
}



/************   Classes   *****************/
.small {
	font-size: .9em;
}



/****  Transparent  ***/
.transparent,
.transparent td,
.csc-frame-frame3 {
	margin:1em 0 2em;
	padding:.5em 1.5em;
	background:white;
	clear:both;
	border:0px none white;
}
	table.transparent,
	.transparent table {
		border-collapse:collapse;
		border:0px none white;
	}
		.transparent td,
		td.transparent {
			padding:.2em 1em;
			margin:0;
			border:0px none white;
		}
		.transparent td td,
		td.transparent td {
			padding:0 1em;
			padding-left:0;
			margin:0;
			border:0px none white;
		}

input.transparent {
	background:none;
	border:0px none white;
}


/****  Highlight  ***/
.highlight,
.highlight td,
td.highlight,
.csc-frame-frame1,
table.csc-uploads td {
	margin:1em 0 2em;
	padding:.5em 1.5em;
	background:#DFEBF9;
	clear:none;
	border:1px solid #8CC1EC;
}
	table.highlight,
	.highlight table {
		border-collapse:collapse;
		border:1px solid white;
		clear:none;
	}
		.highlight td,
		td.highlight,
		.transparent .highlight td,
		.transparent td.highlight,
		table.csc-uploads td {
			padding:.2em 1em;
			margin:0;
			border:1px solid white;
		}
	.highlight textarea,
	.highlight select,
	.highlight input {
		background:white;
	}

	.highlight p {
		margin:0;	
	}




/*************** Link Styles *************************************/

a.internal-link,
a.internal-link-new-window,
a.external-link,
a.external-link-new-window,
a.download,
a.mail {
	background-image:url(../images/stationery/rtehtmlarea-external_link.gif);
	background-position:left .4em;
	background-repeat:no-repeat;
	padding-left:10px;
}
a:hover.internal-link,
a:hover.internal-link-new-window,
a:hover.external-link,
a:hover.external-link-new-window,
a:hover.download,
a:hover.mail {
}

		a.internal-link img,
		a.internal-link-new-window img,
		a.external-link img,
		a.external-link-new-window img,
		a.download img,
		a.mail img {
			border:1px none white;
			text-decoration:none;
			display:none;
		}
		a.internal-link {
			background-image:url(../images/stationery/rtehtmlarea-internal_link.gif);
			padding-left:12px;
		}
		a.internal-link-new-window {
			background-image:url(../images/stationery/rtehtmlarea-internal_link_new_window.gif);
			padding-left:17px;
		}
		a.external-link {
			background-image:url(../images/stationery/rtehtmlarea-external_link.gif);
			padding-left:12px;
		}
		a.external-link-new-window {
			background-image:url(../images/stationery/rtehtmlarea-external_link_new_window.gif);
			padding-left:17px;
		}
		a.download {
			background-image:url(../images/stationery/rtehtmlarea-download.gif);
			padding-left:15px;
		}
		a.mail {
			background-image:url(../images/stationery/rtehtmlarea-mail.gif);
			padding-left:22px;
		}
/*
a.internal-link,
a.internal-link-new-window,
a.external-link,
a.external-link-new-window,
a.download,
a.mail {
	background-image:none;
	padding-left:0;
}
*/






/*************** Error Messages *************************************/
p.errorMessageBox {
	background-color:#CC3333;
	padding:.5em 1em;
}
	p.errorMessageBox,
	p.errorMessageBox * {
		color:white;
	}




/***** File Lists (put in basic style sheet, next to highlight) *************************************/
table.csc-uploads {
	border:1px none white;
	border-collapse:collapse;
}
	table.csc-uploads td p {
		padding:0;
		margin:0;
	}
	tr.tr-even td,
	tr.tr-odd td {
		border:1px solid white;
		padding:5px 10px;
		background-color:#efefef;
	}
	tr.tr-odd td {
		background-color:#e1e1e1;
	}





/****  Outlined  ***/
.outlined,
.outlined td,
.csc-frame-frame2 {
	margin:1em 0 2em;
	padding:.5em 1.5em;
	background:transparent;
	clear:both;
	border:1px solid #DF0C18;
}
	table.outlined,
	.outlined table {
		border-collapse:collapse;
		border:1px solid #666;
	}
		.outlined td,
		td.outlined {
			padding:.2em 1em;
			margin:0;
			border:1px solid #ccc;
		}



/****  Header Text  ***/

.HeaderText {
	font-size:1.2em;
	font-weight:700;
	color:#000;
	margin-bottom:0em;
}


/****  Spaced Text  ***/
.spaced {
	letter-spacing:.3em;
}



/****  All Caps  ***/

.AllCaps {
	text-transform:uppercase;
}



/****  Quotations  ***/

.quotation,
.quotation_left,
.quotation_right {
	font-size:1.8em;
	color:#8CC1EC;
	font-weight:700;
	padding:.5em 1.5em;
	margin:0 0 1em;
	line-height:1.2em;
	border-left: 3px solid #ccc;
	border-top: 1px solid #ccc;
}
		.quotation {
	margin: .5em 1.5em;

		}
		.quotation_left {
			width:50%;
			float:left;
			margin:0em 1.5em 1em 0;
		}
		.quotation_right {
			width:50%;
			float:right;
			text-align:right;
			margin:0em 0 1em 1.5em;
		}





.csc-frame-rulerBefore,
.csc-frame-rulerAfter {
	clear:both;
	border-bottom:1px solid #333;
	margin:4em 0;
}


.indent,
.csc-frame-indent {
	margin-left:22%;
}
.csc-frame-indent3366 {
	margin-left:33%;
}
.csc-frame-indent6633 {
	margin-left:66%;
}
.outdent {
	margin-left:0px;
}

.underline {
	text-decoration:underline;
}
.right {
}




.box {
	width:200px;
	padding:0 10px;
	margin:10px;
	background-image:url(../images/box-B.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
	.box h3 {
		width:182px;
		height:24px;
		padding:5px 10px;
		margin:0 -10px;
		font-size:12px;
		background-image:url(../images/box-header-bkg.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	.box h3 a {
		color:#3F79AE;
		background-image:url(../images/btn-red.gif);
		background-position:right;
		background-repeat:no-repeat;
		display:block;
	}
	.box p {
		width:180px;
		padding:0;
	}
	.box p a.internal-link {
		display:block;
	}




.redText {
	color:#EC3B45;
}







.clearBoth {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:1px;
	margin:0;
	padding:0;
	display:none;
}
.noMargin {
	margin:0px;
}

.dotted-top {
	background-image:url(../../../template/main/biomedex2008/images/stationery/tile-dot-T.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.dotted-bottom {
	background-image:url(../../../template/main/biomedex2008/images/stationery/tile-dot-T.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.csc-frame h1,
.csc-frame h2,
.csc-frame h3,
.csc-frame h4,
.csc-frame h5,
.csc-frame h6 {
	margin-top:1em;
	padding-top:0px;
}



.label1,
.label2,
.label3 { 
	float: left; 
	width: 100px; 
	padding: 0; 
	margin:0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	margin-right:.5em;
	margin-top:.5em;
	clear:left;
}
		.label1 {
			width:4em;
		}
		.label2 {
			width:7em;
		}
		.label3 {
			width:10em;
		}
