.bPageHeader {
	display:none;
}

.bPageBlock {
    background:#fcfcfc !important;
}

#bodyTable { margin: 0 auto; }


/* ****************** Header ****************** */

.headerContainer {
    padding:4px 20px 12px 20px;
}

.headerLeft {
	float:left;
}

.headerRight {
	float:right;
	margin-top:16px;
}

img {
    border: none;
}



/* ****************** Footer ****************** */

.footerContainer {
	padding: 12px 20px 12px 20px;
}



/* ****************** Body****************** */

.topPanelContainer {
	text-align: left;
	border: 1px solid #ccc;
}

.topPanel {
    background-color: #F0F0F0;
    padding: 24px 40px;
}

.mainPanel {
    float:left;
    width:65%;
}

.rightSidePanel {
    float:right;
    width:33%;
}

.title {
    font-size: larger;
    font-weight: bold;
}

.container {
    height: auto;
    overflow: hidden;
}

.floatRight {
    width: 300px;
    float: right;
    margin-left:12px;
}

.floatLeft {
    width: 300px;
    float: left;
    margin-left:12px;
}

.resizeWidth {
    width: auto;
    overflow: hidden;
}	

/* ****************** Navigation ****************** */

#navigationBar {
    list-style-type: none;
    margin: 0 0 16px 0;
    padding: 0;
    overflow: hidden;
    background-color: #E4E4E4;
    border:1px solid #DDD;
}

#navigationBar li {
    float: left;
    border-right:1px solid #CCC;
    margin:0;
}

#navigationBar li:last-child {
    border-right: none;
}

#navigationBar li a {
    display: block;
    color: #333;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

#navigationBar .active {
    background-color: #44AA44;
}
    
#navigationBar li:not(.active):hover a:not(.active):hover {
    background-color: #F4F4F4;
}



/* ****************** Progress Bars ****************** */

#progressbar {
    background-color: #eee;
    border-radius: 4px;
    padding: 1px;
}

#progressbar > div {
    background-color: #9e9;
    border-radius: 3px;
    width: 0%;
    height: 14px;
    margin-top:1px;
    text-align:center;
    font-size:0.9em;
}

.progressLabel {
    font-size:10pt;
}



/* ****************** Input Controls ****************** */

input[type=file] {
    padding:3px;
}

input[type="text"], input[type="password"], select, textarea {
    padding: 5px 6px;
    border: 1px solid #DDD;
    border-radius: 4px;
    width: 98%;
}

select {
    padding: 4px 4px;
    width: 100%;
}

/*
input[type=submit], input[type=button] {
    width: 140px;
    padding:6px 8px;
}

input[type="radio"] {
    width:10px;
}
*/


/* ****************** Horizontal Distribution ****************** */

.distributeHorizontal {
    display:table;
    width:100%;
    table-layout: fixed;
}
    
.distributeHorizontalItem {
    display:table-cell;
    text-align:center;
}

.distributeHorizontalItem a {
    display: block;
    color: #333;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}
  
.distributeHorizontalItem img {
    margin-bottom:4px;
}
    
.distributeHorizontalItem a.active {
    background-color: #44AA44;
}
    
.distributeHorizontalItem not(.active):hover a:not(.active):hover {
    background-color: #F4F4F4;
}

.horizontalCenter {
    text-align: center;
}



/* ****************** Table Data ****************** */

.wlTable {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.0em;
    border-collapse: collapse;
    width: 100%;
}

.wlTR {
    background:white;
    border: 1px solid #ddd;
}
.wlTR:hover {background-color: #fcfcff;}

.wlTD, .wlTH {
    border: 1px solid #ddd;
    padding: 3px 8px;
}

.wlTD {
    vertical-align:middle !important;
}

.wlTH {
    text-align: left;
    background-color: #eef7ee;
    color: #4a4a56;
}



/* ****************** Modal Dialog ****************** */

.wlModal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 80px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.wlModal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    border-radius: 6px;
    width: 80%;
    max-height: 80%;
    overflow: auto;
}

.wlModal-title {
    position:relative;
    font-size:1.2em;
    font-weight:bold;
    padding:5px 0;
    text-align: center;
    width:100%;
    background-color:#eeeef1;
    color: #777;
    border-radius:8px 8px 0 0;
}

.wlClose {
    position:absolute;
    top:-3px; right:8px;
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
}

.wlClose:hover,
.wlClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.wlModal-body {
    padding: 20px;
}



/* ****************** Edit Overlays ****************** */

.editSection {
    position:relative;
}

.overlayEditButton {
    position:absolute;
    top:2px; right:16px;
}

/* ****************** Information Display ****************** */

.wlLabelColumn {
    width:20%;
    text-align:right;
    padding:8px 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.95em;
    font-weight: bold;
    color: #4a4a56;
}

.wlDataColumn {
    width:80%;
    text-align:left;
}

.sectionDivision {
    margin: 0;
    padding:2px 4px 3px 4px;
    font-family: Arial,Helvetica,sans-serif;
    font-size:1.0em;
    font-weight:bold;
    color:#777;
    width:100%;
    background:#eee;
}

.wlFieldGroup {
    padding:6px 0;
}

.wlFieldLabel {
    font-family: Arial,Helvetica,sans-serif;
    color: #888;
    padding-bottom:4px;
}

.wlInstructionLabel {
    font-family: Arial,Helvetica,sans-serif;
    font-size:1.1em;
}

.essayQuestion, .questionLabel, .fieldLabel {
    font-family: Arial,Helvetica,sans-serif;
    color: #777;
    margin: 0;
}

.questionLabel {
    padding: 28px 0 6px 0;
}

.floatChart {
    float:left;
    margin:0 0 12px 12px;
    padding: 8px 0 0 0;
    border:1px solid #eee;
}

.chartTitle {
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
}

.noChartData {
    width:360px;
    height:280px;
    padding:4px 0;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    color:#777;
}

.noListData {
    text-align:center;
    border:1px solid #eee;
    border-top:none;
    padding:20px;
    margin:0;
    color:#777;
}

.pageTitle {
    font-size:1.3em;
    font-weight:bold;
}

.pageContent {
    padding:0 16px 16px 16px;
    border:1px solid #eee;
}

.sectionTitle {
    font-size:1.2em;
    font-weight:bold;
}