html {min-height: 100%;}

body {
	background-color: #5F5F5F;
	color: #000000;
	font: normal 80% verdana,tahoma,sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	margin-top: 5px;
	font-size: 150%;
	color: #336699;
	font-family: verdana,tahoma,sans-serif;
}

h2 {
	color: #CC6600;
	font-size: 130%;
	font-family: verdana,tahoma,sans-serif;
}

a {
	color: #5F9BBF;
	text-decoration: underline;
}

a:hover {
	color: #A6B3BB;
	text-decoration: underline;
}

select {
	border: 1px solid #99A7AF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
	padding:2px;
}

textarea {
	border: 1px solid #99A7AF;
	padding: 3px;
	font-size: 12px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #99A7AF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 3px; 
}

input[type="button"],
input[type="submit"] {
	padding: 2px 15px 3px 15px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #000000;
	border-right-color: #000000;
	background-color: #A6B3BB;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
}

.label {
	font-weight: bold;
}

.small {
	font-size: 70%;
}

.user-status {
	color: gray;
}

.strike {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.align-right {
text-align: right;
}

.align-center {
text-align: center;
}

p.report-warning {
background: url('/images/warning.gif') center no-repeat;
background-color: #FFF6BF;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color:#996666;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
}

p.report-alert {
background: url('/images/alert.gif') center no-repeat; 
background-color: #FBEEF1;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color: #8E6A64;
border-top: 2px solid #FEABB9;
border-bottom: 2px solid #FEABB9;
}

p.report-info {
background: url('/images/info.gif') center no-repeat; 
background-color:#F8FAFC ; 
background-position: 15px 50%; 
text-align: left; 
padding: 5px 20px 5px 45px; 
color:#5E6273; 
border-top: 2px solid #B5D4FE; 
border-bottom: 2px solid #B5D4FE;
}

p.report-complete {
background: url('/images/sun.gif') center no-repeat;
background-color: #E6FFE1;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color:#48793F;
border-top: 2px solid #BCDFB5;
border-bottom: 2px solid #BCDFB5;
}

p.report-feed {
background: url('/images/feed.gif') center no-repeat;
background-color: #E0E0E8;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color: #333333;
border-top: 2px solid #85BBDB;
border-bottom: 2px solid #85BBDB;
}

p.report-download {
background: url('/images/download.gif') center no-repeat;
background-color: #F0F0F0;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color: #666666;
border-top: 2px solid #c0c0c0;
border-bottom: 2px solid #c0c0c0;
}


.wrapper {
	width: 791px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper-header {
	width: 791px;
}

.wrapper-body {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
}

.wrapper-footer {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 75%;
	text-align: center;
	padding: 5px;
}


