body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size: 11px;
}

#trash {
	background-color: #E4B661;
	border: 1px solid #000;
	padding: 5px;
}


#footer{
padding: 5px;
text-align:center;
}
#footer form{
	margin:0px;
	margin-top:2px;
}
#topbar {
	margin: 10px;
	font-weight: bold;
	font-size: 14px;
}
#dhtmlgoodies_dragDropContainer{	/* Main container for this script */
	width:800px;
	height:500px;
	/*border:1px solid #019800;*/
	background-color:#FFF;
	-moz-user-select:none;
	overflow:  auto;
}
#dhtmlgoodies_dragDropContainer ul{	/* General rules for all <ul> */
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding:2px;
}

#dhtmlgoodies_dragDropContainer li,#dragContent li,li#indicateDestination{	/* Movable items, i.e. <LI> */
	list-style-type:none;
	/*height:30px;*/
	/*background-color:#EEE;*/
	border:1px solid #019800;
	padding:2px;
	margin-bottom:2px;
	cursor:pointer;
	font-size:0.9em;
}

li#indicateDestination{	/* Box indicating where content will be dropped - i.e. the one you use if you don't use arrow */
	border:1px solid #019800;	
	background-color:#FFF;
}
	
/* LEFT COLUMN CSS */
div#dhtmlgoodies_listOfItems{	/* Left column "Available students" */
	
	float:left;
	padding-left:10px;
	padding-right:10px;
	
	/* CSS HACK */
	width: 190px;	/* IE 5.x */
	width/* */:/**/170px;	/* Other browsers */
	width: /**/170px;
			
}
#dhtmlgoodies_listOfItems ul{	/* Left(Sources) column <ul> */
	height:425px;
	overflow: auto;	

}
	
div#dhtmlgoodies_listOfItems div{
	border:1px solid #999;		
}
div#dhtmlgoodies_listOfItems div ul{	/* Left column <ul> */
	margin-left:10px;	/* Space at the left of list - the arrow will be positioned there */
}
#dhtmlgoodies_listOfItems div p{	/* Heading above left column */
	margin:0px;	
	font-weight:bold;
	padding-left:12px;
	background-color:#019800;	
	color:#FFF;
	margin-bottom:5px;
}
/* END LEFT COLUMN CSS */

#dhtmlgoodies_dragDropContainer .mouseover{	/* Mouse over effect DIV box in right column */
	background-color:#E2EBED;
	border:1px solid #019800;
}

#dhtmlgoodies_dragDropContainer .cantdropmouseover{	/* Mouse over effect DIV box in right column when can't drop*/
	background-color:#FF0028;
	border:1px solid #000;
}

/* Start main container CSS */

div#dhtmlgoodies_mainContainer{	/* Right column DIV */
	width:590px;
	float:left;
	/*height:450px;*/
}
#dhtmlgoodies_mainContainer div{	/* Parent <div> of small boxes */
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:0px;
	border:1px solid #999;

	/* CSS HACK */
	width: 172px;	/* IE 5.x */
	width/* */:/**/170px;	/* Other browsers */
	width: /**/170px;
			
}
#dhtmlgoodies_mainContainer div ul{
	margin-left:10px;
	overflow: auto;
}

#dhtmlgoodies_mainContainer div p{	/* Heading above small boxes */
	margin:0px;
	padding:0px;
	padding-left:12px;
	font-weight:bold;
	background-color:#019800;	
	color:#FFF;	
	margin-bottom:5px;
}

#dhtmlgoodies_mainContainer ul{	/* Small box in right column ,i.e <ul> */
	width:152px;
	height:80px;	
	border:0px;	
	margin-bottom:0px;
	overflow:hidden;
	
}

#dragContent{	/* Drag container */
	position:absolute;
	width:150px;
	height:20px;
	display:none;
	margin:0px;
	padding:0px;
	z-index:2000;
}

#dragDropIndicator{	/* DIV for the small arrow */
	position:absolute;
	width:7px;
	height:10px;
	display:none;
	z-index:1000;
	margin:0px;
	padding:0px;
}
#step1container {
	background-image: url(/images/planner-step1-bg.jpg);
	background-repeat: no-repeat;
	height: 616px;
	width: 823px;
	padding-top: 160px;
	padding-right: 100px;
	padding-bottom: 100px;
}
h2 {
	font-size: 16px;
}
#step2container {
	background-image: url(/images/planner-step2-bg.gif);
	background-repeat: no-repeat;
	background-position-x: 4px;
	padding-top: 155px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 826px;
}
#step3container {
	background-image: url(/images/planner-agenda-bg.gif);
	background-repeat: repeat-y;
	padding:0px;
	width: 826px;
}
#step3container .agendaitem {
	border-bottom: 1px dashed #333333;
	padding: 2px 0 2px 5px;
	width:80%;
	margin: 0 0 10px 40px;
}
#step3container h1 {
	font-size: 18px;
	border-bottom: 1px solid #333333;
	padding: 5px;
	width: 85%;
	margin: 0 0 2px 20px;
}
#step3footer {
	background-image: url(/images/planner-agenda-bg.jpg);
	background-repeat: repeat-y;
	padding:  10px;
	height: 105px;
	width:826px;
	text-align: center;
	font-size:12px;
}

#agendaDetails
{
	overflow:auto;
	width:790px;
	margin-left:20px;
	height:400px;
}

#agendaSent
{
	padding:8px;
	width:790px;
	color:#060;
	border: solid 1px #060;
	background-color: #cfc;
}



#introscreen li {
	font-size: 18px;
}
#help {
	padding: 5px;
	text-align:  right;
}
#printheader {
	display: none;
}
#printfooter {
	display: none;
}
