﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    font-family: "Verdana", "Sans-Serif", "Arial", "Courier New", monospace;
    color: #000000;
    margin: 0px;
    padding: 0px;
    background-color: #F2F2FD;
    background-image: url(../../App_Themes/DEFAULT/CSS_Styles/CSS_images/backgrounddark.jpg);
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
/* Marquee */


@keyframes slide {
    from {
        left: 100%;
    }

    to {
        left: -100%;
    }
}

@-webkit-keyframes slide {
    from {
        left: 100%;
    }

    to {
        left: -100%;
    }
}

#marquee {
    color: firebrick;
    font-weight:bold;
    width: 479px;
    height: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 0 auto;
}

#text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.0em;
    animation-name: slide;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

<div id="marquee" >

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #111111;
    font-variant: small-caps;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.4em;
    font-weight:bold;
    padding-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    text-align:left;
    max-width:479px; /*320px  or 479px*/
    margin: 0 auto 0 auto;
    border: 1px solid #496077; /* #496077; */
}

.header
{
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    color: #f9f9f9;
    padding-bottom:0.3em;
}

.main
{
    margin: 2px;
    min-height: 350px;
}

.Panel1 {
    background-color :#F2F2FD;
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.notify {
    width:100%;
    height:1.5em;
    color: #FFFFFF;
    background: #b54e00;
    text-align: center;
    line-height: normal;
    margin:0 auto 0 auto;
}

.footer {
    color: #4e5766;
    padding:  0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/
#navarea
{
    background-color:#3a4f63;
    width:100%;
    padding:0;
    font-size:1.1em;
}

#navarea ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

#navarea a 
{
    background-color: #465c71;
    color: #dde4ec;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
}

#navarea a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

#navarea a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

#navarea a:active 
{
    background-color: #D3C094;
    color: #465c71;
    text-decoration: none;
}

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    border: 1px solid #ccc;
    width: 320px;    
}

input.passwordEntry 
{
    border: 1px solid #ccc;
    width: 320px;    
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.loginDisplay
{
    text-align: right;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: yellow;
    text-decoration:underline;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.modalBackgroundHighZ {
	background-color:#999999;
	filter:alpha(opacity=80);
	opacity:0.7;
	z-index: 9999990 !important;
}

.CompanyInfoTable td {
    background-color: #cccccc;
    border: solid 1px #525352;
}

.CompanyInfoTable th {
    background-color: #525352;
    border: solid 1px #525352;
    color: White;
    text-align: center;
}

.modalBackground {
    background-color: #999999;
    filter: alpha(opacity=80);
    opacity: 0.7;
    z-index: 5000 !important;
} 

