div#loading_img_div_id img {
	margin: 20% 49% 20% 49%;
	height: 30px;
	width: 30px;
}
div.design_body_label {/*this is the label element above #design_activity_container*/
	text-align: center;
	margin: 10 0;
	padding: 10 0;
	border: none;
	background-color: #E0E0E0;
	font-style: italic;
    font-weight: bold;
    font-size: 14pt;
}
div.design_body_label div .label {
    /* display:inline-block works for non-IE browsers, while display:inline is for IE ones. But unfortunately, display:inline disrupts non-IE browsers. 
    Hence we need to use the * property to hide the display:inline rule from all non-IE browsers*/
/*    display: -moz-inline-stack;
    display: inline-block;
    zoom:1; 
    *display: inline;
    width: 100px;*/
	
	color: #114927;
}
div.design_body_label div .value {
	color: #4D4D4D;
}
div#design_activity_container {
	text-align: center;
	background-color: #F2F2F2;
	border: none;
}

/*button panel (preview and create buttons)*/			
div#btn_panel_id{
	text-align: center;
    margin-top: 10px;
}	

img.help_button_class {
	vertical-align: middle;
	margin-left: 5px;
}
div.close_button_body_class {
	text-align: right;
}	
img.close_button_class {
 	cursor: pointer; 
 	border:solid 2px black;
 	width:15px;
 	height: 15px;
}

/* Design interface */
div.section {
	width: 100%;
	margin: 0 0;
	padding: 0;
	border: none;
}

div.section_header {
	font-size: 14pt;
	background: url("../images/flaxiconoriginal_16.png") #B9D0C2 5px center no-repeat;
	line-height:25px;
	text-align:left;
	padding: 0 0 0 25px;
	font-style: italic;
    font-weight: bold;
	color: #1A1A1A;
    border-bottom: 2px solid #114927;
}
div.section_body {
	text-align: left;
}
div#num_inst_id {
    text-align: center; 
}

div.section_body ul {
	margin: 0;
	padding: 0;
	position: relative;
}
div.section_body ul li {
	list-style: none;
    /* display:inline-block works for non-IE browsers, while display:inline is for IE ones. But unfortunately, display:inline disrupts non-IE browsers. 
    Hence we need to use the * property to hide the display:inline rule from all non-IE browsers*/
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin-top: 5px;
    padding-left: 5px;
    
    /** Rule "line-height" works for FF, while "height" does the trick for IE
    line-height: 30px;
    height: 30px;*/
    
    min-height: 30px;/*For now, this doesn't work for IE*/
}
* html div.section_body ul li {/* IE hack, credit to cssplay.co.uk */
	height: 30px;
}
.left {
    width: 40%;
    background-color: #E0E0E0;
    color: #1A1A1A;
    font-style: italic;
    font-weight: bold;
}
.right {
    width: 59%;
    background-color: #FFFFFF;
}
div.section_body ul li.right {
    position: absolute;
    right: 0;
    top: 0;
}
li.duo select {/* DuoDropdownMenu */
	margin: 0 10 0 5;
}
span.margin_right_5 {/* TimeLimitSetter */
	margin-right: 5px;
}
/**The MultiSelectDropdownMenu uses table to make it even height on left and right column*/
div.section_body table {
	border-spacing: 0;
	margin-top: 5px;
	width: 100%;
}
td.left, td.right {
    vertical-align: top;
	border: none;
	padding-left: 5px;
}	

/* End of Design interface */

div#preview_container_id {
    text-align: left;
    margin: 5px 0 0 0;
}   


/* Some rules for module interface (design activity, build collections, and display FLAX collection resource) */
div.module_container {
    background-color: #F2F2F2;
    padding: 10px 0;
    margin: 0 2%;
    font-size: 16px;
    text-align: left;
    
}
div.module_container div.design_button_body {
    text-align: right;
}
div.module_container div.list_body {
	background-color: #FFFFFF;
	margin: 20 0;
}
div.module_container div.build_body_class {
	margin: 0 1%;
}
div.module_coll_title {
	margin-left: 40px;
	white-space: nowrap;
	text-overflow:ellipsis;/*IE specific*/
		width: 50%;
	overflow: hidden;
    #zoom:1;#display:inline;/*For IE 7*/ 
}		
div.tooltip_label {
    /* display:inline-block works for non-IE browsers, while display:inline is for IE ones. But unfortunately, display:inline disrupts non-IE browsers. 
    Hence we need to use the * property to hide the display:inline rule from all non-IE browsers*/
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom:1; 
    *display: inline;
    width: 200px;
    
    margin-right: 10px;
    text-align: left;
    color: #005900;
    font-weight: bold;
}	
/* End of some rules for module design interface */
