/**
 * leftSidebar.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a left-hand sidebar.
 *
 * $Id: leftSidebar.css,v 1.7 2008/06/13 16:22:43 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#headerTitle {
	width: 100%;
}

#body {
	vertical-align: top;
	height: 100%;
}
   
#sidebar div.block {
    font-size: 8pt !important;
}



#leftSidebar {
        float: left;
        width: /*170px;*/ /*15.5%;*/ 15.6%;
        padding: 0em 0.5em 0em 0em;
        /*border: 1px solid #cccccc;*/
        font-size: 0.65em;
        text-align: left;
        /*height: 1426px;*/ /*998px*/
        
        /*min-height: 1460px;*/
        
        margin-right: 1.6%;
        margin-top: 180px;
        margin-bottom: 100px;
        display: inline;
        overflow: visible;
        
        font-family: Segoe UI, Arial, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif !important;
        
        /*background-color: #e7e7cf;
        border: 1px solid #e7e7cf;

        background-image: url("ealert2.jpg");
        background-repeat: no-repeat;
        background-position: 7px 856px; */
        background-color: #f1f5f8; 
        
        /*background-image: url("leftbg20.jpg");
        background-repeat: no-repeat;
        background-position: top center;*/
        
        border-top: 0px solid /*#e9dac0; #e2cba6;*/ #e2cba6; 
        border-right: 0px solid /*#e9dac0;#eee0ca;*/#e2cba6;
        border-bottom: 0px solid /*#e9dac0;#eee0ca;*/#e2cba6; 
        border-left: 0px solid /*#e9dac0;#eee0ca;*/#e2cba6;

        
        padding-top: /*30px;*/ 2px;

        border-radius: 0px;
        border: 0px solid #E8BF97;
}

#main {
	float: left;
	width: 70%;
	margin-right: 1%;
	overflow: hidden;
}

// Set main on non-IE browsers to have a 10% margin
*html #main {
	margin-right: 5%;
}