/*-----------------------------------------------------------------------------------------------*/
/*                                      URBAN SPA THEME - LIGHT                                  */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                               STYLES                                          */
/*-----------------------------------------------------------------------------------------------*/

body {
	background: #CCC;
	color: #666;
}

a {color: #1D1D1D;}

a:hover {color: #387399;}

/* HTML EDITOR STYLES
--------------------------------------*/

#main strong, #main b {font-weight: bold;}
#main em, #main i {font-style: italic !important;}
#main u {text-decoration: underline;}
#main a {}
#main strike {text-decoration: line-through;}
#main ul li {list-style: outside disc; margin-left: 23px;}
#main ol {list-style: outside decimal; margin-left: 28px;}
#main address, #main pre {color: #666;}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #666;
}

#main h3 {font-size: 18px;}
#main h4 {font-size: 14px;}
#main h5 {font-size: 12px;}
#main h6 {font-size: 10px;}
table, td, caption {color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
#main caption {font-weight: bold;}

/*-----------------------------------------------------------------------------------------------*/
/*                                               LAYOUT                                          */
/*-----------------------------------------------------------------------------------------------*/

#wrapper {
	background: #FFF;
}

	#menu {
		border-color: #CCC;
		color: #333;
	}
	
		#menu a {
			color: #333;
		}
		
		#menu a:hover {
			color: #387399;
		}
		
	#content {
		background-image: url(../../images/contemporary1-light/sidebarGrad.gif);
	}
	
		#main {}
		
		#sidebar {}
	
	#footer, #footer a {
		color: #333;
	}
	
/*-----------------------------------------------------------------------------------------------*/
/*                                            CALENDAR PAGE                                      */
/*-----------------------------------------------------------------------------------------------*/

	table.appt-book
	{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff;
	}

		table.appt-book tr
		{
		background: #F3F3F3;
		}

		table.appt-book tr.nav
		{
		background: #fff;
		}
		
		table.appt-book tr.nav td
		{
		width: auto;
		}

			table.appt-book tr.nav td:hover
			{background: #fff;}

		table.appt-book tr.title
		{
		background: #387399;
		}
			table.appt-book tr.title td
			{
			color: #eee;
			}

		table.appt-book tr.stripe 
		{
		}

			table.appt-book td
			{
			border: 1px solid #fff;
			}

			table.appt-book td:hover {
				background: #ccc;
			}


			table.appt-book td.time {
				background: #EFEFEF;
			}

			table.appt-book td.stripe
			{background: #319ACA;}

			table.appt-book td.avail
			{background: #389941;}

				table.appt-book td.avail:hover
				{background: #1E6D25;}


/*-----------------------------------------------------------------------------------------------*/
/*                                        APPOINTMENT REQUEST                                    */
/*-----------------------------------------------------------------------------------------------*/

.apptRequest {}

	.apptRequest .appt {border: none;}
	
	.apptRequestStep {border: solid 1px #ccc; margin: 0 0 40px 0; position: relative;}
	
		.apptRequestNum {
			width: 24px; 
			height: 24px; 
			position: absolute; 
			top: -16px; 
			left: -10px;
			background: transparent url(../../images/circle.gif) no-repeat;
			z-index: 300;
			float: left;
			text-align: center;
			line-height: 24px;
			font-weight: bold;
			font-style: italic;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif
		}
	
	
	