
/* *********************************************************

styled elements ... defaults

********************************************************* */
body {
	font-size:0.88em;
	margin:0px;
	padding:3px;
	font-family:tahoma,arial,sans serif;
	background-image:url('/images/background_diagonal.png');
	background-repeat:repeat;
}
h1 {
	font-weight:normal;
	size:1.6em;
	margin-top:0px;
}
h2 {
	font-weight:normal;
	size:1.5em;
	margin-top:0px;
}
h3 {
	font-weight:normal;
	size:1.4em;
	margin-top:0px;
}
h4 {
	font-weight:bold;
	size:1.3em;
	margin-top:0px;
}
h5 {
	font-weight:bold;
	size:1.2em;
	margin-top:0px;
}
img {
	border:none;
}
fieldset {
	border:none;
}
a:visited, a:link, a:active {
	color:#3333ff;
}
a:hover {
	color:#ff0000;
}

th {
	border-bottom:solid 1px #000000;
	text-align:left;
}

td {
	border-bottom:solid 1px #c0c0c0;
}

table {
	border-collapse:collapse;
	width:98%;
}



/* *********************************************************

classed elements 

********************************************************* */

fieldset.label_left label {
	padding-right:15px;
	float:left;
	width:125px;
	margin-top:3px;
}

fieldset.label_left br {
	clear:both;
	margin-top:3px;
}

fieldset.label_left input, fieldset.label_left select, fieldset.label_left textarea, fieldset.label_left span {
	margin-top:3px;
}

fieldset.border {border:solid 1px #666666;}

fieldset.hidden_edit_form {
	display:none;
	background-color:#ebf1ff;
	width:500px;
	border:dashed 1px #666666;
	margin:3px;
}

fieldset.border {
	border:solid 1px #999999;
}

div.err {
	background-color:#fff0f0;
	background-image:url('/images/err.png');
	background-position:left center;
	background-repeat:no-repeat;
	border:solid 1px #999999;
	padding:10px;
	font-family:courier;
	font-size:1.1em;
	padding-left:40px;
	margin-top:20px;
}

div.ok {
	background-color:#f0fff0;
	background-image:url('/images/ok.png');
	background-position:left center;
	background-repeat:no-repeat;
	border:solid 1px #999999;
	padding:10px;
	font-family:courier;
	font-size:1.1em;
	padding-left:40px;
	margin-top:20px;
}

div.warn {
	background-color:#ffffcc;
	background-image:url('/images/warn.png');
	background-position:left center;
	background-repeat:no-repeat;
	border:solid 1px #999999;
	padding:10px;
	font-family:courier;
	font-size:1.1em;
	padding-left:40px;
	margin-top:20px;
}

tr.alt {
	background-color:#ffffcc;
}

/* *********************************************************

	Data elements 

********************************************************* */

#schemo_list {
	list-style-type:none;
	margin-left:20px;
	padding:0px;
}

#sound_clip_list {
	list-style-type:none;
	margin-left:20px;
}

#pics_thumbnail_holder {
	width:90%;
	height:150px;
	border:solid 1px #e0e0e0;
	overflow-y:scroll;
	margin-bottom:10px;
	margin-left:20px;
}

#pics_thumbnail_holder div {
	width:100px;
	height:100px;
	font-size:0.8em;
	text-align:center;
	float:left;
	margin:9px;
}

#pics_thumbnail_holder img {
	width:100px;
	height:75px;
	border:solid 3px #999999;
}

#datasheet {
	margin-bottom:30px;
}

#datasheet tr td:first-child {
	font-weight:bold;
}

#datasheet tr td {
	border-bottom:solid 1px #e0e0e0;
}


