<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************************
    Filename:       Style.css
    Description:    Style base for template number 1
    Date:           12/28/12
    Version:        0.1
    Authors:        Andrew Reid / Jessica McConoghy    
    Company:        The Pulse Network
    Website:        http://tpni.com

    -----------------------Site Structure-----------------------
        wrap
            container
                header
                    logo
                    welcome
                    status
                content
                    pagetitle
                    pageinfo
                        error
                        [merge fields]
                        buttons
                        disclaimer
                footer
                    moretext
                    copyright
    ------------------------------------------------------------

****************************************************************/


/************General Font and Color Defined by User************/
body {
    color: #565A5C;
    font-family: arial,helvetica,sans-serif;
}

a:link, a:active, a:visited {
    color:blue;
    text-decoration:underline;
}


/******************************End******************************/

body {
    background: none repeat scroll 0 0 #ebebeb; /*back ground color from wizard*/
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px;
    margin: 0 auto;
    padding: 0;
}

fieldset {
    background-color: #F2F2F7; /*gray*/
    border: none;
}

legend {
    font-size: 17px;
    font-weight: bold;
    color: #006899; /*primary color from wizard*/
    background: rgba(0, 104, 153, .1);
    border: 1px solid #d2d3d0;
    width: 100%;
    margin-top: 50px;
    padding: 5px 5px 5px 10px;
    display: block;
}


.required-flag {
    color: #F51D1D; /*red start for required elements*/
}

.inner {
    margin-left: 30px;
}


.inner .descr {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.inner .title {
    color: #006899; /*primary color from wizard*/
    font-weight: bold;
    font-size: 14px;
}

.inner .item-descr {
    border-bottom: 1px dotted #989898;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.inner .footer {
        font-style: italic;
        font-size: 10px;
}

.TotalChargedInput {
    font-size: 150%;
    font-weight: bold;
}

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
    background-color: transparent;
    border-color: transparent;
}

input, textarea, select {
    border-color: #f0f0f0;
    border-width: 1px;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    line-height: 24px;
    height: 20px;
}

select {
    line-height: 34px;
    height: 28px;
}

a img {
    border: none;
}

.pagetitle
{
     font-weight: bold;
     font-size:19px;
     text-align:center;
     width:100%;
     
}
#wrap {
    margin: 0 auto !important;
    position: relative;
    width: 980px;
}

.container {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 872px;
    margin: 15px auto 10px;
}


/*****************************Header*****************************/
#header {
    width: 100%;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
   text-align:center;
}

.welcome {
    float: none;
    margin: 0 0 15px;
	padding:0 0 0 15px;
    background: none repeat scroll 0 0 #006899; /*primary color*/
    border-bottom: 10px solid #000000;
    border-top: 10px solid #000000;
    color: white;
    -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

.welcome p {
    font-size: 14px !important;
    font-weight: bold;
    color: #ffffff; /*could be an issue*/
    line-height: 22px;
}


.Status {
    clear: both;
    display: block;
    height: 70px;
    margin: 0 auto;
    position: relative;
    width: 783px;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    padding-top: 10px;
}

.breadcrumb li {
    float: left;
    padding: 10px 15px 10px 15px;
    background-color: #F2F2F7;
    border: 1px solid #D2D3D0;
    font-size: 14px !important;
    text-align: center;
}

.active-step {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #D2D3D0;
    font-weight: bold;
}

/***************************End Header***************************/


/*****************************Content****************************/

#content {
    padding: 1px 50px 10px;
    display: block;
    font-size: 95%;
}

.buttons {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.button {
    padding: 5px;
    float: right;
}

.button input {
    background-color: #006899; /*primary color*/
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 1;
    min-width: 100px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    vertical-align: top;
}


/***************************End Content**************************/



/******************************Footer****************************/

#footer {
    color: #999999;
    font-size: 11px;
}

    #footer a {
        color: #565656;
        font-size: 12px;
    }

.moretext {
    text-align: center;
}

.copyright {
    margin-top: 30px;
}

/***************************End Footer***************************/

</pre></body></html>