html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

input
{
	border: 1px solid #333333;
}

body {
    background: url(../images/BackGround.jpg);
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}

.BKRight
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.button
{
	border: 1px solid #ccc;
	font: 11px verdana, arial, helvetica, sans-serif;
}

.text
{
	border: 1px solid #ccc;
	font: 11px verdana, arial, helvetica, sans-serif;
	height: 20px;
	width: 150px;
}

h1 {
    color: #464646;
    font-weight: bold;
    font-size: 12px;
	margin-left: 30px;
	text-transform: uppercase;
}

ul {
    padding-left: 15px;
}

select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 300px;
	height: 150px;
	vertical-align: top;
}

/* BANNER */

.banner 
{
	width: 100%;
	right: 0px;
	background: url(../images/BannerBackground.gif);
	height: 34px;
	color: #FFFFFF;
	z-index: 100000;
	position: relative;
}

.bannerRight
{
	right: 0px;
	position: absolute;
	top: 0px;
}

.bannerRight div
{
	float: left;
}

.bannerRightMenu
{
	background: url(../images/BannerRightBackground.gif);
	height: 34px;
	vertical-align: middle;
}

.bannerRightMenu p
{
	margin-top: 9px;
}

/* LANGUAGES */

.languages
{
	position: absolute;
	right: 70px;
	top: 40px;
}

/* NAVIGATION MENU */

.MenuLine {
    position: absolute;
    width: 1px;
    height: 1000px;
    bottom: 0px;
    left: 219px;
    border-right: 1px solid #B5B4B4;
}

.MainMenu li
{
	width: 220px;
	background: url(../images/BKButton.jpg);
	height: 30px;
	list-style: none;
	margin-left: -15px;
	text-indent: 15px;
	background-position: right top;
}

.userList li
{
	padding-top:9px;
	list-style: none;
	height:10px;
}

.MainMenu div
{
	padding-top: 9px;
	color: #F6F6F6;
	font: 10px verdana, arial, helvetica, sans-serif;
	border: 0px;
	margin: 0px;
}

/* Agenda */

.agenda
{
	font: 11px verdana, arial, helvetica, sans-serif;
	position:  relative;
	top: 5px;
	left:20px;
	font-style: italic;
	color: #464646;
}

.agenda li
{
	line-height:150%
}

.userPicture
{
	position: inherit;
	left: 0px;
	top: 35px;
	text-align: center;
	width:220px;
	height: 124px;
	background-image: url("../images/DegradeMainMenu.jpg");
}

/* VERSION */

.version
{
	font: 9px verdana, arial, helvetica, sans-serif;
	position:  fixed;
	bottom: 5px;
	left:20px;
	font-style: italic;
	color: #7E7D7D;
}




/* REGISTRATION */

.RegistrationContent
{
	position: absolute;
	border: 1px solid #BABABA;
	left: 18%;
	top: 90px;
}

.RegistrationTabContent
{
	border-collapse: collapse;
	width: 800px;
}

.RegistrationPad
{
	padding: 20px;
}

/* MAIN CONTENT */

.MainContent
{
	position: absolute;
	border: 1px solid #BABABA;
	left: 300px;
	top: 90px;
	  min-height:400px;
     height:auto !important;
}

.MainTabContent
{
	border-collapse: collapse;
	width: 1280px;
	position:relative
}

.ListTabContentBooking
{
	border-collapse: collapse;
	width: 1200px;
}

.ListTabContentBooking td
{
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #909090;
	padding:.1em 1em;
	text-align:center;
	font-style: normal;
	font: 10px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	overflow: hidden;
	
}

.ListTabContentBooking thead th
{
	background:#DFEFFE;
	text-align:center;
	font:bold 11px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3;
}

.ListTabContentBooking td.LeftBorderCell0, th.LeftBorderCell0
{
	border-left:1px solid #909090;
}
.ListTabContentBooking td.LeftBorderCell1, th.LeftBorderCell1
{
	border-left:1px dotted #909090;
}
.ListTabContentBooking td.LeftBorderCell2, th.LeftBorderCell2
{
	border-left:1px dashed #909090;
}
.ListTabContentBooking td.LeftBorderCell3, th.LeftBorderCell3
{
	border-left:1px dotted #909090;
}

.ListTabContentBooking a
{
	font-style: normal;
}

.bookingButton {
	width:100%;
	border:none;
	background:none;
}

.ListTabContent
{
	border-collapse: collapse;
	width: 1280px;
	
}

.CellWithComment{
	position:relative;
}

.CellComment{
	display:none;
	position:absolute;
	z-index:100;
	border:1px;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:red;
	padding:3px;
	color:red;
	top:20px;
	left:20px;
	white-space: nowrap;
}

.CellWithComment:hover span.CellComment{
	display:block;
}

.ListTabContent td
{
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	font-style: normal;
}

.ListTabContent thead th
{
	background:#DFEFFE;
	text-align:center;
	font:bold 11px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3;
}

.ListTabContent a
{
	font-style: normal;
}

.odd
{
	background:#EEF6FE;
}

.even
{
	background:#F8FCFF;
}


/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

td {
    font: 11px verdana, arial, helvetica, sans-serif;
}

/* LOGIN */

#login 
{
	padding:0px;
	text-align:center;
	position: absolute;
	margin-top:-100px;
	margin-left:-125px;
	background-color:#E6E6E6;
	border: 1px solid #1C1C1C;
	top: 50%;
	left: 50%;
	width:300px;
}

#login .login_message {
	color:red;
	font-size: 9px;
}

#login table
{
	border: 0px;
	margin: 15px;
}

#login .BannerLogin
{
	border-bottom: 1px solid #000000;
}

#login td
{
	height:35px;
}

/* WINDOWS */

.TopWindow
{
	background-image: url("../images/BKTopWindow.jpg");
	height: 40px;
}

.menuButton
{
	background-image: url("../images/BKTopWindowActive.jpg");
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 14px;
	padding-bottom: 13px;
	margin-right: -1px;
}

.BottomWindow
{
	//height: 370px;
	padding: 0px;
}

/* LIST */

.list table {
    border-collapse: collapse;
}

.list th, .list td {
    border-left: 1px solid #ddd;
}

.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: visible;
    padding: 10px 3px;
    bottom: 0px;
    position:absolute; bottom:-35;
    width:99%;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
   position:absolute; bottom:-18;
    width:100%;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: hidden;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

