body {
    background: #ededfe;
    margin:0;
    padding: 0;
}

body, p, input, td, th, div, span {
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: 15pt;
    font-weight: normal;
    color: #333;
}

div#header {
    background-color: #ffffff;
    border-bottom: 2px solid #dbdbff;
    margin:0;
    padding:10px;
}

div#header h2 {
    color:#410066;
}

div#wrapperContent {
    background: #ffffff;
    padding: 20px; 
    margin: 25px;
}

.loadingMessage {
    font-size:2em; 
    color: #666;
}

.categoryLabel {
	text-align: left;
	font-weight: bold;
}

.categoryItem {
	font-weight: normal;
}