/* CSS for content in the middle */
div.mid-content-div {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
    padding: 38px 52px 38px 52px;
}

div.mid-content-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}

ul.footer-links {
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: -1px;
}

ul.footer-links li {
    display: inline;
    padding: 0 2px;
}

span.emphasize-text {
	font-size:18px;
	font-weight:bold;
}

.borderless tbody tr td, .borderless thead tr th {
    border: none;
}

/* For jquery-ui sort list */
#sortable, #unsortable, #unsortable2 { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li, #unsortable li, #unsortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 2.3em; }
.ui-state-disabled { opacity: 1; border-style: solid; border-width: 1px;} 
.ui-state-grey { background-color: #cecece;}
html>body #sortable li { height: 2.3em; line-height: 1.6em; width: 670px;}
.ui-state-highlight { height: 2.3em; line-height: 1.6em; }
