
/* Page Layout */

TABLE {
	MARGIN: 1em 0px; BORDER-COLLAPSE: collapse; border-spacing: 0; empty-cells: show
}
BODY {
	BACKGROUND: url(../_image/bg_border.png) #fff repeat-y center top; FONT: 90%/1.25 Arial,sans-serif; COLOR: #46403b
}

html {
  overflow-y: scroll; /* Make sure scrollbars are always displayed. */
}

table {
  width: 100%; /* Let the table span its container's full width. */
}

a {
  text-decoration: none;
  cursor: pointer; /* Show pointer cursor for all links, even for links without a "href" attribute */
  color: black;
}


/**
 * Clearfix hack for containers of floating containers. For more information, see the following
 * post by Matt Snider: http://mattsnider.com/architecture/faux-columns/
 */
 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
} 


/* Main Content Layout*/

#shell {
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; WIDTH: 960px; PADDING-TOP: 0px; BACKGROUND-COLOR: #fff
}
#header-global {
	Z-INDEX: 10;
	MIN-HEIGHT: 83px;
	PADDING-BOTTOM: 30px;
	POSITION: relative;
	background-image: url(../_image/bg_banner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* Display */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

hr.thin {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}
