#masking {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:3000;
	height:100%;
	filter:alpha(Opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	z-index: 9998;
	background-color: #000000;
}
#masking iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:100%;/*must have for any big value*/
	height:100%/*must have for any big value*/;
}
#dialog {
	display:none;
	width:640px;
	height:640px;
	z-index:9999;
	/*padding:50px;*/
	font:10pt tahoma;
	border:1px none gray;
	background-color: #000000;
	position: absolute;
	top:50%;
	left:50%;
	/*TEXT-ALIGN: left;  need to add <div align="left"><input type="text" size="10"></div> for all input box to prevent super left indentation on IE5 */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -320px;
	cursor:move;
}

#login {
	float: right;
	position: absolute;
	bottom: 2px;
	right: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.txtPatient {
	background-color:#888888;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #777777;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
}

.ajaxGuess {
	position: absolute;
	visibility:hidden;
	background:#FCC;
}

.ajaxGuessLIoff {
	list-style-type:none;
	white-space: normal;
	list-style-position: outside;
	background:#FCC;
}

.ajaxGuessLIon {
	list-style-type:none;
	background:#900;

}

.layoutHeader {
	position: relative;
	text-align: center;
	background-color:#BBBBBB;
	height: 60px;
}

.layoutSchedule {
	text-align: left;
	background-color:#AAAAAA;
}

.layoutMain {
	text-align: left;
	background-color:#888888;
	display:block
}

.layoutContent {
	background-color:#CCCCCC;
}
.layoutMenu {
	float:left;
}

.layoutBody {
	float:left;
	overflow:hidden;
}

.layoutOther {
	float:left;
}

/****************************
*            Menu
****************************/
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


.galleryLeft {
	position: relative;
	float:left;
	width:600px;
	height:600px;
}

.galleryRight {
	float:left;
	width:300px;
	height:600px;
}

.galleryBottom {
	float:left;
}

.galleryZoom {
}

.photoClips {
	margin: 1px;
}

.videoClips {
	float:left;
	width:240px;
	height:60px;
	margin: 1px;
	overflow: hidden;
}

.videoClip {
	float:left;

}

.videoComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.blogTop {
	font-weight: bold;
	color: #000000;
	clear: both;
	float: left;
	width: 100px;
	background-position: center;
}

.blogBottom {
	clear: both;
	float: left;
	padding-left: 30px;
	background-image: url(./image/bg2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.vComment {
	margin: 50px;
	height: 140px;
	width: 220px;
}