/* Text Styles */
hr {
    color: #000000
}

a, img {
    border:none;
}

body, table, tr, th, p {
    font-size: 14px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
}

p {
    text-align: left;
    text-indent: 0px;
    padding: 0 0 0 10px;
    margin: 0;
}

a {
    color: #1a69ab; 
}

h1 {               
    color: #454545;
    margin: 4px;
}

/* used for javascript text popups */
#hmpopupdiv {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #FFFFFF;
    padding: 6px;
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #888;
}

/* image lightbox */
#hmlightbox {
    border: none;
    padding: 8px;
    background: #FFF;
    font-size: 110%;
    font-weight: bold;
    color: #777;
    box-shadow: 5px 5px 5px #888;
}

.purchase_act {
    margin-right: 25px;
}

.purchase_link {
    position: relative;
    bottom: 6px;
    margin-right: 5px;
}

.purchase_link, .purchase_link:visited {
    color: #454545;
    font-size: 12px;
    text-decoration: none;
}

.width50 {
    width: 48%;
    float: left;
    padding: 0 10px 0 0;
}

.light_blue_section {
    background: #0f96cd;
    color: white;
    font-weight: normal;
    line-height: 31px;
    padding-left: 10px;
}

.dark_blue_section {
    background: #171796;
    color: white;
    font-weight: normal;
    line-height: 31px;
    padding-left: 10px;    
}

#subscribe_form { padding: 0 45px;}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #C09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-danger, .alert-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: white;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.no_underline {
    text-decoration: none;
}

.p_Heading1 {
    font-size: 24px;
}

.landing-page {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 10px 0;
    padding: 20px 0;
}
.view-this-act {
    width: 245px;
    background: url('view-this-act.png') no-repeat 10px #191996;
    display: block;
    padding: 11px 53px;
    margin-bottom: 7px;
    margin-left: 10px;
    font-size: 19px;
    color: white;
    text-decoration: none;
}
.purchase-this-act {
    width: 245px;
    background: url('purchase-this-act.png') no-repeat 10px #0096db;   
    display: block;
    padding: 11px 53px;
    margin-left: 10px;
    font-size: 19px;
    color: white;
    text-decoration: none;
}
.purchase-this-act:hover, .view-this-act:hover {
    color: #EC7600;
}
.alt-dash {
    border-right: 1px dashed #b4b4b4;
    padding: 55px 0;
}

input {
    margin: 7px;
}