@charset "utf-8";


.icon-32-config	{ 
	background-image: url("../images/toolbar/icon-32-config.png")
}



/*
This are requied
*/

span.keyfield{
    color:#e51b16;
    font-size: 13px;
    font-weight: bold;
}

.ErrorField {
    border:2px solid #D00!important;    
    background-color: #FFE6E6;
}


span.ValidationErrors {
    display: inline-block;
    font-size: 11px;
    color: #D00;
    padding-left: 18px;
    margin-left: 5px;
/*    font-style: italic;*/
    background: url('../images/invalid.png') no-repeat left;
	padding-top:3px;
    
}
span.Valid{
    display: inline-block;  
    margin-left: 5px;
    padding-left: 18px;    
    background: url('../images/valid.png') no-repeat left;
    vertical-align: middle;
    height: 16px;
    width:16px;
}

.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline; 
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 1em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}

.asmListItem {
	/* li item from the html list above */
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb; 
	width: 100%; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px; 
}

.theme3 .admintable a, .theme3 .adminlist a {
    color:#0B55C4 !important;
}

img.calendar{
    vertical-align: middle;
}
