
/* Required tags - to be implemented in all skins since these classes appear in the forms */

	/* right-side portlets */





	/* errors and messages box */
	.system-msg {
		border: 1px solid black;
		padding: 1em;
		margin-bottom: 1em;
	}

	/* Operations buttons */
	.floated-buttons {

		float: right;
		margin-right: 0.5em;


	}

	.buttons a{
		font-weight: bold;
	}

	.buttons a:visited {
		color:white;
	}


	.buttons a {
		padding: 0.2em 0.4em;
		line-height:2em;;
		text-decoration: none;
		background-color: #638fbc;
		color: #ffffff;
		border-left:2px solid #EEEEEE;
		border-top:2px solid #EEEEEE;
		border-bottom:2px solid #2F6C91;
		border-right:2px solid #2F6C91;
		font-size: 90%;
		font-weight: bold;
		white-space: nowrap;
	}


	/* folder index styles */
	#admin_this_folder{
		padding: 0.5em;
		margin: 1em 0em;
		border: 1px solid #FACA16;
		background-color: #FACA16;
		text-align: left;
		text-indent: 0.3em;
	}
	
	#admin_this_folder #submission {
		font-weight: bold;
	}
	
	#admin_this_folder a,input.administrative-button,button.administrative-button {
		text-decoration: none;
		background-color: #638fbc;
		color: #ffffff;
		font-weight: normal;
		border-left:2px solid #EEEEEE;
		border-top:2px solid #EEEEEE;
		border-bottom:2px solid #2F6C91;
		border-right:2px solid #2F6C91;
	}

	#admin_this_folder a {
		line-height: 2em;
		padding:2px 0px; 
		font-size: 90%;
	}

	#admin_this_folder span {
		padding:0em 0.4em;
		margin: 0em 0.3em;
		white-space:nowrap;
	}

	#admin_this_folder img {
		vertical-align: middle;
		padding-right: 4px;
	}

	#admin_this_folder select {
		vertical-align: middle;
	}

	#toolbar{
		padding: 0.6em;
		padding-left: 0.6em;
		margin-top: 0.9em;
		background-color: #FACA16;
	}

	#toolbar a{
		text-decoration: none;
	}

	#toolbar input,#toolbar button,#toolbar span{
		white-space: nowrap;
		font-size: 0.85em;
		font-weight: bold;
		background-color: #e6e6e6;
		border-top: 1px solid #bebebe;
		border-left: 1px solid #bebebe;
		border-bottom: 1px solid #303030;
		border-right: 1px solid #303030;
		margin-right: 0.4em;
		padding:0.15em;
		padding-left: 0.3em;
		color: #333333;
	}
		#toolbar img{
			position: relative;
			top:1px;
		}

	table#folderfile_list{
		width: 98%;
	}

	#folderfile_list th{
		background-color: #eeeeee;
		padding: 0.1em;
		color: #19658A;
		font-size: 0.9em;
		font-weight: normal;
		border-right: 1px solid #c7c7c7;
	}

	#folderfile_list td{
		color: #19658A;
		padding: 0.4em 0.1em;
		border-bottom: 1px solid #eeeeee;
	}

	#folderfile_list .checkbox{
		vertical-align: top;
		text-align: left;
		padding-left: 0.3em;
		padding-right: 0.3em;
	}

	#folderfile_list th.checkbox{
		vertical-align: middle;
	}

	#folderfile_list .type{
		vertical-align: top;
		text-align: center;
		width: 0.5em;
	}

	#folderfile_list .type img{
		margin-top: 4px;
	}

	#folderfile_list th.type{
		vertical-align: middle;
		width: 0.5em;
	}

	#folderfile_list .title-column{
		vertical-align: middle;
		
			text-align: left;
		
		
	}

		td.title-column a{
			color: #0f75b3;
		}
		td.title-column a:hover{
			text-decoration: none;
		}

	#folderfile_list th.title-column{
		vertical-align: middle;
		padding-left: 0.3em;
	}

	#folderfile_list .checkin{
		vertical-align: top;
		text-align: center;
	}
	#folderfile_list th.checkin{
		vertical-align: middle;
	}

	#folderfile_list .checkout{
		vertical-align: top;
		text-align: center;
	}
	#folderfile_list th.checkout{
		vertical-align: middle;
	}

	#folderfile_list .edit{
		vertical-align: top;
		text-align: center;
	}
	#folderfile_list th.edit{
		vertical-align: middle;
	}

	/*______- sortables columns -_____ */


	/* -------ASC SORT--------- */
	.sort_asc_th {
		padding: 0em;
		background-color: #DEECF4;
		border-top: 2px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
		border-bottom: 2px solid white;
		vertical-align: middle;
		color: #6d6d6d;
	
		text-align: left;
	
	
		text-indent: 1em;
	}

		.sort_asc_th img {
			display: none;
		}

	.sort_asc_th a {
		background-color: #DEECF4;
		display: block;
		width: 100%;
		padding: 0.6em 0em;
		vertical-align: middle;
		text-decoration: none;
		font-weight: bold;
		color: #1578B0;
	
		background-position: right center;
	
	
		background-image: url('sort_asc.gif');
		background-repeat: no-repeat;
	}

	/* ----------DESC SORT---------- */
	.sort_desc_th {
		padding: 0em;
		background-color: #DEECF4;
		vertical-align: middle;
		color: #6d6d6d;
	
		text-align: left;
	
	
		text-indent: 1em;
		border-top: 2px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
		border-bottom: 2px solid white;
		font-weight: normal;
	}

		.sort_desc_th img {
			display: none;
		}

	.sort_desc_th a {
		background-color: #DEECF4;
		display: block;
		width: 100%;
		padding: 0.6em 0em;
		vertical-align: middle;
		text-decoration: none;
		font-weight: bold;
		color: #1578B0;
	
		background-position: right center;
	
	
		background-image: url('sort_desc.gif');
		background-repeat: no-repeat;
	}

	/* -----------SORTABLE------------- */
	.sort_th {
		padding: 0em;
		background-color: #DEECF4;
		vertical-align: middle;
		color: #6d6d6d;
	
		text-align: left;
	
	
		text-indent: 1em;
		border-top: 2px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
		border-bottom: 2px solid white;
	}

	.sort_th a {
		background-color: #DEECF4;
		display: block;
		width: 100%;
		padding: 0.6em 0em;
		vertical-align: middle;
		text-decoration: none;
		font-weight: bold;
		color: #1578B0;
	}

	/* Tabbed menus  */

	#tabbedmenu {
	
		float: left;
	
	
		width:100%;
		border-bottom: thin solid #E3E2D3;
		font-size: 1.1em;
		line-height:normal;
		margin-bottom: 1em;
	}


	#tabbedmenu ul {
		overflow:hidden;
		margin:0;
		padding:10px 10px 0;
		list-style:none;
	}
	#tabbedmenu li {
	
		float: left;
	
	
		background:url("tableft.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 9px;
		white-space: nowrap;
	}
	#tabbedmenu a {
		display:block;
		text-decoration: none;
		font-weight: bold;
		color: black;
		background:url("tabright.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
	}
	#tabbedmenu #currenttab {
		background-image:url("tableft_on.gif");
	}
	#tabbedmenu #currenttab a {
		text-decoration: none;
		font-weight: bold;
		background-image:url("tabright_on.gif");
		padding-bottom: 5px;
	}
	#tabbedmenu #currenttab span {
		display:block;
		text-decoration: none;
		font-weight: bold;
		background:url("tabright_on.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
	}

	/* warning box for active versions of items */
	.version_box {
		background-color: #f4fff4;
		color: red;
		padding: 1em;
		float: right;
		border: 1px solid black;
		width: 200px;
		text-align: center;
	}

	/* Content translation boxes */
	.translate {
		width: 90%;
		padding:  4px 3px 4px 32px;
		margin: 2em 2%;
		background-color: #e8e8e8;
		color: #666666;
		font-size: 85%;
		font-weight: bold;
		line-height: 1.8em;
		background-image: url(translate.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}

	.translate a {
		background-color: #888888;
		border: 2px solid #888888;
		color: white;
		text-decoration: none;
		font-weight: bold;
		padding: 0px 4px;
		margin: 2px 0px 2px 1px;
	}

	.translate a:visited {
		color: white;
	}


	.translate .current {
		background-color: white;
		color: #444444;
		font-weight: bold;
		border-bottom: 2px solid #888888;
		border-left: 2px solid #888888;
		border-right: 2px solid #888888;
		border-top: 2px solid white;
	}

	.translate .current:visited {
		color: #444444;
	}

	.translate a:hover {
		background-color: #CCCCCC;
		color: #444444;
	}

	/* styles for forms */
	.field {
		margin-top: 1em;
	}

	.field-inline {
		margin-top: 1em;
	}

	.field label {
		display: block;
		font-weight: bold;
		margin-bottom: 0.3em;
	}

	.field-inline label {
		font-weight: bold;
		margin-bottom: 0.3em;
	}

	.field .invisible {
		display: none;
	}

	.field-inline .invisible {
		display: none;
	}

	/*	EPOZ buttons	*/
	.epoz_button_strikethrough {display:none;}
	.epoz_button_subscript {display:none;}
	.epoz_button_superscript {display:none;}
	.epoz_button_unformat {display:none;}
	.epoz_button_undo {display:none;}
	.epoz_button_redo {display:none;}

	/*  Comment box form */
	.comment_box {
		background-color:#FAFAFA; 
		border: 1px dashed #cccccc; 
		margin:1em;
		padding:1em;
		}

	.deletecomment {
		font-size: 90%;
		float:right;
		background-color:#EBEBEB;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-right: 3px;
		padding-left: 18px;
		border-top:1px solid #eeeeee;
		border-left:1px solid #eeeeee;
		border-bottom:1px solid #777777;
		border-right:1px solid #777777;
		color:#666666;
		text-decoration: none;
		background-image: url(trash.gif);
		background-repeat: no-repeat;
		background-position: left center;

		margin-bottom: 0.5em;
		/*text-indent: 17px;*/
	}

	.addcomment {
		font-size: 90%;
		background-color:#EBEBEB;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-right: 3px;
		padding-left: 18px;
		border-top:1px solid #eeeeee;
		border-left:1px solid #eeeeee;
		border-bottom:1px solid #777777;
		border-right:1px solid #777777;
		color:#666666;
		text-decoration: none;
		background-image: url(addcomment.gif);
		background-repeat: no-repeat;
		background-position: left center;
		margin-bottom: 0.5em;
	}

	.logincomment {
		font-size: 90%;
		background-color:#EBEBEB;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-right: 3px;
		padding-left: 18px;
		border-top:1px solid #eeeeee;
		border-left:1px solid #eeeeee;
		border-bottom:1px solid #777777;
		border-right:1px solid #777777;
		color:#666666;
		text-decoration: none;
		background-image: url(logintoadd.gif);
		background-repeat: no-repeat;
		background-position: left center;
		margin-bottom: 0.5em;
	}

	.commentbox_title {
		font-weight: bold;
		font-size: 110%;
		/*text-indent: 17px;*/
		padding-left: 17px;
		background-image: url(comment.gif);
		background-repeat: no-repeat;
		background-position: left center;
		
	}

	.commentbox_content {
		color:#666666; 
		font-size: 80%;
	}

	.commentbox_add {
		margin: 1em;
		/*padding-left:1em;*/
	}

	.hr_addcomment {
		border-top: 1px solid #eaeaea; 
		border-bottom:1px solid white;
	}

	.hr_inside_comment {
		border-top: 1px solid #eaeaea; 
		border-bottom:1px solid white; 
		margin-top:0.5em;
	}
	.idented_block {

		margin-left: 20px;


	}

.pick_pop_up {
	
	
		font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 80%;
}

.pick_pop_up h1 { 
	
	
		font-family:  Arial, Helvetica, sans-serif;
	
	color: #557595; 
	font-weight: bold;
	font-size: 190%;
}

.pick_pop_up p { 
background-color: #f0f0f0;
padding: 10px;
color: #444444; 
font-size: 90%;
}

.pick_pop_up td {
	padding: 1px;
}

.pick_pop_up table a {
	color: #3C6691;
}

.expand_collapse_row td {
	background-color: #F9F9F9;
	border-bottom: 3px solid white;
}

.expand_collapse_letter div {
	
	
		margin-left: 5px;
	

	color: #3C6691; 
	font-weight: bold;
	text-transform: capitalize;
	font-weight: 110%;
}

/* SORTABLE TABLES */
.sortable {
	font-size: 0.9em;
	line-height:normal;
}
.sortable th {
	background: #ccc;
	border: 1px outset #fff;
	margin:0;
	padding:0;
	white-space: nowrap;
	vertical-align: top;
}
.sortable th a:link, .sortable th a:visited, .sortable th span {
	display:block;
	text-decoration: none;
	font-weight: normal;
	color: black;
	padding:1px 0.5em;
}

.sortable th a:hover {
	color:white;
	background: #aaa;
}
.sortable tbody tr.zebraeven {
	background-color: white;
}

/*	TABLES WITH DUPLICATES	*/
tr.duplicate {
	color: #ff0000;
}
tr.duplicate a {
	color: #ff0000;
}
tr.not-duplicate {
}

/*	FORUM STYLE	*/
.forum_message_top a {
	margin-right: 0px;
	padding: 0px 2px 0px 3px;
	text-decoration: none;
	color: white;
	background-color: #638FBC;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #416B96;
	border-bottom: 1px solid #416B96;
	position: relative;
}

.forum_message_top a:visited {
	color: white;
}
.message_top_buttons {
	float: right;
	margin-top: 2px;
	position: relative;
}

.message_top_buttons2 {
	padding: 5px;
}

.message_top_buttons2 .buttons {
	padding: 1px 3px;
}

.forum_topic {
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
	padding: 5px;
	color: #333333;
}

.forum_topic a {
	color: #416B96;
}

.forum_message a:visited {
	color: #416B96;
}
.forum_topic_top {
	background-color: #eeeeee;
	padding: 2px 5px 6px 2px;
	font-size: 90%;
}

.forum_topic_author {
	padding: 10px 0 5px 4px;
	border-bottom: 1px dashed #dddddd;
	font-size: 90%;
}

.forum_topic_content {
	margin-top: 10px;
}

.forum_topic_bottom {
	padding:5px;
	border-top: 1px dashed #dddddd;
	font-size: 90%;
}

.forum_messages_slot {
	margin-top: 15px;
}

.forum_message {
	margin-bottom:5px;
	background-color: #F7F7F7;
}

.forum_message a {
	color: #416B96;
}

.forum_message a:visited {
	color: #416B96;
}

.forum_message_top {
	background-color:#E9E9E9;
	border-bottom: 1px solid #E4E4E4;
	padding: 2px;
	font-size: 90%;
	color: #416B96;
	position: relative;
}

.forum_message_top a {
	color: white;
}
.forum_message_top a:visited {
	color: white;
}

.forum_message_top img {
	margin-right: 3px;
	border-left: 3px solid #E4E4E4;
}

.forum_message_author {
	padding:5px;
	border-bottom:1px dashed #E4E4E4;
	font-size: 90%;
	color: #444444;
	}

.forum_message_description {
	padding: 5px;
	color: #111111;
}

.forum_message_bottom {
	padding:5px;
	border-top: 1px dashed #E4E4E4;;
	color: #666666;
	font-size: 90%;
}
/*	END FORUM STYLE	*/

/* END STYLE */

/* Feeds */

div.xmlExportButtons {
  padding-top: 1em;
}

div.xmlExportButtons a {
  border: 1px outset #ff6600;
  background: #fff;
  color: #f60;
  font: bold 85% 'Lucida Grande', Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 0.1em 0.5em 0.2em 2em;
  margin: 0 0.1em 0 0.1em;
}

div.xmlExportButtons a.pdf {
  background-image: url("images/pdf.gif");
  background-position: left center;
  background-repeat: no-repeat;
}

div.xmlExportButtons a.xml {
  background-image: url("misc_/NaayaCore/xml.png");
  background-position: left center;
  background-repeat: no-repeat;
}

/**
 * Added
 * Bogdan Tanase 21 Sep 2010
*/

div#name_filter, .filters {
	float: left;
	margin: 0.5em 0.5em 0em 0em;
}

#name_filter {
	text-align: right;
}

div#role_filter {
	float: left;
	vertical-align: middle;
}

img.ajax-loader {
	vertical-align: middle;
}

.loader {
		display: none;
		font-style: italic;
		color: #346d9f;
		vertical-align: 12px;
		padding-left: 15em;
}

/**
 * Subtabs style
*/

.second_tab_set {
	font-family: tahoma,verdana,sans-serif;
	font-size: 90%;
	background-color: #F2F2F2;
	padding: 5px 7px 7px 7px;
	clear: both;
}

.second_tab_set ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	height: 1.1em;
}

.second_tab_set li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #444444;
	white-space: nowrap;
}

.second_tab_set li:first-child {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}

.second_tab_set li a {
	color: #444444 !important;
}

.second_tab_set li a:hover {
	text-decoration: none !important;
}

.second_tab_set ul li a.current_sub {
	font-weight: bold;
	text-decoration: none;
	background: transparent url('misc_/Naaya/arrow.png') no-repeat left center;
	padding-left: 12px;
}

.second_tabset ul li a.current_sub:first-child {
    padding-left: 0 !important;
}

.second_tabset_content {
	background-color: #F6F6F7; /* custom-color-mainbackground*/
	padding: 0px 10px 10px 10px;
	border-top-width: 0.01em;
}

.second_tabset_content h2 {
	clear: both;
	margin: 0px;
	padding-top: 15px;
}
/**
 * Update 19 Oct 2010
 * Bogdan Tanase - Eau de Web
 */

#tabbedmenu {
	margin-left: 1em;
}

#tabbedmenu, .tabbedmenu {
    margin-bottom: 0em !important;
}

#tabbedmenu ul {
		padding: 1em 0em 0em !important;
}

tr.row-odd {
    background-color: #F7F7F7;
}

.user-role-revoke {
    text-align: center;
}

/**
 * Datatable & Sortable
*/

.datatable {
	width: 100%;
}

.datatable th {
	border-bottom: 1px solid #AFAFAF !important;
}

.sortable th {
	border: none;
	border-right: 1px solid #AFAFAF;
}

.sortable th:last-child, .datatable tr td:last-child {
	border-right: none;
}

/*.sortable th a:hover {*/
/*	color: #FFFFFF !important;*/
/*	background: none !important;*/
/*	font-weight: bold;*/
/*}*/

.datatable tr td {
	border-right: 1px solid #AFAFAF;
}

.datatable tr.tr-messages td {
	border-bottom: none;
	border-right: none;
}

.datatable tr.row-even td:last-child, .datatable tr.row-odd td:last-child {
	border-right: none !important;
}

.datatable th:hover {
	color: #333333;
	background-color: #EFEFEF;
}

.datatable a, .table-message a, .message-empty a {
	color: #346D9F;
	text-decoration: underline;
}

.datatable a:hover, .table-message a:hover, .message-empty a:hover {
		text-decoration: none;
}

.table-message, .message-empty {
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
}

td.checkbox {
		text-align: center;
}

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

.sortable th a:link, .sortable th a:visited, .sortable th span {
	color: #0061A2;
	font-weight: bold;
	display: inline;
}

.datatable tr td ul li, .sortable tr td ul li {
	list-style: none;
}

.ldap_groups ul {
	padding: 0 !important;
	margin: 0 !important;
}

.ldap_groups ul li {
	margin: 0.5em 0em;
}

.ldap_groups tr td:last-child {
	text-align: center;
}

/**
 * IE does no support first(last)-child
*/
td.td-center {
	text-align: center;
}

.datatable tr.row-odd:hover, .datatable tr.row-even:hover {
	background-color: #F6FCE3;
}

label {
    vertical-align: 2px;
}

label:hover {
		cursor: pointer;
}

.search-box {
	background-color: #F0F5FB;
    padding: 0.5em 1em 0.5em 1em;
	border: 1px dotted #999999;
	height: 3.5em;
	margin-top: 1.5em;
}

.search-box:hover {
	background-color: #FFFFDD;
}

/**
 * Paginator
*/

.paginator {
	margin-top: 1em;
	padding: 0.5em 0;
	clear: both;
}

.paginator-head {
		float: right;
		
}

.paginator-footer {
		float: right;
		clear: both;
}

.paginator-body {
		float: left;
}

.paginator span a {
	border: 1px solid #c8dcf2;
	line-height: 18px;
	padding: 3px 5px 3px 5px;
	background: #f0f5fb;
	color: #333;
	text-decoration: none;
}
.paginator span span {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
	color: #36669d;
}

.paginator-details {
	float: right;
	display: none;
}

/**
 * Other
*/
.icon-image {
		vertical-align: 0;
}

.form-buttons {
		float: left;
}

.form-buttons a {
	background-color: #FFFFFF;
	color: #000000;
	border-left:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:0.2em 0.4em 0.3em 0.4em;
	font-size: 11px;
	line-height: 11px;
	vertical-align: 3px;
	text-decoration: none;
}

img {
		vertical-align: middle;
}

a.context-link {
		color: #346D9F;
		text-decoration: underline;
}

a.context-link:hover {
		text-decoration: none;
}

.sort-image {
		width: 12px;
		height: 12px;
		border: 0;
}

.section-subtitle, .title-inline {
	display: inline;
}

.section-subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #4E7CB0;
}

.groups-roles-list {
	margin-bottom: 1em;
}

div.separator {
	height: 1px;
	background-color: #F6F6F6;
	width: 100%;
	clear: both;
	margin: 0.5em 0em;
}

tr.tr-hover {
	padding: 0.5em;
}

tr.tr-hover:hover {
	background-color: #FFFFDD;
}

.assign-form .field, .assign-form .field-inline, .assign-form input[type="checkbox"], .assign-form input[type="submit"] {
	margin-left: 0em !important;
}

/**
 * Temp style
*/

.datatable table {
		width: 100% !important;
}

#center_content {
		overflow-x: visible !important;
		overflow-y: visible!important;
		overflow: visible !important;
}

/**
 * Action form
 *
 * Notes: Action forms are edit/add forms. Tables may exists in forms but not with .action-form class
*/
.action-form {
		border-top: 1px dotted #333333;
		margin: 0 auto;
		margin-top: 1em;
		padding: 1em;
}

.action-form table {
		margin-bottom: 1em;
}

.action-form td.form-label {
		text-align: right !important;
		vertical-align: top !important;
}

.action-form tr:hover {
		background-color: #FFFFDD;
}

.action-form select {
		min-width: 8em;
}

.action-form-buttons {
		margin: 0 auto;
}

.action-form fieldset {
		border: 1px dotted #333333;
		padding: 1em;
}

.action-form fieldset legend {
		color: #346D9F;
}

.action-form dl dt {
		color: #333333;
}

.action-form input, .action-form select {
	margin: 0 !important;
}

/**
 * Roles
*/

.roles-list table {
	width: 350px !important;
}

.roles-list table th:first-child {
	text-align: left;
}

#add-role-form input[type="submit"], #add-role-form input[type="reset"] {
	margin: 0 !important;
}

/**
 * Description text
*/

.description-text {
	margin-top: 1em;
}

.description-text p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/**
 * Tip/'Note' box
*/

.tip {
	padding: 0.5em 1em !important;
	background-color: #FFFFEF !important; /* Overwrite for site update */
	border:1px outset #999966;
	font-size: 0.95em;
	margin-top: 1em;
}

.tip p {
	margin: 0 !important;
	line-height: 1.5em;
}

.tip img {
	margin-right: 0.5em;
}

/**
 * All Users LDAP Groups
*/

table.ldap_groups th {
	text-align: left;
}

table.ldap_groups td.checkbox {
	text-align: left;
}

/**
 * Add user form
*/

form.user-form .field-inline, form.user-form .field {
	margin-left: 0em !important;
}

form.user-form .field-inline input[type="text"]:focus, form.user-form .field-inline input[type="password"]:focus {
	background-color: #FFFFDD;
}

