


#loading-mask{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:900px;
        z-index:20000;
        background-color: #eeeeee;
        border: 1px solid #ffffff;
}

#loading {
	position: absolute;
	left: 45%;
	top: 40%;
	padding: 2px;
	z-index: 20001;
	height: auto;
	border: none;
}

#loading a {
	color: #225588;
}

#loading .loading-indicator {
	background: white;
	color: #444;
	font: bold 13px tahoma, arial, helvetica;
	padding: 10px;
	margin: 0;
	height: auto;
}

#loading-msg {
	font: normal 10px arial, tahoma, sans-serif;
}

#versionFooter {
	position: absolute;
	bottom: 0;
	text-align: left;
	font: normal 8px arial, tahoma, sans-serif;
}

#appletPanel {
	width: 100%;
	height: 100%;
	border: none;
}

.TaskBar {
	background:#F0F4F5 url(js/ext/resources/images/gray/toolbar/bg.gif) repeat-x scroll left top;
}

.TornaApps-MainLoginPanel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 410px;			/* update also margin-top */
    height: 410px;			/* update also margin-left */
    margin-top: -205px;		/* set this half of height */
    margin-left: -205px;	/* set this half of width */
}

.TornaApps-LoginPanel{
	text-align:left;
}


.TornaApps-LoginLogoImage {
    background-image: url( resources/images/logo.png) !important;
    height: 60px;
}

.TornaApps-English {
	background-image: url( resources/images/flag_great_britain.png) !important;
    height: 16px;
    width: 16px;
    cursor: hand;
}

.TornaApps-Finnish {
	background-image: url( resources/images/flag_finland.png) !important;
    height: 16px;
    width: 16px;
    cursor: hand;
}

.TornaApps-Right {
	text-align:right;
}

.TornaApps-Left {
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:right;
}

/* Own link panel ("button") 
 * Transparent border
 * reduces movement of other elements when selecting.
 */
.linkPanel {
  border: 1px solid transparent !important;
  cursor: pointer;
}

/* Own link panel ("button")
 * state mouseover.
 */
.linkPanelSelected {
	border: 1px solid #dddddd !important;
	background-color: #efefef !important;
}

/* Own link panel ("button")
 * state clicked.
 */
.linkPanelClicked {
	border: 1px solid #99bbe8 !important;
	background-color: #eff5fb !important;
}

/* Own link panel ("button")
 * text
 */
.linkPanelText {
  font-family: Verdana;
  font-size: 12px;
}

.crmTextItemHint, .crmTextItemHint input {
    color: gray;
    font-style:italic;
}
.crmTextItemInput, .crmTextItemInput input {
    color: black;
    font-style:normal;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.3em;
    background-color: #f1f1f1;
    text-align: center;
}
