﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    overflow: hidden;
}

h1 a 
{
}

h2 a 
{
}

h3 a 
{
}

a:link
{
}

a:visited
{
}

a:hover
{
}

a:active
{
}

p, ul
{
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
}

h1
{
}

h2
{
}

h3
{
}

h4
{
}

h5, h6
{
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#main
{
    width: 968px;
    height: 380px;
    background-color: transparent;    
    
    display:block;
    position:absolute;
    top:50%;
    margin-top: -172.5px;
    
    left: 50%;
    margin-left: -484px !important;
    overflow: hidden;
    padding: 2px 10px 15px 10px;
}

#main-content
{
    width: 199px;
    height: 156px;
    z-index: 120;
    margin-left: 384.5px;
    margin-top: 130px;
    position: relative;
}

#dialog
{
    display: none;
}


/* Welcome screen
----------------------------------------------------------*/
#login_bg
{
    right: 0;
    bottom: 0;
    position: absolute;
}

#login_center_bg
{
    margin-left: 50%;
    position: absolute;
    float: left;
    left: -484px;
}

#saratoga_logo
{
    position: absolute;
    margin-left: 328px;
    width: 311px;
    margin-top: 65px;
    
}

.LogInHeader
{
    font-size: 125%;
    padding: 0;
    margin: 0;
}

.LogOnInput
{
    background: transparent url('../../Content/Img/login_textBox.png') no-repeat 0 0 !important;
    width: 182px !important;
    height: 28px;
    border: 0 none !important;
    padding: 0 8px !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
    font-size: 106%;
    font-weight: 500;
    color: #FFF;
    line-height: 29px;
}

.LogOnInput.input-validation-error
{
    background-color: transparent !important;
}

#LogOnSubmit
{
    background: transparent url('../Img/login_button_up.png') no-repeat scroll 0 0;
    width: 84px;
    height: 23px;
    margin: 5px 0px 0 0 !important;
    border: 0 none;
    padding: 0;
    font-size: 10pt;
    line-height: -10px !important;
    color: #696969;
    cursor:pointer;
}

#LogOnSubmit:hover
{
    background-image: url('../Img/login_button_over.png');
}

#LogOnSubmit:active
{
    background-image: url('../Img/login_button_down.png');
}

#navigationLink
{
    margin-left: 362px;
    margin-top: 25px;
    z-index: 100;
    position: absolute;
    color: #696969;
}

#navigationLink:hover
{
    color: #008080;
}

.errormodel
{
    border: 1px solid red;
    background-color: #FAA;
    
    display:block;
    position:absolute;
    
    width: 299px;
    top:50%;    
    left: 50%;
    margin-left: -145px !important;
    padding: 5px 5px;
    
    font-size: 9pt;
    color: #000;
}

.noticemodel {
    border: 1px solid red;
    background-color: #FAA;
    display: block;
    position: absolute;
    width: 299px;
    top: 50%;
    left: 50%;
    margin-left: -145px !important;
    padding: 5px 5px;
    font-size: 10pt;
    color: #696969;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}