﻿/* GENERIC STYLING AND RESETS
================================================== */

/* All main content(paragraphs) on the page */
.ControlPanel .Normal,
.ControlPanel .NormalDisabled,
.ControlPanel blockquote,
.ControlPanel pre,
.ControlPanel .SubHead,
.ControlPanel .SkinObject,


.ControlPanel label {
    display: inline;
}

.ControlPanel input[type="text"], .ControlPanel textarea, .ControlPanel select {
    margin-bottom: 0px;
    display: inline;
    padding: 0px;
}

.ControlPanel tr {
    padding-top: 5px;
}

.ControlPanel tr td{
    display:table-cell !important;
}

.Normal,
.NormalDisabled,
blockquote,
pre,
.SubHead,
.SkinObject,
.NormalTextBox {
    color: #333;
    font-size: 13px;
}

/* Lists */
ul {
    margin-top: 0px;
    /*padding-left: 40px;*/
}

    ul li {
        list-style: url(images/list-arrow.png);
        margin-left: 0px;
        padding: 2px 0 2px;
    }

    ul.float_left {
        padding: 0;
        margin: 0;
    }

    ul.red_style_list {
        padding-left: 20px;
    }

        ul.red_style_list li {
            list-style: url(images/list-arrow.png);
        }

/* Links */
a,
a:link,
a:visited {
    color: #00205c;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* Paragraphs */

.c_contentpane p {
    line-height: 25px;
}

.Htmlbody, .Normal{
    line-height: 1.6em;
}

.hospitalStats .ModDNNHTMLC{
    background-color: transparent;
    padding:0px;
}

.Htmlbody P:first-child, .Normal p:first-of-type {
    font-size: 21px;
    line-height: 27px;
}

.Htmlbody ul li,
.RadEditor ul li {
    list-style: disc outside url(images/list-arrow.png);
    margin-left: 30px;
}

p.small {
    line-height: 20px;
    font-size: 12px;
}


/* Colored Headers */
.colored {
    color: #000;
    font-size: 24px;
}

    .colored span {
        color: #993399;
    }

/* Cleaners & Floates */
.cleaner {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}

.cleaner_h10 {
    clear: both;
    width: 100%;
    height: 10px;
}

.cleaner_h20 {
    clear: both;
    width: 100%;
    height: 20px;
}

.cleaner_h30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.cleaner_h40 {
    clear: both;
    width: 100%;
    height: 40px;
}

.cleaner_h50 {
    clear: both;
    width: 100%;
    height: 50px;
}

.cleaner_h60 {
    clear: both;
    width: 100%;
    height: 60px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/* Content images */
img {
    border: none;
}

.imgLeft {
    float: left;
    margin-right: 12px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.imgRight {
    float: right;
    margin-left: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
}


/* CONTENT AREA STYLING
================================================== */

/* Shadows */
.shadow_180 {
    background: url(images/shadow-180.png) bottom center no-repeat;
    padding-bottom: 4px;
}

.shadow_280 {
    background: url(images/shadow-280.png) bottom center no-repeat;
    padding-bottom: 10px;
}

.shadow_340 {
    background: url(images/shadow-340.png) bottom center no-repeat;
    padding-bottom: 11px;
}

.shadow_580 {
    background: url(images/shadow-580.png) bottom center no-repeat;
    padding-bottom: 13px;
}

.shadow_640 {
    background: url(images/shadow-640.png) bottom center no-repeat;
    padding-bottom: 21px;
}

/* Left Pane Contact Us block */
.contact_info {
    float: left;
    margin-left: -23px;
    margin-top: -15px;
}


/* BUTTON STYLING
================================================== */

.top_button {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}

/* Bottom Share Buttons */
.share_buttons {
    margin: 15px 0 0;
}

    .share_buttons .addthis_toolbox a {
        margin-left: 5px;
    }

/* Content buttons Aqua */
a.button_aqua {
    background: transparent url(images/button_aqua_left.png) 0 0 no-repeat;
    clear: both;
    display: block;
    line-height: 30px;
    text-decoration: none;
    height: 32px;
    padding-left: 5px;
}

    a.button_aqua span {
        float: left;
        background: transparent url(images/button-aqua-right.png) right 0 no-repeat;
        display: block;
        padding-right: 5px;
        height: 32px;
    }

    a.button_aqua strong {
        background: transparent url(images/button-aqua-center.png) 0 0 repeat-x;
        display: block;
        height: 32px;
        padding: 0 7px;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        color: #fff;
    }

/* Content buttons Black */
a.button_black {
    background: transparent url(images/button-black-left.png) 0 0 no-repeat;
    clear: both;
    display: block;
    line-height: 30px;
    text-decoration: none;
    height: 32px;
    padding-left: 5px;
}

    a.button_black span {
        float: left;
        background: transparent url(images/button-black-right.png) right 0 no-repeat;
        display: block;
        padding-right: 5px;
        height: 32px;
    }

    a.button_black strong {
        background: transparent url(images/button-black-center.png) 0 0 repeat-x;
        display: block;
        height: 32px;
        padding: 0 7px;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        color: #fff;
    }


/* MISCELLANEOUS STYLING
================================================== */

/* DNN element styling */
.DNNEmptyPane {
    height: 0px !important;
    min-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.ModuleTitle_MenuItem {
    border: none;
}

.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
    height: 1px;
}

.paneOutline {
    margin-left: 9px !important;
    margin-right: 9px !important;
    min-height: 45px;
    padding-top: 20px;
}

    .paneOutline .SubHead {
        color: grey;
        font-size: 25px;
        font-weight: normal;
    }

/* Interior banner */
.interiorBanner {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

/* Add This Social Sharing Icons */
.PrintEmailBookmark {
    float: right;
    padding-bottom: 30px;
}

.FBTwitterGooglePlus {
    margin-left: 20px;
}

.FBLikeTweet {
    float: left;
    width: 240px;
}

.SocialTopTitle {
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px #C9C9C9;
}

/* Hack Fixes - Hopefully these can go away with the new skin! 
.DnnModule-AHSISDonation .default_container {
	margin-left:300px;
}
.DnnModule-AHSISFoundation .default_container {
	margin-left:300px;
}
.DnnModule-AHSISAHSEvent .TitleHead {
	margin-left:300px;
}
.TempEventFixClass {
	margin-right:100px;
}
.TempEventFixClass2 {
	width:23.4375%;
	max-width:225px;
	margin-bottom:15px;
}
*/

/** Fixes the Rad Controll Extra Arrow Near The Close x Button - add by Erik **/
.rwTitlebarControls ul li {
    list-style: none !important;
}

/** Fixes gap beneath interior rotation page banners - added by Natha **/
div.adv_Banner div.c_head {
    margin-bottom: 0px !important;
}

.ModAHSISAHSEventC table table h1{
	display:none;
}


.SubNavigationMenuSkin > #PhysSrchFilterPnl{
	margin-left:0px !important;
}

.ModBlogC {
	background-color: white;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
	background-color: #fff;
	margin-bottom: 8px !important;
	padding: 15px;
}

.ModBlogC>div>table {
	table-layout: fixed;
}

.ModBlogC ul li {
	list-style: disc outside url(images/list-arrow.png);
	margin-left: 30px;
}