

@import url(inc/buttons.css);
@import url(inc/icons.css);
@import url(inc/standard.css);
@import url(inc/form.css);

/*******************************************************************************
	GLOBAL 
*******************************************************************************/

html {
	
	height: 101%;
}


body {
	
	height: 101%;
	
	background-color: #151618;
	background-image: url(../imgs/global/bg_flow.jpg);
	background-repeat: repeat-x;
	
	color: #333;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
	margin: 0;
	padding: 0;
}


.rbm .nullPoint {
	
	min-height: 100%;
	width: 100%;
	
	position: relative;
	top: 0;
	left: 0;
}


.rbm .clear {
	
	width: 0;
	height: 0;
	font-size: 0;
	
	overflow: hidden;
	
	clear: both;
}

.rbm .module {

	position: relative;
}


.rbm .rel {
	
	position: relative;
}


.rbm .leftSide {
	
	float: left;
	margin: 5px;
}

.rbm .rightSide {
	
	float: right;
	margin: 5px;
}




/*******************************************************************************
	DEFAULTS
*******************************************************************************/

.rbm img {
	
	border: 0;
}


.rbm a {
	
	color: #FFFFFF;
	text-decoration: underline;
}

.rbm .text_decoration_none {
	
	text-decoration: none;
}

.rbm sup {
	
	font-size: 7pt;
	line-height:1em;
}

.rbm a:hover {
	
	text-decoration: none;
}


.rbm h1, h2, h3, h4 {
	
	margin: 0;
	padding: 0;

	line-height: 110%;
}


.rbm h1 {
	
	font-size: 14pt;
	margin-bottom: 12px;
	color: #0099CC;
}


.rbm h2 {
	
	font-size: 11pt;
	margin-bottom: 12px;
	color: #0099CC;
}


.rbm h3 {
	
	font-size: 9pt;
	margin-bottom: 6px;
	color: #0099CC;
}

.rbm h4 {
	
	font-size: 8pt;
	margin-bottom: 6px;
	color: #FFFFFF;
}


.rbm p {
	
	margin: 0;
	padding: 0;
	
	font-size: 8pt;
	margin-bottom: 3px;
}

.rbm .text {

	line-height: 135%;
	margin-bottom: 6px;
}


.rbm .blue {
	
	color: #0099CC;
}

.rbm .white {
	
	color: #FFFFFF;
}

.rbm .black {
	
	color: #000000;
}

.rbm .grey {
	
	color: #CCCCCC;
}

.rbm .grey a {
	
	color: #CCCCCC;
}

.rbm .red {
	
	color: #E70033 !important;
}

.rbm .bold {
	
	font-weight: bold;
}

.rbm .big {
	
	font-size: 120%;
}


.rbm .hr {
	
	height: 1px;
	
	background-image: url(../imgs/global/hr.png);
	background-repeat: no-repeat;
	
	overflow: hidden;
	clear: both;
	
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

.rbm .large .hr {
	
	background-image: url(../imgs/global/hr_middle.png);
}

.rbm .hr_long {
	
	height: 1px;
	
	background-image: url(../imgs/global/hr_long.png);
	background-repeat: no-repeat;
	
	overflow: hidden;
	clear: both;
	
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}


.rbm form {

	margin: 0;
	padding: 0;
}

.rbm .text_decoration_underline{
	
	text-decoration: underline;
}

.rbm .center {
	
	text-align:center;
}

.rbm .text_align_left {
	
    text-align: left;
}

.rbm .text_align_right {
	
    text-align: right;
}

.rbm .text_align_center {
	
	text-align: center;
}

.rbm .nowrap {
	
	white-space: nowrap;
	display: block;
}

/* styled file-input fields */


.rbm div.fileinputs {
	
	position: relative;
	
	z-index: 998;
}

.rbm div.fakefile {
	
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 199;
}

.rbm div.fakefile img {
	
	position: absolute;
	top: 2px;
	left: 160px;
	z-index: 200;
}

.rbm input.file {
	
	position: relative;
	opacity: 0;
	z-index: 200;
	margin-top: 2px;
	
	margin-left: 80px;
}

.rbm .fileinputs input {
	
	padding: 1px;
	
	margin-right: 10px;
	width: 150px;
	
	font: 7pt verdana;
	color: #FFFFFF;
	
	background-color: #424A50;
	
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.rbm .highlight {
	
	background-color: #22282B;
}

.rbm tr.highlight td {
	
	background-color: #22282B;
}


/*******************************************************************************
  NOSCRIPT
*******************************************************************************/

.rbm .hide {
	
	display: none;
}

.rbm .script {
	
	display: none;
}




