
/* --------------- FORM RS ----------------- */

.rs_f_frame{
	/* width definitions forbibben!! Distroys the possibility to addjust width for each module individually */
	border: 1px solid #B3B3B3;
	margin-bottom:10px;
	text-align:left;
	
}
.rs_f_h{
	height:100%;
	width:100%;
	background-color: #CCCCCC;
	text-align:center;
	font-weight:bold;
	padding: 2px;
	border-bottom: 1px solid #B3B3B3;
	
}
/* 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 #B3B3B3;  
}

/* 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 #B3B3B3;
	text-align:left;
}
.rs_d_h{
	height:100%;
	width:100%;
	background-color: #CCCCCC;
	text-align:center;
	font-weight:bold;
	padding: 2px; 
	border-bottom: 1px solid #B3B3B3;
}
.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: #CCCCCC;
	padding:0px;
	margin:0px;
/* margin-bottom:5px; */
	margin-top:5px;	
	border-bottom: 1px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
}

/* 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 #B3B3B3;
}
/* -------------------- DATATABLE ----------------------- */
/* ------------------------------------------------------ */
.rs_d_dtable {	
	text-align:left;
}

/* Datatable header*/
.rs_d_dtbl_t {
	background-color: #CCCCCC; 

}
/* 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: #E6E6E6;
}
/* 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: #E6E6E6;
}
/* 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: #4D4D4D;
	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 #B3B3B3;
	width: 50%;
}

/* the gap between the tabs */
.rs_df_tabt_tg
{
	border-bottom: 1px solid #B3B3B3;
	padding-left: 4px;
}

/* selected tab */
.rs_df_tabt_st
{
	border: 1px solid #B3B3B3;
	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 #B3B3B3;
	background-color: #E6E6E6;
	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: #4D4D4D;
	text-decoration: none;
	cursor: pointer;
	border-style: none;
	font-weight: bold;
}

/* -------------------------------------- PAGER -------------------------------------- */
/* ----------------------------------------------------------------------------------- */

.rs_df_p_bg
{
	background-color: #E6E6E6;
/*	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: #4D4D4D;
	color: #E6E6E6;
}

/* normal text in pager */
.rs_df_p_t
{
	font-weight: normal;
	white-space: nowrap;
	margin: 0;
	padding: 1px 3px 1px 3px;
}

/* --------------------------- CALENDAR ------------------------------- */

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* --------------------------- CALENDAR  END ------------------------------- */