html, body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#applicationBody {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#applicationBodyContent {
	position: relative;
	min-height: 100%;
}
a {
	outline: none;
}
label {
	font-weight: bold;
	cursor: default;
	color: #333333;
	padding-right: 3px;
	white-space: nowrap;
}
.button, .contentPage .button {
    font-size: 11px;
    padding: .5em .75em;
	/*consider putting in Ie on stylesheet*/
	*width:auto;
	*min-width:auto;
	*overflow:visible;
}
.clickable {
	cursor:pointer;
}
#headerDiv {
	min-height: 92px;
	background: #FFFFFF;
}
#banner {
	margin: 0;
	padding-left: 20px;
	padding-top: 17px
}
#banner img{
	/*background:transparent url(../../../admin/images/LS2logo.png) no-repeat scroll left top;*/
	height: 60px;
}
#banner .libText {
	color: #999;
}
#banner .adminText {
	color: #3d3c78;
}
.navContainer {
	background:#C4C3C6 none repeat scroll 0 0;
	overflow: hidden;
}
#testNavUl, #subNav, #TopLinks {
	list-style: none;
	display: block;
	margin: 0;
}
.configSelector {
	background:transparent url(../../../admin/images/configSelectCorner.png) no-repeat scroll left bottom;
	float:right;
	height:auto;
	padding:0 0 0 30px;
	width:auto;
}
.configSelector div.selectorBg {
	background:transparent url(../../../admin/images/configSelectBg.png) repeat-x scroll left bottom;
	height:auto;
	min-width:170px;
	padding:10px 10px 32px 0;
	position:relative;
}
.selectorDiv {
	margin-top: 15px;
}
#mainContent {
	padding: 10px 10px 30px 10px;
}
#TopLinks {
	display: inline;
	padding: 0;
	color: #fff;

}
#TopLinks li {
	display: inline;
	padding-right:8px;
}
#TopLinks li a {

}
#testNavUl li, #subNav li {
	float: left;
	display: block;
}
#testNavUl {
	/*background: #c3c4c6;*/
	position: relative;
	left: 50%;
	clear: left;
	float: left;
	padding: 0;
}
#testNavUl li {
	position: relative;
	right: 50%;
}
#testNavUl li a {
	width: 160px;
	text-align:center;
	line-height:24px;
	color:	#ffffff;
	display: block;
	white-space: nowrap;
	margin-right: 2px;
	text-decoration: none;
    padding: .25em 0;
}
body.login #subNav {
	display: none;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0px;
	color:#444444;
	font-size:0.9em;
	text-align:left;
	border-top:1px solid #cccccc;
	background: #FFFFFF;
}
div.footerDecoration {
	color: #999;
	border-top:6px solid #cccccc;
	margin:1px 0 0;
	padding: 3px 10px;
}

#subNav {
	clear: left;
	min-height: 30px;
	padding-left: 17px;
}
#subNav li {

}
#subNav li a {
	text-align:center;
	line-height:30px;
	color:	#fff;
	display: block;
	white-space: nowrap;
	margin-right: 20px;
	text-decoration: none;
    padding: .25em 0;
}
#subNav li a.active {
	color: #333333;
}
#subNav li a.hover {
	color: #CCCCCC;
}




/*Tab Specific Styles*/
/*Tabs*/
#testNavUl li a.system, .system #subNav {
	background: #999999;
}
#testNavUl li a.global, .global #subNav {
	background: #3C3B75;
}
#testNavUl li a.pac, .pac #subNav {
	background: #4E72A8;
}
#testNavUl li a.kids, .kids #subNav {
	background: #00519E;
}
#testNavUl li a.content, .content #subNav {
	background: #6A4477;
}

/*SubMenus*/
.system #subNav li a.active {
	color: #000000;
}
.system #subNav li a:hover {
	color: #CCCCCC;
}
.global #subNav li a.active {
	color: #B3B3B3;
}
.global #subNav li a:hover {
	color: #CCCCCC;
}
.pac #subNav li a.active {
	color: #B3B3B3;
}
.pac #subNav li a:hover {
	color: #CCCCCC;
}
.kids #subNav li a.active {
	color: #B3B3B3;
}
.kids #subNav li a:hover {
	color: #CCCCCC;
}
.content #subNav li a.active {
	color: #B3B3B3;
}
.content #subNav li a:hover {
	color: #CCCCCC;
}
/*Content*/
.system #applicationBodyContent {
	background: #E6E6E6;
}
.global #applicationBodyContent {
	background: #ADADC4;
}
.pac #applicationBodyContent {
	background: #AEC5E5;
}
.kids #applicationBodyContent {
	background: #FFFEDE;
}
.content #applicationBodyContent {
	background: #F4EBF8;
}
/*Footers*/
.system div.footerDecoration {
	border-top:6px solid #999999;
}
.global div.footerDecoration {
	border-top:6px solid #3d3c78;
}
.pac div.footerDecoration {
	border-top:6px solid #4d72a7;
}
.kids div.footerDecoration {
	border-top:6px solid #02519e;
}
.content div.footerDecoration {
	border-top:6px solid #3d3c78;
}



.hidden {
	display: none !important;
}
.clearfix:after {content: "."; display: block; height: 0; font-size: 0; line-height: 0; clear: both; visibility: hidden;}
.clearfix {min-height: 1px; height: auto !important; height: 1px;}
table {
	border: 1px solid black;
	/*border-bottom: 0;
	border-left: 0;*/
	border-collapse: collapse;
}
table thead tr th, table tbody tr td {
	border: 1px solid black;
	/*border-bottom: 1px solid black;
	border-left: 1px solid black;*/
	padding: 5px;
}
table thead tr th {
	font-size: 12px;
	font-weight:bold;
}
.contentPage table tbody tr td .button, .contentPage table tbody tr td button {
    font-size: 10px;
}

table tbody tr td {
	font-size: 12px;
	font-weight:normal;
}
.readonly {
	border-width: 0px;
	background-color: transparent;
}
.disabled {
	cursor: default !important;
	opacity: 0.5;
}
.LogOn {
	/*width: 355px;*/
    width: 370px;
	margin: 0 auto;
}
#loginForm {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#loginForm > fieldset > div {
	padding: 30px;
}
.toggleGroup {
	padding: 0.5em 1em 1em 1.2em;
}

.bookRiver_loaderBackground {
	background: transparent url('../../../admin/images/loading.png') no-repeat;
	height: 34px;
	width: 150px;
	padding: 14px;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
}
.filterControl {
	/*width: 474px;	*/
    /*width: 525px;*/
}

div.modal label {
	color: #676767;
	font-size: 1em;
	font-weight: normal;
	margin: 5px;
}






/*Config of configs*/
.currentlyEditing {
	margin-right: 10px;
	color: #CC0000;
	font-size: 14px;
}
#configsTable tbody.editing tr {
	background: #D4D4D4;
}
#configsTable tbody.editing tr.editing {
	background: transparent;
}
#addNewGroupForm *, #editGroupForm * {
	/*vertical-align: top;*/
}


table.configurationGroup thead.userDefined tr {
	background-color: #D6E9F6;
}
table.configurationGroup thead.systemDefined tr {
	background-color: #D9F6D6;
}
table.configurationGroup th {
	color: #444444;
	font-weight: normal;
}

table.toggleable span.toggle {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	cursor: pointer;
	background: transparent url(../../../admin/images/toggle.png) no-repeat scroll 0px 16px;
}
table.toggleable thead span.toggle {
	background-position: 0px -16px;
}
table.toggleable thead.closed span.toggle {
	background-position: 0px 0px;
}
table.toggleable tbody.closed tr {
	display: none;
}
table.toggleDisabled thead span.toggle {
	cursor: default;
	opacity: .5;
}

span#groupSelectorContainer {
	display: inline-block;
	width: 600px;
	vertical-align: top;
}

span#groupSelectorContainer * {
	vertical-align:middle;
}

span#groupSelectorContainer > span {
	display: inline-block;
	margin: 0px 5px;
}
/*Bug fix for LSWEB-115*/
div.scrollable > table > tbody > tr > td > input.button {
	*position: static !important;
}
