/* General headings, paragraph and link styles */

h1
{
	font-size: 11pt;
	color: #4BA131;
	font-style: normal;
	line-height:14pt;
	margin-bottom:20px;
}

h2
{
	font-size: 10pt;
	color: #4BA131;
	font-style: normal;
	line-height:14pt;
	margin-bottom:10px;
}

h4
{
	color:#3A9A3E; 
	font-size:11px;
	font-weight:normal;
}

p
{
	padding-bottom:7px;
}

a
{
	text-decoration: none;
	font-weight: normal;
	color: #4BA131;
	border:0px solid #ffffff;
}

a:hover
{
	text-decoration:underline;
}

img 
{
	border: 0;
}


/* General lay-out related styles */

html,body
{
    margin:0;
    padding:0;
	background-image:url(../images/bg_spacer_new.gif);
	background-repeat:repeat-x;
    color:#000;
    background-color: rgb(220, 220, 220);
}

body 
{
}
 
#logo_container
{
	background-image:url(../images/bg_spacer_top.gif);
	background-repeat:repeat-x;
	height:60px;
}

#wrap 
{
    background:#ffffff;
    margin:0 auto;
	margin-top:25px;
    width:750px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, helvetica;
	font-size: 9pt;
	line-height: 14pt;
	font-style: normal;
}

#header 
{
    background:#4BA131;
	height:25px;
	z-index:100;
}

#nav 
{
    background:#ffffff;
	height:235px;
	float:left;
}

#flash_banner
{
	float:left;
}

#sidebar
{
    background:#ffffff;
    float:left;
    width:200px;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}

#sidebar ul
{
    margin:0px;
    padding-left:25px;
	list-style:none;
	padding-top:10px;
}

#sidebar li
{
	color:#000000;
	font-weight:bold;
	height:25px;
}

#sidebar li.doubleSize
{
	color:#000000;
	font-weight:bold;
	height:44px;
}

#content 
{
    background:#ffffff;
    float:right;
    width:490px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;	
}

#footer 
{
    background:#4BA131;
	height:23px;
    clear:both;
	text-align:center;
	padding-top:2px;
	color:#FFFFFF;
}

#footer a
{
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;

}


/* Content layers for the home page */

#home_left 
{
    background:#ffffff;
    float:left;
    width:325px;
	margin:0px;
	padding-left:15px;
	padding-right:35px;
	padding-top:15px;
	padding-bottom:15px;
}

#home_right 
{
    background:#ffffff;
    float:right;
    width:345px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}


/* General form elements style */

input, textarea, select
{
	background-color:#eeeeee; 
	font-family: "Trebuchet MS", Trebuchet, Verdana, helvetica;
	font-size:12px;	
	border:none;
}


/* Save button */

.saveButton
{
	height:20px;
	width:90px;
	background-image:url(../images/mijnapotheek/save_over_out.jpg);
	border:none;
	cursor:pointer;
	float:right;
}

.saveButton:hover
{
	background-position:bottom ;
}

.savePasswordButton
{
	height:20px;
	width:90px;
	background-image:url(../images/mijnapotheek/save_over_out.jpg);
	border:none;
	cursor:pointer;
	float:left;
}

.savePasswordButton:hover
{
	background-position:bottom ;
}



/* The busy loading styles */

.busyText
{
	height:26px;
	width:auto;
	line-height:26px;
}

.busyImage
{
	height:26px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}


/* Contact form */

#contactForm label
{
	width:100px;
	display:block;
	float:left;
}

#contactForm p
{
	margin:2px;
}

#contactForm input /* this is for IE/WIN only */
{
	width: expression((this.type=="button" || this.type=="reset")?'90px':'378px'); 
	height:20px;
}

#contactForm input[type="button"], input[type="reset"]  /* this is for NN, FF, MOZ/WIN only */
{
	width: 90px;
}

#contactForm input[type="text"] /* this is for NN, FF, MOZ/WIN only */
{
	width: 378px;
}

#contactForm input.field  /* in progress, for cleaning the error console in ff ;) */
{

}

#contactForm input.button
{
}

#contactForm textarea
{
	width: 378px;
}

#contactForm select
{
	border:none;
}

#clearButton
{
	height:20px;
	width:90px;
	background-image:url(../images/service/clear_over_out.jpg);
	border:none;
	cursor:pointer;
	float:right;
	margin-right:5px;
}

#clearButton:hover
{
	background-position:bottom ;
}

#sendButton
{
	height:20px;
	width:90px;
	background-image:url(../images/service/send_over_out.jpg);
	border:none;
	cursor:pointer;
	float:right;
	margin-right:5px;
}

#sendButton:hover
{
	background-position:bottom ;
}

#forgotPasswordSendButton
{
	height:20px;
	width:90px;
	background-image:url(../images/service/send_over_out.jpg);
	border:none;
	cursor:pointer;
	float:left;
	
	
	
}

#forgotPasswordSendButton:hover
{
	background-position:bottom;
}


/* Login form */

#loginForm label.prefix 
{
	width:100px;
	display:block;
	float:left;
	
}

#loginForm label.error
{
	display:block;
	float:left;
	color:#CC0000;
}

#loginForm label.under
{
	display:inline;
	float:left;
	margin-left:100px;
	width:200px;
}

#loginForm p
{
	margin:2px;
	display:block;
	float:left;
}

#loginForm input /* this is for IE/WIN only */
{
	width: expression((this.type=="button" || this.type=="reset")?'90px':'150px');
	height:20px;
}

#loginForm input[type="button"], input[type="reset"]  /* this is for NN, FF, MOZ/WIN only */
{
	width: 90px;
}

#loginForm input[type="text"],  input[type="password"] /* this is for NN, FF, MOZ/WIN only */
{
	width: 150px;
}

#loginButtonHolder
{
	margin-left:102px;
	margin-top:10px;
	width:250px;
	height:24px;
	display:inline;
	float:left;
}

#loginButton
{
	width:90px;
	height:20px;
	background-image:url(../images/mijnapotheek/login_over_out.jpg);
	border:none;
	cursor:pointer;
}

#loginButton:hover
{
	background-position:bottom;
}

#login
{
	display:block;
	float:left;
}

#password
{
	display:block;
	float:left;
}

.checkBox
{
	background-color:#ffffff;
	width:20px;
}



/* General playlist control elements */

.listItemWhite
{
	background-color:#ffffff;
	height:25px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}

.listItemGrey
{
	background-color:#eeeeee;
	height:25px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}

.listItemWhite:hover, .listItemGrey:hover
{
	background-color:#c2f296;
}


/* Central playlist control (thema's en advertenties) */

#channelPeriodicalPlaylistHolder
{
}

.channelPeriodicalPlaylistHeading
{
	height:25px;
	padding-right:5px;
	padding-top:2px;
	background-image:url(../images/mijnapotheek/playlist_title_spacer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #dcdcdc;
}

.channelPeriodicalPlaylistMovieTitle
{
	width:190px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color: #000000;
	font-weight:bold;
}

.channelPeriodicalPlaylistCategoryTitle
{
	width:100px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color:#000000;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

.channelPeriodicalPlaylistOptionsTitle
{
	width:60px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color:#000000;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

.channelPeriodicalPlaylistPlayControlsTitle
{
	padding-left:5px;
	padding-top:2px;
	float:left;
	width:105px;
	height:20px;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

.channelPeriodicalPlaylistMovie
{
	float:left;
	padding-top:2px;
	width:190px;
	color: #000000;
}

.channelPeriodicalPlaylistCategory
{
	float:left;
	padding-top:2px;
	padding-left:6px;
	width:100px;
	color:#000000;
}

.channelPeriodicalPlaylistOptions
{
	float:left;
	padding-top:4px;
	padding-left:8px;
	width:60px;
}

.channelPeriodicalPlaylistOptions img
{
	padding-right:5px;
}

.channelPeriodicalPlaylistPlayControls
{
	float:left;
	margin-top:2px;
	padding-left:0px;
	width:110px;
}

.channelPeriodicalPlaylistPlayControls input.yes
{
	margin-right:5px;
	vertical-align: text-top;
	background-color:transparent;
}

.channelPeriodicalPlaylistPlayControls input.no
{
	margin-left:15px;
	vertical-align: text-top;
	background-color: transparent;
}

.channelPeriodicalPlaylistPlayControlsText
{
	padding-left:5px;
}

#savePeriodicalPlaylistButtonHolder
{
	padding-top:20px;
	height:50px;
	width:140px;
	float:right;
}


/* Default Movies playlist (standaardfilmpjes) */

.defaultMovie
{
	float:left;
	padding-top:3px;
	padding-left:5px;
	width:295px;
	color:#000000;
}

#channelContinuousPlaylistHolder
{
	margin-bottom:50px;
}

.channelContinuousPlaylistHeading
{
	height:25px;
	padding-right:5px;
	padding-top:2px;
	background-image:url(../images/mijnapotheek/playlist_title_spacer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #dcdcdc;
}

.channelContinuousPlaylistMovieTitle
{
	width:295px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color: #000000;
	font-weight:bold;
}

.channelContinuousPlaylistOptionsTitle
{
	width:60px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color: #000000;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

.channelContinuousPlaylistPlayControlsTitle
{
	width:auto;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color:#000000;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

.channelContinuousPlaylistMovie
{
	float:left;
	padding-top:3px;
	width:295px;
	color:#000000;
}

.channelContinuousPlaylistOptions
{
	float:left;
	padding-top:5px;
	padding-left:8px;
	width:60px;
	color:#000000;
}

.channelContinuousPlaylistPlayControls
{
	float:left;
	margin-top:2px;
	padding-left:0px;
	width:105px;
	
}

.channelContinuousPlaylistPlayControls input.yes
{
	margin-right:5px;
	vertical-align:text-top;
	background-color:transparent;
}

.channelContinuousPlaylistPlayControls input.no
{
	margin-left:20px;
	vertical-align:text-top;
	background-color:transparent;
}

.channelContinuousPlaylistPlayControlsText
{
	padding-top:2px;
	padding-left:5px;
}

#saveContinuousPlaylistButtonHolder
{
	padding-top:20px;
	height:25px;
	width:140px;
	float:right;
}

#playlistSpacer
{
	height:10px;
	width:450px;
	background-color:#9900FF;
}


/* Location order overview (= also the planning module) */

.locationOrderHeader
{
	height:25px;
	padding-right:5px;
	padding-top:2px;
	background-image:url(../images/mijnapotheek/playlist_title_spacer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #dcdcdc;
}

.locationOrderSelectionTitle
{
	width:20px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color: #000000;
	font-weight:bold;
}

.locationOrderMovieTitle
{
	width:185px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color: #000000;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

.locationOrderStatusTitle
{
	width:80px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color: #000000;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

.locationOrderOptionsTitle
{
	width:60px;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color: #000000;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

.locationOrderPlayControlsTitle
{
	width:auto;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	float:left;
	color:#000000;
	font-weight:bold;
	border-left:1px solid #dcdcdc;
}

#locationOrderHolder
{
}

.locationOrderSelection
{
	float:left;
	padding-top:4px;
	padding-left:0px;
	margin:0px;
	width:26px;
	height:22px;
	color:#000000;
}

.locationOrderSelection input
{
	float:left;
	background-color:transparent;
} 

.locationOrderMovie
{
	float:left;
	padding-top:6px;
	padding-left:5px;
	width:185px;
	color:#000000;
}

.locationOrderStatus
{
	float:left;
	padding-top:6px;
	padding-left:8px;
	width:80px;
	color:#000000;
}

.locationOrderOptions
{
	float:left;
	padding-top:7px;
	padding-left:5px;
	width:60px;
	color:#000000;
}

.locationOrderOptions img
{
	padding-right:5px;
}

.locationOrderPlayControls
{
	float:left;
	padding-left:5px;
	padding-top:6px;
	width:75px;
}

.listItemGreen
{
	background-color:#c2f296;
	height:28px;
	padding-left:0px;
}

.locationOrderPlaylistItemWhite
{
	background-color:#ffffff;
	height:28px;
}

.locationOrderPlaylistItemGrey
{
	background-color:#eeeeee;
	height:28px;
}

.locationOrderPlaylistItemGreen
{
	background-color:#c2f296;
	height:28px;
}

.locationOrderExpandPlayControlsVis
{
	float:right;
	width:35px;
	height:28px;
	background-image:url(../images/mijnapotheek/expand_play_controls.jpg);
	cursor:pointer;
}


.locationOrderExpandPlayControlsActive
{
	float:right;
	width:35px;
	height:28px;
	background-image:url(../images/mijnapotheek/expand_play_controls.jpg);
	background-position:bottom;
}

.locationOrderExpandPlayControlsInvGrey
{
	float:right;
	width:35px;
	height:28px;
	background-image:url(../images/mijnapotheek/expand_play_controls_grey.jpg);
}

.locationOrderExpandPlayControlsInvWhite
{
	float:right;
	width:35px;
	height:28px;
	background-image:url(../images/mijnapotheek/expand_play_controls_white.jpg);
}

#saveLocationMoviePlaylistButtonHolder
{
	padding-top:20px;
	height:25px;
	width:140px;
	float:right;
}

#locationOrderHolder ul
{
	margin-top:100px;
	margin-bottom:25px;
	margin-left:20px;
	padding:0px;
}

#locationOrderHolder li
{
	list-style:disc;
	margin-top:5px;
	margin-left:0px;
	padding:0px;
}

#locationOrderControls
{
	padding-top:60px;
	padding-bottom:25px;
}

.locationOrderButton
{
	vertical-align:middle;
	margin-right:15px;
	margin-bottom:5px;
}

#locationOrderHolder p
{
	margin-top:0px;
	padding:0px;
}

#deleteButton
{
	height:27px;
	width:27px;
	float:left;
	margin-right:10px;
	background-image:url(../images/mijnapotheek/delete.gif);
}

#deleteButton:hover
{
	background-position:bottom;
	cursor:pointer;
}

#newButton
{
	height:25px;
	width:27px;
	float:left;
	margin-right:10px;
	background-image:url(../images/mijnapotheek/new.gif);
}

#newButton:hover
{
	background-position:bottom;
	cursor:pointer;
}


/* The floating playcontrols layer */

#defaultMoviePlayControlsHolder
{
	position:absolute;
	width:305px;
	height:181px;
	background-image:url(../images/mijnapotheek/play_controls_bg_shadow.gif);
	padding:0px;
	visibility:hidden;
	color:#ffffff;
}

#defaultMoviePlayControlsHolderNew
{
	position:absolute;
	width:285px;
	height:199px;
	background-image:url(../images/mijnapotheek/play_controls_bg_shadow.gif);
	padding:0px;
	visibility:hidden;
	color:#ffffff;
}

#defaultMoviePlayControlsHolderNew p
{
	margin:0px;
	padding-top:10px;
	padding-left:5px;
}

#defaultMoviePlayControlsHolder p
{
	margin:0px;
	padding-left:5px;
}

#defaultMoviePlayControlsHolderNew select
{
	height:20px;
	margin-right:3px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	border:1px solid #FFFFFF;
	font-size:11px;
	display:block;
}

#defaultMoviePlayControlsHolderNew .firstOption
{
	margin-top:15px;
	margin-bottom:0px;
	padding:0px;
	vertical-align:baseline;
}

#defaultMoviePlayControlsHolderNew .playOption
{
	margin-top:15px;
	margin-bottom:0px;
	padding:0px;
	vertical-align:baseline;
}

#defaultMoviePlayControlsHolder .firstOption
{
	margin-top:15px;
	margin-bottom:0px;
	padding:0px;
	vertical-align:baseline;
}

#defaultMoviePlayControlsHolder .playOption
{
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	vertical-align:baseline;
}

#playControlsCloseBtn
{
	height:11px;
	width:11px;
	float:right;
	background-image:url(../images/mijnapotheek/play_controls_close.jpg);
	background-position:top;
	margin-top:5px;
	margin-right:5px;
	padding:0px;
	cursor:pointer;
	overflow:hidden;
}

#playControlsCloseBtn:hover
{
	background-position:0 -11px;
}

#okButton
{
	background-image:url(../images/mijnapotheek/ok_over_out.jpg);
	width:90px;
	height:20px;
	margin-left:115px;
	margin-top:5px;
	cursor:pointer;
	padding:0px;
}

#okButtonNew
{
	background-image:url(../images/mijnapotheek/ok_over_out.jpg);
	width:90px;
	height:20px;
	margin-left:121px;
	cursor:pointer;
	padding:0px;
}

#okButtonNew:hover
{
	background-position:bottom;
}

#okButton:hover
{
	background-position:bottom;
}

#defaultMoviePlayControlsHolder input
{
	background-color:transparent;
}

#defaultMoviePlayControlsHolderNew .playOption
{
	background-color:transparent;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#fromDateContainer
{
	margin-left:35px;
	margin-bottom:0px;
	padding:0px;
	width:100%;
}

#fromDateContainer select
{
	display:block;
	float:left;
}

#toDateContainer
{
	margin-left:35px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#toDateContainer select
{
	display:block;
	float:left;
}

#defaultMoviePlayControlsHolder .periodCheckbox
{
	margin-bottom:5px;
}

.defaultMoviePlayControlsHolder select:hover
{

}

/* ----------------------------------------------------------------------------------------------- */


/* Location movie playlist control (eigen filmpjes locaties, speellijst en orders) */







.locationMovieStatusTitle
{

}

.locationMoviePlayControls
{
}

.locationMovieEdit
{

}

/* Locaion data */

#locationData p
{
	width:100%;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
}

#locationData label.error
{
	display:block;
	float:left;
	color:#CC0000;
	width:auto;
	height:20px;
}

#locationData label.prefix 
{
	width:100px;
	display:block;
	float:left;
}

#locationData input.field
{
	width:200px;
	display:block;
	float:left;
}

#locationDataButtons
{
	float:left;
	display:inline;
	width:auto;
	margin-left:100px;
	margin-top:25px;
}

#saveLocationDataButton
{
	width:90px;
	height:20px;
	background-image:url(../images/mijnapotheek/save_over_out.jpg);
	cursor:pointer;
}
	
#saveLocationDataButton:hover
{
	background-position:bottom;
}




/* Change password form */

#changePasswordForm label.prefix
{
	width:150px;
	display:block;
	float:left;
}

#changePasswordForm label.error
{
	display:block;
	float:left;
	color:#CC0000;
	width:180px;
}

#changePasswordForm p
{
	margin:2px;
	display:block;
	float:left;
}

#changePasswordForm input /* this is for IE/WIN only */
{
	width: expression((this.type=="button" || this.type=="reset")?'90px':'150px');
	height:20px;
}

#changePasswordForm input[type="button"], input[type="reset"]  /* this is for NN, FF, MOZ/WIN only */
{
	width: 90px;
}

#changePasswordForm input[type="text"] /* this is for NN, FF, MOZ/WIN only */
{
	width: 150px;
}

#currentPassword
{
	display:block;
	float:left;
}

#newPassword
{
	display:block;
	float:left;
}

#newPasswordConfirm
{
	display:block;
	float:left;
}

#savePasswordButtonHolder
{
	width:300px;
	height:20px;	
	display: inline;
	float:left;
	margin-left:152px;
	margin-top:25px;
}


/* Forgot password form */

#forgotPasswordForm p
{
	width:100%;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
}

#forgotPasswordForm label.error
{
	display:block;
	float:left;
	color:#CC0000;
	width:220;
	height:20px;
	
}

#forgotPasswordForm label.prefix2	 
{
	width:100px;
	display:block;
	float:left;
	
}

#forgotPasswordForm label.under
{
	display:block;
	float:left;
	margin-left:100px;
	width:200px;
	
}

#forgotPasswordForm ul
{
	width:100%;
	display:block;
	float:left;
}

#forgotPasswordForm input.radioButton
{
	background-color:transparent;
	height:25px;
}

#forgotPasswordForm input.field
{
	width:100px;
}

#sendButtonHolder
{
	margin-top:10px;
	margin-left:102px;
	width:300px;
	height:20px;
	display: inline;
	float:left;
}

.myImageHolder
{
	float:left;
	display:block;
	padding:4px;
	height:140px;
	width:150px;
}

.myImage
{
	height:80%;
}

.myImage img
{
	width:150px;
	border:1px solid #dcdcdc; 
}

/* old shit  */


.pharmaForm label
{
	display:block;
	float:left;
	width:100px;
}

.pharmaForm p
{
	margin:2px;
	display:block;
	float:left;
}

.pharmaForm p.login
{
	margin:2px;
	width:204px;
	display:block;
	float:left;
}

.pharmaForm p .rightAlign
{
	margin:2px;
	width:454px;
	text-align:right;
}

.pharmaForm input
{
	width:378px;
	border: 1px solid #d2e7cb;
}

.pharmaForm input.login
{
	width:100px;
	border: 1px solid #555555;
	font-family: "Trebuchet MS", Trebuchet, Verdana, helvetica;
	font-size:12px;	
	display:block;
	float:left;
}

.pharmaForm textarea
{
	width:378px;
	height:200px;
}

.pharmaForm select
{
	border: 1px solid #4BA131;
}

.pharmaForm .button
{
	width:auto;
	margin-left:2px;
	margin-right:0px;
	height:20px;
	float:right;
}

/*
.pharmaForm .highlightActiveField {
    border: 1px solid #555555;
    background-color: #ffffff;  
	display:block;
	float:left;
}

.pharmaForm .highlightInactiveField {
    border: 1px solid #e7e7e7;    
    background-color: #eeeeee;
	display:block;
	float:left;
}*/

.pharmaForm label.error
{
	color:#FF0000;
	font-style:italic;
	float:left;
	width:250px;
}

#hintBox
{
	position:absolute;
	height:20px;
	width:auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:4px;
	padding-right:4px;
	visibility:hidden;
	color:#000000;
	background-color:#FFFFCC;
	border:1px solid #000000;
}

.legend_image
{
	vertical-align:middle;
	margin-left:2px;
}

table.tableSchedule
{
	border-collapse: collapse;
	text-align : left;
	margin : 10px 0px 30px 0px;
}

table.tableSchedule th
{
	padding : 3px 10px 3px 10px;
	color : white;
	background-color : #4BA131;
	text-decoration : none;
}

table.tableSchedule td
{
	padding : 3px 10px 3px 10px;
	font-weight : normal;
}

tr.tableScheduleGreen
{
	background-color : #c2f296;
}

#ruler 
{ 
	visibility: hidden; 
	white-space: nowrap; 
	position:fixed;
}