/** index.jsp **/
.body{
	font: 12px verdana;
}
.layout-title {
	font: normal normal bold 22px verdana;
	background:#dfe8f6;
	padding: 5 5 5 10;
	color: darkblue;
}
.layout-title span {
	font: normal normal bold 12px verdana;
	color: red;
}

.x-panel-body p {
	margin: 5px;
}

.x-column-layout-ct .x-panel {
	margin-bottom: 5px;
}

.x-column-layout-ct .x-panel-dd-spacer {
	margin-bottom: 5px;
}


.login {
    background-image:url(../icons/login.png) !important;
}
	
.user {
	background-image: url(../icons/user.gif) !important;
}	
.group {
	background-image: url(../icons/group.png) !important;
}
.settings {
	background-image: url(../icons/cog.png) !important;
}
.tabs {
    background-image:url(../icons/tabs.gif ) !important;
}
.menuList{
	list-style: square;
	padding-left:30px;
	margin-top:10px;
	color: #000000;
	font-size:12px;
	text-decoration : underline; 
	cursor:hand;
}	
.timezones{
	background-image:url(../icons/cogs.gif) !important;
}
.contract{
	background-image:url(../icons/addons.gif) !important;
}
.icon-bbd{
	background-image:url(../icons/development.gif) !important;
}
.icon-contacto{
	background-image:url(../icons/contact.gif) !important;
}
.icon-ical{
	background-image:url(../icons/ical.gif) !important;
}
.icon-money{
	background-image:url(../icons/money_yen.png) !important;
}
.icon-statist{
	background-image:url(../icons/statist.png) !important;
}
.icon-home{
	background-image:url(../icons/home.gif) !important;
}
.icon-Config{
	background-image:url(../icons/ConfigIcon.png) !important;
}



.userinfo_big_icon {
background-image:url(../desktopicon/user_info.gif) !important;
}
.pwd_big_icon {
background-image:url(../desktopicon/pwd.gif) !important;
}
.mobile_big_icon {
background-image:url(../desktopicon/dynamicpwd.jpg) !important;
}
.calendar_small_icon {
background-image:url(../images/default/shared/calendar.gif) !important;
}

.calendar_big_icon {
background-image:url(../desktopicon/calendar.png) !important;
}

.reminder_small_icon	{
background-image: url(../icons/reminder.gif) !important;
}

.reminder_big_icon	{
background-image: url(../desktopicon/reminder.png) !important;
}
.host_big_icon	{
background-image: url(../desktopicon/host.jpg) !important;
}
.host_small_icon	{
background-image: url(../icons/fwq.gif) !important;
}
.line-charticon	{
background-image: url(../desktopicon/line-chart.png) !important;
}
.icon-pdf	{
background-image: url(../desktopicon/pdf.jpg) !important;
}

/** **/
.loading-indicator {
    font-size:11px;
    background-image:url('../images/default/grid/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}
   #loading-mask{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        z-index:20000;
        background-color:white;
    }
    #loading{
        position:absolute;
        left:45%;
        top:40%;
        padding:2px;
        z-index:20001;
        height:auto;
    }
    #loading a {
        color:#225588;
    }
    #loading .loading-indicator{
        background:white;
        color:#444;
        font:bold 13px tahoma,arial,helvetica;
        padding:10px;
        margin:0;
        height:auto;
    }

	#ux-taskclock-panel {
		background:transparent url(../images/default/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
		left:10px;
		padding:0;
		position:absolute;
	}
	
/* Icon combo styles */
.x-icon-combo-icon { 
    background-repeat: no-repeat; 
    background-position: 0 50%; 
    width: 16px; 
    height: 16px; 
    }

.x-icon-combo-input {  
padding-right: 200px;  
}  
.x-form-field-wrap .x-icon-combo-icon {  
top: 3px;  
left: 40px;  
} 