@charset "UTF-8";

@media print
{
	.noprint { display: none; }
}
.autotextareaheight { height: auto; }
.textareadiv
{
	width: 600px;
	height: auto;
	min-height: 40px;
	border: solid darkgray 1px;
	padding: 1px;
	white-space: pre-wrap;
}

form
{
	margin: 0;
}

body
{
	font-family: sans-serif, arial;
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
}

a:link { color: red; }
a:visited { color: orange; }

h1
{
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 1.8em;
	font-family: Times, "Times New Roman", Serif;
	font-style: normal;
}

h2
{
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 1.6em;
	font-family: Times, "Times New Roman", Serif;
	font-style: normal;
	display: inline;
}

.errorMessage
{
	color: red;
	background-color: yellow;
	border-radius: 8px;

	padding: 3px;
	padding-left: 12px;
	padding-right: 12px;

	border: solid black 1px;
	font-size: 1.2em;
	font-weight: bold;
}

div.successBox
{
	margin-top: 10px;
	margin-bottom: 15px;
}
div.successBox span
{
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px black solid;
	background: #7da;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
}

input[type="text"], input[type="password"], input[type="textbox"], select, textarea
{
	background-color: #fff;
	border: 1px solid #000;
	font-family: sans-serif, Arial;
}

input[disabled], input[readonly], textarea[readonly], textarea[disabled], select[disabled], select[readonly], option[disabled]
{
	border: 1px solid #999;
	background-color: #eee;
	color: #333;
}

input[disabled], input[readonly], textarea[readonly], textarea[disabled], select[disabled], select[readonly], option[disabled],
.disabled, .readonly
{
	border: 1px solid #999;
	background-color: #eee;
	color: #333;
}

textarea
{
	font-size: 1.0em;
	font-family: sans-serif, Arial;
}

table
{
	padding: 0px;
	margin: 0px;
}


.qsmstitle
{
	font-size: 16px;
	font-family: sans-serif,Arial;
	font-style: normal;
	vertical-align: middle;
}

@media screen and (min-width: 800px)
{
	.qsmstitle
	{
		font-size: 28px;
	}
}

.logo
{
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
	font-size: 5px;
}


.welcome
{
	clear: right;
	float: right;
	margin-top: 2px;
	padding-right: 3px;
}

.search
{
	clear: right;
	float: right;
	text-align: right;
	padding-right: 3px;
	padding-top: 12px;
}


ul.headerMenu
{
	position: relative;
	left: 0;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 2px grey;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0px;
}
ul.headerMenu > li
{
	padding-bottom: 3px;
	padding-top: 3px;
}
ul.headerMenu li
{
	color: white;
	font-weight: bold;
	font-style: normal;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	display: inline;
	position: relative;
}

ul.headerMenu li a
{
	color: white;
	font-weight: bold;
	font-style: normal;
	padding: 1px;
	text-decoration: none;
}
ul.headerMenu li a:hover
{
	color: yellow;
	border: 2px solid yellow;
}
ul.headerMenu li a.notimplemented
{
	text-decoration: line-through;
	display: none;
}

ul.headerMenu > li > ul
{
	display: none;
	position: absolute;
	left: 0;
	width: auto;
	white-space: nowrap;
	border: 1px solid silver;
	z-index: 2;
	padding-left: 0px;

	top: 18px;
	margin-left: 0px;
}

ul.headerMenu li:hover > ul
{
	display: block;
}

ul.headerMenu > li > ul li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
}

ul.headerMenu > li > ul li a
{
	display: block;
	padding-left: 5px;
	padding-right: 10px;
}

.notimplemented
{
	text-decoration: line-through;
	display: none;
}

.unauthorized
{
	color: red;
	font-size: 1.3em;
	padding-left: 10px;
}

.overdue
{
	color: white;
	background: red;
	font-weight: bold;
}

.dueSoon
{
	background: yellow;
	font-weight: bold;
}

/* Assessments */
.good
{
	background: #aea;
}
.moderate
{
	background: #ff8;
}
.significant
{
	background: #f88;
}
.normal
{
	background: white;
}
.nopadding { padding: 0; }
.nopadding>div { padding: 0; }

.bottomActionButtons
{
	float: right;
	right: 2px;
}

.viewButtons
{
	float: right;
	margin-right: 5px;
	margin-top: 4px;
	background-color: white;
	z-index: 3;
}

.maincontent
{
	position: relative;
	float:left;
	height: 100%;
}

.riskscore
{
	margin-left: auto;
	margin-right: auto;
	width: 1em;
	text-align: right;
}

.nobr {white-space: nowrap;}

div.leftnav
{
	margin-top: 5px;
}
.leftnav
{
	background: #356;
	color: #eee;
	font-weight: bold;
}
.leftnav ul { margin-left: 4px; padding-left: 4px; padding-right: 5px; }
.leftnav ul ul { margin-left: 0px; padding-left: 0px; }
.leftnav li { list-style: none; margin-left: 0px; padding-left: 0; font-weight: bold; }
.leftnav li li { list-style: none; margin-left: 15px; }
.leftnav a { color: yellow; text-decoration: none; font-weight: normal; }

.chartClass { width: 700px; height: 500px; }

.required { color: red; font-weight: bold; }

.hover div
{
	background: white;
	border: 1px solid black;
	display: none;
	height: auto;
	padding: 5px;
	position: absolute;
	z-index: 200;
}
.hover:hover div { display: block; }

.site-section
{
	font-weight: bold;
	padding-bottom: 6px;
	text-align: center;
}

.smallerFont
{
	font-size: 0.8em;
}

div.smallerFont td, div.smallerFont th
{
	padding: 4px 4px;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.hdrrow
{
	background-color: #ccc;
}

.delete
{
	background-image: url('../images/delete.png');
}

#mainform\:ownerList > button > .ui-button-text,
#mainform\:addNewOwner > .ui-button-text
{
	padding: 2px;
}

div.ui-datatable table { width: auto; }


div.ui-paginator {
	padding: 4px !important;
}

div.ui-tabmenu {
	border-bottom: solid 1px darkgray;
}

li.ui-tabmenuitem.ui-state-active {
	border-top: solid 2px #0064b3 !important;
	border-left: solid 2px #0064b3 !important;
	border-right: solid 2px #0064b3 !important;
}

li.ui-tabmenuitem {
	border-top: solid 1px darkgray;
	border-left: solid 1px darkgray;
	border-right: solid 1px darkgray;
	border-radius: 5px 5px 0px 0px;
	margin-right: 3px !important;
	margin-top: 3px !important;
}

span.ui-menuitem-text {
	display: inline !important;
}