/* admin.css - styling related to admin pages */



	img { border: none }

	

	.error { color: orange; }





/*    admin page  */

	#adminNav { width: 100px; float:right; }								/* houses the add a course button  */	

	#loggedInAs {position:absolute; top: 110px; left: 465px; }				/* styles the logged in as information  */

	#masterMapLink {margin-top: 30px;}

	

	.sortField { cursor: pointer; background: url(../graphics/sortArrow.gif) left no-repeat; }

	.tableCourseName { width: 400px; }

	

	#masterCourseMapReturnLink { float:right;  width: 200px; }

/*   END :: admin page  */





/* editCourse page */

	#confirmDeleteCourse { float: left; width: 370px; }											/* floats the form left  */

	#confirmDeleteCourseModal { float: right; height: 290px; width: 290px; float: right; margin-top: -30px;  }



	#confirmDeleteCourse input.newValueFiels { width: 270px; }

	#confirmDeleteCourse th { text-align: right; padding-right: 5px; }

	#confirmDeleteCourse th, td { vertical-align: top }	

	

	#mapCanvasEditCourse {height: 250px; width: 300px; float: right; margin-top: 50px;}

/* END :: editCourse page */







/*	modal related styling     */

	#modalContainer {background-color:#fff; text-align: left; padding: 0 10px 0 20px; width:650px; height: 400px; border-bottom: 5px solid #5DA012; border-top: 20px solid #5DA012; font: 12px/1.4em Verdana;}/* containing element for modal pop up when selecting the Map icon  */ 

	#mapCanvasModal {height: 300px; width: 300px; float: right; margin: 20px;}			/* styles the map in the modal pop up when selecting the Map icon  */	 
	#modalContainer h2 {font: 27px/1.2em times; color: #805109;}
	

/*	#closeBut { text-align: right }														/* moves the close button to the top right of the modal window  */

	#nyroModalWrapper a.nyroModalClose { float: right; margin-right: 5px; color: white}			/* moves the close button to the top right of the modal window  */

	

/*	#masterMapCanvasModal { height: 300px; width: 300px; float: right; margin: 20px;}	/* styles the map mod  	*/

/*	END :: modal related styling  */

	





/*	map related sytling 		*/	

	#mapCanvas  {width: 650px;height: 500px;margin: 8px auto;}

	#mapCanvasAddCourse {width: 700px; height: 450px; margin: 10px auto; }	

	#mapInput, #manualAddressContain { margin-left: 10px; }

	#mapCanvasMasterCourseList {width: 700px; height: 450px; margin: 10px auto; }	

/*	END :: map related sytling 		*/	

	

	

	



/*	add course related styling  */

	#infoPanel {float: left;margin-left: 10px;border: 1px solid red;padding: 5px;width: 300px;}

	#infoPanel div {margin-bottom: 5px;}

	#infoPanel p {margin: 0;}			  

	

	#findAddressBtn {float:right; margin-right:95px;}

	#closestAddress {font-weight:bold; margin-right:21px;}

	#address {display:inline; padding 4px; margin: 5px 0;}

	

	/*  Step 2 of adding a course form field styles  */

	#courseName { width:300px; }

	#courseType { width:70px; }

	#address { width:300px; }

	#city { width:300px; }

	#zip { width:50px; }

	#website { width:300px; }

	#coursePhone { width:90px}

	#name { width:300px}

	#authPhone { width:90px}

	#authAddress { width:300px}

	#authCity { width:300px}

	#authZip { width:50px}

	#email { width:300px}

	#donationValue { width:60px}

/*	add course related styling  */

			  

			  

						  

