/*###################################### soadcoopclip.css v9.0u :: updated 2025-12-01 20:26 ###*/
/*============================ Style Sheet for Co-Op IWS 2026 Show Video ======================*/
#vdFrame {
    width: 1200px;
    border-top: 4px solid #008000;
    position: relative;
    top:10px;
    left:180px;
    padding: 5px 0px 0px 0px;
    visibility: hidden;
}

.vdTitle {
		font-family: Calibri, Arial, sans-serif;
		font-size: 36px;
	}
#dVdList {
		position: absolute;
		left: 5px;
		top: 48px;	
		width: 490px;
		min-height: 360px;
		padding: 5px;
		margin: 5px 5px; 
		border: 1px solid #CFCFCF;	
		display: inline-block;
		vertical-align: top;
	}
    .vdListTitle {
        display: block;
        font-family: Calibri, Arial, sans-serif;
		font-size: 24px;
        padding: 0px;
        margin: 0px;
    }
#dVdShow {
	position: absolute;
	left: 520px;
	top: 48px;	
	width: 640px;
	height: 360px;
	border: 1px solid #CFCFCF;
	padding: 5px;
	margin: 5px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	background-color: #8F8F8F;
}
#dVdInfo {
	position: absolute;
	left: 520px;
	top: 430px;
	width: 640px;
	min-height: 640px;
	border: 1px solid #CFCFCF;
	padding: 5px;
	margin: 5px;
	display: inline-block;
	vertical-align: top;

}
/*#####################################################3 THIS IS A LIST OF Video Item ####################### */
/*------------------------------------------------------------------------vvvvvvvvvvvvv| Video Ytem Box |vvvvv*/
.vdoItemBox {
	width: 490px;
	height: 70px;
	margin: 0px;
	padding: 6px 0px;
	display: inline-block;
	border-top: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
	position: relative;
}
.vdoItemBox:hover {
	border-color: #008000;
	cursor: pointer;
}
.vdStdIcon {
	width: 62px;
	height: 62px;
	margin: 4px;
	padding: 0px;
	border: 1px solid #CFCFCF;
	border-radius: 50%;
	background-color: #BFBFBF;
	display: inline-block;
	overflow: hidden;
}
.vdStdName, .vdStdID {
	height: 20px;
	min-width: 100px; 
	font-family: Calibri, Arial, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
/*	background-color: #E0E0E0;*/
	vertical-align: top;
	position: absolute;
	left: 75px;
	top: 8px;
}
.vdStdID {
	font-size: 18px;
	left: 325px;
}
.vdCompName {
	min-height: 20px;
	width: 360px; 
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
/*	background-color: #D0D0D0;*/
	vertical-align: top;
	position: absolute;
	top: 36px;
	left: 75px;
}
/* ratio of A-paper size is 1:1.4142 == square root) */
.vdPoster {
	width: 45px;
	height: 64px;
	background-color: #D0D0D0;
	display: inline-block;
	position: absolute;
	left: 440px;
	vertical-align: top;
	padding: 2px;
	margin: 2px 0px 0px 0px;
	overflow: hidden;
}
/*----------------------------------------------------------------------^^^^^^^^^^^^| Video Ytem Box |^^^^^^^ */ 
/*#####################################################3 THIS IS A LIST OF Video Item ####################### */
#vdVdoFrame {
	width: 640px;
	height: 360px;
	background-color: #CFCFCF;
	display: inline-block;

}

/* ratio of A-paper size is 1:1.4142 == square root) */
#vdiPoster {
	width:95%;
 /*   height: 360px;*/
	background-color: #D0D0D0;
	display: inline-block;
	position: absolute;
	left: 10px;
	vertical-align: top;
	padding: 2px;
	margin: 2px 0px 0px 0px;
	overflow: hidden;
}

#vdClip {
    width: 640px;
    height: 360px;
}

/* ################################################################## For Select Program Group */
#iconMenuBox {
    position: relative;
    display: inline-flex;
    float: right;
    width: 300px;
    height: 32px;
/*    background-color: yellow;
    border: solid 1px #808080;*/
    padding: 4px;
    margin: 0px;
    justify-content: space-around;
}
.iconMenu {
    width: 80px;
    height: 20px;
    border: solid 3px #808080;
    border-radius: 15px;
    padding: 2px;
    margin: 0px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
}
.iconMenu:hover {
    cursor: pointer;
  
}
.cARoff, .cARon:hover {
    border-color: #F0C000;
    color: #F0C000;
    background-color: #F0F0F0;
}
.cARon, .cARoff:hover {
    background-color: #F0C000;
    color: #404040;
    border-color: #F0C000;
}

.cINoff, .cINon:hover {
    border-color: #00C0F0;
    color: #00C0F0;
    background-color: #F0F0F0;
}

.cINon, .cINoff:hover {
    background-color: #00C0F0;
    color: #F0F0F0;
    border-color: #00C0F0;
}
.cCDoff, .cCDon:hover {
    border-color: #C00000;
    color: #C00000;
    background-color: #F0F0F0;
}
.cCDon, .cCDoff:hover {
    background-color: #C00000;
    color: #F0F0F0;
    border-color: #C00000;
}