<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.actmenu {  
    cursor:pointer;
    padding:3px 12px;
    border:2px solid #020B44;
    border-radius:0px 0px 6px 6px;
    color:white;
    box-shadow:0px 2px 5px #222;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#020B44), to(#A3C8F8));
}
.tmenu { 
    cursor:pointer;
    padding:3px 12px;
    border:2px solid #020B44;
    border-radius:0px 0px 6px 6px;
}
.tmenu:hover {  
    box-shadow:0px 2px 5px #222;
}
.actmenu:hover {  
    box-shadow:0px 0px 0px #FFFFFF;
}
a.button, a.but_reject, a.button_noact{
 	line-height:2.3em;
	padding:3px 5px;
	
}

a.button span{
	border: 1px solid #222;
	background:#075698;
	line-height:16px;
	font-size:0.8em;
	border-radius:0 6px 0 6px;
	-webkit-border-radius:0 6px 0 6px;
	-khtml-border-radius:0 6px 0 6px;
	-moz-box-shadow: 0px 1px 5px #222;
	-webkit-box-shadow: 0px 1px 5px #222;
	box-shadow:0px 2px 5px #222;
	cursor:pointer;
	white-space: nowrap;
	padding:2px 7px;
	color:#FFFFFF;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#A3C8F8), to(#020B44));
	background:-moz-linear-gradient(#A3C8F8,#020B44);
}

a.button_noact span{
	border: 1px solid #222;
	background:#075698;
	line-height:16px;
	border-radius:0 6px 0 6px;
	-webkit-border-radius:0 6px 0 6px;
	-khtml-border-radius:0 6px 0 6px;
	-moz-box-shadow: 0px 1px 5px #222;
	-webkit-box-shadow: 0px 1px 5px #222;
	box-shadow:0px 2px 5px #222;
	opacity:0.6;
	padding:2px 7px;
	color:#FFFFFF;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#A3C8F8), to(#020B44));
	background:-moz-linear-gradient(#A3C8F8,#020B44);
	font-size:0.8em;
	
	
}

a.button:hover span{
	border-radius:6px 0 6px 0;
	-webkit-border-radius:6px 0 6px 0;
	-moz-box-shadow: 0px 1px 3px #222;
	-webkit-box-shadow: 0px 1px 3px #222;
	box-shadow:0px 1px 3px #222;
	position:relative;
	top:1px;left:1px;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#020B44), to(#A3C8F8));
	background:-moz-linear-gradient(#020B44,#A3C8F8);
}

a.but_reject span{
	border: 1px solid #222;
	line-height:16px;
	font-size:0.8em;
	border-radius:0 6px 0 6px;
	-webkit-border-radius:0 6px 0 6px;
	-khtml-border-radius:0 6px 0 6px;
	-moz-box-shadow: 0px 1px 5px #222;
	-webkit-box-shadow: 0px 1px 5px #222;
	box-shadow:0px 2px 5px #222;
	cursor:pointer;
	white-space: nowrap;
	padding:2px 7px;
	color:#FFFFFF;
	background: #ff3019; /* Old browsers */
        background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
}
a.but_reject:hover span{
	border-radius:6px 0 6px 0;
	-webkit-border-radius:6px 0 6px 0;
	-moz-box-shadow: 0px 1px 3px #222;
	-webkit-box-shadow: 0px 1px 3px #222;
	box-shadow:0px 1px 3px #222;
	position:relative;
	top:1px;left:1px;
	background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #cf0404 0%,#ff3019 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #cf0404 0%,#ff3019 100%);
}

a.button_x {
  display: block;
  cursor:pointer;
  float: left;
  background: url(/~vplus/images/button_x.png) top right no-repeat;
  padding: 5px 0 0px 24px;
  position: relative;
}

a.button_x:hover {
  background-position: 100% -24px;
}


.regular-checkbox {
display: none;
}
.regular-checkbox + label {
cursor:pointer;
background-color: #fafafa;
border: 1px solid #cacece;
padding: 4px;
border-radius: 6px;
display: inline-block;
position: relative;
top:0.2em;
}

.regular-checkbox:checked + label {
background-color: #e9ecee;
border: 1px solid #adb8c0;
color: #99a1a7;
}
.regular-checkbox:checked + label:after {
content: '\2714';
font-size: 0.5em;
position: absolute;
top: 0px;
left: 3px;
color: #99a1a7;
}
.big-checkbox + label {
padding: 0.5em;
width:0.5em
}
.big-checkbox:checked + label:after {
font-size: 2em;
top: -12px;
left: 3px;
}

.table {width:auto;height:auto;}


.scrlayer, .scrlayer2, .ifrlayer{
	position:absolute;
	top:-3px;
	background:#FFFFFF;
	padding:5px 10px;	
	white-space:nowrap;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 20px black;
	-webkit-box-shadow:0 0 20px black;
	box-shadow:0 0 20px black;
	z-index: 500;
	}
	</pre></body></html>