#content {
	text-align:left;
	margin-left: 36px;
	margin-right: 36px;
	width: 930px;
}
h2, h3 {
	font-family: calibri, arial, sans-serif;
	font-weight: normal;
	margin-top: 20px;
	line-height: 1em;
	margin: 10px 0 10px 0;
}
h2.first {
	border-bottom: #b5b5b5 solid 1px;
	margin-bottom: 7px;
	margin-top: 0px;
	padding-top: 20px;
}
h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.settings-unit {
	margin-top: 10px;
	border-bottom: #b5b5b5 solid 1px;
	padding-bottom: 10px;
	padding-top: 5px;
	position: relative;
}

.settings-unit input {
	position: absolute;
	left: 130px;
}

.settings-info-msg {
	color: #444;
}

.highlighted {
    color: #261F1D;
    background-color: #E5C37E;
}

#header-user {
	float: right;
	font-weight: bold;
    position: relative;
}

#header-user a {
	text-decoration: none;
	color: #000000;
}

#header-user #username {
    letter-spacing: auto;
    padding-left: 4px; 
    margin-top: 1px;
    border: 1px solid transparent;
    padding-right: 16px;
    margin-left: 5px;
    position: left;
	padding-top: 0;
	font-size: 12px;
}

#header-user #logout{
	color: #CF3F2E;
	font-size: 12px;
    padding-right: 5px;
}

#header-user #logout:hover {
	text-shadow: 1px 1px 2px #cbcaca;
    cursor: pointer;
	text-decoration: underline;
}

/*Loading icon changes starts*/
#loading_overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 102;
}

#loading_spinner {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
/*Loading icon changes ends*/