/* general */

*{
	
	font-family:verdana;
	font-size:11px;
}

body{
	padding:0;
	margin:0;
}
#pageContent p{
	margin-bottom:10px;
}

a{
	text-decoration:none;
	color:#d2d2d2;
}
a:hover{
	color:#e0e0e0;

}
h1{
	color:#d2d2d2;
	font-size:16px;
	margin-top:20px;        
	margin-bottom:20px;
	
}     
h2{
	color:#d2d2d2;
	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
}

/* tables */

* table,
table.tb,
div.tb,
.tb{
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	margin-bottom:20px;
	padding:0px;
}

table.nb{
	border:0;
	margin:0;
}

.tb750{
	overflow:hidden;
	border-collapse:collapse;
	margin-bottom:20px;
	padding:0px;
}

.tbdata,
th,
td{
	padding:2px;
	margin:0;
	border-top:1px solid #d2d2d2;
	text-align:left;
}
.subhead,
caption,
.tbhead,
.tbhead td{ 
	text-align:left;
	color:#363636;
	font-weight:bold;
	font-size:16px;
	padding:2px;
	padding-left:4px;
	background-color:#d2d2d2;
	border:0;
	margin-left:-1px;
}

th,
.tbLeftCol,
.tbsubhead{
	text-align:left;
	color:#363636;
	font-weight:bold;
	background-color:#a2a2a2;
	border-top:1px solid #666666;
	padding:4px;
}

.tbLeftCol{
	background-color:#808080;
}

tr.tbdata td.max80td{
	max-width:80px !important;
	overflow:hidden !important;

}

/* inputfields */
form{
	padding:0px;
}

fieldset{
	padding:0px;
	padding-right:0px;
	margin:0px;
	border:1px solid #d2d2d2;
}

fieldset.pageElementTop{
	padding:0px;
	padding-right:0px;
	margin:0px;
	border:1px solid #d2d2d2;
	width:100%;
}

fieldset.pageElementLeft{
	padding:0px;
	padding-right:0px;	
	width:22em;
}

fieldset legend{ 
	padding:2px;
	padding-left:8px;
	padding-right:8px;
	margin-left:4px;
	//margin-left:0px;
	margin-bottom:8px;
	border:1px solid #d2d2d2;
}
.formRow{
	clear:both;
	padding:4px;
	//padding-right:0px;
	padding-left:0px;
	margin:0px;
	border-top:1px solid #666666;
	width:100%;
}
.formRowControl{
	padding:4px;
	border-top:1px solid #666666;
	background-color:#929292;
}

.inputFieldLabel{
	float:left;
	margin:2px;
	margin-right:10px;
	border:0px solid red;
}
input,
.inputFieldLabel input,
.inputFieldLabel select,
.inputFieldLabel select option{
	color:#363636;
	border:1px inset #666666;
	padding:2px;
}
.inputFieldLabel select option{
	border:0;

}

.inputFieldLabel input,
.inputFieldLabel select{
	float:left;   
}

select option{
	margin-right:6px; /*-------- MAKE MOZILLA SHOW THE WHOLE OPTION-TEXT---------*/ 
}                    

.inputFieldLabel select{
	float:left;
	padding:0;   
}

.inputFieldLabel label{
	text-align:right;
	float:left;
	width:80px;
	border:0px solid red;
	margin-right:20px;
	padding-top:2px;
}

.inputFieldLabel.short{
	width:140px;

}
.inputFieldLabel.short label{
	width:60px;
	margin-right:4px;
	padding-right:4px;
}

.inputFieldLabel.short label.short{
 width:3.8em;
}
.inputFieldLabel.short input{
	width:3.5em;		
  float:left;
}

.short{
	width:2em;	
}

.date{
	width:5em;	
}

.password{
	width:8em;
}

.textInput{
	width:25em;
}
.long{
	width:100%;
}
.long select{
	float:left;
}


/* g_links */
button.btcontrol,
button.arrow,
.formRow .img,
.arrow,
.img{
	float:left;
	text-align:left;
	padding-left:22px;
	height:24px;
	line-height:20px;
	margin:0px;
	border:0;
	background-color:transparent;
	background-image:url(../../gfx/icons/arrowRight.gif);	/*--DEFAULT IMAGE FOR IMG/ARROW BUTTONS --*/		
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right:10px;
	font-weight:normal;
}

button.arrow,
button.img{
	height:23px;
	line-height:20px;
	background-position:left bottom;
	padding-left:20px;
}

a.arrow,
a.img{
	color:#d2d2d2;
	padding-left:25px;
	line-height:25px;
	//padding-left:22px;
	//line-height:24px;
}

a.arrow:hover,
a.img:hover{
	color:#d2d2d2;
}

input.arrow,
input.img{
	border:none;
	cursor:pointer;
}
.tbcontrol{
	height:2em;
}

.tbcontrol .arrow,
.tbcontrol .img{
	float:right;
}

.arrow_skipBtn{
	float:left;
	border:0px solid #ff0000;
  margin:2px;
}
.arrow_skipBtn img{
	float:left;
	
}
.arrow_skipBtn a.link{
	float:left;
	margin:4px;
}

/* t_links */

.text{
	
}

input.img:Active{   /* stop buttons in row twitching (MOZILLA) */
	margin-right:10px;
}

.img_arrowLeft{
	background-image:url(../../gfx/icons/arrowLeft.gif);
}
.img_arrowRed{
	background-image:url(../../gfx/icons/arrowRed.gif);
}
.img_arrowRight{
	background-image:url(../../gfx/icons/arrowRight.gif);
}
.img_arrowReload{
	background-image:url(../../gfx/icons/arrowReload.gif);
}
.img_arrowEdit{
	background-image:url(../../gfx/icons/arrowEdit.gif);
}
.img_arrowDelete{
	background-image:url(../../gfx/icons/arrowDelete.gif);
}
.img_arrowSubmit{
	background-image:url(../../gfx/icons/arrowSubmit.gif);
}
.img_arrowLogout{
	background-image:url(../../gfx/icons/arrowLogout.gif);
}

.img_arrowQuestion{
	background-image:url(../../gfx/icons/arrowHelp.gif);
}
.img_arrowSave{
	background-image:url(../../gfx/icons/arrowSave.gif);
}
.img_arrowClose{
	background-image:url(../../gfx/icons/arrowClose.gif);
}
.img_arrowPrint{
	background-image:url(../../gfx/icons/arrowEdit.gif);
}

/*------------------ RIGHT FLOATING LOGIN BOX---------------*/
#cn_loginForm{
	padding:0;
	margin:0;
}
#fieldSet_login{
	float:left;
	width:450px;
	border:0px solid red;
} 
#fieldSet_login .formRow{
	border:0;
	padding:3px;
} 

#fieldSet_login legend{
	display:none;
} 

#fieldSet_login label{
	width:6em;
	text-align:right;
} 

#fieldSet_login .formRowControl{
	float:left;
}

#logInBtn,
#forgotPassword_btn{
	background-position:0 4px ;
	height:28px;
}

/*-------------------------------------------------*/

/*-----------------------CALENDAR MONTH--------------------*/

div.tb.tbMonthContainer{
	width:609px;	
}
#tbMonth{
	margin:0px;
	padding:0px;
	width:570px;
}
#tbMonth td{
	border:0;
	margin:0;
	padding:0;
}
th.nb.KW_month{
	width:10px;
	overflow:hidden;
}
.tbMonthDay{
	height:100px;
	width:80px;
	border:1px solid #808080;
	border-bottom:1px solid #808080;
	margin-right:1px;
	margin-bottom:1px;	
}
.tbMonthDay a.apmntLink i{
	font-size:10px;
}
div.tbMonthDay div.tbsubhead{
	border:0;
	border-bottom:1px solid #808080;
	height:12px;
	overflow:hidden;
}
div.tbMonthDay div.tbsubhead a{
	float:right;
	font-size:11px;
}
/*-----------------------CALENDAR WEEK--------------------*/

.appointment{
	border:1px solid #006ab2;
}

/*-------------------- COURSENUMBERS --------------*/
.courseList,
.tb.courseList{
	width:190px;
	list-style:none;
	//padding-bottom:1px;
}
ul.courseList{
	padding:0;
	margin:0;
}
ul.courseList li.courseListCell,
ul.courseList li.courseListCellHover{
	float:left;
	text-align:center;
	width:34px;
	height:18px;
	overflow:hidden;
	margin:1px;
	padding:0px;
	border:1px solid #990099;	

	line-height:18px;
}
ul.courseList li.courseListCellHover{
	background-color:#F7EBF5;
}
ul.courseList li.courseListCellHover.numout2{
	background-color:#CE81C4;
}
ul.courseList li.courseListCellHover.numout2 a{
	color:#F7EBF5;
}
ul.courseList li.courseListCellHover a{
	color:#990099;		
}
ul.courseList li.courseListCellHover:hover{
	background-color:#ffccff;
}

ul.courseList li.courseListCellHover.numout3{
	background-color:#990099;
	color:#ffffff;
}
ul.courseList li.courseListCellHover.numout3 a{
	color:#ffffff;
}
.detailout{
	width:178px !important;
	padding:4px;
	text-align:center;
	clear:both;
	border:1px solid #990099;	
	margin:1px;	
}
.detailout:hover{
	background-color:#ffccff;
}

li.courseListCell.noLink{
	width:auto !important;
	border:0 !important;
	overflow:visible !important;
}


/*--------------------- LEVELS --------------------*/

.level00 {
	background-color:#B5D0F1;
	}
.level01 {
	background-color:#EDD1D1;
	}
.level02 {
	background-color:#A9EBBD;
	}
.level03 {
	background-color:#F0F2BC;
	}
.level04 {
	background-color:#EAEAF3;
	}


/*-------------------- SPLASH ---------------------*/

#forwardSplash{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-80px;
	margin-left:-260px;
	height:160px;
	width:520px;
	border:2px solid #0056a2;

}

#forwardSplash img{
	float:left;
	margin:6px;
}
#forwardSplash a,
#forwardSplash h1{
	color:#006ab2;
}