body, p, tr, td, input, div {
	margin: 0px;
	padding: 0px;
}

body, td, th, input, select, option, textarea {
	font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: white;
}

input, select, textarea {
	border:1px solid #C0C0C2;
	padding: 3px;
}

input[type=image] {
	border: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #0d2b88;
	text-decoration: none;
}

a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

.LoginError, .error {
	font-weight: bold;
	color: red;
	padding-top: 10px;
}

.mandatory {
	color: red;
}

.update_ok {
	padding-top: 10px;
}

.message {
	padding: 0px 0px 20px 0px;
	line-height: 1.5em;
}

.back {
	padding-top: 10px;
}

#login_area #login_username, #login_area #login_password {
	border: 1px solid #c0c0c2;
	margin-right: 10px;
	padding: 3px;
	font-size: 10px;
	color: #3b3b3b;
}

#login_area {
	float: right;
	padding: 0px;
	text-align: right;
	font-size: 10px;
	color: #333333;
}

#login_area .button {
	vertical-align: top;
}

#logout {
	text-align: right;
	padding-bottom: 10px;
	float: right;
}

#profile .greeting {
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0px;
}

#profile .title {
	border-bottom: 1px solid #007FFF;
	color: #007FFF;
	text-transform: uppercase;
	margin: 14px 0;
	padding: 0px;
	font-weight: bold;

}

.title {
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0px;
	
	border-bottom:1px solid #0d2b88;
	border-left:4px solid #0d2b88;
	color:#0d2b88;
	margin:10px 0;
	padding:2px 0 2px 5px;
}

.supertitle {
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0px;
	
	border-bottom:1px solid #0d2b88;
	border-left:4px solid #0d2b88;
	color:#0d2b88;
	margin:10px 0;
	padding:2px 0 2px 5px;
}

.formtable {
	width: 100%;
	border-spacing: 10px;
        border-collapse: separate;

        /* hack per IE */
        *border-collapse: expression('separate', cellSpacing = '10px'); 
}

.formtable .buttons {
	text-align: center;
}

.formtable td {
	vertical-align: top;
}

.dropdown {
	padding-bottom: 10px;
}

.button_next {
	padding-top: 10px;
}

#unlock {
	border: 1px dashed #888888;
	padding: 10px;
	margin: 10px auto;
	width: 500px;
}

#unlock .logo {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
}

#product_categories {
	position: relative;
}

#product_categories_options {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	padding: 3px;
	border: 1px solid black;
	background-color: white;
	z-index: 1;
	display: none;
	overflow: auto;
}

#product_categories_options .closeProdCatOptions {
	float: right;
}

#genre {
	position: relative;
}

#genre_options {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	padding: 3px;
	border: 1px solid black;
	background-color: white;
	z-index: 1;
	display: none;
	overflow: auto;
}

#genre_options .closeGenreOptions {
	float: right;
}

.profile div {
	line-height: 1.5em;
}

.warning {
	color: red;
	font-weight: bold;
}

div.enrolledOptions, div.foreignOptions {
	padding-top: 1em;
}

div.editProfile {
	padding-top: 1em;
}

span.inactive {
	color: #d3d3d3;
}

div.disclaimer {
	color: gray;
}

td.public_field {
	background: transparent url('images/public.gif') no-repeat 0px 3px;
	padding-left: 15px;
}

td.private_field {
	background: transparent url('images/private.gif') no-repeat top left;
	padding-left: 15px;
}

/* Participants list */
.participantsList {
	width: 98%;
	border-collapse: collapse;
	margin: 10px auto;
}

.participantsList th, .participantsList td {
	text-align: left;
	border: 1px solid #d3d3d3;
	padding: 2px;
	font-size: 12px;
}

.participantsList tr.headline:hover {
	background-color: white;
}

.participantsList tr:hover {
	background-color: #E7E8EA;
}

.filter {
	float: right;
}

a.sort_asc {
        padding-right: 14px;
        background: transparent url('images/arrow_down.png') no-repeat center right;
}

a.sort_desc {
        padding-right: 14px;
        background: transparent url('images/arrow_up.png') no-repeat center right;
}

.appointmentRequest {
	width: 20px;
}

.participantsList td.request {
	text-align: center;
}

.participantsList td.appointmentRequested {
	background-color: #FFE377;
	text-align: center;
}

.participantsList a.noSortTime {
	padding: 0px 8px;
	background: transparent url('images/time_gray.png') no-repeat center center;
}

.participantsList a.sortTime {
	padding: 0px 8px;
	background: transparent url('images/time.png') no-repeat center center;
}

/* Panels list */
.panelsList {
	width: 98%;
	border-collapse: collapse;
	margin: 10px auto;
}

.panelsList th, .panelsList td {
	text-align: left;
	border: 1px solid #d3d3d3;
	padding: 2px;
	font-size: 12px;
}

.panelsList tr.headline:hover {
	background-color: white;
}

.panelsList tr:hover {
	background-color: #E7E8EA;
}

.panelsList td.panelBooked {
	background-color: #FFE377;
}

.panelsList th.date {
	width: 200px;
}

.panelBooking {
	width: 20px;
}

.presentation {
	padding-top: 1em;
}

.commands {
	text-transform: lowercase;
	font-size: 12px;
	margin-bottom: 10px;
}

/* Timetable */
.timetable .day {
	 width: 80px;
}
.timetable td.time {
	width: 60px;
	text-align: right;
	padding-right: 20px;
}

.timetable th.time {
	padding-right: 20px;
}

.timetable .present {
	text-align: center;
	background-color: green;
}
.timetable .absent {
	text-align: center;
	background-color: red;
}

.timetable .absent input, .timetable .present input {
	display: none;
}

.timetable .submit {
	padding-top: 1em;
	text-align: center;
}

#timetableLegend {
	float: right;
	width: 300px;
}

#timetableLegend .box {
	float: left;
	width: 2em; 
}

#timetableLegend div {
	padding-bottom: 0.5em;
}

/* Requested appointments */
table.requestedAppointments {
	width: 100%;
}

table.requestedAppointments td.command {
	width: 75px;
	text-align: right;
}

table.requestedAppointments td.status {
	text-align: right;
}

/* Proceed */
div.proceed {
	text-align: center;
	padding-top: 2em;
}
div.proceed a.proceedBtn {
	border: 1px solid #c0c0c2;
	background-color: #f6f6f5;
	padding: 5px;
}

/* Agenda */
#agenda {
	width: 100%;
	border-top: 1px solid black;
	border-collapse: collapse;
}

#agenda td {
	border-bottom: 1px solid black;
	padding: 3px;
}

#agenda td.day {
	background-color: #e7e8ea;
	font-weight: bold;
}

#agenda .icon {
	width: 32px;
	text-align: center;
}

#agenda .time {
	width: 60px;
	text-align: right;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	white-space: nowrap;
}

#agenda .place {
	text-align: right;
}

#agenda .unavailable {
	background-color: #ffc8b2;
}

.lastRun {
	text-align: right;
	padding-top: 2em;
	font-size: 10px;
}

/* Projects */
table.yourProjects {
	width: 100%;
}

table.yourProjects td.command {
	width: 75px;
	text-align: right;
}

table.yourProjects td.add {
	text-align: right;
}

.projectsList {
	width: 98%;
	border-collapse: collapse;
	margin: 10px auto;
}

.projectsList th, .projectsList td {
	text-align: left;
	border: 1px solid #d3d3d3;
	padding: 2px;
	font-size: 12px;
}

.projectsList tr.headline:hover {
	background-color: white;
}

.projectsList tr:hover {
	background-color: #E7E8EA;
}

.projectTitle {
	text-align: center;
	font-weight: bold;
}

.disabled {
	color: #666666;
}
div.legend_title {
	margin: 5px 0px 2px 0px;
	font-weight: bold;
}
span.unmeet_link {
	margin-left: 5px;
}
span.profile_link {
 font-size: 12px;
 text-transform: none;
}

