﻿body
{
    background: #f5f5f5;
    font-family: Helvetica, Arial, sans-serif;
}

#LoadedLogin-Bound
{
    display: block;
    width: 290px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -145px;
}

#LoadedLogin-LoadedHeader
{
    display: block;
    height: 47px;
    background: url(/content/Images/MenuBacking.png);
    color: White;
    line-height: 47px;
    padding-left: 17px;
    font-weight: bold;
    font-size: 21px;
}

#LoadedLogin-SignInLabel
{
    display: block;
    height: 25px;
    line-height: 26px;
    padding-left: 17px;
    text-shadow: 1px 0 1px #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    border-bottom: 1px solid #cccccc;
    background: url(/content/images/LUi-App-ColumnHeader.png);
}

form
{
    padding: 17px;
}

label
{
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

input
{
    display: block;
    clear: both;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    padding: 7px 0;
    padding-left: 5px;
    font-family: Helvetica,arial, sans-serif;
    width: 249px;
}

.remember input
{
    float: left;
    width: 20px;
    margin-left: -3px;
    display: block;
}

.remember label
{
    float: left;
    display: block;
    font-weight: normal;
    color: #666666;
    position: relative;
    top: 2px;
}

.Submit
{
    border: 3px solid #003B5A;
    border-radius: 5px;
    background: white;
    font-weight: bold;
    font-size: 15px;
    width: 255px;
    font-family: Helvetica, Arial, Sans-Serif;
}

.Submit:hover
{
    cursor: pointer;
    background: #eeeeee;
}

p
{
    color: #666666;
    font-size: 10px;
}

p a
{
    text-decoration: none;
    color: #003b5a;
}

body
{
    color: #414141;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 14px;
    font-weight: bold;
}

p
{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 30px;
}

.minibutton
{
    font-family: helvetica,arial,freesans,clean,sans-serif;
    text-decoration: none;

    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;

    height: 21px;
    padding: 0 0 0 3px;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    white-space: nowrap;
    border: none;
    overflow: visible;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4',endColorstr='#ececec');
    background: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#ececec));
    background: -moz-linear-gradient(top,#f4f4f4,#ececec);
    text-indent: 0;
}

input[type=text] + .minibutton
{
    margin-left: 5px;
}

button.minibutton::-moz-focus-inner
{
    margin: -1px -3px;
}

.minibutton.danger
{
    color: #900;
}

.minibutton.label
{
    color: #999;
}

.minibutton > span
{
    height: 21px;
    padding: 0 9px 0 7px;
    line-height: 21px;
    text-indent: 0;
}

.minibutton .down
{
    background: url(/Content/Images/arrow-down-contact-page.png) center no-repeat;
    position: relative;
    left: -6px;
}

.minibutton:hover
{
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    border-color: #518cc6;
    border-bottom-color: #2a65a0;
    background: #599bdc;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#599bdc',endColorstr='#3072b3');
    background: -webkit-gradient(linear,left top,left bottom,from(#599bdc),to(#3072b3));
    background: -moz-linear-gradient(top,#599bdc,#3072b3);
}

.minibutton.mousedown
{
    border-color: #2a65a0;
    border-bottom-color: #518cc6;
    background: #3072b3;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3072b3',endColorstr='#599bdc');
    background: -webkit-gradient(linear,left top,left bottom,from(#3072b3),to(#599bdc));
    background: -moz-linear-gradient(top,#3072b3,#599bdc);
}

.minibutton.danger:hover
{
    border-color: #c65651;
    border-bottom-color: #a0302a;
    background: #dc5f59;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dc5f59',endColorstr='#b33630');
    background: -webkit-gradient(linear,left top,left bottom,from(#dc5f59),to(#b33630));
    background: -moz-linear-gradient(top,#dc5f59,#b33630);
}

.minibutton.danger.mousedown
{
    border-color: #a0302a;
    border-bottom-color: #c65651;
    background: #b33630;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b33630',endColorstr='#dc5f59');
    background: -webkit-gradient(linear,left top,left bottom,from(#b33630),to(#dc5f59));
    background: -moz-linear-gradient(top,#b33630,#dc5f59);
}

.minibutton.scary
{
    color: #fff;
    border-color: #c65651;
    border-bottom-color: #a0302a;
    background: #dc5f59;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dc5f59',endColorstr='#b33630');
    background: -webkit-gradient(linear,left top,left bottom,from(#dc5f59),to(#b33630));
    background: -moz-linear-gradient(top,#dc5f59,#b33630);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

.minibutton.Working
{
    overflow: hidden;
}

.minibutton.large
{
    font-size: 14px;
    height: 30px;
    width: auto;
    padding: 0 20px;
    margin-top: 10px;
}

.minibutton.large span
{
    line-height: 30px;
    height: 30px;
}

.minibutton.Working
{
    opacity: 0.6;
}

.minibutton.Working>span
{
    display: block;
    padding: 0 9px 0 7px;
    background: url(/Content/Images/ajax-loader.gif) no-repeat top center;
    margin-top: 2px;
    padding-top: 50px;
}

.minibutton.Working:hover
{
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    cursor: default;
    border: 1px solid #d4d4d4;
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4',endColorstr='#ececec');
    background: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#ececec));
    background: -moz-linear-gradient(top,#f4f4f4,#ececec);
    text-indent: 0;
}

.minibutton.large.Working>span
{
    margin-top: 0;
    padding-top: 0;
    background: url(/Content/Images/ajax-loader.gif) no-repeat bottom center;
    position: relative;
    top: -37px;
    height: 60px;
}

#LoginForm
{
    margin-top: 30px;
}

#LoginForm label
{
    font-size: 14px;
}

#LoginBox
{
    display: block;
    width: 600px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -150px;
    background: url(/Content/Images/largeRataoralogoblue.png) 15px 84px no-repeat;
}

#LoginBoxPadding
{
    display: block;
    margin-left: 300px;
    margin-top: 30px;
}
