﻿/* MAIN ELEMENTS
----------------------------------------- */

body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #BDBDBD;
    background-image: url('../images/blue-fader.jpg');
    background-repeat: repeat-x;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin: 0 20px 10px 20px;
    line-height: 1.6em;
    color: Black;
}

/* TEXT HEADINGS
----------------------------------------- */

h1, h2, h3
{
	margin: 0;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0C95C9;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3 
{
    font-size: 12px;
}

/* PAGE ELEMENTS
----------------------------------------- */

.pagelayout
{
    width: 960px;
    background-color: white;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    background-position: right center;
    height: 176px;
    margin: 0px;
    padding: 0px;
    background-color: #3E4684;
    background-image: url('../images/lips1.gif');
    background-repeat: no-repeat;
}

.logo
{
    position: relative;
    z-index: 2;
    background-position: center center;
    float: left;
    height: 180px;
    width: 370px;
    margin-right: 10px;
}

.logotext
{
    position: absolute;
    margin-top: 150px;
    left: 24px;
    color: Black;
}

.header h1
{
    position: relative;
    top: 0;
    left: 5px;
    text-align: left;
    font-weight: 700;
    padding: 10px 5px 0px 20px;
    color: White;
    font-size: 2em;
}

.header h3
{
    position: relative;
    left: 5px;
    text-align: left;
    font-weight: 700;
    padding: 0px 0px 0px 20px;
    color: white;
    font-size: 1em;
}

.login
{
    position: relative;
    float: right;
    text-align: right;
    vertical-align:bottom;
    top: 20px;
    width: 244px;
    height: 38px;
}

.loginDisplay
{
    float: right;
    text-align: right;
    padding: 60px 10px 5px;
    color: White;
    height: 41px;
    width: 250px;
    z-index: 2;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.imgRight
{
    float: right;
    padding: 0 12px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.imgCart
{
    float: right;
    padding: 10px 0 0 10px;
    margin-left: 0px;
    margin-bottom: 0px;
}

/* MENUBAR
----------------------------------------- */

.menuspacer
{
    height: 2px;
    z-index: 2;
}

.menubar
{
    float: left;
    background-color:#3a4f63;
    width: 100%;
    margin-bottom: 24px;
    height: 34px;
    z-index: 100;
}

/* New menu - skmMenu
----------------------------------------- */

iframe.skm {position: absolute; top: 0px; left: 0px; display: none;}
td.skmcur{cursor: pointer;}

.menustyle
{
    top: 0;
    left: 0;
    background-color: #3a4f63;
    border: 1px;
    color:  #dde4ec;
    z-index: 1000;
}
.menuitem
{
    height: 20px;
    color: #dde4ec;
    line-height: 1.2em;
    padding: 5px 10px 5px 5px;
    vertical-align: middle;
/*
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C0C0C0;
*/
}
.submenuitem
{
    position: absolute;
    background-color: #3a4f63;
    color: #dde4ec;
    line-height: 1.2em;
    padding: 5px 15px 5px 5px;
    vertical-align: middle;
}
.menumousedown
{
    height: 20px;
    background-color: #999999;
    color: #dde4ec;
    line-height: 1.2em;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
/*
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C0C0C0;
*/
}
.menumouseover
{
    height: 20px;
    background-color: #C0C0C0;
    color: Black;
    line-height: 1.2em;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
    vertical-align: middle;
/*
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C0C0C0;
*/
}
.menumouseup
{
    height: 20px;
    background-color: #3F3F3F;
    color: #dde4ec;
    line-height: 1.2em;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
/*
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C0C0C0;
*/
}

.searchbar
{
    position: relative;
    float: right;
    padding: 3px 0px 4px 8px;
    width: 200px;
    top: -31px;
    left: -3px;
    z-index: 101;
    height: 23px;
}

.lbsearch
{
    float: left;
    margin: 8px 4px 0px 4px;
}

.tbsearch
{
    position: relative;
    float: left;
    width: 100px;
    margin: 4px 4px 0px 4px;
}

.btnsearch
{
    position: relative;
    float: left;
    top: 7px;
    left: 8px;
    height: 12px;
    width: 15px;
}

/* MAIN
----------------------------------------- */

.main
{
    padding: 10px 12px 10px;
    margin: 12px 8px 8px 12px;
    min-height: 480px;
    top: 0;
    z-index: 1;
}

/* FOOTER
----------------------------------------- */

.footer
{
    background-color: #3E4684;
    color: #4e5766;
    padding: 8px 0px 10px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    height: 56px;
    vertical-align: bottom;
}

.leftfooter
{
    float:left;
    color: White;
    text-align: left;
    padding: 12px 5px 0px 5px;
    font-size: 0.9em;
}

.rightfooter
{
    float:right;
    color: White;
    text-align:right;
    padding: 12px 5px 0px 5px;
    font-size: 0.9em;
}

.rightfooter a:link
{
    color: White;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

/* LOGIN 
----------------------------------------------------------*/

.loginHeader
{
    float: left;
}

.loginhdrlabel
{
    color: Black;
    margin-left: 24px;
}

.imgLogin
{
    top: 0;
    float: right;
    width: 81px;
    padding: 0 0 0 10px;
}

.userlogin
{
    margin: auto;
    padding: 12px 0 12px 0;
    color: Black;
    height: 294px;
    width: 571px;
}

.loginLabel
{
    margin-left: 5px;
}

.loginCB
{
    color: Black;
}

.tblLogin
{
    float: left;
    border-style: solid;
    height: 113px;
    background-color: #D7D7D7;
    width: 462px;
}

.tblLoginLabel
{
    width: 100px;
    float: right;
}

.tblLoginDetails
{
    width: 423px;
    padding: 3px;
}

.tblLoginDetailsBtm
{
    float: right;
}

.imgIllegal
{
    float: right;
    padding: 0 12px;
}

.illegallogin
{
    height: 100%;
}

.failnotification
{
    font-size: 1.2em;
    color: Red;
    margin: 12px 0 12px 20px;
}

/* General
----------------------------- */

.ddForm
{
    padding: 5px;
    margin: 0 0 5px 0;
    border: 2px solid #ccc;
}

