/*
AECCEB chiaro
6699CC medio
003366 scuro
*/

a {
	color: #502A23;
}

.mimiclink {
	color: #502A23;
	text-decoration: underline;
	cursor: pointer;
}

.message {
	font-weight: bold;
	color: #905244;
	padding: 10px;
	border: 2px dashed #14517E;
	margin: 40px;
}

div.container
{
	width:100%;
	margin:0px;
	border:1px solid #512a23;
	line-height:150%;
}
.header, .footer
{
	padding:0.5em;
	color:white;
	background-color:#512a23;
	clear:left;
}

h1
{
	background-color: #579A30;
	padding:5px;
	margin:0;
	color: white;
}
h2
{
	padding:5px;
	margin:0;
	color: #003366;
}
h3
{
	text-align: left;
	color: #003366;
}
#userName {
	top: 138px;
	left: 35px;
	position: absolute;
}

div.left
{
	padding: 0px !important;
	float:left;
	width:189px;
	margin:0;
	padding:1em;
}
div.content
{
	margin-left:190px;
	padding:1em;
}

#leftmenu {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}
#leftmenu li {
	background:transparent url(../images/listicon.png) no-repeat scroll 9px 9px;
	margin:5px;
	float:left;
}
#leftmenu li a:link,#leftmenu li a:visited {
	font-weight:bold;
	display:block;
	color:#FFFFFF;
	background-color:#512a23;
	width:150px;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}
#leftmenu li a:hover,#leftmenu li a:active {
	background-color:#904A43;
}

.borderCell {
	border: 1px solid #003366;
	padding: 1px 10px 1px 10px;
}

.menuelem {
	font-family: Garamond;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: #003366;
	border-bottom: 1px solid #FFFFFF;
}

.menucell {
	background-color: #512a23;
}

.menuelem a {
	color:#FFFFFF !important;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	padding:4px 3px 5px 10px;
	text-decoration:none;
}

.menuelem a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#904A43 none repeat scroll 0 0;
	/*color:#993300 !important;*/
}

.detailtable th{
	background-color: #6699cc;
	color: #FFFFFF;
	text-align: center;
}

.detailtable td {
	font-family: Verdana;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.detailtable tfoot{
	background-color: #BC7163;
}

.row1{
	background-color: #AFBFD9;
}

.row2{
	background-color: #C7D0D6;
}
.row3{
	background-color: #9EBED5;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
.popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	z-index: 9002;
}

input[type="button"] , input[type="submit"], input[type="reset"]{
	width: 150px !important;
}

input[disabled], textarea[disabled], option[disabled], optgroup[disabled] {
	background-color:#EEEEEE !important;
	color:#222222 !important;
}

.positivecell {
	background-color: #22EE22;
}
.negativecell {
	background-color: #EE2222;
	color: white;
	font-weight: bold;
}
.formSelected {
	background-color: #FEA807;
}
#moduleTable td {
	padding: 5px;
}