
/* --------------- FORM RS ----------------- */

.rs_f_frame{
	/* width definitions forbibben!! Distroys the possibility to addjust width for each module individually */
	border: 1px solid #83B1DB;
	margin-bottom:10px;
	text-align:left;
	color:#000;
	
}
.rs_f_h{
	height:100%;
	width:100%;
	background-color: #C5DBF1;
	text-align:center;
	font-weight:bold;
	padding: 2px;
	border-bottom: 1px solid #83B1DB;
	
}
/* td before content table */
.rs_f_c
{
	background-color: #FFFFFF; /* if No color definition => transparent content bg*/
	width:100%; 
	padding:5px;
	margin:0;
}

/* content table */
.rs_f_ct
{
	width:100%; 
	margin:0;
}

.rs_f_f
{
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	text-align:right;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #83B1DB;  
}

/* Fullrow */
.rs_f_fullr {
	text-align:left;
	vertical-align:top;
}

/* Row */
.rs_f_r_c1 {
	text-align: left;
	vertical-align:top;
	padding-right: 5px;
}

.rs_f_r_c2{
	/* no align or valign definitions allowed here */
	padding-bottom:5px;
}

/* 3Row */

.rs_f_3r_c1 {
	text-align: left;
	vertical-align:top;
	padding-right: 5px;
}
.rs_f_3r_c2 {
	/* no align or valign definitions allowed here */
	padding-right: 5px;
}
.rs_f_3r_c3 {
	/* no align or valign definitions allowed here */
}

/* Button row left & right */
.rs_f_br_l {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:left;
}
.rs_f_br_r {
	padding-top:10px;
	padding-bottom:5px;
	text-align:right;
}

/* Button */
.rs_f_br_b {}

/* Checkbox's label */
.rs_fw_cb_l {}

/* Checkbox's additional description */
.rs_fw_cb_d {
	padding-left:10px;
	font-style:italic;
}

/* Radiobutton's label */
.rs_f_radio_l {}

/* Radiobutton's additional description */
.rs_f_radio_d {
	padding-left:10px;
	font-style:italic;
}

/* Text element */
.rs_f_text {}

/* ------------------------ FORM RS END ---------------------- */

/* -------------------------- DATA RS ------------------------ */

.rs_dframe{
/* width definitions forbibben!! Distroys the possibility to addjust width for each module individually */
	margin-bottom:20px;
	border: 1px solid #83B1DB;
	text-align:left;
	color:#000;
}
.rs_d_h{
	height:100%;
	width:100%;
	background-color: #C5DBF1;
	text-align:center;
	font-weight:bold;
	padding: 2px; 
	border-bottom: 1px solid #83B1DB;
}
.rs_d_c
{
	background-color: #FFFFFF; /* if No color definition => transparent content bg*/
	width:100%;
	padding:0px;
	margin:0px;
}

/* content table */
.rs_d_ct
{
	width:100%;
	margin:0px;
	paddin:0px;
}

/* Fullrow */
.rs_d_fullr{
	vertical-align:top;
	padding: 0px;
	margin:0px;
}

/* 2row cell1 & cell2 */
.rs_d_2rowc1{
	vertical-align:top;
	padding: 0px;
	margin:0px;
	padding-right: 5px;
}
.rs_d_2rowc2{
	text-align:left;
	vertical-align:top;
	padding: 0px;
	margin:0px;
}

/* Subtitlerow */
.rs_d_subt {
	text-align:left;
	
}
.rs_d_subt div {
	height:100%;
	width:100%;
	background-color: #C5DBF1;
	padding:0px;
	margin:0px;
/* margin-bottom:5px; */
	margin-top:5px;	
	border-bottom: 1px solid #83B1DB;
	border-top: 1px solid #83B1DB;
}

/* Buttonrow left & right */
.rs_d_br_l {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:left;
}
.rs_d_br_r {
	padding-top:10px;
	padding-bottom:5px;
	text-align:right;
}

/* Footer */
.rs_d_f
{
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	text-align:right;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #83B1DB;
}
/* -------------------- DATATABLE ----------------------- */
/* ------------------------------------------------------ */
.rs_d_dtable {	
	text-align:left;
}

/* Datatable header*/
.rs_d_dtbl_t {
	background-color: #C5DBF1; 

}
/* WARNING: These styles will flow also into all other tables placed inside datatable!!! */ 
.rs_d_dtbl_t th{
	padding: 0 4px 0 4px;
	text-align:left;	
}

/* Titlecell */
/* Background color inherited from tr-element */
.rs_d_dtbl_tc {
	text-align:left;
	padding-left:3px;
}

/* Datatable odd row, when auto row colors set on */
.rs_d_dtbl_odd {
	background-color: #FFFFFF; 
}
/* WARNING: These styles will flow also into all other tables placed inside datatable!!! */ 
.rs_d_dtbl_odd td {
	padding: 1px;
	padding-left:3px;
}	

/* Datatable even row, when auto row colors set on */
.rs_d_dtbl_even {
	background-color: #DAE8F6;
}
/* WARNING: These styles will flow also into all other tables placed inside datatable!!! */ 
.rs_d_dtbl_even td {
	padding: 1px;
	padding-left:3px;
}	
/* Datatable row, when auto row colors set off */
.rs_d_dtbl_row {
	background-color: #FFFFFF;
}

/* Text */
.rs_d_text {
	padding:5px;
	margin:0px;
	vertical-align:top;
}
/* ------------------------------------ STTABLE -------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Structure table (sttable), even rows, auto row colors on */
.rs_d_stbl_even {
	background-color: #DAE8F6;
}
/* Structure table (sttable), odd rows, auto row colors on */
.rs_d_stbl_odd {
	background-color: #FFFFFF; 
}

/* -----------------------------DATA RS END --------------------------- */
/* ------------------------------------ SUBMITLINK ----------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* 
submit link - button that looks like a link;
can be used to replace link when form submit has to be done
*/
.rs_df_sl
{
	background-color: transparent;
	color: #295E8B;
	text-decoration: underline;
	cursor: pointer;
	border-style: none;
	font-weight: normal;
}

/* -------------------------------------- TABS --------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* tab row */
.rs_df_tabt
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* empty space before and after the tabs */
.rs_df_tabt_f
{
	border-bottom: 1px solid #83B1DB;
	width: 50%;
}

/* the gap between the tabs */
.rs_df_tabt_tg
{
	border-bottom: 1px solid #83B1DB;
	padding-left: 4px;
}

/* selected tab */
.rs_df_tabt_st
{
	border: 1px solid #83B1DB;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
}

/* unselected tab */
.rs_df_tabt_t
{
	border: 1px solid #83B1DB;
	background-color: #DAE8F6;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

/* tab button - button that looks like a link but submits the form */
.rs_df_tabt_tb
{
	background-color: transparent;
	color: #295E8B;
	text-decoration: none;
	cursor: pointer;
	border-style: none;
	font-weight: bold;
}

/* -------------------------------------- PAGER -------------------------------------- */
/* ----------------------------------------------------------------------------------- */

.rs_df_p_bg
{
	background-color: #DAE8F6;
/*	text-align: center;*/
}

/* page link */
.rs_df_p_l
{
	font-weight: bold;
	white-space: nowrap;
	margin: 0;
	padding: 1px 3px 1px 3px;
}

.rs_df_p_l a
{
	text-decoration: none;
}

.rs_df_p_l a:hover
{
	text-decoration: underline;
}

/* selected page */
.rs_df_p_l#s
{
	background-color: #295E8B;
	color: #DAE8F6;
}

/* normal text in pager */
.rs_df_p_t
{
	font-weight: normal;
	white-space: nowrap;
	margin: 0;
	padding: 1px 3px 1px 3px;
}