html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0;
	padding:0;
	background-color:#e8e8e8;
}

a img {
	border:0;
}

#banner {
	background: url(images/banner.gif) repeat-x;
}
#banner_left {

}
#banner_right {
	float:right;
}

#container {
	padding-top: 10px;
}

#calcontainer {
	width: 155px;
	padding: 5px 10px 0px 10px;
	float:left;
}

div#appointmentcontainer {
	margin-left:175px;
	padding-right: 10px;
	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:98%;
	 margin-left:0;
	 padding:0;
}

#timedappointments tr {
	height:29px;
	font-size:x-small;
}

#timedappointments thead tr {
	height:10px;
	font-size:x-small;
}

#timedappointments td {
	font-size:x-small;
	vertical-align:top;
	border-left: 1px dotted #eaeaea;
}

#timedappointments td div {
	height: 29px;
	padding-left:3px;
	padding-right:3px;
	overflow: hidden;
}


td.time {
	width:42px;
}
.appointmentrow9, .appointmentrow10, .appointmentrow11, .appointmentrow12, .appointmentrow13, .appointmentrow14, .appointmentrow15, .appointmentrow16 {
	background: url(images/appointment_inhours.gif) repeat-x;
}

.appointmentrow7, .appointmentrow8, .appointmentrow17, .appointmentrow18, .appointmentrow19 {
	background: url(images/appointment_outhours.gif) repeat-x;
}

.appointmentrowsales {
	background: url(images/appointment_green.gif) repeat-x;
}
.appointmentrowlettings {
	background: url(images/appointment_yellow.gif) repeat-x;
}

#timedappointments td.buttons {
	vertical-align:middle;
}

span.button {
	background-color:#EAEAEA;
	border:1px solid #000;
	padding: 0px 5px 0px 5px;
}
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 {
	height:10px;
	font-size:x-small;
}


#keysjobs td {
	font-size:x-small;
	vertical-align:top;
	border-left: 1px dotted #eaeaea;
}

#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;
}

td.buttons {
	white-space: nowrap;
}

.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;
}


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;
	
}

div.file div.name {
	position:absolute;
	bottom: 3px;
	left:5px;
	text-align:center;
	width:200px;
}

#tooltip {
	font-size: x-small;
	width: 170px;
	padding: 5px;
	border: 1px solid #002E62;
	background-color: #e8e8e8;
}
