@import "theme/theme.css";

/***********************************************************************
	GENERIC ELEMENTS
***********************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.7em Verdana, "Lucida Sans Unicode", Arial, sans-serif;
/*
	background: #959898 url("../image/background.gif") repeat;
	background: #D3D3D3;
*/
	background: #959898;
}

input, textarea, select {
	font: 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.2em;
	vertical-align: middle;
}

input {
	padding: 2px 0;
}

input[type="checkbox"] {
	padding: 0;
	margin: 2px;
}

button,
input.button {
	padding: 2px 5px;
	margin-right: 5px;
}

label {
	margin: 0 0 0 5px;
}

input.textDate {
	width: 7em;
	margin-right: 5px;
}

/*
color choices:
#99CCFF <-- default
#CCFF99
#FFFF66
#FFFF99
#CCFFFF
#C1FFC1
*/
/* highlight focused element */
/*
input:focus, textarea:focus, select:focus,
*/
.focus {
	background-color: #C1FFC1;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: normal;
	font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

a {
	color: #006400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* substitute for Strict DTD */
a.targetBlank {
}

table {
	background: #FFFFFF;
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
}

tbody tr {
	font-size: 11px;
}

span.hidden {
	width: 0;
	height: 0;
	display: none;
}

/* ROW STRIPES */
tbody tr.even,
tbody tr.odd {
	text-align: center;
}

tr.even {
/*
	background-color: #EDEDED; <-- light grey
	background-color: #E0F4D7;
	background-color: #B1DB87;
	background-color: #DFFFDF;
	background-color: #FF9900;
*/
	background-color: #EEEEEE;
}

td, th {
	padding: 5px;
}

th {
	font-weight: bold;
	font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	max-width: 20em;
}

fieldset {
	padding: 5px 10px;
	border: 1px solid #000000;
}

fieldset legend {
/*	margin: 0 0 0 10px; */
	padding: 0 5px;
	font-size: 14px;
}

ul, ol, dl {
	margin: 0 0 0 20px;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: circle;
}

/*
	status styles
*/
div.status {
	margin: 0 0 10px;
	padding: 2px 10px;
}

div.error {
	border: 1px solid #DD7777;
}

div.error, tr.error {
	background: #FFCCCC;
  color: #C52020;
}

div.warning {
	background: #FFFFDD;
	border: 1px solid #999933;
}

div.ok {
	background: #DDFFDD;
	border: 1px solid #339933;
}

div.info {
	background: #DDDDFF;
	border: 1px solid #333399;
}

.error {
	color: #FF0000;
}

.error input,
input.error,
.error textarea,
textarea.error,
.error select,
select.error {
	color: #FF0000;
	border: 2px solid #FF0000;
}

.requiredFlag {
	color: #FF0000;
}

span.status_message {
	padding-left: 10px;
}

/*
	test result elements
*/
.test-positive-confirmed,
.test-positive-chronic,
.test-positive-presumptive,
.test-pending {
	font-weight: bold;
	font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}

.test-positive-confirmed {
	color: #ff0000;
}

.test-positive-chronic {
	color: #ff69b4;
}

.test-positive-presumptive {
	color: #ff4500;
}

.test-pending {
	color: #008000;
}

/***********************************************************************
	LAYOUT
***********************************************************************/
#container {
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto;
	min-width: 780px;
	width: 95%;
	max-width: 1240px;
	height: 100%;
}

#header, #wrapper, #footer {
	position: relative;
}

#header, #footer {
	width: 100%;
	clear: both;
}

/***********************************************************************
	HEADER
***********************************************************************/
#header {
	height: 118px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#news {
	width: 190px;
	height: 49px;
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #006400;
	overflow: auto; 
	font-size: 11px;
	line-height: 1.2em;
}

#mainmenu {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 1.33em; /* 20px */
	font-size: 15px;
	background: #2F982F;
}

#submenu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 1.5em; /* 18px */
	font-size: 12px;
	background: #75CA75;
}

#mainmenu ul,
#submenu ul {
  margin: 0;
  padding: 0;
}

#mainmenu ul li,
#submenu ul li {
	list-style: none;
	list-style-image: none;
	display: inline;
  margin: 0;
	padding: 0;
}

#mainmenu ul li a,
#submenu ul li a {
	position: relative;
	float: left;
	display: block;
	color: #000000;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}

#mainmenu ul li a.active,
#mainmenu ul li a:hover,
#mainmenu ul li a.hover {
	color: #FFFFFF;
	background: url("../image/menu.png") repeat;
	text-decoration: none;
}

#submenu ul li a:hover {
	color: #FFFFFF;
}

/***********************************************************************
	WRAPPER
***********************************************************************/
#wrapper {
	margin: 20px 0 0;
	padding: 0 280px 0 0;
	overflow: auto;
}

#content-wrapper, #sidebar-right {
	background: #FFFFFF;
	position: relative;
	float: left;
}

#content-wrapper {
	padding: 0 20px;
	width: 100%;
	overflow: hidden;
}

#content-wrapper legend label {
	margin: 0;
}

#sidebar-right {
	width: 200px;
	padding: 0 20px;
	margin-right: -100%;
}

#content-wrapper .block {
	overflow: auto;
	margin: 0 0 20px;
}

#content-wrapper .content {
}

#content-wrapper .page-title {
	overflow: visible;
}

#content-wrapper .page-title h2 {
	margin: 0;
}

#content-wrapper .footnote {
	font-size: 11px;
}

#sidebar-toggle {}

#sidebar-right-toggle {
	text-align: right;
}

#sidebar-right .block {
	margin: 0 0 10px;
	font-size: 11px;
/*
	background: #C5E4C5;
*/
	background: #DAEEDA;
	border: 1px solid #006400;
}

#sidebar-right .block .content {
	line-height: 1.3em;
	padding: 5px;
}

#sidebar-right .block .content > div {
	margin-bottom: 0.75em;
}

#sidebar-right .block .content a {
	color: #000;
}

#sidebar-right .block h2 {
	color: #FFFFFF;
	padding: 0 5px;
	margin-bottom: 0;
	height: 20px;
	background: #FFFFFF url("../image/sidebar_header.png") repeat;
}

#sidebar-right .block label.row {
	font-weight: bold;
	font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 0;
	padding-right: 0.5em;
}

#sidebar-right input,
#sidebar-right textarea,
#sidebar-right select {
	font: 10px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1em;
	vertical-align: middle;
}

/*
	for removal of sidebar-right

to remove
$('#sidebar-right').addClass('remove-right');
$('#wrapper').addClass('remove-right');

to restore
$('#wrapper').removeClass('remove-right');
$('#sidebar-right').removeClass('remove-right');
*/

#wrapper.remove-right {
	padding-right: 40px;
}

#sidebar-right.remove-right {
	display: none;
}

/**********************************************************************
	FOOTER
***********************************************************************/
#footer {
	padding: 0 0 10px;
	text-align: center;
	font: 10px/1.2em Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.2em;
}

#footer a {
	color: #000000;
}
