body {	
/*   font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, Arial, sans-serif; 
    background-image: url("images/faintcolorflower.jpg");
}
label {
	font-weight: bold;
	margin: 10px;
	margin-right: 40px;
}
.hidden {
	display: none;
}

.show {
	display: inline;
}

.large 	{
        font-family: Verdana,Geneva,Arial,Sans-serif;
	font-size: 120%;
}
label.sub {
	font-style: italic;
}
.warning {
	color: purple;
	font-weight: bold;
}



div.cascade {
//	display: block;
	padding:20px;
	border: thin inset white;
	background-image: url("images/marble2.gif");
}

div.sub2{
	padding-left: 35px;
	padding-top: 20px;
}
.title {
	font-size: 150%;
	font-weight: bold;
}

.detail {
	font-family: Verdana,Geneva,Arial,Sans-serif;
	font-style: italic;
}

#form_ctrl {
	margin-top: 50px;	
}
#labTitle {
        width: 100%;
        height: 37px;
        vertical-align: top;
	border-color: white;
	border-width: 2px;
	border-style: dashed;
        background-color: #666666;
        background-image:  url(images/footerline.gif);
        background-repeat: repeat-x;
}

#left_panel {
	float: left;
	width: 300px;
//	height: 100%;
	line-height:  1.2em;
	font-size: medium; 
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:       #444444;
	border: thin dashed white;
	background-color: #a7cece;
	padding:    10px;
	padding-left: 20px;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

ol {
	 margin-left:15px;
	font-weight: normal;
	font-size: small;
	font-style: italic;
}

.strong {
	font-size: 120%;
	font-weight: bold;
	margin-right: 10px;
}

#right_panel {
//	width: 65%;
	margin-left: 350px;
	clear: right;
}

caption{
	font-size: 120%;
	font-weight: bold;
}

#image_tbl{
	text-align: center;
}

th{
	font-size:110%;
}	

#rmsd_table{
	font-size: 120%;
}

