@CHARSET "ISO-8859-1";

body
		{
		font-family: Tahoma, Geneva, sans-serif;
		font-size:12px;
		color: #000000;
		text-decoration: none;
		margin: 0 0 0 0;
		height:100%;
		padding:0;
		min-width: 1200px;
		}

body A
		{
		text-decoration: none;
		color: #000000;
		}

img, table
		{
		border: none;
		}

input, select, textarea
		{
		border: 1px #7fa900 solid;
		background: #e8f0d2;
		margin-left: -2px;
		-webkit-transition: 0.5s ease-in-out all;
		-moz-transition: 0.5s ease-in-out all;
		-ms-transition: 0.5s ease-in-out all;
		-o-transition: 0.5s ease-in-out all;
		transition: 0.5s ease-in-out all;
		}
		
textarea { margin-top: 18px; }

input:focus, select:focus, textarea:focus
		{
		-moz-box-shadow: 0px 0px 8px #7fa900;
		-webkit-box-shadow: 0px 0px 8px #7fa900;
		box-shadow: 0px 0px 8px #7fa900;
		}
		
td
		{
		vertical-align: top;
		}

.tableheader { 	background: url(/pics/rloghsprites.png) 0 -320px repeat-x; }

.seltable:hover
	{
	background: url(/pics/rloghsprites.png) 0 -2px repeat-x;
	cursor: pointer;
	}

.inptable
	{
	border: none;
	border-spacing: 0;
	text-align: left;
	}

.inptable td
	{
	vertical-align: bottom;
	}

.inplabel
	{
	border-bottom: 1px #7fa900 solid;
	padding-right: 50px;
	padding-top: 18px;
	height: 20px;
	}

.txright { text-align: right;}

.ellipsis
	{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.floatfix
		{
    	clear: both;
		}
		
.maincontent
		{
		float: left;
		margin-top: 15px;
		padding-left: 20px;
		text-align: left;
		min-height: 300px;
		margin-bottom: 20px;
		border-left: solid 1px #77a300;
		}

.maincontent h1
		{
		font-size: 12px;
		font-weight: bold;
		color: #77a300;
		}

.greenbox
		{
		border: solid #77a300 1px;
		padding: 5px 5px 5px 5px;
		margin-top: 10px;
		margin-left: 5px;
		}
		
.greenboxheader
		{
		position: relative;
		background: #ffffff;
		top: -14px;
		left: 2px;
		display: inline;
		padding-left: 3px;
		padding-right: 5px;
		margin-bottom: 0;
		font-weight: bold;
		}

.ballbtn {
		width:35px;
		height:20px;
		background:url(/pics/rlogsprites_a.png) -721px -154px;
		}

.cbox	{
		cursor:pointer;
		position: relative;
		padding: 0 0 0 15px;
		display: inline-block;
		margin-top: 4px;
		float: left;
		}

.cbox img	{
		position: absolute;
		left: 0;
		top: 3px;
		width:10px;
		height:10px;
		background:url(/pics/rlogsprites_a.png);
		}

.bcbox0	{
		cursor:pointer;
		display: inline-block;
		width:15px;
		height:15px;
		background:url(/pics/rlogsprites_a.png) -680px -70px;
		}

.bcbox1	{
		cursor:pointer;
		display: inline-block;
		width:15px;
		height:15px;
		background:url(/pics/rlogsprites_a.png) -700px -70px;
		}

.brownbtn {
	position: relative;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	width: 153px;
	height: 33px;
	background: url(/pics/rlogsprites_a.png) 0 -150px;
	color: #FFFFFF;
	}

.brownbtn:hover
	{
	background: url(/pics/rlogsprites_a.png) 0 -190px;
	cursor: pointer;
	font-weight: bold;
	}

.greenbtn {
	position: relative;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	width: 153px;
	height: 33px;
	background: url(/pics/rlogsprites_a.png) -170px -150px;
	color: #FFFFFF;
	}

.greenbtn:hover
	{
	background: url(/pics/rlogsprites_a.png) -170px -190px;
	cursor: pointer;
	font-weight: bold;
	}

.delsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -600px 0;
	}

.editsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -700px 0;
	}

.indentsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -650px 0;
	}

.outdentsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -675px 0;
	}

.clonesomething
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -800px 0;
	}

.visibleicon
	{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -730px 0;
	}

.invisibleicon
	{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -760px 0;
	}

.uncheckedbox
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -680px -70px;
	}

.checkedbox
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -700px -70px;
	}

.keyicon
	{
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/pics/rlogsprites_a.png) -820px 0px;
	}


.clickthing
	{
	display: block;
	cursor: pointer;
	}

.topcontainer
	{
	height: 137px;
	padding-top: 30px;
	padding-bottom: 3px;
	background: url(/pics/rloghsprites.png) 0 0 repeat-x;
	clear: both;
	}

.toplogo {
    text-align: left;
    margin-top: 15px;
    padding-left: 25px;
    width: 185px;
    display: block;
    float: left;
}

.topheadline
		{
		float: left;
		padding-left: 20px;
		margin-top: 15px;
		height: 120px;
		text-align: center;
		border-left: solid 1px #77a300;
		}

.sessioninfo
	{
	height: 25px;
	background: url(/pics/rloghsprites.png) 0 -370px repeat-x;
	}

.bottomcontainer
	{
	height: 24px;
	padding-top: 16px;
	text-align: center;
	background: url(/pics/rloghsprites.png) 0 -180px repeat-x;
	clear: both;
	}

.checkmark
	{
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-right: 7px;
	background: url(/pics/rlogsprites_a.png) -625px 0;
	}

/** Funny css thingys, mostly used in one program **/

.progitem
	{
	cursor: pointer;
	border: 1px #7fa900 solid;
	min-width: 200px;
	margin-top: 3px;
	padding: 4px 2px 4px 2px;
	}

/** invisible helpers **/

.Infobubble
		{
		text-align: left;
		padding:5px;
		position: absolute;
		min-height: 20px;
		min-width: 100px;
		vertical-align: center;
		top: -10000px;
		left: -10000px;
		border: 2px #7fa900 solid;
		background: #ffffff;
		z-index: 1000;
		}

/** Menu **/
.menu {
    text-align: left;
    padding-top: 15px;
    padding-left: 25px;
    width: 100%x;
    display: block;
    float: left;
    width: 210px;
    color: #000000;
    z-index: 100;
}

.menuitem
	{
	padding: 5px 0 5px 15px;
	cursor: pointer;
    font-weight: bolder;
	background: transparent;
	}

.submenu
	{
	padding-left: 20px;
	}

.hidden
	{
	display: none;
	}

.submenuitem
	{
	padding: 5px 0 5px 15px;
	cursor: pointer;
	background: transparent;
	}

.menuitem:hover, .submenuitem:hover, .selected
	{
	background: url(/pics/rlogsprites_a.png) 0 -106px;
	}

/** tabs **/
.tabact {
	text-align: center;
	line-height: 24px;
	display: inline-block;
	height: 24px;
	min-width: 95px;
	padding: 0 3px;
	margin: 0 1px;
	background: #4fae1f;
	color: #ffffff;
	}

.tabinact {
	text-align: center;
	line-height: 24px;
	display: inline-block;
	height: 24px;
	min-width: 95px;
	padding: 0 3px;
	margin: 0 1px;
	background: #9c9e9f;
	color: #ffffff;
	cursor: pointer;
	}

.tabinact A{ color: #ffffff; }

.tabinact:hover {
	background: #81c2e0;
	color: #000000;
	}


/** JQuery-UI modifications **/
/** Need to fiddle with the z-index. Otherwise modal dialog will be unaccessable **/
.ui-widget-overlay
{
        z-index: 0;   
}

/** CSS for the JQuery-UI Datepicker **/

.ui-state-disabled, .ui-state-unselectable, .ui-datepicker-unselectable { color: #888888;}

.ui-datepicker {
padding:10px;
border: 3px #78a300 solid;
background: #ffffff;
display: none;
z-index: 10000 !important;
}
 
.ui-datepicker table {
width:278px;
}

.ui-datepicker table td:hover {
border: 1px solid #78a300;
}

.ui-datepicker-current-day {
	background:#e8f0d2;
	}

.ui-datepicker table td {
border: 1px solid transparent;
text-align:center;
}

 .ui-datepicker-unselectable {
border: 1px solid transparent !important;
}

.ui-datepicker a {
cursor:pointer;
text-decoration:none;
}

.ui-datepicker-prev {
float: left;
}
 
.ui-datepicker-next {
float:right;
}

.ui-datepicker-title {
text-align: center;
font-weight:bold;
background: background: url(/pics/rloghsprites.png) 0 -320px repeat-x;
}

.ui-datepicker-week-end:nth-child(2) { color: #ff0000; }
.ui-datepicker-week-col:nth-child(1) { color: #b1671e; }	/* brown for week numbers */
/*.ui-datepicker-calendar > tbody td:first-child, .ui-datepicker-calendar > tbody td:first-child A { color: #ff0000; }	/* Only Sundays red */
.ui-datepicker-calendar > tbody td:nth-child(2)	{ color: #ff9999; }		/* Lighter red for unavailable Sundays */
.ui-datepicker-calendar > tbody td:nth-child(2) A { color: #ff0000; }	/* Only available Sundays red */
.ui-datepicker-calendar > tbody td:nth-child(1)	{ color: #b1671e; }		/* brown for week numbers */

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/** defintions for macs nice calculator **/

.calcbigdisp
	{
	font-family: "Courier";
	font-size:26px;
	font-weight: bold;
	text-align: right;
	height: 26px;
	border: 2px #75a300 solid;
	}

.calcline
	{
	display: block;
	}
	
.calcblue
	{
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: inline-block;
	background:url(/pics/rlogsprites_a.png) 0px -50px;
	font-size: 24px;
	text-align: center;
	padding-top: 9px;
	margin-top: 3px;
	margin-left: 3px;
	}

.calcgreen
	{
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: inline-block;
	background:url(/pics/rlogsprites_a.png) -75px -50px;
	padding-top: 9px;
	margin-top: 3px;
	margin-left: 3px;
	font-size: 24px;
	text-align: center;
	}

.calcred
	{
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: inline-block;
	background:url(/pics/rlogsprites_a.png) -150px -50px;
	padding-top: 9px;
	margin-top: 3px;
	margin-left: 3px;
	font-size: 24px;
	text-align: center;
	}


/** mac-ui definitions **/

#mac-ui-modal
	{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 999;
	background-image:url(/pics/blackbg.png);
	}

.mac-ui-dialogcontainer
	{
	position: absolute;
	min-height: 100px;
	min-width: 200px;
	overflow-y: auto;
	vertical-align: center;
	text-align: center;
	top: -10000px;
	left: -10000px;
	padding: 2px;
	border: 1px #78a300 solid;
	-moz-box-shadow: 0px 0px 3px #7fa900;
	-webkit-box-shadow: 0px 0px 3px #7fa900;
	box-shadow: 0px 0px 3px #7fa900;
	z-index: 1000;
	background: #ffffff;
	}

.mac-ui-dlgtitle
	{
	height: 40px;
	background: url(/pics/rloghsprites.png) 0 -320px repeat-x;
	padding: 5px 5px 0 10px;
	text-align: left;
	color: #75a300;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	}
.mac-ui-imgclose	{
		width:20px;
		height:20px;
		cursor: pointer;
		background:url(/pics/rlogsprites_a.png) -600px -70px;
		float: right;
		}
.mac-ui-dlgtext { padding: 5px 5px 5px 5px; }

DIV.snap1
		{
		z-index: 0;
		font-family: "Arial";
		font-size:8pt;
		text-align:right;
		white-space: normal;
		background-color: #FFFFFF;
		display: block;
		color: #00009c;
		text-decoration:none;
		font-weight:normal;
		border-top: #ffffff 1px solid;
		border-left: #ffffff 1px solid;
		border-right: #ffffff 1px solid;
		border-bottom: #ffffff 1px solid;
		margin-top: 2px;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 5px;
		padding-left: 2px;
		}
.snap1 td
	{
		font-size:8pt;	
	}

.snap1 th
	{
		font-weight:bold;
		font-size:8pt;	
	}

.td_r
		{
		text-align: right;
		}
.td_m
		{
		vertical-align: middle;
		}

td.rightline{ padding-right: 4px; border-right: 2px #000080 solid;}
.td_r     { font-size: 8pt; text-align: right;color:#000000;}
.td_error { background-color:#fafa55; font-weight:bold; }
.td_red   { background-color:#FF3300; }
.td_greenl{ background-color:#adff2f; text-align: left;}
.td_blau  { background-color:#00ffff; }
.td_yellow{ background-color:#fafa55; text-align: right;}
.td_green { background-color:#adff2f; text-align: right;}
.td_beige { background-color:#c7b496; text-align: right;}
.td_lila  { background-color:#b396c7; text-align: right;}
.td2      { width:30px; font-size:13px; font-family:Verdana,sans-serif; vertical-align:text-top;}
.cred     { color:#ff0000; text-align: right;}
.cgre     { color:#008000;}
.cgre_b   { color:#008000;  font-weight:bold;}
.td_empty_grey{border: none;background:#D3D3D3;}

RKW003	{font-weight:bold;  text-align:center; }
.RKW003blau { background-color:#bfd6d3 ; }
.RKW003grau { background-color:#cfcbc4 ; }
.RKW003hblau { background-color:#dae7dc ; }
.RKW003hgree { background-color:#b5c7b8 ; }
.RKW003green { background-color:#678b78 ; }

/*** Docking boxes definitions **/
/****************************************************************
  docking boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone 
{
    position:absolute;
    visibility:hidden;
}
.dbx-clone, .dbx-clone .dbx-handle-cursor 
{
    cursor:move !important;
}
.dbx-dummy 
{
    display:block;
    width:0;
    height:0;
    overflow:hidden;
    margin:0 !important;
    padding:0 !important;
}
.dbx-group, .dbx-box, .dbx-handle 
{
    position:relative;
    display:block;
    float: left;
}

/****************************************************************
  DO NOT ADD padding, margins or borders to dbx-box, 
  to avoid layout discrepancies between it and the clone.  
  dbx-box is best left as visually unstyled as possible 
  (instead, have another element inside the box, and style that)
*****************************************************************/
.dbx-box 
{
    margin:0;
    padding:0;
    border:none;
}