@CHARSET "UTF-8";


body {
  background-color: #dfdfdf;
  background-repeat: no-repeat;
  background-size: auto;
  color: #003366;
  font-family: helvetica,sans-serif;
  font-size: 14px;
  min-width: 600px;
}


ul, li {
    list-style: inside none none;
    margin: 20px 0;
    padding-left: 0;
}

a {text-decoration: none;}
a:visited {
   	color: #003366;
   	}
   	
a:hover, a:current, a:focus {
	color: #b7a3c5;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
   	margin-top: 15px;
   	margin-bottom: 5px;
   	}
   	
h2.loginmsg {color: red;}
.separate {margin-top: 35px;}


.mainbody {
	width: 100%;
	margin-top:15px;
	}

.headstrip {
  border-bottom: 2px solid #b7a3c5;
  height: 140px;
  width: 100%;
}

.logo {
  margin: 15px;
  width: 300px;
}

.inputtitle {
  display: block;
  float: left;
  position: relative;
  top: 5px;
  width: 190px;
}

	
.actions {float:right; margin-top: 93px; }

.leftbar {
  float: left;
}

.leftpanel {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 30px;
  margin-bottom: 15px;
}
.leftpanel p {color: black;}
ul.tight li {
	margin: 3px;
}

.content {
  float: left; 
  margin-left: 20px;
  
}

.content-inner {
	/* margin-left: 20px; */
}

.full-width-content {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.full-width-content h1 {
	/* text-align: center; */
}


form ul, form li {margin:3px 0;}
.wide { width: 275px;}
.wideinput {width: 400px;} 
select.wideinput {width: 250px;}


table {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #bbbbbb;
 /*  padding: 5px; */
}

th {text-align:left;
	padding: 0 10px;
	background-color: rgba(200,200,200,0.5);}
td {padding: 4px 10px;}

tr:nth-child(even) {background-color: rgba(210, 230, 255, 0.5);}

img.qhover {
  margin-left: 3px;
  position: relative;
  text-align: right;
  top: 4px;
}

.received {
	font-weight: bold;
	color: white;
	background-color: green;
	padding: 1px 3px;
	border-radius: 3px;
	border: solid 1px green;
}
