@media print {

    #divAdmin, .BannerPane, .LeftPane, .Print, .RightPane, .FooterPane, .tableBanner, .divSidePiece { display: none; }

    .divMain { width: 100%; }
}

@media screen {
    /*** Admin ***/
    #divAdmin { text-align: right; padding: 5px; background-color: #f0f0f0; width: 790px; margin: 0 auto 0 auto; }

    /*** Accessibility ***/
    #divFontSize { text-align: right; margin-right: 15px; }
    #divFontSize a:link, #divFontSize a:visited, #divFontSize a:active, #divFontSize a:hover { text-align: right; color: #fff; background-color: #006696; }

    /*** Generic ***/
    #Accessibility { padding: 3px; text-align: right; }

    .BannerPane { margin: 0 0 0 109px; /*height: 30px;*/ float: none; clear: both; }
    .BannerPaneContents { vertical-align: text-bottom; margin: 0; text-align: right; padding: 0 20px 2px 0; color: #fff; font-size: 1.3em; }
    .SubBanner { float: none; clear: both; padding: 0px; font-size: 13px; text-align: right; }
    .SubBanner a:link, #SubBanner a:visited, #SubBanner a:active, #SubBanner a:hover { color: #fff; background-color: #006696; }

	.tableBanner { background-color: Green; padding: 0 !important; margin: 0 !important; }
	#divTop { background-color: Purple; padding: 0; margin: 0;  }
	
	#divBackground { width: 1000px; background-image: url(/Content/Themes/Basic/Images/background-fade.jpg); background-position: center bottom; background-repeat: repeat-y; }
	#divMain { margin: 0 auto 0 auto; padding: 0 0 0 0px; width: 800px; }
    .LeftPane { float: left; margin: 0; padding: 0; }
    .ContentPane { float: right; margin: 50px 0 0 0; }
    .RightPane { background-color: #fff; float: left; }
    .FooterPane { float: none; clear: both; height: 45px; margin: 0 auto 0 auto; }
    .LeftBase { text-align: center; margin: 0px 0 0 0px; }
	.LeftBaseImagePage { text-align: center; margin: -10px 38px 0 28px; border:solid 0px red; }
    #LeftBar { width: 224px; margin: 5px 0 0 28px;  border-top: solid 1px #D1E1E3; font-size: 2px; }

    .LeftPaneContents { margin-left: 40px; margin-right: 50px; margin-top: 0px; height: 380px; margin-bottom: 30px; }
    .ContentPaneContents { margin-top: 20px; overflow: hidden; width: 490px; background-color: #fff; }
    .RightPaneContents { margin-left: 10px; margin-right: 10px; margin-top: 20px; }
    .FooterPaneContents { margin: 5px 30px 5px auto; color: #000; width: 480px; border-top: solid 1px #CDDBE1; }

    #divPrint { text-align: right; margin-top: 30px; margin-bottom: 10px; }

    .printPage { text-align: right; text-decoration: none; font-weight: bold; padding-top: 3px; padding-bottom: 3px; padding-right: 3px; padding-left: 3px; background-color: #E5E3E7; border-top: 1px; border-right: 1px; border-bottom: 1px; border-left: 1px; border-color: #0A91D0; border-style: dotted; }

    /* Pages Selection dropdownlist */
    .ddlPages { font-size: 11px; font-family: "Courier New" , Courier, Sans-Serif; }

    /* Module Selection dropdownlist */
    .ddlModuleType { font-size: 11px; font-family: "Courier New" , Courier, Sans-Serif; }

    /* Module Tool Bar */
    a.ModuleBarHyperlink:link, a.ModuleBarHyperlink:visited, a.ModuleBarHyperlink:active { color: #000; font-size: 11px; font-family: "Courier New" , Courier, Sans-Serif; text-decoration: none; }

    a.ModuleBarHyperlink:hover { color: #000; font-size: 11px; font-family: "Courier New" , Courier, Sans-Serif; text-decoration: underline; }

    a.hypFixed { color: #000; font-size: 13px; }


    /*** Registration Validation ***/

    /* Required field marker normal a *, ? or X */
    .required { color: #ff2222; font-weight: bold; font-size: 1.2em; }

    /* text next to required field marker */
    .seenote { font-size: 0.8em; }

    /* Box containing error messages */
    .errorbox { padding: 6px; margin-top: 20px; border: solid 2px #c0c0c0; background-color: #F5f5f5; width: 300px; }

    /* Error message inside .errorbox */
    div.msgError { color: #ff2222; }

    /* Error message box title */
    .errorboxtitle { font-weight: bold; font-style: oblique; }

    .cbKeepinformed { font-size: 0.85em; }

    /* Accessibility */
    .fontSizeNormal { font-size: 12px; }
    .fontSizeLarger { font-size: 14px; }
    .fontSizeLargest { font-size: 16px; }
    .fontSizeSpacer{color:#fff;}
    /*************************************/

    .moduletypelabel { color: #c0c0c0; font-size: 0.9em; }

    .cmdButton { }

    .required { color: #ff0000; font-weight: bold; }

    .divGenerate { color: #c0c0c0; }

    .editorwindow { position: absolute; left: 30px; top: 40px; padding: 10px; background-color: #f5f5f5; border: solid 2px #c0c0c0; }

    .signin { position: absolute; left: 30px; top: 40px; padding: 10px; background-color: #f5f5f5; border: solid 2px #c0c0c0; /*margin-top: 30px;*/ /*padding:8px;*/ /*border: solid 1px #c0c0c0;*/ /*background-color:#f5f5f5;*/ }

    .todaysdate { color: #fff; }
    
    .Module{border: solid 1px #fff444;}

}
