/* Author(s), Copyright:Julian Laub, 2004 - 2005 */
/* $Id: stylesheet.css,v 1.1.1.1 2008/02/20 10:42:17 jlaub Exp $ */

body {
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	width:1000px;
	margin:0px;
	padding:0px;
}

table {
	background-color:transparent;
	color:#000000;
}

td {
	color:#000000;
	padding:3px;
	margin:3px;
	font:inherit;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
}


.br {
	border-right:solid #aaa;
	border-width:1px;
}


a:link, a:visited, a:active {
	text-decoration:none;
	color:#2e2ea3;
}

a:hover {
	text-decoration:underline;
}


/* .sort is used for mynsort */

a.sort:link, a.sort:visited {
	color:gray;
}


/* Simple gray borders for onglets and elsewhere */

.bl {
	border-left:solid #aaa;
	border-width:1px;
}

.bt {
	border-top:solid #aaa;
	border-width:1px;
}

.bb {
	border-bottom:solid #aaa;
	border-width:1px;
}

.shade {
	background-color:#f1f1f1;
}


/* border, bg, title for php class table */
.bo {
	background-color:#fbfbfb;
	border-width:1px;
	border-style:solid;
	/* border-color:#3c78b5; */
	border-color:#d9e2ea;
	border-style:dashed;
}

.ti {
	color:#444;
}


/* Alternate shading of lists */
.l {
	background-color:#fbfbfb;
}

.o {
	background-color:#efefef;
}

.ns {
	background-color:transparent;
}



/* row header (lists) & column header (show) */

.rh {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:#aaa;
	text-align:left;
	color:#aaa;
	padding:2;
}


.ch {
	border-right-width:1px;
	border-right-style:solid;
	border-color:gray;
	text-align:right;
	color:gray;
	padding:2;
	width:120px;
}


/* ims */
.ims {
	background-color:#ffe0e0;
	margin:1px;
	padding:1px;
}


/* box used for individual field selection and spotlight */
.box {
	display:none;
	position:absolute;
	background-color:white;
	border-style:solid;
	border-width:1;
	border-color:gray;
}



/* status field type */

.green {background-color:#6a9c07;
	width:10px;
	height:10px;
}

.orange {background-color:#ff6d0b;
	width:10px;
	height:10px;
}

.red {background-color:#ce0b0b;
	width:10px;
	height:10px;
}

.yellow {background-color:#ffff9d;
	width:10px;
	height:10px;
}

.gray {background-color:#7c7c7c;
	width:10px;
	height:10px;
}

.black {background-color:#000000;
	width:10px;
	height:10px;
}


/* textarea field type */

.ta {
	height:300px;
	width:560px;
	overflow:scroll;
	font-family:Courier, "Courier New", monospace;
}

.sta {
	height:100px;
	width:320px;
	overflow:scroll;
}

.vsta {
	height:100px;
	width:180px;
	overflow:scroll;
}


/* debug mode */

.debug {
	border-color:green;
	border-style:solid;
	border-width:1px;
	border-style:dashed;
	vertical-align:top;
	max-width:1000;
	overflow:auto;
	color:green;
	font-size:10;
}


/* js tabs */

.pane {
	display:none;
}


/* js datepicker */

.dpTable {
	text-align:center;
	font-size:10px;
	color:#505050;
	background-color:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#AAAAAA;
}

.dpTD {
	font-size:10px;
	border:1px;
	border-style:solid;
	border-color:#e6e6e6;
}

.dpTD_static {
	font-size:10px;
	border:1px;
	border-style:solid;
	border-color:#e6e6e6;
	color:gray;
}

.dpTD_semistatic {
	background-color:#f2f2f2;
	font-size:10px;
	border:1px;
	border-style:solid;
	border-color:#e6e6e6;
}

.dpDayHighlightTD {
	font-size:10px;
	background-color:#ffe8e9;
	border:1px;
	border-style:solid;
	border-color:#AAAAAA;
}

.dpToDayHighlightTD {
	font-size:10px;
	color:red;
	border:1px;
	border-style:solid;
	border-color:#e6e6e6;
}

.dpTDHover {
	font-size:10px;
	background-color:#cccccc;
	border:1px;
	border-style:solid;
	border-color:#888888;
	cursor:pointer;
	color:red;
}

.dpTitleText {
	font-size:10px;
	color:gray;
} 

.dpDayHighlight {
	font-size:10px;
	color:#4060ff;
}

.dpTodayButton {
	font-size:10px;
	color:gray;
	background:#d8e8ff;
}


