html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	/* 	font-weight: bold; */
	text-decoration: none;
	background-color: #ffffff;
}

.left {
	float: left;
}

.disnone {
	display: none;
}

.disblock {
	distyle: block;
}

.href {
	text-decoration: underline;
	color: #9D9D9D;
	cursor: pointer;
}

/**
  * Left side menu styles
  */
.menuItem {
	width: 100%;
	cursor: pointer;
	padding: 3px;
	padding-left: 25px;
}

.menuItem a {
	text-decoration: none;
	color: #7F7F7F;
}

.menuItem:hover {
	background-color: WhiteSmoke;
}

.menuHead {
	height: 20px;
	padding: 3px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-image: url('./../images/menu/menu_bg.png');
}

#editUserTypes {
	border: 1px solid #AFAFAF;
	border-top: none;
}

#menuTable {
	width: 100%;
	border: 1px solid #AFAFAF;
	border-collapse: collapse;
}

#resultDiv {
	margin-top: 20px;
	width: 500px;
	height: 370px;
	overflow-y: auto;
	background-color: #F3F2F2;
	border: solid #C0C0C0;
	border-width: 1px;
}

#result {
	width: 100%;
}
/**
  * Borders style
  */
.with_borders {
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

.updown_border {
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
}

.updown_border a {
	cursor: pointer;
}

/**
  * RCL container style
  */
#content {
	overflow: auto;
	margin: auto;
	margin-top: 135px;
	border: none;
	background-color: #ffffff;
}

#main_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	position: relative;
	height: 35px;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0px;
	background-repeat: repeat-x;
}

#container,#container_body,#allContainer,#allContainer_body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #ffffff;
}

#head {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 125px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	top: 0px;
}

#home_img {
	text-decoration: none;
}

/**
  * Tree style
  */
#tree,#menu {
	float: left;
	width: 225px;
	background-color: transparent;
	/*background-color: #FFFFFF;*/
}

.treeNodeSelected {
	font-style: italic;
	color: #FF8000;
}

/**
  * Style for inputs
  */
input {
	outline: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

input:focus {
	box-shadow: 0 0 5px rgba(0, 0, 255, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 0.3);
	border: 1px solid rgba(0, 0, 255, 0.4);
}

/**
  * Buttons style
  */
#button,#login,.button {
	float: left;
	margin-top: 10px;
	-moz-box-shadow: 0px 1px 0px 0px #dfdfdf;
	-webkit-box-shadow: 0px 1px 0px 0px #dfdfdf;
	box-shadow: 0px 1px 0px 0px #dfdfdf;
	background-color: #15497b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #5286b6;
	display: inline-block;
	color: #dfdfdf;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #2c4a67;
}

#button:hover,#login:hover,.button:hover {
	/*background-color: #dfdfdf;*/
	background-color: #5286b6;
}

#button:active,#login:active {
	position: relative;
	top: 1px;
}

#login,#login:hover,#login:active {
	float: left;
}

#recoverPassword {
	/*margin-left: 170px;*/
	float: right;
}

#passRecoveryInstructions {
	width: 100%;
	margin-bottom: 10px;
	color: #777777;
	font-size: 10px;
	border-top: 1px solid #DFDFDF;
}

#passRecoveryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 400%;
	font-weight: normal;
	color: #CCCCCC;
	margin-bottom: 10px;
}

#passRecoveryEmail {
	width: 433px;
}

.passResetMessage {
	margin-bottom: 10px;
}

/**
 * Login and welcome page style
 */
.c1 {
	padding: 0px 5px;
	text-align: left;
	font-weight: normal;
	color: black;
	background-color: #dfdfdf;
	font-size: 11px;
}

.c2 input {
	width: 180px;
}

.c_space {
	width: 30px;
}

.remember {
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
	color: #BDBDBD;
}

.val_err {
	width: 250px;
	color: #FF0000;
}

#notice {
	padding-top: 10px;
	border-top: 1px solid #dfdfdf;
	vertical-align: top;
	font-size: 10px;
	font-style: normal;
	color: #777777;
	text-align: justify;
}

#lf {
	width: 270px;
	border-top: 1px solid #dfdfdf;
}

#loginForm {
	text-align: center;
	margin-bottom: 20px;
}

/**
  * Welcome page style
  */
.center {
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: 100px;
	border: 0px;
	border-collapse: collapse;
	width: 450px;
}

.center a {
	text-decoration: none;
	color: #999999;
}

.center tr {
	height: 50px;
}

.center a:hover {
	text-decoration: underline;
}

.center_form {
	margin-left: auto;
	margin-right: auto;
	width: 340px;
}

#changePassForm .c1 {
	width: 110px;
}

/**
  * Usermanagement style
  */
.userDataGridColumn {
	width: 25%;
	overflow: hidden;
	vertical-align: top;
}

/**
  * Document grid style
  */
#folderName {
	text-align: left;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #5F5FFF;
}

#folderViewPrivPick,#folderManagePrivPick {
	margin-top: 5px;
	margin-bottom: 5px;
}

#accessPrivPanel>tbody>tr>td {
	vertical-align: top;
	margin-top: 25px;
}

.docDataGrid {
	width: 99%;
}

.docDataGridRow {
	border: 0px;
}

.docDataGridColumn {
	width: 30%;
	overflow: hidden;
	vertical-align: top;
}

.docDataGridCellRoot {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 99%;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.docDataGridCellRoot .title {
	font-weight: bold;
}

.docDataGridCellRoot .textLabel {
	width: 13em;
}

.docDataGridCellRootPanel {
	background: none;
	border: 0px;
}

.docDataGridCellRootPanel .docDataGridColumnHeaderLink {
	color: black;
}

.docDataGrid .rich-table-cell {
	padding: 0px;
}

.docDataGrid .rich-panel-body {
	padding: 0.3em;
}

.docDataGridCellRoot .textLabelVertMiddle {
	vertical-align: middle;
	top: 50%;
}

.messageError {
	border: 1px solid red;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: lightred;
}

.navLink {
	color: #15497b;
}

#helpLink {
	position: absolute;
	top: 30px;
	right: 10px;
}

/**
 * Modal panels styles
 */
.edit_mp {
	height: 80%;
	width: 600 px;
	overflow: auto;
	z-index: 2000;
}

a img {
	text-decoration: none;
	border: none;
}

.rich-tree a {
	color: #000000;
	text-decoration: none;
}

.rich-tree a:HOVER {
	color: #E79A00;
}

.rich-table,.rich-table-footer,.rich-table-footercell {
	background-color: #FFFFFF;
	border: none;
}