﻿/*-------------------------------------
        Reset Styles
--------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
a:focus
{
    outline: 0;
}

body
{
    line-height: 1;
    color: black;
}

ol, ul
{
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate !important;
    border-spacing: 0;
}

/* removed "td" from below as it was causing all table columns to align left where some need to be centered */
caption, th
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

input
{
    margin: 0;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

/*-------------------------------------
        Generic Styles
--------------------------------------*/

body
{
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #1d1c1c;
    color: #000000;
    line-height: 1.3;
}

a, a:link, a:visited
{
    color: #2a9fff;
    text-decoration: underline;
    cursor: pointer;
}

a:hover
{
    text-decoration: none;
}

.clear-fix
{
    min-height: 1%;
    height: auto !important;
    height: 1%;
}

.clear-fix:after
{
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

h2
{
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}

h3
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

/*-------------------------------------
        Form Styles
--------------------------------------*/

form
{
    border: 8px solid #CBDCE3;
    padding: 10px;
    background-color: #FEFEFE;
    width: 468px;
    margin: 75px auto 0 auto;
}

.rounded_5
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form_row
{
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.form_row
{
    clear: both;
}

.form_label
{
    font-size: 16px;
    padding: 10px 5px 0px;
    position: relative;
}

.form_label .label_link
{
    float: right;
    display: inline;
    font-size: 11px;
    margin-right: 216px;
    position: relative;
    top: 5px;
}

.form_label .label_link a, .form_label .label_link a:link, .form_label .label_link a:visited
{
    text-decoration: none;
}

.form_label .label_link a:hover
{
    text-decoration: underline;
}

.form_item
{
    margin-bottom: 7px;
    font-size: 16px;
    min-height: 32px;
}

.textbox
{
    border: 1px solid #cccccc;
    padding: 5px;
    font-weight: bold;
    height: 20px;
    float: left;
    width: 255px;
}

.field-validation-error
{
    font-size: 12px;
    color: Red;
}

.rslrgd .login_btn { background-image: url(../images/login/gd/btn_login.gif); }
.rslrpl .login_btn { background-image: url(../images/login/pl/btn_login.png); }

.login_btn
{
    margin: 40px auto 10px auto;
    width: 204px;
    height: 77px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -9000em;
    cursor: pointer;
}

.lost_password_link, .lost_password_link:link, .lost_password_link:visited
{
    color: #0000FE;
    font-size: x-small;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

/*-------------------------------------
        Header Styles
--------------------------------------*/

.rslrgd h2 { background-image: url(../images/login/pl/login_header.gif); }
.rslrpl h2 { background-image: url(../images/login/pl/login_header.gif); }

h2
{
    width: 468px;
    height: 135px;
}

/*-- Informational Notification --*/

.informational-notification {
	border: 1px solid #3aaedd;
	background-color: #e1f2f9;
}

.informational-notification p {
	background-image: url(../images/login/informational-icon.png);
}

/*-------------------------------------
      	  Alert Notifications
--------------------------------------*/

.notification-box {
	font-family: arial, verdana, helvetica, sans-serif;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}

.notification-box p {
	padding: 15px 15px 15px 36px ;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left 9px;
	font-size: 12px;
}


/*-------------------------------------
           Blue Box
--------------------------------------*/

.blue-box-internal {
	background-color: #fff;
	background-image: url(../images/login/blue-box-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #fff;
	height: auto !important;
	padding: 30px 30px 20px;
}

