﻿
/* =Header
----------------------------------------------- 
*/

.header .accountContainerFront {
    clear: both;
    float: right;
    margin-top: 6px;
    text-align: right;
    vertical-align: top;
}

/* =Structure
----------------------------------------------- 
*/

div.allfront
{
    clear: both;
	margin-left: auto;
	margin-right: auto;
    padding-top: 20px;
	text-align: left;
	width: 99%;
}

/* Structure: =Misc
----------------------------------------------- 
*/

.paddingBottom25
{
    margin-bottom: 25px;
}

/* Structure: =SearchPanel
----------------------------------------------- 
*/
input.searchbox
{
    border-bottom: #bababa 1px solid;
    border-left: #bababa 1px solid;
    border-right: #bababa 1px solid;
    border-top: #bababa 1px solid;
    height: 17px;
    margin-bottom: 3px;
    margin-left: 12px;
    margin-top: 3px;
    width: 199px;
}

.grey
{
    color: #cccccc;
}

/* Structure: =LoggedInPanel
----------------------------------------------- 
JASON: maybe break this out into a new css?
*/

div.loggedInText
{
    margin-top: 70px;
    text-align: center;
}

div.loggedInText .container
{
    background-image: url('../../images/Welcome_bg.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 377px;
    width: 596px;
}

div.loggedInText .container .containerInner
{
    font-size: 1.2em;
    vertical-align: top;
}

.containerInner h2
{
    color: #5d5d5d; /* =GetGrey */
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.containerInner div.info
{
    margin-top: 50px;
    text-align: left;
    width: 450px;
}

.containerInner ul
{
    margin-left: 20px;
    padding-left: 0px;
}

.containerInner li
{
    list-style-image: url('../../images/Welcome_bullet.png');
    margin-top: 14px;
}

div.loggedInText .inner
{
    margin-top: 35px;
}

div.loggedInText .inner .left
{
     float: left;
     margin-top: 10px;
}

div.loggedInText .inner .right
{
     float: right;
}

/* Structure: =LoggedOutPanel
----------------------------------------------- 
JASON: maybe break this out into a new css?
*/

.descriptionText
{
    margin-top: 70px;
    text-align: center;
    width: 750px;
}

#leftSlice, #middleSlice, #rightSlice
{
    float: left;
}

#description
{
    background-image: url('../../images/middle_bottom.jpg');
    background-repeat: no-repeat;
    background-position: top;
    font-size: 1.2em;
    height: 81px;
    width: 390px;
}

td.smalltext
{
    color: #FE9F34;    /* =GetOrange */
    font-size: 0.85em;
}