﻿@import "ui-theme-blue.css";

/*
	Style Overrides
*/
html, body {
  font: 12px/18px "helvetica-neue",helvetica,arial,sans-serif;
}

#container {
  background-color: white;
}

#header {
  background: #004772 url(images/header-bg-blue.gif) repeat-x left top;
}

#menu {
	color:#fff;
}

#menu li a{
	color: #fff;
}
#menu li a:hover{
	color: #43b4e4;
}

#sidebar {
	background-color: #ebe5dd;
  border-right: 1px solid #d9d3be;
}

a:link{
	color: #408da8;
}

#report-subcontrols label{
	color: #408da8;
}

#footer {
  background: #b3b0a2 url(images/footer-blue.png) repeat-x left bottom;
  color: #302e26;
  font-size: 11px;
}

#footer #amdlogo {
	color: #666;
}

#footer #amdlogo {
  color: #d9d3be;
}

#footer #footer-content {
}

.form-body {
	-moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f3f2ea;
	border: 1px solid #b3b0a2;
}

.hidden-form-row {
}


.form-row label,
.hidden-form-row label {
  font-size: 1.1em;
  color: #5a5647;
}

input[type=text],
input[type=password] {
	font-size: 12px;
	border: 1px solid #b3b0a2;
	padding: 4px;
	color: #535041;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}