﻿@import url("../shared/css/mpOverride.css");
@import url("breadcrumb.css");
@import url("innerLeftNav.css");
@import url("leftContent.css");
@import url("login.css");
@import url("contact.css");

/*//////////////////////////////////////////////// BODY   //////////*/
body 
{
    font-family: Segoe UI, Trebuchet MS, Sans-Serif;
    font-size: 0.85em;
    background: #f7eeae url(../shared/images/bodyBkg_content.jpg) no-repeat center top;
}
input[type="text"], input[type="password"]
{
	background-color: White;
}
textarea
{
	background-color: White;
}
select
{
	background-color: White;
}
.bodyWidth
{
    /*width: 873px;*/
    margin: 0 auto;
}
#bodyCol1
{
    /*width: 240px; Width of left column*/
    float:left;
    clear:right;
}
#bodyCol2
{
    /*margin-left: 240px; //Set left margin to #bodyCol1/left column width*/
    text-align: left;
    /*width: 633px;*/
    float:left;
    clear:right;
}
#bodyCol2 .colPadding /*sets space between bodyCol1 and bodyCol2 */
{
    padding-left: 18px;
}
.spacer
{
    line-height: 0px;
    height: 0px;   
}
.clear
{
	clear: both;
	float: none;
	display: block;
}
body a
{
    font-family: Segoe UI, Trebuchet MS, Sans-Serif;
    text-decoration: underline;
    color: #1daac3;
    font-weight: bold;
}
body a:hover
{
    text-decoration: none;
}
.rc
{
    padding: 10px;
}
.serverError
{
    height: 36px;
    background-color: #c20606;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 3px 6px 6px;
}

.subTitle
{
    font-size: 1.2em;
    margin-top: 0px;
}

.pageTitle
{
    font-size: 1.4em;
    margin-top: 0px;
    color: #ffffff;
}
.submitButton
{
	display: block;
}
.submitButton.hidden
{
	display: none;
}

/*///////////////////////////////////////////// POINTS TABLE   //////////*/
#pointsTable td
{
    height: 21px;
    padding-bottom: 14px;
}
#pointsTable .plus
{
    background: url(../images/ds_plus21.gif) no-repeat;
    background-position:  5px left;
    width: 21px;
    padding-right: 8px;
}

