﻿/* 
=============================================
Skin Styles for SpanishInYourJob.com
=============================================
*/


/* Simple Reset */

html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

input,
textarea,
select {
    font-size: 110%;
    line-height: 1.1;
}

abbr,
acronym {
    border-bottom: .1em dotted;
    cursor: help;
}


/*End Reset*/

html,
body {
    width: 100%;
}

#breadCrumbs {
    color: #aaa;
    padding: 5px 0 12px 18px;
}

a.crumbLinks,
a.crumbLinks:link {}

a.crumbLinks:hover {}

.copyright {}

#bottomLinks {}


/*DNN Search Styles*/

#searchWrap {}

#dnn_SEARCH_txtSearch {}

.search-btn {}

a:hover img.search-btn {}


/* NAV MENU Styles */

#nav,
#nav ul {
    padding: 0;
    position: absolute;
    left: 260px;
    list-style: none;
    list-style-image: initial;
    top: 5px;
    width: 698px;
    z-index: 1000;
}

#nav li {
    float: left;
    list-style: none;
    list-style-image: initial;
    padding: 0;
    position: relative;
    width: auto;
}

#nav li.navBtn a {
    background: url(images/mnuTabRight.png) no-repeat right 0;
    background-color: initial;
    background-image: url(/Portals/0/Skins/SpanishInYourJob/images/mnuTabRight.png);
    display: block;
    float: left;
    height: 35px;
    margin-right: 3px;
    padding: 0 4px 0 0;
    position: relative;
    z-index: 3;
}

#nav li a {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}

#nav li.navBtn a span {
    background: url(images/mnuTabLeft.png) no-repeat left 0;
    background-color: initial;
    display: inline-block;
    float: left;
    line-height: 30px;
    height: 35px;
    padding: 0 16px 0 20px;
    position: relative;
    z-index: 2;
}

#nav li.navBtn a span.DisabledPage {
    cursor: default;
}

#nav li:hover.navBtn a span,
#nav li.hover.navBtn a span,
#nav li.navBtn a.SelectedItem span {
    background-position: 0 -45px;
    cursor: pointer;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.hover ul,
#nav li li.hover ul,
#nav li li li.hover ul,
#nav li li li li.hover ul {
    border-bottom: 1px solid rgb(204 204 204);
    left: 5px;
    top: 35px;
}

#nav li ul {
    left: -999em;
    font-weight: normal;
    height: auto;
    margin: 0;
    position: absolute;
    width: 177px;
}

#nav li.navBtn ul li a {
    background: rgb(223 227 228);
    border-left: 1px solid rgb(204 204 204);
    border-right: 1px solid rgb(204 204 204);
    border-top: 1px solid rgb(204 204 204);
    clear: left;
    color: rgb(29 33 42);
    display: block;
    height: 22px !important;
    line-height: 22px;
    padding: 0 5px;
    width: 165px;
}


/*Text Styles*/

.SkinObject,
a.SkinObject:link,
a.SkinObject:active,
a.SkinObject:visited {
    color: #000;
    font-weight: normal;
}

.DNNEmptyPane {
    margin: 0;
    padding: 0;
    display: none;
    height: 0;
    font-size: 1px;
}

.NormalRed {
    color: #ff0000;
    font-weight: bold;
}

.Normal,
.NormalRed,
html,
body,
p {
    font-family: Tahoma, Sans-Serif, Arial;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: normal;
}

p {
    line-height: 18pt;
}

h1 {
    font-family: 'Orbitron', Arial, sans-serif;
    color: #1d212a;
    font-size: 14pt;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 5px;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #cb0000;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #2a3a47;
    font-style: italic;
}

h4 {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #0c4566;
    font-style: italic;
}

h5,
h6 {
    font-family: arial, tahoma, sans-serif;
    color: #000;
}

.blueH2 {
    font-family: 'Orbitron', Arial, sans-serif;
    color: #5493a4;
    font-size: 14pt;
    font-style: italic;
}

a,
a:link,
a:visited {
    font-size: 9pt;
    color: #535e63;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #4e4e4e;
}

ul li {
    list-style-type: disc;
}


/*Header Text Image Replacement */

.screen-reader-text {
    position: absolute;
    left: -9999em;
}

.image-replacement {
    text-align: center;
    margin: 0 0 10px;
}


/*Float Clear*/

.dvclr {
    line-height: .01;
    clear: both;
    margin: 0;
    padding: 0;
}


/*Home Page Items*/

.myHomePageTable {
    width: 100%;
    background: #fff url(images/circles-top-rpt.jpg) repeat-x scroll left top;
    overflow: hidden;
}

#homeBdyWrapper {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
}

#homeLeft {
    position: relative;
    float: left;
    height: 655px;
    width: 264px;
    background: url(images/home-left-box.png) no-repeat right 85px;
}

#homeRight {
    float: left;
    width: 562px;
    height: 558px;
    margin-top: 95px;
}

#homeDottedSeparator {
    clear: both;
    height: 40px;
    background: url(images/dotted-separator.jpg) no-repeat center center;
    width: 806px;
    margin-left: 19px;
}

#logo {
    position: absolute;
    top: -5px;
    left: 0;
    height: 180px;
    width: 274px;
}


/*Home Panes */

.homeLeftPane {
    height: 451px;
    width: 223px;
    position: absolute;
    height: 451px;
    top: 198px;
    left: 27px;
}

.homeLeftPane p {
    line-height: 11pt;
}

.divHomeBottomPane {
    padding: 0;
    margin: 0;
}


/*Home Page Image Links*/

#homeImageNavWrap {
    margin-top: -2px;
}

#homeImageNavWrap div {
    float: left;
}

#homeImageNavWrap a,
#homeImageNavWrap a .hover {
    position: relative;
    display: block;
}


/*Image Links*/

#homeImageNavWrap a.lawEnforcementLink {
    background: url(images/law-enforcement-home.jpg) no-repeat 0 0;
    height: 219px;
    width: 276px;
    margin-bottom: 3px;
}

#homeImageNavWrap a.fireEmsLink {
    background: url(images/fire-ems-home.jpg) no-repeat 0 0;
    height: 219px;
    width: 276px;
    margin-left: 5px;
    margin-bottom: 3px;
}

#homeImageNavWrap a.healthCareLink {
    clear: both;
    background: url(images/healthcare-home.jpg) no-repeat 3px 0;
    height: 197px;
    width: 276px;
    margin-bottom: 3px;
}

#homeImageNavWrap a.dispatchLink {
    background: url(images/dispatch-home.jpg) no-repeat 5px 0;
    height: 197px;
    width: 276px;
    margin-left: 5px;
    margin-bottom: 3px;
}

#homeImageNavWrap a.classRoomLink {
    background: url(images/classroom-home.jpg) no-repeat 4px 0;
    width: 556px;
    height: 138px;
}


/*Hover Styles*/

#homeImageNavWrap .highLight a.lawEnforcementLink:hover,
#homeImageNavWrap a.lawEnforcementLink .hover {
    background: url(images/law-enforcement-home.jpg) no-repeat 0 -232px;
    height: 219px;
    width: 276px;
}

#homeImageNavWrap .highLight a.fireEmsLink:hover,
#homeImageNavWrap a.fireEmsLink .hover {
    background: url(images/fire-ems-home.jpg) no-repeat 0 -232px;
    height: 219px;
    width: 276px;
}

#homeImageNavWrap .highLight a.healthCareLink:hover,
#homeImageNavWrap a.healthCareLink .hover {
    background: url(images/healthcare-home.jpg) no-repeat 3px -210px;
    height: 197px;
    width: 276px;
}

#homeImageNavWrap .highLight a.dispatchLink:hover,
#homeImageNavWrap a.dispatchLink .hover {
    background: url(images/dispatch-home.jpg) no-repeat 5px -208px;
    height: 197px;
    width: 276px;
}

#homeImageNavWrap .highLight a.classRoomLink:hover,
#homeImageNavWrap a.classRoomLink .hover {
    background: url(images/classroom-home.jpg) no-repeat 4px -153px;
    height: 138px;
    width: 556px;
}


/*Home Page Buttons */

.free-training-btn {
    background: url(/portals/0/skins/SpanishInYourJob/images/free-training-btn.png) no-repeat left center;
    display: block;
    display: block;
    height: 94px;
    width: 235px;
}

.customize-training-btn {
    background: url(/portals/0/skins/SpanishInYourJob/images/customize-btn.png) no-repeat left center;
    display: block;
    height: 78px;
    margin-left: -11px;
    margin-top: -6px;
    width: 244px;
}


/* Home Footer Links*/

#homeFtrWrap {
    margin-top: 59px;
    border-top: 1px solid #9ab4c3;
    background: #e5e5e5;
    height: 200px;
}

#homeFtrInnerWrap {
    width: 830px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#homeFtrCircles {
    background: url(images/ftr-circles.jpg) no-repeat center center;
    height: 126px;
    width: 785px;
    margin: -64px auto 10px;
    position: relative;
    z-index: 10;
}

#homeFtrSlogan {
    width: 555px;
    height: 33px;
    margin: 0 auto;
}

#homeFtrLinksWrap {
    margin: 10px auto;
    text-align: center;
}

#homeCopyRight {
    text-align: center;
    padding-top: 10px;
}

#homePrivacyTerms {
    text-align: center;
    color: #535e63;
}

#homePrivacyTerms a,
#homePrivacyTerms a:link,
#homePrivacyTerms a:visited {
    color: #535e63;
    font-size: 8pt;
}

.homeFtrLinks a:hover,
#homePrivacyTerms a:hover {
    text-decoration: underline;
}

.homeFtrLinks,
a.homeFtrLinks,
a.homeFtrLinks:link,
a.homeFtrLinks:visited {
    color: #535e63;
    font-size: 10pt !important;
    padding: 5px;
    text-align: center;
}

#homeUserWrap {
    text-align: center;
    color: #535e63;
}

#homeUserWrap a,
#innerUserWrap a:link,
#innerUserWrap a:visited {
    color: #535e63;
    font-size: 10pt;
}

#homeUserWrap a:hover {
    text-decoration: underline;
}

.copyright {
    color: #535e63;
    font-size: 8pt;
}


/*End Home Page Styles */


/*StreetCop Page Styles*/

html,
#body {
    background: #1d212a;
    height: 100%;
}

.myPageTable {
    width: 100%;
    height: 100%;
    background: #1d212a;
}

#bdyWrapper {
    margin: 12px auto;
    width: 960px;
}

#streetCopHdr {
    position: relative;
    background: url(images/StreetCopHdr.jpg) no-repeat left top;
    height: 230px;
    width: 956px;
}

#streetCopLogo {
    height: 186px;
    width: 296px;
    margin: 0 auto;
}

#streetCopLogo img {
    margin-top: 20px;
}

#streetCopContentTop {
    width: 954px;
    background: url(images/streetCopContentTop.png) no-repeat left top;
    height: 5px;
    position: relative;
    z-index: 0;
}

#streetCopContentMiddle {
    padding: 0;
    width: 954px;
    background: url(images/streetCopContentRpt.png) repeat-y center top;
}

#streetCopContentBtm {
    margin: 0;
    width: 954px;
    background: url(images/streetCopContentBtm.png) no-repeat bottom;
    padding-bottom: 47px;
    position: relative;
}

#btmSloganInner {
    position: absolute;
    bottom: 0;
    right: 110px;
}

#innerFtrLinksWrap {
    margin: 10px auto;
    text-align: center;
}

#innerCopyRight {
    float: left;
    margin-left: 10px;
}

#innerPrivacyTerms {
    color: #535e63;
    float: right;
    margin-right: 10px;
}

#innerPrivacyTerms a,
#innerPrivacyTerms a:link,
#innerPrivacyTerms a:visited {
    color: #535e63;
    font-size: 8pt;
}

.innerFtrLinks a:hover,
#innerPrivacyTerms a:hover {
    text-decoration: underline;
}

.innerFtrLinks,
a.innerFtrLinks,
a.innerFtrLinks:link,
a.innerFtrLinks:visited {
    color: #da0303;
    font-size: 11pt;
    padding: 6px;
}

#innerUserWrap {
    text-align: center;
    color: #c0c0c0;
}

#innerUserWrap a,
#innerUserWrap a:link,
#innerUserWrap a:visited {
    color: #c0c0c0;
    font-size: 10pt;
}

#innerUserWrap a:hover {
    text-decoration: underline;
}

.hardFooter,
.hardFooter a:link,
.hardFooter a:active,
.hardFooter a:visited {
    color: #DA0303;
    font-size: 11pt;
    padding: 15px 0 10px 0;
    text-align: center;
}

.hardFooter a:hover {
    text-decoration: underline;
}


/*Edit Page Styles*/

#streetCopEditTop {
    width: 954px;
    background: url(images/streetCopEditTop.jpg) no-repeat left top;
    height: 5px;
    position: relative;
}

#streetCopEditMiddle {
    padding: 0;
    margin-top: -5px;
    width: 954px;
    background: url(images/streetCopEditRpt.jpg) repeat-y center top;
    position: relative;
}

#streetCopEditBtm {
    margin: 0;
    width: 954px;
    background: url(images/streetCopEditBtm.jpg) no-repeat bottom;
    padding-bottom: 37px;
    position: relative;
}

.editPaneTable {
    margin: 10px auto;
    position: relative;
    float: left;
}


/*Interior Content Panes */

.leftpane {
    float: left;
    width: 247px;
    margin: 0;
    padding: 3px;
}

.innerPaneTable {
    float: right;
    margin: 40px 1px 10px 0;
    width: 696px;
}

.contentpane {
    padding: 3px 15px;
    width: 800px;
}

.contentpaneEdit {
    padding: 3px 15px;
    width: 800px;
}

.rightpane {
    padding: 0 5px 0 3px;
}

.bottompane {
    padding: 0;
}


/*Testimonials*/

#ticker {
    height: 280px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

#ticker dd {
    margin-left: 0;
    font: normal 11px Verdana;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #aaaaaa;
    position: relative;
}

#ticker dd.last {
    border-bottom: 1px solid #ffffff;
}

#ticker div {
    margin-top: 0;
}


/*Video Box*/

.opacity a:hover img {
    opacity: .80;
    filter: alpha(opacity=80);
}

#navBar {
    position: relative;
    background: #fff;
}

.registerBtn {
    padding: 5px;
    font-size: 14px !important;
    background: #00536d;
    color: #fff !important;
    border-radius: 10px;
}

p.registerBtn {
    width: 190px;
    margin: 10px auto;
}

a.registerBtn:hover {
    background: #F00;
    text-decoration: none;
}

.bigLink {
    font-size: 22px !important;
}

.LoginPanel {
    padding-top: 50px;
}

.homeBottomPane {
    clear: both;
}