/*-----------------------------------------------------------------------------
 *
 * NAME
 *      intro.css - Style Sheet for General OASIS section.
 *
 * AUTHOR
 *      Copyright (c) 2005 Woodward IT Pty Ltd
 *
 * MODIFICATIONS
 *      Version 1.0 : 14/07/2005
 *      ------------------------
 *      Initial Version.
 *
 *-----------------------------------------------------------------------------*/

.black {
   font-family: Verdana;
   font-size:   8pt;
   color:       black;
}

.grey {
   font-family: Verdana;
   font-size:   8pt;
   color:       #006060;
}

.white {
   font-family: Verdana;
   font-size:   8pt;
   color:       white;
}

.textBox {
   font-family:  Verdana;
   font-size:    8pt;
   color:        #006060;
   border-style: groove;
   background:   #deebec;
}

.fButton {
   font-family: Verdana;
   font-size:   8pt;
   width:       60px;
}

.link {
   font-family:     Verdana;
   font-size:       8pt;
   text-decoration: none;
   color:           blue;
}

a.link:hover {
   text-decoration: underline;
}

.greylink {
   font-family:     Verdana;
   font-size:       7pt;
   text-decoration: none;
   color:           #bbbbbb;
}

a.greylink:hover {
   text-decoration: underline;
}

#loginDiv {
   position: absolute;
   left:        10;
   top:         133; 
   width:       270; 
   height:      175;
}

#loginTextDiv {
   position: absolute;
   left:        28;
   top:         150; 
   width:       210; 
   height:      125;
   font-family: Verdana;
   font-size:   8pt;
   color:       #006060;
}

#linksDiv {
   position: absolute;
   left:        8;
   top:         315; 
   width:       290; 
   height:      215;
}

#linksTextDiv {
   position: absolute;
   left:        28;
   top:         333; 
   width:       210; 
   height:      175;
   font-family: Verdana;
   font-size:   8pt;
   color:       black;
}

#sepDiv {
   position: absolute;
   left:         280;
   top:          140; 
   width:        5; 
   height:       500;
   border-right: 1px solid #cccccc;
}

#sepHDiv {
   position: absolute;
   left:         30;
   top:          510; 
   width:        220; 
   height:       5;
   border-bottom: 1px solid #cccccc;
}

#photoDiv {
   position: absolute;
   left:         830;
   top:          133; 
   width:        150; 
   height:       515;
}

#copyrightDiv {
   position: absolute;
   left:         28;
   top:          535; 
   width:        210; 
   height:       100;
   font-family: Verdana;
   font-size:   7pt;
   color:       #bbbbbb;
}

#errorDiv {
   position: absolute;
   left:         28;
   top:          590; 
   width:        210; 
   height:       100;
   font-family: Verdana;
   font-size:   8pt;
   color:       red;
}

#mainDiv {
   position: absolute;
   left:         305;
   top:          133; 
   width:        500; 
   height:       555;
   font-family: Verdana;
   font-size:   8pt;
   color:       #006060;
}

#otherDiv {
   position: absolute;
   left:         305;
   top:          133; 
   width:        695; 
   height:       555;
   font-family: Verdana;
   font-size:   8pt;
   color:       #006060;
}

.smallGap {
   margin-top: 0.3em;
}

.uTable {
   border-bottom: 1px solid black;
}

