@import url(./globalnav.css);
@import url(./header.css);
@import url(./content.css);
@import url(./breadcrumbs.css);
@import url(./utilitynav.css);
@import url(./footer.css);
@import url(./actionset.css);
@import url(./fieldset.css);
@import url(./datatable.css);
@import url(./messages.css);
@import url(./bulletins.css);
@import url(./panel.css);
@import url(./cms.css);
html {
	margin: 1px;
	padding: 0px;
}
body {
	margin: 1px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
ul {
	margin: 1px;
	padding: 0px;
}
p {
	margin: 1px;
	padding: 0px;
}
p.confirmationMessage {
	margin-bottom: 1.5em;
	padding: 1.5em;
}
input.button {
	color: #3366cc;
	font-family: verdana, serif;
	font-size:84%;
	font-weight:bold;
	background-color: whitesmoke;
	border: 1px solid;
	border-color: #ff6600;
	margin-right: 2px;
	cursor: pointer;
}
a.button {
	color: #3366cc;
	font-family: verdana, serif;
	font-size:84%;
	font-weight:bold;
	background-color: whitesmoke;
	border: 1px solid;
	border-color: #ff6600;
	margin-right: 2px;
	cursor: pointer;
	text-decoration: none;
}
input.link {
	color:#3366cc;
	font-family: verdana, serif;
	font-size: 12px;
	font-weight: normal;
	background-color:white;
	border: none;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
	width: auto;
	overflow: visible;
}
input.linkRight {
	color:#3366cc;
	font-family: verdana, serif;
	font-size: 12px;
	font-weight: normal;
	background-color:white;
	border: none;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
	width: 82%;
	overflow: visible;
}
input.tabbuttonselected {
	color: white;
	font-weight: bold;
	font-family: verdana, serif;
	text-decoration: none;
	background-color: #66cc00;
	border: 0px solid;
	padding: 1px 4px 0px 4px;
	cursor: pointer;
	float:left;
}
input.tabbuttonunselected {
	color:gray;
	font-family: verdana, serif;
	text-decoration: none;
	background-color: #E7E7E7;
	border: 0px solid;
	cursor: pointer;
	float:left;
}
img {
	border: none;
}
img.home {
	border: none;
	margin: 0px 5px 0px 12px;
}
span.home {
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 12px;
}
td.homeLinks {
	vertical-align: top;
}
/* IE6 uses the following */
* html input.link {
	width: 1%;
}
/* end IE6 specific */

/* IE7 uses the following */
*+html input.link {
	width: 1%;
}
/* end IE7 specific */

progress.report-progress {
	width: 300px;
	height: 16px;
	vertical-align: middle;
}

.report-actions {
	margin-top: 8px;
}

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

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

html.anti-clickjack body {
	display: none !important;
}

.submit-locked,
.hidden-submit {
	opacity: 0.55;
	cursor: wait !important;
	pointer-events: none;
}

html.page-timeout,
html.page-timeout body,
.session-timeout-page {
	height: 100%;
}

.session-timeout-page {
	width: 100%;
	position: relative;
}

.session-timeout-message {
	width: 300px;
	height: 80px;
	position: relative;
	margin-left: -150px;
	margin-right: -150px;
	margin-top: -40px;
	text-align: center;
	top: 50%;
	left: 50%;
}
.session-timeout-button-container {
	padding-top: 1.5em;
}

div.session-expired-fieldset {
	max-width: 760px;
	margin-right: 20px;
}

div.fieldset div.session-expired-panel {
	line-height: 1.45;
	overflow: visible;
	padding: 1em 1.25em;
}

.session-expired-detail {
	color: #555555;
	margin-top: 1em;
}

div.fieldset div.session-expired-panel ul.session-expired-list {
	list-style-type: disc;
	margin: 0.75em 0 0 2em;
	padding: 0;
}

div.fieldset div.session-expired-panel ul.session-expired-list li {
	float: none;
	height: auto;
	line-height: 1.45;
	list-style: disc;
	margin-top: 0.35em;
	padding-right: 0;
	text-align: left;
}

a.button.session-expired-login-button {
	display: inline-block;
	font-size: 100%;
	line-height: 1.3;
	padding: 0.45em 0.9em;
}
