﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background-image: url("http://www.kimberlyrproffitt.com/Images/sitebkgd.jpg");
    font-size: 12px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: #000000; /* black */
    margin: 0px;
    padding: 0px;
}

.tableimages {
    margin: 3px;
    text-align: center;
    vertical-align: middle;
}
.tableimageswhite {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: white; 
    border: 1px #000000 solid; /* black */
}

a:link, a:visited {
    text-decoration: none;
    text-decoration-color: none;
    color: inherit;
}

a:hover {
    color: #333132; /* 95 black */
    text-decoration: none;

}

a:active {
    text-decoration: none;
    text-decoration-color: none;
    visibility: inherit;
}

p
{

    font-size: 1.3em;
    line-height: 1.6em;

}

.KRPBullet {
    list-style-type: none;
    text-align: left;
    text-indent: 14px;
    font-size: 1.3em;
    list-style-image: url('../Images/PurpleBullet.gif');
    
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-weight: 300;
    margin-bottom: 0px;
}

h1
{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #000000; /* black */
}

h2
{
    font-size: 18px;
    font-weight: 600;
    color: #b6b8ba; /* 33 black */
}

h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0px;
    padding: 0px;
    color: #636466; /* 75 black */

}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1000px;
    background-image: url("http://www.kimberlyrproffitt.com/Images/contentbkgd.jpg");
    margin: 20px auto 0px auto;
   /* border: 1px solid #000000;  black */
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url("http://www.kimberlyrproffitt.com/Images/krp.png");
    width: 100%;
    background-repeat: no-repeat;
    height: 185px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
    
}

.horizontalmenu {
    margin: 5px 20px 20px 211px;
}

.main {
    margin: 0px 20px 20px 211px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    border-style: solid none none none;
    border-width: 2px;
    border-color: #b6b8ba; /* 33 black */
    padding: 10px 50px 10px 50px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: .8em;
    color: #b6b8ba; /* 33 black*/
    width: 600px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-position: left;
    background-image: url("http://www.kimberlyrproffitt.com/Images/MenuRule.jpg");
    width: 210px;
    float: left;
    margin-top: 27px;
    
}

div.menu
{
    padding: 0px 0px 0px 20px;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;

}

div.menu ul li a, div.menu ul li a:visited
{
    background-image: url("http://www.kimberlyrproffitt.com/Images/Bttn.png");
    width: 146px;
    height: 43px;
    color: #000000; /* black */
    display: block;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 10px;

}


div.menu ul li a:hover
{
    background-image: url("http://www.kimberlyrproffitt.com/Images/BttnHvr.png");
    color: #9d9fa2; /* 45 black */
    text-decoration: none;

}

div.menu ul li a:active
{
    background-image: url("http://www.kimberlyrproffitt.com/Images/BttnSlctd.png");
    color: #b6b8ba; /* 33 black */
    text-decoration: none;

}
div.menu2
{
    padding: 0px 0px 0px 0px;
}

div.menu2 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;

}

div.menu2 ul li a, div.menu ul li a:visited {
    width: auto;
    height: 25px;
    color: #000000; /* black */
    display: block;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 0px;
    border-right-width: thin;
    border-right-color: #000000; /* black */
    border-right-style: solid;  
    border-left-width: thin;
    border-left-color: #9d9fa2; /* 45 black */
    border-left-style: solid;  
}


div.menu2 ul li a:hover
{
    color: #9d9fa2; /* 45 black */
    text-decoration: none;

}

div.menu2 ul li a:active
{
    color: #b6b8ba; /* 33 black */
    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 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 153px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}