@charset "UTF-8";

/*================================================================================
			About Us
================================================================================*/

table#timeTable,
table#timeTable tr,
table#timeTable td
			{
			border:1px #4a5b8c solid;
			}

table#timeTable
			{
				/*
			margin-top:1.5em;
			margin-left:10px;
			*/
			}

table#timeTable td
			{
			padding:0.25em 1em;
			text-align:center;
			}

table#timeTable td.weekday,
table#timeTable td.holiday
			{
			vertical-align:middle;
			}

table#timeTable td.weekday
			{
			background-color:#d7eeff;
			}

table#timeTable td.holiday
			{
			background-color:#ffccff;
			}

table#timeTable td.timeZone
			{
			/*width:45%;*/
			}

span.acceptance
			{
			/*font-size:90%;*/
			}

span.closed
			{
			color:#ff0000;
			/*line-height:3em;*/
			}
			
			
/*================================================================================
			Doctor
================================================================================*/

table.profile
			{
			/* border:1px #ccc solid;
			letter-spacing:0.1em;
			line-height:1.7;
			margin-bottom:1.5em;
			width:496px;*/
			}

table.profile h3
			{
			
			margin-top:0;
			}

td
			{
			vertical-align:top;
			}

td.officialPosition
			{
			/* border-bottom:1px #ccc dotted; */
			color:#ffa500;
			/* font-weight:700; */
			/* padding:0.25em 0.25em 0.25em 0; */
			text-align:right;
			}

td.history
			{
				text-align: justify;
			padding-left: 10px;
			}		