﻿
/* layout */
body {
	background-color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000000;
}

.navigation > .path {

}

.navigation > .menu {
	float: right;
}



/* general */
table {
	font-size: 1em;
}

img {
	border-width: 0;
}

img.imgtit {
    width:34px; 
    height:34px;
    background:url(Images/title.gif) left top no-repeat;
}
img.imgcalendar {
    width:16px; 
    height:16px;
    background:url(Images/cal_scheduler.png) left top no-repeat;
}


a {
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

input, textarea, select {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

/* START Area Pagination first - prev - next - last */
input.imgPaginationFirst {
    width:16px; 
    height:16px;
    background:url(Images/first.gif) left top no-repeat;
}
input.imgPaginationNext {
    width:16px; 
    height:16px;
    background:url(Images/next.gif) left top no-repeat;
}
input.imgPaginationPrev {
    width:16px; 
    height:16px;
    background:url(Images/prev.gif) left top no-repeat;
}
input.imgPaginationLast {
    width:16px; 
    height:16px;
    background:url(Images/last.gif) left top no-repeat;
}
/* END Area Pagination first - prev - next - last */
input.imgcalendar {
    width:16px; 
    height:16px;
    background:url(Images/cal_scheduler.png) left top no-repeat;
}
textarea {
	font-size: 1em;
}

