/*
Copyright 2004 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
@import url("/server-common/fonts/css/museo-sans.css");

html {
	width:		100%;
	height:		100%;
	position:	relative;
}

body {
	width:          100%;
        height:         100%;
        position:       relative;
}

body.loginPage {
        padding:        0px 0px 0px 0px;
        margin:         0px 0px 0px 0px;
        height:         100%;
}

div.loginPage {
	padding:	0px 0px 0px 0px;
	margin:		0px 0px 0px 0px;
	height:		100%;
}

td,th {
	white-space: 	normal;
}

th {
	font-size: 	12pt;
}

a:link, a:visited {	
	color: 		blue;
}

a:hover {
	color:		#f30 !important;
}

body.loginPage {
	height:		100%;
	margin:		0px 0px 0px 0px;
	padding: 	0px 0px 0px 0px;
}

.loginPage #head {
    	position:       absolute;
    	left:  	        50%;
    	margin-left:   	-250px;
    	margin-top:     85px;
    	width:          500px;
    	height:         84px;
    	text-align:		left;
        border: 1px solid #15325F;
        background: #15325F;
}
.loginPage #head .branding{
	height:        45px;
}

.loginPage #head .mitel_logo {
    	height: 28px;
        width: 120px;
        padding: 28px 28px 28px 28px;
}

.loginPage #head .eup_string {
        font-family: museo-sans, arial;
        font-weight: 500;
        border-bottom: none;
        font-size: 22px;
        color: white;
        padding: 32px 28px 28px 28px;        
}

.loginPage #body {
	position:   absolute; 
	width:		500px;
	top:		170px;
	height:		400px;
	left:		50%;
	margin-left:	-250px;
	overflow:	hidden;
	z-index:	4;
	background-image:	url('../images/layout/Back_LeftNav.JPG');
	background-repeat:	repeat;
    border: 1px solid #15325F;
}

.loginPage .bottomBorder {
    	width:			100%;
    	height:             	100%;
    	background-image:   	url('../images/layout/Border_BottomStretch.gif');
    	background-repeat:  	repeat-x;
        background-position:	bottom;
        background: #15325F;
        border: 1px solid #15325F;
}

.loginPage .portalButton {
	display:	    inline;
	width:          33%;
	padding:	    0px 9px 0px 9px;
    height:         12px;
    font-family:    museo-sans, Arial, Helvetica, sans-serif;
    font-size:      11px;
}

.loginPage .clientLink {
	display:	    inline;
	width:          33%;
    height:         12px;
    font-family:    museo-sans, Arial, Helvetica, sans-serif;
    font-size:      11px;
}

/* Tooltip text */
.loginPage .clientLink .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #15325F;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.loginPage .clientLink:hover .tooltiptext {
    visibility: visible;
}

.loginPage .smallButton span {
	text-decoration:none;
}

.loginPage .smallButton a {
	text-decoration:none;
}

.loginPage .buttonsContainer {
        position:       absolute;
        height:         12px;
        right:          20px;
        top:            15px;
        width:		    auto;
        padding-bottom: 50px;
        font-family:    museo-sans, Arial, Helvetica, sans-serif;
        font-size:      11px;
}

.loginPage .buttonsContainer span {
        color:          #15325F;
}

.loginPage a.help {
        color:          #15325F;
        text-decoration:underline;
        cursor:         help;
}

.loginPage a.link{
        color:          #15325F;
        text-decoration:underline;
        cursor:         pointer;
}

.loginPage #footer {
	position:	absolute;
	left:		50%;
	width:		500px;
	height:     73px;
	margin-left:	-250px;
	top:		570px;
	z-index:	5;
}

.loginPage #footer span {
	color:		white;
	display:	block;
	font-family: museo-sans, arial;
	text-align: left;
	font-size:	12px;
    font-weight: 300;
	padding: 28px 0px 28px 28px;
}

.portal-layout-column {
	height:		100%;
	padding-top:	6px;
}


.portal-layout-cell {
	height:		100%;
  	padding-bottom:	4px;
}

.portal-layout-maxed {
	height:		100%;
  padding-top: 4px;
  padding-right: 0px;
}
        
