body{ font: 62.5%  sans-serif; margin: 50px;}
.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
.docs{ font : 1.2em sans-serif; margin: 10px 10px 10px 10px; max-width:1100px; text-align: justify;}
#authors{padding: 0 0 10 0 ;text-decoration: none;position: relative; font-size:0.9em;}
#affiliations{padding: 10 0 10 0 ;text-decoration: none;position: relative; font-size:0.8em;}
.scroll_checkboxes {
	    height: 90%;
	    width : 25%;
	    padding: 5px;
		margin-left : 15px;
	    overflow: auto;
	    border: 1px solid #ccc;
}
#_moz_viewer{ width: 100%; margin: 0 0 0 20px; /* top right bottom left */ padding: 0; }
#_moz_viewer #container {width : 100%; height:100px;float:none; }

#_ie_viewer{ width: 100%; margin: 0 0 0 20px; /* top right bottom left */ padding: 0; }
#_ie_viewer #view_mono { width: 27%; float: left; margin-right:0px;padding-right:0px;} 
#_ie_viewer #view_inno { width: 27%; float: left; margin-left: 50px;}
#_ie_viewer #container {width : 100%; height:200px;float:none; }
#_ie_viewer .h3_form {padding-left:0px; margin-bottom:10px;}
#_ie_viewer select {margin-top:10px; margin-bottom:10px; width : 85%; clear:both; margin-left:20px;}
#_ie_viewer .button_sub {margin-left:38%; font-size:1em;}

ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 200px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.block {
	height: 355px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	background: #e3e1d5;
}
.block h2 {
	font-size: 1.8em;
}
.block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#sample_table {
	font-size: 1em;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color: white;
	padding: 10px;
}


#sample_table th {
	border-width: 1px;
	padding: 3px;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

#sample_table td {
		border-width: 1px;
		padding: 3px;
		border-color: gray;
		background-color: white;
		-moz-border-radius: ;
}

