/* Priority Flags
*************************/

div.va_video_body {
	width:320px; height:192px; position:absolute; top:0px; left:30px;
	background:url('Va/video.png') no-repeat 0 0;
}

div.va_obs_code {
   height:20px; text-align:left; text-indent:15px; line-height:20px; border-bottom:1px solid white; cursor:pointer; font-weight:bold;
}

div.va_obs_code_ov {
   background-color:silver; color:white;
}

div.va_obs_code2 {
   text-indent:10px;
   height:20px; text-align:left; line-height:20px; border-bottom:1px solid #efefef; cursor:pointer;
}

div.va_obs_code3 {
   text-indent:30px;
   background-color:#fdf4db; color:#5c4405;
   height:20px; text-align:left; line-height:20px; border-bottom:1px solid #efefef; cursor:pointer;
}



div.va_obs_code2_ov {
   background-color:#bdecfd; color:#034863;
}

div.va_obs_code2_sel {
   background-color:#d9efa5; color:#32430c;
}
	 

div.VA_ClockBody {
	width:200px; height:200px; position:relative;
	background: url('Va/ClockFace3.png') no-repeat 0 0;
}

/* Dots
*************************/

div.VA_Dot {
	width:9px; height:9px; position:absolute; cursor:pointer;
	background: url('Va/dots.png') no-repeat 0 0;
}

div.VA_Dot.Grey {
	background-position:-9px 0;
}

div.VA_Dot.Green {
	background-position:-18px 0;
}

div.VA_Dot_Red {
	width:9px; height:9px; position:absolute; cursor:pointer;
	background: url('Va/dots.png') no-repeat -27px 0;
}

/* Arrow
*************************/

div.VA_AArrow {
	position:absolute; left:67px; top:3px;  width:31px; height:14px;
	cursor:pointer;
	background: url('Va/arrows.png') no-repeat 0 0;
}

div.VA_AArrow._Left {
	background-position:-31px 0;
}

div.VA_AArrow._Right {
	background-position:0 0;
}

/* Rapport
*************************/



