body	{
		background-color: #ffffff;
		font-family: "Arial";
		font-size:12pt;
		color: #000000;
		}

input, select, button, button150, button100
		{
		border: 1px #0000df solid;
		background: #eeeeee;
		-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;
		}
		
input:focus, select:focus
		{
		-moz-box-shadow: 0px 0px 8px #0000df;
		-webkit-box-shadow: 0px 0px 8px #0000df;
		box-shadow: 0px 0px 8px #0000df;
		}

input[type=submit], input[type=button]
	{
	cursor: pointer;
	}


body h2 {
		font-size:12pt;
		}

TD
		{
		vertical-align:top;
		}

#friendlygreen {color: #088A4B; }
#warningred  {color: #EE0000; }

span.img 
		{
		text-decoration: none;
		}

.leftcontainer
		{
		z-index: 0;
		font-size: 10pt;
		text-align:left;
		white-space: normal;
		display: block;
		text-decoration:none;
		font-weight:600;		/* A bit bold isn't bad here */
		padding-left: 2px;
		padding-right: 2px;
		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: 1px;
		margin-right: 1px;
		margin-bottom: 5px;
		}

.leftcontainer h1 { font-size: 24px; }

#leftheadline
		{
		background-color: #0000df;
		color: #ffffff;
		font-size: 12pt;
		padding-left: 2px;
		}

.regulartable
		{
		background-color: #ffffff;
		}
.regulartable th
		{
		background:url(/pics/wwshsprites_a.png) 0 -0 repeat-x;
		font-weight: bold;
		}

.regulartable td
		{
		border-bottom: 1px solid #7bb8d5;
		border-right: 1px solid #7bb8d5;
		text-overflow: ellipsis;
		}
		
.regulartable tr:focus, .regulartable tr:hover
		{
		background-color: #000000;
		color: #ffffff;
		}

*.accordeon ul
	{
	list-style-type:none;
	font-family: "Arial";
	font-size: 16px;
	color: #ffffff;
	align: left;
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-top: 5px;
	text-align: left;
 	text-decoration: none;
	}

*.accordeon ul li ul
	{
	padding-top: 5px;
	}

*.accordeon ul li
	{
	width: 170px;
	padding-left: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/pics/menubar.png);
	background-repeat: no-repeat;
	}

*.accordeon ul li ul li
	{
	width: 170px;
	margin-left: 15px;
	background-image: url(/pics/menubar.png);
	background-repeat: no-repeat;
	}

*.accordeon A:hover
	{
	margin-left: 5px;
	color: #00FF00;
	}

*.accordeon A {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	color: #ffffff;
}

#accactual
	{
	padding-left: 1px;
	margin-left: 5px;
  	text-decoration: none;    
	color: #CCEECC;
	}

.middlecontainer
		{
		z-index: 0;
		font-family: "Arial";
		font-size:10pt;
		text-align:left;
		vertical-align: top;
		white-space: normal;
		display: block;
		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;
		}

.inputcontainer
		{
		z-index: 0;
		font-family: "Arial";
		font-size:10pt;
		text-align:left;
		vertical-align: top; /* Was a pita with incorrect positioning */
		white-space: normal;
		background-color: #FFFFFF;
		display: inline-block;
		color: #000000;
		text-decoration:none;
		font-weight:normal;
		border-top: none;
		border-left: #0000df 4px solid;
		border-right: #0000df 1px solid;
		border-bottom: #0000df 1px solid;
		margin-top: 2px;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 5px;
		}

.inputcontainer A
	{
	text-decoration:none;
	color: #000000;
	display: inline-block;
	}

.inputcontainer h1
		{
		font-size: 14pt;
		color: #ffffff;
		font-weight: bold;
		margin-top: 0px;
		background-image: url(/code/einbinden/images/ui-bg_highlight-soft_75_cccccc_1x100.png);
}

.inputcontainer h2
		{
		font-size: 12pt;
		font-weight: bold;
		margin-top: 0px;
		margin-left: 2px;
}

.inputcontainer td
		{
		vertical-align: top;
		padding-bottom: 6px;
		}

.inputcontainer tr:hover, .tableline tr:hover, .tabgray tr:hover, .tabyellow tr:hover, .tabbrightyellow tr:hover
		{
		background-image: none;
		background-color: #aaaaaa;
		}

#tableheader
		{
		background-color: #C9C6C3;
		font-weight: bold;
		}

.tableline
		{
		background-color: #b9b9f6;
		}

.prettytable tr
		{
		background: url(/pics/wwshsprites_a.png) 0 -525px repeat-x;
		}
		
.tabgray
		{
		background-image: url(/pics/tabgray.png);
		}

.tabyellow
		{
		background-image: url(/pics/tabyellow.png);
		}

.tabbrightyellow
		{
		background-image: url(/pics/tabbrightyellow.png);
		}

#error
		{
		border-top: #ff0000 2px solid;
		border-left: #ff0000 2px solid;
		border-right: #ff0000 2px solid;
		border-bottom: #ff0000 2px solid;
		}
		
.middlecontainer img
		{
		margin-right: 4px;
		margin-bottom: 4px;
		}
		
.middlecontainer h2
		{
		font-weight: bold;
		font-size: 12pt;
		padding-left: 2px;
		}

.middleheadline
		{
		background-color: blue;
		color: #ffffff;
		font-size: 12pt;
		padding-left: 2px;
		}


DIV.floatfix
		{
    	clear: both;
		}
		
.bottomnavi
		{
		z-index: 0;
		font-size: 8pt;
		text-align:center;
		padding-top: 8px;
		white-space: nowrap;
		background: url(pics/wwshsprites_a.png) 0 -1020px repeat-x;
		width:100%;
		height: 30px;
		color: #ffffff;
		text-decoration:none;
		font-weight:700;
		}
.bottomnavi A:link
		{
		color: #ffffff;
		text-decoration:none;
		}
.bottomnavi A:visited
		{
		color: #ffffff;
		text-decoration:none;
		}
.bottomnavi A:hover
		{
		color: #00FF00;
		text-decoration:none;
		}

.lcorner {
		width:17px;
		height:30px;
		background:url(pics/wwssprites.png) 0 -450px;
		}

.rcorner {
		width:17px;
		height:30px;
		background:url(pics/wwssprites.png) -20px -450px;
		}

.topnavileft
		{
		z-index: 0;
		font-size: 8pt;
		text-align:left;
		padding-top: 8px;
		white-space: nowrap;
		background: url(pics/bn_mbar.gif) repeat-x;
		width:100%;
		height: 30px;
		color: #ffffff;
		text-decoration:none;
		font-weight:700;
		}
.topnavileft A
		{
		color: #ffffff;
		text-decoration:none;
		}
.topnavileft A:hover
		{
		color: #00FF00;
		text-decoration:none;
		}

.button150
		{
		display: inline-block;
		width: 164px;
		height: 44px;
		padding-top: 5px;
		background-image: url(/pics/bt150.png);
		background-repeat: no-repeat;
		font-family: "Arial";
		font-size:24px;
		color: #ffffff;
		align: center;
		text-align: center;
		text-decoration: none;
		}

.button150 A, .button100 A
		{
		text-decoration: none;
		color: #ffffff;
		}
		
.button150:hover, .button100:hover{ color: #00FF00; cursor: pointer;}

.button100
		{
		display: inline-block;
		width: 115px;
		height: 41px;
		padding-top: 7px;
		background-image: url(/pics/bt100.png);
		background-repeat: no-repeat;
		font-family: "Arial";
		font-size:24px;
		color: #ffffff;
		align: center;
		text-align: center;
		text-decoration: none;
		}

.pdficon
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(pics/wwssprites.png) -200px 0;
	}

.pdfread
	{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(pics/wwssprites.png) -225px 0;
	}


/** 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 #7abbd9 solid;
background: url(pics/wwshsprites_a.png) 0 -110px repeat-x;
display: none;
z-index: 10000 !important;
}
 
.ui-datepicker table {
width:278px;
}

.ui-datepicker table td:hover {
border: 1px solid #7abbd9;
}

.ui-datepicker-current-day {
	background:#81c2e0;
	}

.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;
background: none #81c2e0;
}
 
.ui-datepicker-next {
float:right;
}

.ui-datepicker-title {
text-align: center;
font-weight:bold;
background: none #81c2e0;
}

.ui-datepicker-week-end:nth-child(8) { 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(8)	{ color: #ff9999; }		/* Lighter red for unavailable Sundays */
.ui-datepicker-calendar > tbody td:nth-child(8) A { color: #ff0000; }	/* Only available Sundays red */
.ui-datepicker-calendar > tbody td:nth-child(1) { color: #b1671e; }		/* Weeknumbers brown */

/* 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 #7abbd9 solid;
	}

.calcline
	{
	display: block;
	}
	
.calcblue
	{
	width: 50px;
	height: 50px;
	display: inline-block;
	background:url(pics/wwssprites.png) 0px -50px;
	font-size: 24px;
	text-align: center;
	padding-top: 9px;
	margin-top: 3px;
	margin-left: 3px;
	}

.calcgreen
	{
	width: 50px;
	height: 50px;
	display: inline-block;
	background:url(pics/wwssprites.png) -75px -50px;
	padding-top: 9px;
	margin-top: 3px;
	margin-left: 3px;
	font-size: 24px;
	text-align: center;
	}

.calcred
	{
	width: 50px;
	height: 50px;
	display: inline-block;
	background:url(pics/wwssprites.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;
	border: 3px #7abbd9 solid;
	-moz-box-shadow: 0px 0px 3px #7abbd9;
	-webkit-box-shadow: 0px 0px 3px #7abbd9;
	box-shadow: 0px 0px 3px #7abbd9;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: #ffffff;
	z-index: 1000;
	}

.mac-ui-dlgtitle
	{
	height: 30px;
	background: url(pics/wwshsprites_a.png) 0 -470px repeat-x;
	padding-top: 5px;
	padding-left: 5px;
	color: #000000;
	clear: both;
	}
.mac-ui-imgclose	{
		width:20px;
		height:20px;
		cursor: pointer;
		background:url(pics/wwssprites.png) -600px -70px;
		float: right;
		}
.mac-ui-dlgtext { padding: 5px 5px 5px 5px; }