/* RTCE BACKGROUD */

body
{
	height:100%; 
	margin:0; 
	padding:0; 
	width:100%;
	
	background-color:transparent;
}

/* TEXTS */

h1
{
	margin:0;
	border:0;
	padding:0;
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */

	font-family:'Verdana';
	font-size:10pt;
	font-variant:normal;
	font-style:normal;
	font-weight:bold;
	color:#404040;		
}

p
{
	margin:0;
	border:0;
	padding:0;
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */
	
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#404040;

	white-space:normal;
		
}

h1.question
{
	margin:0;
	margin-left:5px;
	margin-right:5px;
	border:0;
	padding:0;
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */
	
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:bold;
	color:#202020;

	vertical-align:middle;
	white-space:nowrap;
		
}

h1.definition
{
	margin:0;
	margin-left:5px;
	margin-right:5px;	
	border:0;
	padding:0;	
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */
	
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#202020;	

	vertical-align:middle;	
	white-space:nowrap;
}

h1.results
{
	margin:0;
	border:0;
	padding:0;
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */
	
	font-size:10pt;
	font-variant:normal;
	font-style:normal;
	font-weight:bold;
	color:#404040;

	white-space:normal;
		
}

h1.contact
{
	margin:0;
	border:0;
	padding:0;
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */
	
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#404040;

	white-space:normal;
	line-height:22px;	
}

p.price_note
{
	margin:0;
	margin-top:25px;
	border:0;
	padding:20px;
	
	background-color:#f1f1f1;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */
	
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#5daefd;

	white-space:normal;
		
}

p.results
{
	margin:0;
	border:0;
	padding:0;
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */
	
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#808080;

	white-space:normal;
		
}

p.green
{
	margin:0;
	border:0;
	padding:0;
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:none; /* url(''); */
	
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#51b848;

	white-space:normal;
		
}

/* INPUT */

input.input_text
{
	height:18px;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:5px;

	background-color:#fefefe;
	background-image:url('../images/input/input_bg.png');
	background-repeat:repeat-x;
	
	border:1px solid #eaeaea;

	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#404040;
}

input.input_text_active
{
	height:18px;
	padding-top:4px;
	padding-bottom:2px;	
	padding-left:5px;

	background-color:#fefefe;
	background-image:url('../images/input/input_bg_active.png');
	background-repeat:repeat-x;	
	
	border:1px solid #cdcdcd;

	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:8pt;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#404040;
}

/* BUTTON */

td.newButton_Middle_Inactive
{
	background-color:transparent;
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-image:url('../images/buttons/button_new_middle_inactive.png');
	padding-left:5px;
	padding-right:5px;
	font-size:8pt;
	line-height:28px;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
	cursor: pointer;	
	white-space: nowrap;
}

td.newButton_Middle_Active
{
	background-color:transparent;
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-image:url('../images/buttons/button_new_middle_active.png');
	padding-left:5px;
	padding-right:5px;	
	font-size:8pt;
	line-height:28px;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
	cursor: pointer;
	white-space: nowrap;
}

/* RESULTS */

table.results_row
{
	border:1px solid #eaeaea;
}

td.results_inactive
{
	margin:0;
	border:0;
	padding:0;	
	
	background-color:#fcfcfc;
	background-repeat:repeat-x; 
	background-position:0px 0px;
	background-image:url('../images/results/background.png');	

	cursor:pointer;
}

td.results_active
{
	margin:0;
	border:0;
	padding:0;	
	
	background-color:#fcfcfc;
	background-repeat:repeat-x; 
	background-position:0px 0px;
	background-image:url('../images/results/background.png');		

	cursor:pointer;
}

td.result_list_info
{
	margin:0;
	border:1px solid #eaeaea;
	padding:10px;	

	background-color:#fdfdfd;
	background-repeat:repeat-x; 
	background-position:0px 0px;
	background-image:url('../images/results/background_info.png');	
}


/* SLIDER */

td.slider_left
{
	margin:0;
	border:0;
	padding:0;	
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:url('../images/slider/slider_left.png');		
}

td.slider_background
{
	margin:0;
	border:0;
	padding:0;	
	
	background-color:none;
	background-repeat:repeat-x; 
	background-position:0px 0px;
	background-image:url('../images/slider/slider_background.png');		
}

td.slider_background_custom
{
	margin:0;
	border:0;
	padding:0;	
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:url('../images/slider/slider_background_custom.png');		
}

td.slider_right
{
	margin:0;
	border:0;
	padding:0;	
	
	background-color:none;
	background-repeat:no-repeat; 
	background-position:0px 0px;
	background-image:url('../images/slider/slider_right.png');		
}


.slider	
{
	background-color:transparent;
	background-repeat:no-repeat; 
	background-position:50% 0%;	
	background-image:url('../images/slider/slider_bg.png');
	
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
	
	cursor:pointer;
}

.ui-slider .ui-slider-handle 
{ 
	position: absolute; 
	z-index: 2; 
	width: 24px; 
	height: 24px; 
	cursor: pointer; 
	border:0px;
	background-color:transparent;
	background-image:url('../images/slider/slider_ball.png');
}

.ui-slider .ui-slider-range 
{ 
	background-color:none;
	z-index: 1; 
	display: block;
	height:5px;
	border: 0; 
}

.ui-slider-horizontal { height: 5px; }
.ui-slider-horizontal .ui-slider-handle { top: -10px; margin-left: -12px; }
.ui-slider-horizontal .ui-slider-range { top: -1px; height:8px; background:#fe9507; z-index: 1; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
