/********************************************************************

	GAIN SECURITIES
	-----------------------------

*********************************************************************/

/* CSS IMPORTS */
@import url("reset.css");
@import url("structure.css");
@import url("typography.css");
@import url("dock.css");
@import url("flags.css");
@import url("widgets/widgets.css");
@import url("print.css");

html, body {	
	height: 100%;
	margin: 0;
}
body {
	background: #cdced3 url(../../resources/images/backgrounds/bg_main.gif) 50% 0 repeat-y;	
}

hr {
	display: none;
}

.float_wrapper {
	width: 100%;
	overflow: hidden;
}

.hover_down_button {
}

/* Corners */
.corner {
	position: absolute;
	font-size: 0;
}
	.corner.tl { 
		top: 0;
		left: 0;
	}
	.corner.tr { 
		top: 0;
		right: 0;
	}
	.corner.bl { 
		bottom: 0 !important;
		bottom: -1px;
		left: 0;
	}
	.corner.br { 
		bottom: 0 !important;
		bottom: -1px;
		right: 0;
	}	
	
.hidden_element {
	display: none;
}		