/* MAIN LAYOUT DIVS --------------------------------------------------------- */ #ja-wrapper { width: 760px; margin: 0; padding: 0; } .wide #ja-wrapper { width: 1000px; padding:0; } .auto #ja-wrapper { width: 95%; } #ja-containerwrap { margin-top: 0px; text-align: left; /*background: url(../images/mainwrap-bg.gif) repeat-y 80% 0% #FFFFFF;*/ } #ja-container { padding: 0; /*background: url(../images/leftcol-right-bg.gif) repeat-y 60% 0%;*/ } #ja-container-fr, #ja-container-f { clear:both; /*background-color: #FFFFFF;*/ } #ja-container-fr { padding: 0; /*background: url(../images/main-wrap-bg.jpg) repeat-y; 20% 0% #FFFFFF THIS CONTROLS THE LEFT COLUMN BASE BG VIA MAIN WRAP BG - accomplished with body bg image in common style*/ } #ja-contentwrap { padding-top:5px; } #ja-content { padding: 0 20px 15px; margin: 0; clear: both; display: block; min-height: 300px; } /* CONTENT COLUMN --------------------------------------------------------- */ #ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f { /*padding-bottom: 20px; border-bottom: 3px solid #E1E1E1;*/ } #ja-mainbody { float: left; width: 80%; } #ja-mainbody #ja-contentwrap { float: left; width: 75%; } #ja-mainbody-fl { float: left; width: 80%; } #ja-mainbody-fl #ja-contentwrap { float: left; width: 100%; } #ja-mainbody-fr { float: left; width: 100%; } #ja-mainbody-fr #ja-contentwrap { float: right; width: 80%; } #ja-mainbody-fr #ja-leftcol { width: 20%; } #ja-mainbody-f { float: left; width: 100%; } /*FrontPage Articles ---------------------------------------------------------- .frontpage-articles-tl{ border-right:1px dotted; border-bottom:1px dotted; height:340px; } .frontpage-articles-br{ border-left:1px dotted; border-top:1px dotted; height:340px; }*/ /* LEFT COLUMN + RIGHT COLUMN --------------------------------------------------------- */ #ja-leftcol .moduletable-mainmenumodule li { margin-left:46px; padding:9px 0px 9px 0px; } #ja-leftcol .moduletable-mainmenumodule ul{ padding-top:16px; } .presentedby{ background:url(../images/presented-bg.jpg) no-repeat; height:110px; width:100%; margin-top:30px; margin-bottom:0; cursor:hand; } .bottomflower{ background:url(../images/flower-bottom.jpg) no-repeat bottom right; height:205px; width:100% } #ja-leftcol { float: left; width: 24.9%; /*background-image: url(../images/left-inner-bg.jpg); background-repeat:no-repeat;*/ } #ja-leftcol-inner { padding: 0px 0px 0px 0px; border-right:#7F7758 dotted 1px; background:url(../images/flower-top.jpg) no-repeat top left; } #ja-rightcol { float: right; width: 19%; /*background: url(..images/body-bg.jpg) top left repeat-y;*/ } #ja-leftcol table, #ja-rightcol table { border-collapse: collapse; border-spacing: 0; } #ja-leftcol ul li, #ja-rightcol ul li { padding-left: 0px; margin: 0; /*background: url(../images/bullet-list.gif) no-repeat 0 6px;*/ } #ja-leftcol ul, #ja-rightcol ul { margin: 0; } /* MISCELLANOUS ----------------------------------------------------------- */ #ja-banner { text-align: center; overflow: hidden; width: 98%; clear:both; } div.back_button a, div.back_button a:hover, div.back_button a:active { margin: 10px 0; display: block; background: none!important; text-decoration: none!important; } #mod_login_password, #mod_login_username { width: 93%; } #mod_login_password { } #mod_login_username { } #mod_login_remember { border: none; background: none; } /* Clearfix */ .clearfix:after { clear: both; display: block; content: "."; height: 0; visibility: hidden; } * html > body .clearfix { width: 100%; display: block; } * html .clearfix { height: 1%; } /* Firefox Scrollbar Hack - Do not remove */ html { margin-bottom: 1px; height: 100%!important; height: auto; }