html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0;
	padding:0;
	background-color:#e8e8e8;
}

div, table, td {
	position:relative;
}

a img {
	border:0;
}

#banner {
	background-color: #ccc;
}
#banner_left {

}
#banner_right {
	float:right;
}

#container {
	padding: 0;
}

.calcontainer {
	width: 155px;
	padding: 0;
	float:left;
}


#topnav {
	height: 24px;
	background: url(images/navtile.gif) repeat-x;
}
#topnavleft {
	padding: 2px;
	width: 80%;
}
#topnav a {
	color: #000000;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}
#topnavright {
	float:right;
	padding: 2px;
}

#subnav {
	background-color:#c5c5dd;
}

div.calheader {
	background-color:#d7d7e5;
	height: 16px;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
}

div.appointmentcontainer {
	margin-left:155px;
	padding-right: 0px;
	text-align: left;
	position: relative;
}
.appointmentheader {
	height: 32px;
	background-color: #999999;
}
.appointmentheader h1 {
	margin:0;
	padding: 8px 5px 5px 30px;
	/*float:left; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
}

.timedappointments {
	 width:100%;
	 margin-left:0;
	 padding:0;
}

.timedappointments tr {
	/*height:30px;*/
	font-size:x-small;
}

.timedappointments thead tr td {
	height:10px;
	font-size:x-small;
	background-color: #d7d7e5;
}

.timedappointments td {
	font-size:x-small;
	vertical-align:top;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #d7d7e5;
	background-color: #f0f0f5;
}

.timedappointments td div {
	/*height: 29px;*/
	padding-left:3px;
	padding-right:3px;
	/*overflow: hidden;*/
}

table.dragging td.time {
	display: none;
}


.timedappointments tr td.time {
	width:35px;
	background-color: #d7d7e5;
	
}


.timedappointments .appointmentrowsales td, .keysjobs .appointmentrowsales td {
	background-color: #c1fbc5;
}
.timedappointments .appointmentrowlettings td, .keysjobs .appointmentrowlettings td {
	background-color: #f7f7ae;
}
.timedappointments .appointmentrowappointment td, .keysjobs .appointmentrowappointment td {
	background-color: #e0d1d1;
}
.timedappointments .appointmentrowasset td, .keysjobs .appointmentrowasset td {
	background-color: #cdd5df;
}

.timedappointments td.buttons {
	/*padding-top:5px;
	vertical-align:top;*/
}

/*span.button {
	background-color:#EAEAEA;
	border:1px solid #000;
	padding: 0px 5px 0px 5px;
	width: 60px;
	height: 14px !important;
	margin: 2px;
	text-align: center;
	display: block;
	float: left;
}
span.button a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}*/

span.leftbutton a {
	padding: 0;
	width: 143px;
	height: 21px;
	display:block;
	margin: 1px 0 1px 0;
	background-repeat: no-repeat;
}

/*span.leftbutton a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}*/

a.manageusers {
	background-image: url(images/MANAGE-OFF.gif);
}
a.manageusers:hover {
	background-image: url(images/MANAGE-ON.gif);
}
a.browse {
	background-image: url(images/BROWSE-OFF.gif);
}
a.browse:hover {
	background-image: url(images/BROWSE-ON.gif);
}
a.search {
	background-image: url(images/SEARCH-OFF.gif);
}
a.search:hover {
	background-image: url(images/SEARCH-ON.gif);
}
a.logout {
	background-image: url(images/LOGOUT-OFF.gif);
}
a.logout:hover {
	background-image: url(images/LOGOUT-ON.gif);
}
a.calview {
	background-image: url(images/CALENDER-OFF.gif);
}
a.calview:hover {
	background-image: url(images/CALENDER-ON.gif);
}



.keysjobs {
	 width:98%;
	 margin-left:0;
	 padding:0;
}

.keysjobs tr {
	/*height:29px;*/
	font-size:x-small;
}

.keysjobs thead tr td {
	height:10px;
	font-size:x-small;
	background-color: #d7d7e5;
}


.keysjobs td {
	font-size:x-small;
	vertical-align:top;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #d7d7e5;
	background-color: #f0f0f5;
}

.keysjobs td div {
	/*height: 29px;*/
	padding-left: 3px;
	padding-right: 3px;
	/*overflow: hidden;*/
}

/*.keysrow {
	background: url(images/appointment_inhours.gif) repeat-x;
}*/

.keysjobs td.buttons {
	vertical-align:middle;
}

.keysjobs tr td.time {
	width:35px;
	background-color: #d7d7e5 !important;
	
}


.editbox {
	background-color: #CCCCCC;
	width: 90%;
	margin: 0 auto 0 auto;
}

.edittable {
	width: 100%;
}
.edittable td {
	font-size: x-small;
}
.edittable tr.editheader {
	height: 24px;
	background-color: #ABAAAA;
}

input, textarea {
	border: 2px solid #666666;
}
textarea {
	width: 250px;
	height:50px;
	margin: 8px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
}
select {
	width: 100px;
	margin-left: 10px;
	font-size: x-small;
}
input.submit {
	margin: 10px;
	font-size: x-small;
	width: 90px;
	height:70px;
	background-color:#837F7F;
	border: 2px solid #666666;
}
input.cancel {
	margin: 0 10px 10px 10px;
	font-size: x-small;
	width: 90px;
	height:30px;
	background-color:#837F7F;
	border: 2px solid #666666;
}

.assetsheader {
	height: 31px;
	background: url(images/assetsheadertile.gif) repeat-x;
}

.assetstop {
	padding: 1px 10px 10px 10px;
	background-color: #999999;
}
div.file {
	width:218px;
	height:218px;
	float:left;
	text-align: center;
	margin: 15px;
	border: 1px solid #002E62;  
	position: relative;
	
}

div.file a {
	display:block;
	width:200px;
	height:200px;
	border: 4px solid #999999;
	margin:0;
	padding:5px;
	text-decoration:none;
	font-size: x-small;
	color: #333;
	position: relative;
	background-color: #dadada;
}

div.file div.name {
	position:absolute;
	bottom: 3px;
	left:5px;
	text-align:center;
	width:200px;
}

div.filelist {

	height: 48px;

	text-align: left;
	margin: 5px 15px 5px 15px;
	border: 1px solid #002E62;  
	position: relative;

}

div.filelist img {
	float: left;
	padding-left: 5px;
}
div.filelist a {
	display:block;

	height:30px;
	border: 4px solid #999999;
	margin:0;
	padding:5px;
	text-decoration:none;
	font-size: x-small;
	color: #333;
	position: relative;
	background-color: #dadada;
	
}
div.filelist div.name {
	padding-top: 15px;
	padding-left: 50px;
}

#tooltip {
	font-size: x-small;
	width: 170px;
	padding: 5px;
	border: 1px solid #002E62;
	background-color: #e8e8e8;
}

.dragObject {
	position:absolute;
	background-color: #ffffff;
	
}

.reportoptions {
	padding: 10px;
}	
.reportoptions select {
	width: 25em;
}
table.report {
	margin: 10px;
	width: 95%;
}
table.report thead {
	background-color: #d7d7e5;
}

div.tabs {
	padding: 10px 10px 0 10px;
}

div.tabs div {
	border: 1px solid #d7d7e5;
	float: left;
	width: 80px;
	padding: 3px;
	text-align: center;
}
div.tabs a {
	text-decoration: none;
	color: #000000;
}
div.tabs div.selected a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
div.boxes {
	margin: 0 10px 0 10px;
	width: 500px;
	border: 1px solid #d7d7e5;
}

.draggable {
	cursor: move;
}


.notesheader {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: url(images/notesheader_tile.gif) repeat-x;
	height: 17px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
}

.notetext {
	background-color: #f1cafb;
	padding: 3px;
	font-size: 10px;
}

.notecontrols {
	background-color: #e2b4ee;
	padding: 3px;
}

.noteadd {
	padding: 3px;
	border-bottom: 1px solid white;
}
