@CHARSET "ISO-8859-1";

body
		{
		font-family: "Trebuchet MS", "Arial";
		font-size:13px;
		color: #000000;
		text-decoration: none;
		margin: 0 0 0 0;
		height:100%;
		padding:0;
		}

h2		{ font-size: 20px; font-weight: bold; margin: 0 0 3px 0; }

h3		{ font-size: 15px; font-weight: bold; margin: 0 0 3px 0; }

body A
		{
		text-decoration: none;
		color: inherit;
		}

img, table
		{
		border: none;
		}

.tabcompact, .tabcompact td
		{
		border-spacing: 0;
		padding: 0;
		line-height: 1.125em;
		}

input, select	{ border: 1px #7abbd9 solid; }

input, textarea, select, button, smlbtn, smlbtn135
		{
		-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;
		}

.notrans
		{
		-webkit-transition: 0s ease all;
		-moz-transition: 0s ease all;
		-ms-transition: 0s ease all;
		-o-transition: 0s ease all;
		transition: 0s ease all;
		}

.transon
		{
		-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, textarea:focus
		{
		-moz-box-shadow: 0px 0px 6px #7abbd9;
		-webkit-box-shadow: 0px 0px 6px #7abbd9;
		box-shadow: 0px 0px 6px #7abbd9;
		}

td
		{
		vertical-align: top;
		}

.floatfix
		{
    	clear: both;
		}

.red { color: red; }

.bold { font-weight: bolder;}

.mainwindow
		{
		width: 1200px;
		text-align: left;
		background: #d2d2d2;
		min-height: 600px;
		margin-bottom: 5px;
		border: solid black 1px;
		}

.bluebox
		{
		border: solid #7bb8d5 1px;
		padding: 5px 5px 5px 5px;
		margin-top: 10px;
		margin-left: 5px;
		}
		
.blueboxheader
		{
		position: relative;
		top: -14px;
		left: 2px;
		background: #d2d2d2;
		display: inline;
		padding-left: 3px;
		padding-right: 5px;
		margin-bottom: 0;
		}

.menuboxcontainer
		{
		float: left;
		position: relative;
		}

.menubluebox
		{
		border: solid #7bb8d5 1px;
		padding: 5px 5px 5px 5px;  
		margin-left: 5px;
		margin-top: 5px;
		float: none;
		background: #444444;
		font-family: "Courier";
		font-size: 18px;
		}

.menubluebox A
		{
		color: #00EE00;
		display: block;
		}
.menubluebox A:hover, .menubluebox A:focus
		{
		background: #777777;
		}
		
table tr.blueline td {border-bottom: 1px solid #7bb8d5;}

.tableline {}

.regulartable
		{
		background-color: #ffffff;
		}
.regulartable th, .regulartable tr th
		{
		background:url(pics/wwshsprites_a.png) 0 -0 repeat-x;
		font-weight: bold;
		}

.regulartable tbody td		{
		border-bottom: 1px solid #7bb8d5;
		border-right: 1px solid #7bb8d5;
		}
		
.regulartable tbody tr
		{
		background-color: white;
		color: black;
		}

.regulartable tbody tr:focus , .regulartable tbody tr:hover
		{
		background-color: black;
		color: white;
		}
		
.objecttable
		{
		background-color: #ffffff;
		}
.objecttable th
		{
		background:url(pics/wwshsprites_a.png) 0 -0 repeat-x;
		font-weight: bold;
		}

.objecttable td { text-overflow: ellipsis; }

.objecttable tr:focus td, .objecttable tr:focus td
		{
		border: 2px solid black;
		}

.clickclass	{ cursor: pointer; }
.clickclass:focus { border: 2px solid black; }

.ONHdr0 {
		width: 80%;
		text-align: left;
		}

.ONHdr1 {
		width: 80%;
		text-align: right;
		float: right;
		}

/** OfficeNote  **/
.ONChat0 {
		width: 80%;
		background: #DDDDDD;
		color: black;
		text-align: left;
		-moz-border-radius:8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		padding: 3px;
		margin-bottom: 8px;
		}

.ONChat1 {
		width: 80%;
		background: #BEE8FC;
		color: black;
		text-align: right;
		float: right;
		-moz-border-radius:8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		padding: 3px;
		margin-bottom: 8px;
		}
	
.lcorner {
		width:17px;
		height:30px;
		background:url(pics/wwssprites.png) 0 -450px;
		}

.rcorner {
		width:17px;
		height:30px;
		background:url(pics/wwssprites.png) -20px -450px;
		}

.ballbtn {
		width:35px;
		height:20px;
		background:url(pics/wwssprites.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/wwssprites.png);
		}

.bcbox	{
		cursor:pointer;
		position: relative;
		padding: 0 0 0 20px;
		display: inline-block;
		margin-top: 4px;
		float: left;
		}

.bcbox img	{
		position: absolute;
		left: 0;
		top: 3px;
		width:15px;
		height:15px;
		background:url(pics/wwssprites.png);
		}

.bigbtn {
	position: relative;
	display: inline-block;
	width: 170px;
	height: 70px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: url(pics/wwssprites.png) 0 -770px;
	}

.bigbtn:hover
	{
	background: url(pics/wwssprites.png) -180px -770px;
	}

/* Same in green */
.biggbtn {
	position: relative;
	display: inline-block;
	width: 170px;
	height: 70px;
	background: url(pics/wwssprites.png) -355px -770px;
	}

.biggbtn:hover
	{
	background: url(pics/wwssprites.png) -530px -770px;
	}

.smlbtn {
	position: relative;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	display: inline-block;
	width: 105px;
	height: 30px;
	background: url(pics/wwssprites.png) 0 -850px;
	color: #FFFFFF;
	}

.smlbtn:hover
	{
	background: url(pics/wwssprites.png) -105px -850px;
	cursor: pointer;
	}

.smlbtn135 {
	position: relative;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	display: inline-block;
	width: 135px;
	height: 30px;
	background: url(pics/wwssprites.png) -210px -850px;
	color: #FFFFFF;
	}

.smlbtn135:hover
	{
	background: url(pics/wwssprites.png) -350px -850px;
	cursor: pointer;
	}

.disabledsmlbtn {
	position: relative;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	display: inline-block;
	width: 105px;
	height: 30px;
	background: url(pics/wwssprites.png) 0 -900px;
	color: #FFFFFF;
	}

.disabledsmlbtn:hover
	{
	background: url(pics/wwssprites.png) -105px -900px;
	}

.disabledsmlbtn135 {
	position: relative;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	display: inline-block;
	width: 135px;
	height: 30px;
	background: url(pics/wwssprites.png) -210px -900px;
	color: #FFFFFF;
	}

.disabledsmlbtn135:hover
	{
	background: url(pics/wwssprites.png) -350px -900px;
	}

.cbox0	{
		cursor:pointer;
		display: inline-block;
		width:15px;
		height:15px;
		background:url(pics/wwssprites.png) -650px -70px;
		}

.cbox1	{
		cursor:pointer;
		display: inline-block;
		width:15px;
		height:15px;
		background:url(pics/wwssprites.png) -665px -70px;
		}

.bcbox0	{
		cursor:pointer;
		display: inline-block;
		width:15px;
		height:15px;
		background:url(pics/wwssprites.png) -680px -70px;
		}

.bcbox1	{
		cursor:pointer;
		display: inline-block;
		width:15px;
		height:15px;
		background:url(pics/wwssprites.png) -700px -70px;
		}

.ballbox0
		{
		margin-bottom: -5px;
		width:35px;
		height:20px;
		cursor: pointer;
		display: inline-block;
		background:url(pics/wwssprites.png) -825px 0;
		}

.ballbox1
		{
		margin-bottom: -5px;
		width:35px;
		height:20px;
		cursor: pointer;
		display: inline-block;
		background:url(pics/wwssprites.png) -867px 0;
		}

.rightboxheader
	{
	display: inline-block;
	width: 228px;
	height: 40px;
	padding-top: 6px;
	padding-left: 20px;
	background: url(pics/wwssprites.png) -800px -150px;
	color: #000000;
	font-weight: bold;
	}

.catitem
	{
	cursor: pointer;
	border: 1px #7bb8d5 solid;
	min-width: 200px;
	margin-top: 3px;
	padding: 4px 2px 4px 2px;
	display: inline-block;
	}

.filebox
	{
	border: 1px solid black;
	width: 200px;
	height: 150px;
	text-align: center;
	padding: 2px;
	margin: 2px;
	display: inline-block;
	}

.filebox .imcontainer
	{
	height: 120px;
	width: 190px;
	display: inline-block;
	}

.filebox img
	{
	max-height: 115px;
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	}

.filebox .text
	{
	display: inline-block;
	width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

/** images **/

.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;
	}

.goodicon
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(pics/wwssprites.png) -250px 0;
	}

.badicon
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(pics/wwssprites.png) -275px 0;
	}

.printicon
	{
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(pics/wwssprites.png) -300px 0;
	}

.excelicon
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(pics/wwssprites.png) -325px 0;
	}

.emailicon
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(pics/wwssprites.png) -350px 0;
	}

.imageavailicon
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(pics/wwssprites.png) -550px 0;
	}

.noimageavailicon
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(pics/wwssprites.png) -575px 0;
	}

.delsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(pics/wwssprites.png) -600px 0;
	}


.insertsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(pics/wwssprites.png) -490px -25px;
	}

.checkmark
	{
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(pics/wwssprites.png) -625px 0;
	}

.editsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(pics/wwssprites.png) -700px 0;
	}

.indentsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(pics/wwssprites.png) -650px 0;
	}

.outdentsomething
	{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(pics/wwssprites.png) -675px 0;
	}

.clonesomething
	{
	cursor: pointer;
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(pics/wwssprites.png) -800px 0;
	}

.visibleicon
	{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(pics/wwssprites.png) -730px 0;
	}

.invisibleicon
	{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(pics/wwssprites.png) -760px 0;
	}

.envelopeicon
	{
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url(pics/wwssprites.png) -490px 0;
	}

.envelopesenticon
	{
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url(pics/wwssprites.png) -520px 0;
	}

.ballgreen
	{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(pics/wwssprites.png) -250px -30px;
	}

.ballyellow
	{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(pics/wwssprites.png) -270px -30px;
	}

.ballred
	{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(pics/wwssprites.png) -290px -30px;
	}

.biginfoicon
	{
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(pics/wwssprites.png) -250px -50px;
	}

/** icons for form definitions */
.newline
	{
	display: inline-block;
	width: 20px;
	height: 17px;
	background: url(pics/wwssprites.png) -375px 0;
	}

.printempty
	{
	display: inline-block;
	width: 22px;
	height: 17px;
	background: url(pics/wwssprites.png) -400px 0;
	}

.textleft
	{
	display: inline-block;
	width: 15px;
	height: 17px;
	background: url(pics/wwssprites.png) -425px 0;
	}

.textmiddle
	{
	display: inline-block;
	width: 15px;
	height: 17px;
	background: url(pics/wwssprites.png) -440px 0;
	}

.textright
	{
	display: inline-block;
	width: 15px;
	height: 17px;
	background: url(pics/wwssprites.png) -455px 0;
	}

.cellborder
	{
	display: inline-block;
	width: 15px;
	height: 17px;
	background: url(pics/wwssprites.png) -325px -20px;
	}
	
.cellgrey
	{
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(pics/wwssprites.png) -350px -20px;
	}
	
.lineheight
	{
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(pics/wwssprites.png) -375px -20px;
	}

.fontbold
	{
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(pics/wwssprites.png) -400px -20px;
	}

.fontunderline
	{
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(pics/wwssprites.png) -425px -20px;
	}

/** 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;
	}

.biginputcontainer {
	border: 1px #7abbd9 solid;
	background: url(pics/wwshsprites_a.png) 0 -510px repeat-x;
	}

.prettybackground
	{
	background: url(pics/wwshsprites_a.png) 0 -510px repeat-x;
	}

.numCircle {
	margin-top: -7px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #fff584;
    display: inline-block;
    color: black;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
	}

.phonenote
	{
	height: 45px;
	padding-left: 2px;
	padding-right: 2px;
	background: url(pics/wwshsprites_a.png) 0 -25px repeat-x;
	line-height: 19px;
	}
.phonenotecontent
	{
	background: #fff584;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	}
	
.accountsheet
	{
	height: 110px;
	width: 400px;
	padding-left: 2px;
	padding-right: 2px;
/*	background: url(pics/wwssprites.png) 0 -200px;*/
	}

.accountline
	{
	height: 24px;
	width: 400px;
	background: url(pics/wwssprites.png) 0 -310px;
	padding-left: 2px;
	padding-right: 2px;
	}

.accdescript
	{
	display: inline-block;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.accnumber
	{
	display: inline-block;
	width: 65px;
	margin-left: 1px;
	text-align: right;
	}

.ktosoll
	{
	color: #ff0000;
	}

.ktohaben
	{
	color: #4FAE1F;
	}
	
.actionlist
	{
	height: 25px;
	padding-left: 2px;
	padding-right: 2px;
	background: url(pics/wwshsprites_a.png) 0 -970px repeat-x;
	line-height: 19px;
	display: block;
	}

.txright { text-align: right;}

.ellipsis
	{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.ellinline
	{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.prodimg
	{
	max-width: 350px;
	max-height: 200px;
	}

.status
	{
    height: 21px;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
	background:url(pics/wwssprites.png) 0 -425px;
    width: 81px;
    display: inline-block;
    float: left;
    color: #9c9e9f;
	}
	

/** Order preview in small box **/
.ordline130
	{
	display: inline-block;
	width: 130px;
	margin-left: 1px;
	}

.orditem
	{
	display: inline-block;
	margin-left: 1px;
	white-space: nowrap;
	}

.ordline45 { width: 45px; display: inline-block; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }

.ordline75 { width: 75px; display: inline-block; overflow: hidden; text-overflow: ellipsis;text-align: right; vertical-align: top; }

.ordline84 { width: 75px; display: inline-block; overflow: hidden; text-overflow: ellipsis;text-align: right; vertical-align: top; }

.ordline80 { width: 80px; display: inline-block; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }

.ordline160e { width: 160px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }

.ordline160 { width: 160px; display: inline-block; white-space: normal; vertical-align: top; }

.ordline50r { width: 50px; display: inline-block; text-align: right; vertical-align: top; }

.ordline55r { width: 55px; display: inline-block; text-align: right; vertical-align: top; }

.biglinepos { margin-bottom: 10px; }

.biglinemarker { width: 50px; display: inline-block; text-align: center; }

.biglinecode { width: 110px; display: inline-block; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }

.biglinetext { width: 215px; display: inline-block; vertical-align: top; }

.biglinesingle { width: 75px; display: inline-block; overflow: hidden; text-align: right; vertical-align: top; }

.biglineqtty { width: 65px; display: inline-block; overflow: hidden; text-align: right; vertical-align: top; }

.biglinewh { width: 45px; display: inline-block; overflow: hidden; text-align: right; vertical-align: top; }

.biglinedisc { width: 50px; display: inline-block; overflow: hidden; text-align: right; vertical-align: top; }

.biglineunit { width: 80px; display: inline-block; overflow: hidden; text-align: right; vertical-align: top; }

.biglinesum { width: 80px; display: inline-block; overflow: hidden; text-align: right; vertical-align: top; }

.ordline280e { width: 280px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }

.biglinetotal { width: 144px; display: inline-block; overflow: hidden; text-align: right; vertical-align: top; }

/** invisible helpers **/

.Infobubble
		{
		padding:5px;
		position: absolute;
		min-height: 20px;
		min-width: 100px;
		vertical-align: center;
		text-align: left;
		top: -10000px;
		left: -10000px;
		border: 2px #7abbd9 solid;
		background: #ffffff;
		z-index: 1000;
		}

/** DropDown Menu **/
.menu {
    height: 21px;
    text-align: left;
    padding-top: 2px;
	background:url(pics/wwshsprites_a.png) 0 -0 repeat-x;
    width: 100%x;
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    color: #000000;
    z-index: 100;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    float: left;
	background:url(pics/wwssprites.png) 0 -0 repeat-x;
    position: relative;
}
.menu a, .menu a:visited {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    padding-left: 10px;
    padding-right: 12px;
    text-decoration: none;
}

.menu ul ul {
    height: 0;
    left: 0;
    position: absolute;
    top: 18px;
    visibility: hidden;
}

.menu ul ul a, .menu ul ul a:visited {
/*    background: none repeat scroll 0 0 #81c2e0;*/
	background:url(pics/wwssprites.png) -10 0 repeat-x;
    height: auto;
    line-height: 18px;
    padding-left: 10px;
    width: 140px;
}

.menu *:hover > a, .menu ul ul *:hover > a {
    font-weight: bolder;
    color: #888888;
}
.menu ul li:hover ul, .menu ul a:hover ul {
    visibility: visible;
}
.menu ul *:hover ul ul {
    visibility: hidden;
}
.menu ul *:hover ul *:hover ul {
    visibility: visible;
}

/** Hellmann-Style top and bottom line **/
.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;
		}

.topnavileft
		{
		z-index: 0;
		font-size: 8pt;
		text-align:left;
		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;
		}
.topnavileft A
		{
		color: #ffffff;
		text-decoration:none;
		}
.topnavileft A:hover
		{
		color: #00FF00;
		text-decoration:none;
		}


/** 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; }