/* Document-wide properties */
body {
    padding: 10px;
    margin: 0px;
    background-color: #e56925;
    background-image: url('/images/orange/solid_bg.png');
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 0.9em;
}

img {
	border: none;
}

a, a:link, a:visited, a:hover, a:active {
	color: #3d91e4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #000;
	padding: 0px;
	margin: 0px;
	font-size: 1.9em;
	font-weight: bold;
}

h3 {
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

/* Layout */
.centering-container {
    text-align: center;
}

.main-container {
    width: 700px;
    text-align: left;
    margin: 0px auto;
}

.content-container {
	background-color: #fff;
	padding: 20px;
}

.footer-container {
	background-color: #eee;
	padding: 0.4em;
	font-size: 0.9em;
	text-align: center;
}

/* Navigation */
.top-bar {
	height: 12px;
	overflow: visible;
	position: relative;
}

.tab-container {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 0.9em;
}

.nav-tab {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	color: #e56925 !important;
	margin-bottom: 2px;
	float: left;
	margin-left: 2px;
}

.nav-tab-selected {
	height: 32px !important;
	margin-bottom: 0px !important;
}

.nav-tab:hover, .nav-tab:active {
	background-color: #4cabff;
	color: #fff !important;
	text-decoration: none;
}

.nav-tab-selected:hover, .nav-tab-selected:active {
	background-color: #fff !important;
	color: #e56925 !important;
}

.nav-link {
	float: left;
	line-height: 30px;
	margin-right: 10px;
	color: #fff !important;
}

/* Content */
.content-left-column {
	width: 420px;
	margin-right: 30px;
	float: left;
}

.content-right-column {
	float: left;
	width: 210px;
}

.login-box {
	width: 200px;
}

.login-box p {
	margin-top: 0px;
	margin-bottom: 4px;
}

/* Messages */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    padding:10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/notices/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/notices/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/notices/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/notices/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/images/notices/validation.png');
}
