body
{
	background: #fafafa;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-image: url(../images/page_background.png);
}

body.With-Sidebar
{
	background-image: url(../images/page_background_sidebar.png);
	background-repeat: repeat-y;
	background-position: -250px 0;
}

/*
-------------------------------------------------------------------
Miscellaneous
*/

img { border: 0; }

form
{
	margin: 0;
	padding: 0;
}

.noDisplay { display: none; }

.fb
{
	/*Float break - generally used as <span class="fb">&nbsp;</span>*/
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

/*
-------------------------------------------------------------------
Fonts
*/

p,ul,dl,li,dd,dt,td,div,input,select,optgroup,option,textarea
{
	font-size: 100%;
	font-family: verdana,arial,sans-serif;
}

p,li,td,div,a.anchor { color: #222; }

p
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4em;
}

ul
{
	margin-top: 0;
	/*padding-bottom to match li + p (else ul margin-bottom and li margin-bottom don't add together)*/
	margin-bottom: 0;
	padding-bottom: 0.4em;
	list-style: square;
}

li
{
	margin-top: 0;
	margin-bottom: 0.6em;
}

h1,h2,h3,h4,h5,h6
{
	font-family: trebuchet,arial,sans-serif;
	color: #333;
}

h1
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: 2em;
	line-height: 1em;
}

h2
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: 1.6em;
	line-height: 1.1em;
}

h3
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1.3em;
	line-height: 1.1em;
}

h4
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1.1em;
	line-height: 1.1em;
}

h5
{
	padding: 0;
	margin-top: 0.75em;
	margin-bottom: 0.3em;
	font-size: 1em;
	line-height: 1.1em;
	text-decoration: underline;
}

h6
{
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-size: 1em;
	line-height: 1.1em;
	font-style: italic;
}

.small { font-size: 80%; }

/*
-------------------------------------------------------------------
Layout table
*/

table.layoutTable
{
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	table-layout: auto !important;
}

table.layoutTable td
{
	padding: 0 !important;
	border: none !important;
	vertical-align: top !important;
	background: none !important;
	width: auto;
}

/*
-------------------------------------------------------------------
Links
*/

a:active,a:link,a:visited
{
	color: #555;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

a.disabled:active,a.disabled:link,a.disabled:visited,a.disabled:hover
{
	color: #AAA;
	text-decoration: none;
}

a.plain:link,a.plain:visited,a.plain:active,a.plain:hover { text-decoration: none; }

/*
-------------------------------------------------------------------
Moved from inline appweb.lib
*/

.login-div {
	width: 100%; 
	align=left; 
	margin-left: 10%;
}
.login-width {
	width: 260px;
}
.width-170 {
	width: 170px;
}

.display-block {
	display: block;
}
.display-none {
	display: none;
}
.login-fieldset {
	width:100%; 
	align=left; 
	margin-left: 10%;
}
.width-260 {
	width: 260px;
}
.font-size-1 {
	font-size: 1px;
}
.listtable-checkbox {
	background:none;
	border:none;
	text-align:center;
}
.font-bold {
	font-weight: bold;
}
.cursor-help {
	cursor: help;
}


.img-style {
		vertical-align: middle;
		padding: 0px 0px 4px 2px;
}
.password-reset {
		height: 24px;
}
.twofa-label, .twofa-input {
		padding-top: 10px;
		white-space: nowrap;
}
.login-button {
		color: white;
		background-color: #3c76c0;
}
.float-left {
	float: left;
}

.pad-left-0 {
	padding-left: 0px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-top-20 {
	padding-top: 20px;
}

.nowrap {
  white-space: nowrap;
}

.nowrap input,
.nowrap img {
  display: inline; /* or inline-block, depending on your layout needs */
  vertical-align: middle; /* optional, keeps them nicely aligned */
}
