/* 
This document contains the base classes for all 
TE Welfare & Education Webbapplications

Do NOT leave spaces between the property value and the units! 
If you use "margin-left: 20 px" instead of "margin-left: 20px" 
it will only work properly in IE6 but it will not work in Mozilla or Netscape.
*/

/* -------------------------------------------------------------------------------------------------------*/
/* Base classes */

html, 
body, 
form {
    border: none;
    font-size: x-small;
    font-family: verdana, arial, helvetica, sans-serif;
    color: black;
    height: 100%;
    overflow: hidden;
}

body,
html,
form,
h1 {
    margin: 0;
    padding: 0;
}

A:link, 
A:visited, 
A:active, 
A:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: Blue;
    font-size: x-small;
}

A:hover {
    text-decoration: underline;
}

input, 
select, 
span, 
select {
    font-size: 100%;
    font-family: Verdana;
}

input.Text {
	width: 150px;
}

.main-form {
    background-image: url(../images/root_startBG.jpg);
    background-repeat: no-repeat;
}

#page-content {
    float: left;
    padding: 10px;
    width: auto;
    text-align: left;
    white-space: nowrap;
}

img {
	border: 0;
}

.languages {
    z-index: 4;
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: auto;
    overflow: hidden;
    height: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.languages li {
    display: inline;
}

.login-icon {
    z-index: 3;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 130px;
    height: 160px;
    background-repeat: no-repeat;

    background-image: url(../images/login.png); /* Use PNG images with aplpha channel for latest browsers */
    *background-image: url(../images/login.gif); /* Target IE7 and below */
}

.field-container{
    margin-bottom: 1em;
}
label {
    display: block;
}




.link {
    cursor: pointer;
}

div {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: x-small;
}

h1 span.Heading {
    font-size: large;
    font-family: Trebuchet MS,Verdana;
}

p.Heading, 
span.Heading {
    color: Black;
    padding-top: 5px;
    margin: 5px;
    font-size: x-small;
}

li.Heading {
    color: Blue;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-small;
    list-style-image: url(images/spacer.gif);
}

.HeaderRow {
    height: 23px;
    vertical-align: middle;
    text-align: left;
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    color: Black;
    font-size: x-small;
}


