/*
 * DotNetNuke Skin styles by bestdnnskins.com
 */
@import url(css/all.css);
@import url(css/tablet.css);
@import url(css/mobile.css);
@import url(css/camera.css);
@import url(css/flexslider.css);

/*--------- Global CSS Reset & Standards ----------*/
Body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#Body {
    background: #5c0100;
    color: #000;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font: normal 12px/1.5 Arial, Tahoma, Helvetica, Verdana, sans-serif;
    color: #000;
}

form#Form {
    height: 100%;
}

TH, TD, DIV {
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
    padding: 0;
}

p {
    margin: 0 0 8px 0;
	color: #000;
}

ol, ul {
    list-style: none;
	margin-left: 40px;
}

    li, ul li {
        list-style: disc;
		color:#000;
    }

a {
    outline: 0;
    border: 0;
}

img {
    border: 0;
}

.ModuleTitle_SubMenu {
    z-index: 9999!important;
}

A:link {
    color: #5c0100;
    text-decoration: none;
    font-weight: bold;
}

A:active {
    color: #5c0100;
    text-decoration: none;
}

A:hover {
    color: #990000;
    text-decoration: none;
}

A:visited {
    color: #91012C;
    text-decoration: none;
}

h1 {
    font-size: 26px;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h2 {
    font-size: 22px;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h3 {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	margin-bottom:10px;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h6 {
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

.Head {
    font-weight: bold;
    font-size: 15px;
}

.SubHead {
    font-weight: bold;
    font-size: 14px;
}

.SubSubHead {
    font-size: 13px;
}

.Normal {
    font-size: 12px;
    line-height: 1.5em;
}

.clearafter:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.clearafter {
    display: inline-block;
}

.clearafter {
    display: block;
}

.clear {
    clear: both;
}

.clear_float {
    clear: both;
    line-height: 0;
    font-size: 0;
}

/*--------- ControlPanel style ----------*/
.controlpanel_bg {
    width: 100%;
    background: #FFFFFF;
}

.controlpanel_style {
    width: 900px;
    margin: 0 auto;
}

    .controlpanel_style table {
        width: 100%;
    }

.CommandButton {
    font-size: 11px;
    font-weight: normal;
    color: #0033CC;
    text-decoration: none;
}

A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    font-size: 11px;
    font-weight: normal;
    color: #0033CC;
    text-decoration: underline;
}

A.CommandButton:hover {
    font-size: 11px;
    font-weight: normal;
    color: #0033CC;
    text-decoration: none;
}

.FileManager A, .FileManager A:link, .FileManager A:visited, .FileManager A:active {
    color: #000;
    text-decoration: underline;
}

    .FileManager A:hover {
        color: #000;
        text-decoration: none;
    }

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction, a.dnnPrimaryAction:link {
    color: #FFFFFF;
    text-decoration: none;
}

.dnnActionMenu span {
    color: #000000!important;
}

/*--------- Search style ----------*/
#Search {
    float: none;
    background: url(images/search_bg.jpg) no-repeat left top;
    width: 202px;
    height: 25px;
    z-index: 999;
}

.searchcss, a.searchcss:link, a.searchcss:active, a.searchcss:visited {
    background: url(images/blank.gif);
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    display: block;
    position: absolute;
    width: 27px;
    height: 25px;
    right: 2px;
    top: -1px;
    text-indent: -99999px;
    overflow: hidden;
}

a.searchcss:hover {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.search_position {
    position: absolute;
    left: 2px;
    top: 2px;
}

#dnn_dnnSEARCH_txtSearch {
    float: left;
    width: 158px;
    height: 20px;
    font-size: 13px;
    color: #5c0100;
    text-align: left;
    padding: 1px 42px 1px 3px;
    background: none;
    outline: none;
    border: none;
    display: block;
}

.search_position .searchInputContainer a.dnnSearchBoxClearText {
    right: 35px !important;
}

/*--------- Breadcrumb style ----------*/
.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

A.Breadcrumb:hover {
    color: #5c0100;
    text-decoration: none;
}

/*--------- BottomLinks style ----------*/
.Bottom_links, A.Bottom_links:link, A.Bottom_links:visited, A.Bottom_links:active {
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 3px;
    text-decoration: none;
}

A.Bottom_links:hover {
    font-size: 12px;
    color: #CCCCCC;
    text-decoration: none;
}

/*--------- Footer style ----------*/
.Footer, A.Footer:link, A.Footer:visited, A.Footer:active {
    padding: 0px 8px;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

A.Footer:hover {
    color: #CCCCCC;
    text-decoration: none;
}

/*--------- BannerPane Links style ----------*/
.bannerpane a {
    color: #f5f5f5;
    text-decoration: underline;
}

    .bannerpane a:visited {
        color: #dddddd;
        text-decoration: none;
    }

    .bannerpane a:active {
        color: #ffffff;
        text-decoration: none;
    }

    .bannerpane a:hover {
        color: #cccccc;
        text-decoration: none;
    }

/*--------- Back Links style ----------*/
.back_style a {
    color: #ffffff;
    text-decoration: none;
}

    .back_style a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .back_style a:active {
        color: #ffffff;
        text-decoration: none;
    }

    .back_style a:hover {
        color: #ffffff;
        text-decoration: none;
    }

/*--------- Social-Links ----------*/
.iconFacebook {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat 0 0;
}

.iconTwitter {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -37px 0;
}

.iconForrst {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -74px 0;
}

.iconDribbble {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -111px 0;
}

.iconDeviantart {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -148px 0;
}

.iconYoutube {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -185px 0;
}

.iconTumblr {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -222px 0;
}

.iconLast.fm {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -259px 0;
}

.iconPicasa {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -296px 0;
}

.iconRSS {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -333px 0;
}

.iconBehance {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -370px 0;
}

.iconSkype {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -407px 0;
}

.iconGithub {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -444px 0;
}

.iconLinkedIn {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -481px 0;
}

/*--------- Camera Slider style ----------*/
.fluid_container {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

/*--------- Scroll Top style ----------*/
#top-link {
    background: url("images/up.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 30px 20px;
    position: fixed;
    text-decoration: none;
    z-index: 903;
    opacity: 0.7;
}

    #top-link:hover {
        opacity: 1;
    }

/*--------- More style ----------*/
.more a, .more a:visited, .more a:active {
    background: url(images/more.png) no-repeat 0 0;
    padding: 10px 60px;
    text-decoration: none;
}

    .more a:hover {
        background: url(images/more.png) no-repeat 0 -34px;
        width: 114px;
        height: 68px;
        text-decoration: none;
        color: #FFFFFF;
    }

div#dnn_LeftsideTopPane {
    background: #000166;
    padding: 15px;
}


div#dnn_ctr440_CFD_pnlCFD {
    width: 520px;
    /*left: 10%;*/
    min-height: 200px;
    left: 50%;
    margin-left: -280px;
}

    div#dnn_ctr440_CFD_pnlCFD #logo {
        position: relative;
        top: -20px;
        left: -20px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        overflow: hidden;
        border-bottom: 1px solid #000;
        width: 560px;
    }

span#dnn_ctr440_CFD_lblIntro {
    FONT-WEIGHT: BOLD;
    font-size: 2em;
}

a#dnn_ctr440_CFD_CFD_Trigger {
    display: block;
    background: url(../../../../portals/0/emaildavid_img.gif) no-repeat 0 0;
    width: 223px;
    height: 105px;
    margin: 0 auto;
    text-indent: -9999px;
    margin-bottom: 2em;
}


span.dnnRadiobutton + label.dnnBoxLabel {
/*     width: 77%;
    float: right; */
}


.headerpane div.c_title.Container01_top_height {
    float: right;
    margin-right: 1em;
}

.headerpane a#dnn_ctr442_View_lnkSubscribe, a#dnn_ctr448_View_lnkSubscribe {
    background: none repeat scroll 0 0 #650000;
    border-radius: 0px;
    color: #fff;
    padding: 3px 7px;
    position: relative;
    text-decoration: none;
    top: -1px;
}
.newsLeft h3
{
text-align:left;
}

a#dnn_ctr448_View_lnkSubscribe {
    /*top: 5px;
    right: 0;
    margin-left: 93px;*/
}

a#dnn_ctr440_CFD_cmdSend {
background: #91012C;
color: #FFF;
text-decoration: none;
padding: 8px 13px;
border-radius: 5px;
margin-left: 128px;
position: relative;
top: 10px;
font-size: 1.2em;
}

.headerpane table.Normal {
    position: relative;
    right: 0;
}

span#dnn_ctr442_View_lblDebug + span {
    display: none;
}

.headerpane div.Container01_top_style {
    padding: 0 2px;
}


.i1_contentpane a.aboutOurNewsletter {
    display: none;
}
#dnn_ctr469_AdvancedNewsLetters_txtPersonalizedMessage_PanelTextEditor, #dnn_ctr469_AdvancedNewsLetters_txtPersonalizedMessage_PanelView, #dnn_ctr469_AdvancedNewsLetters_txtPersonalizedMessage_txtPersonalizedMessage
{
width:100% !important;
}
#dnn_ctr469_AdvancedNewsLetters_txtPersonalizedMessage_txtPersonalizedMessage, #dnn_ctr469_AdvancedNewsLetters_txtPersonalizedMessage_txtPersonalizedMessageWrapper
{
min-height:600px !important;
}
.SimpleOptInHeaderRight
{
width:60%;
float:right;
}
#SimpleOptInHeader
{
width:40%;
float:left;
}
.headerpane .OptInSimpleDivFields 
{
width:60%;
}
.headerpane #dnn_ctr471__OptInSimple_lnkBack {
background: none repeat scroll 0 0 #F0410E;
color: #5C0100;
display: block;
font-size: 1.4em;
left: 0;
margin-top: 3.3em;
padding: 0.55em 0.9em;
position: fixed;
top: 0;
width: 100%;
text-align: center;
}
.headerpane h3{
font-size: 16px;
}

.OptInDivFieldsExisting, .OptInEmailfooter
{
display:none;
visibility:hidden;
}
.AdvancedOptinFieldset legend
{
font-size:14px;
}
#dnn_ctr473__OptIn_divEmail, #dnn_ctr473__OptIn_divFields
{
width:100% !important;
}
#dnn_ctr473__OptIn_txtEmail {
    margin-left: 3% !important;
    width: 73% !important;
}

div[id^="_dialogOpenerLinkManager"] td.rwWindowContent.rwExternalContent, div[id*="_dialogOpenerLinkManager"]  td.rwWindowContent.rwExternalContent {
    min-height:357px;
}
h2[id*="TrackingReport"] {
    display: none;
}
body > form > .rcbSlide{
	position:absolute;
}
body > form > .rcbSlide .RadComboBoxDropDown{
	z-index:9999999;
}