@charset "utf-8";
textarea {
    resize: none;
}
/* loading spinner */
.loader {
    position: absolute;
    left: 40%;
    top: 10%;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
div.spinner {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}
/* iframe outside div */
div.frm {text-align:left;margin-left:290px;position:fixed;}
div.frm2 {text-align:left;margin-left:230px;position:fixed;}
div.frm3 {text-align:left;margin-left:330px;position:fixed;}
/**************************************************************************************/
/* left navigation box */
nav.ml {margin-left:120px;width:175px !important;}
nav.leftmenu {margin-left:120px;}
nav.leftmenu a {margin:0px 0px 5px 0px;}
/**************************************************************************************/
/* rounded box */
div.rbox {border-radius:10px;padding:20px;-moz-border-radius:10px 10px 10px 10px;border:solid 2px #DADADA;top:5px;-moz-box-shadow:0px 0px 20px 5px #EAEAEA;
    -webkit-box-shadow:0px 0px 20px 5px #EAEAEA;box-shadow:0px 0px 20px 5px #EAEAEA;text-align:left;margin-left:8%;}
div.ubox {border-radius:10px;padding:20px;-moz-border-radius:10px 10px 10px 10px;border:solid 2px #DADADA;top:5px;-moz-box-shadow:0px 0px 20px 5px #EAEAEA;
    -webkit-box-shadow:0px 0px 20px 5px #EAEAEA;box-shadow:0px 0px 20px 5px #EAEAEA;text-align:left;}
/**************************************************************************************/
/* FRAMES                                                                             */
/* constructor iframe */
iframe.space {border-style:none;margin:0px;padding:15px;min-height:1000px;min-width:1000px;}
/* concierge iframe */
iframe.space2 {border-style:none;margin:0px;padding:15px;min-height:1000px;min-width:880px;}
/**************************************************************************************/
/* vertical tabs for Jquery */
.ui-tabs-vertical {width:55em;}
.ui-tabs-vertical .ui-tabs-nav {padding: .2em .1em .2em .2em;float:left;width:12em;}
.ui-tabs-vertical .ui-tabs-nav li {clear:left;width:100%;border-bottom-width:1px !important;border-right-width:0 !important;margin:0 -1px .2em 0;}
.ui-tabs-vertical .ui-tabs-nav li a {display:block;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {padding-bottom:0;padding-right:.1em;border-right-width:1px;}
.ui-tabs-vertical .ui-tabs-panel {padding:1em;float:right;width:40em;}
/* css testing */
input.tab{
	border:1px solid #b7b7b7;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px 10px 0px 0px;font-size:12px;font-family:arial, helvetica, sans-serif;padding:10px 10px 10px 10px; text-decoration:none;display:inline-block;/*text-shadow:-1px -1px 0 rgba(0,0,0,0.3);*/font-weight:bold;color:#FFFFFF;cursor:pointer;margin-bottom:-10px;width:120px;text-align:center;
 background-color:#d3d3d3; 
 background-image:-webkit-gradient(linear,left top,left bottom,from(#dcdcdc),to(#bebebe));
 background-image:-webkit-linear-gradient(top,#dcdcdc,#bebebe);
 background-image:-moz-linear-gradient(top,#dcdcdc,#bebebe);
 background-image:-ms-linear-gradient(top,#dcdcdc,#bebebe);
 background-image:-o-linear-gradient(top,#dcdcdc,#bebebe);
 background-image:linear-gradient(to bottom,#dcdcdc,#bebebe);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dcdcdc,endColorstr=#bebebe);
}
input.tab:hover{color:#0000FF;
	border:1px solid #1090c3;background-color:#1ab0ec;background-image:-webkit-gradient(linear,left top,left bottom,from(#1ab0ec),to(#1a92c2));
 background-image:-webkit-linear-gradient(top,#1ab0ec,#1a92c2);
 background-image:-moz-linear-gradient(top,#1ab0ec,#1a92c2);
 background-image:-ms-linear-gradient(top,#1ab0ec,#1a92c2);
 background-image:-o-linear-gradient(top,#1ab0ec,#1a92c2);
 background-image:linear-gradient(to bottom,#1ab0ec,#1a92c2);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec,endColorstr=#1a92c2);
}
input.tab-selected{color:#000000;
	border:1px solid #b7b7b7;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px 10px 0px 0px;/*font-size:12px;font-family:arial, helvetica, sans-serif;*/padding:10px 10px 10px 10px; text-decoration:none;display:inline-block;font-weight:bold;cursor:pointer;margin-bottom:-10px;width:120px;text-align:center;
 background-color:#d3d3d3; 
 background-image:-webkit-gradient(linear,left top,left bottom,from(#d3d3d3),to(#707070));
 background-image:-webkit-linear-gradient(top,#d3d3d3,#707070);
 background-image:-moz-linear-gradient(top,#d3d3d3,#707070);
 background-image:-ms-linear-gradient(top,#d3d3d3,#707070);
 background-image:-o-linear-gradient(top,#d3d3d3,#707070);
 background-image:linear-gradient(to bottom,#d3d3d3,#707070);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3,endColorstr=#707070);
}
input.tab-selected:hover{
	color:#FF0000;border:1px solid #1090c3;background-color:#1ab0ec; background-image:-webkit-gradient(linear,left top,left bottom,from(#1ab0ec),to(#1a92c2));
 background-image:-webkit-linear-gradient(top,#1ab0ec,#1a92c2);
 background-image:-moz-linear-gradient(top,#1ab0ec,#1a92c2);
 background-image:-ms-linear-gradient(top,#1ab0ec,#1a92c2);
 background-image:-o-linear-gradient(top,#1ab0ec,#1a92c2);
 background-image:linear-gradient(to bottom,#1ab0ec,#1a92c2);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec,endColorstr=#1a92c2);
}
input.navigate{
	border: none;
	font-size: 14px;
	font-family: "Myriad Web Pro";
	margin-bottom: 5px;
	text-decoration: none;
	display: inline-block;
	font-weight: bolder;
	color: #3CF;
	cursor: pointer;
	text-align:center;
	height: 80px;
	width: 160px;
	background-image: -webkit-gradient(linear,left,right,from(#F6F6F6),to(#d3d3d3));
	background-image: -webkit-linear-gradient(left,#F6F6F6,#d3d3d3);
	background-image: -moz-linear-gradient(left,#F6F6F6,#d3d3d3);
	background-image: -ms-linear-gradient(left,#F6F6F6,#d3d3d3);
	background-image: -o-linear-gradient(left,#F6F6F6,#d3d3d3);
	background-image: linear-gradient(to left,#d3d3d3,#F6F6F6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3,endColorstr=#F6F6F6);
}
input.navigate:hover{
	border:1px solid #1090c3;
	font-size: 15px;
	background-image: -webkit-gradient(linear,left,right,from(#CCFFFF),to(#99EBFF));
	background-image: -webkit-linear-gradient(left,#CCFFFF,#99EBFF);
	background-image: -moz-linear-gradient(left,#CCFFFF,#99EBFF);
	background-image: -ms-linear-gradient(left,#CCFFFF,#99EBFF);
	background-image: -o-linear-gradient(left,#CCFFFF,#99EBFF);
	background-image: linear-gradient(to left,#99EBFF,#CCFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99EBFF,endColorstr=#CCFFFF);
}
/* css testing */
/* dojo testing START*/
/*@import "../js/dojox/grid/resources/claroGrid.css";*/

/*Grid needs an explicit height by default*/
.pie {height:320px;width:300px;}
.grid {height:20em;}
.tabs{height:350px;width:700px;}
/* dojo testing END */
/* to be deleted when el2 is released */
.el-field {height:100px;vertical-align:middle;padding-right:15px;padding-bottom:15px;padding-top:15px;width:100%;}
.field {height:100px;text-align:center;padding-top:15px;padding-bottom:20px;width:200px;}
/**/

body {margin:0;padding:0;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;text-align:justify;}
div.container {display:table;max-width: 1280px;margin-left:auto;margin-right:auto;padding:0;vertical-align:top;}
div.page-container {display:table;max-width:800px;max-height:800px;padding:0;margin:0 auto;border:0px;text-align:left;padding-top:200px;}
div.first-page-container {
	display: table;
	max-width: 800px;
	max-height: 800px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
	text-align: left;
	padding-top: 200px;
	background-image: url(../images/spectacularmedia.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
}
div.update-info-form{
	display:table;
	width:800px;
	padding:0;
	margin:0 auto;
	border:0px;
	text-align:left;
}
div.frame {display:table;max-width:800px;width:100%;height:100%;}
div.frame-small {display:table; max-width:800px;width:100%;height:300px;}
div.popup {
	display: table;
	max-width: 800px;
	max-height: 600px;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: left;
}
div.advanced-popup {
	display: table;
	width: 400px;
	height: 95%;
	padding: 20px;
	text-align: left;
}
/*.ui-dialog-titlebar-close {visibility: hidden;}*/
.navigate-button {width:142px;height:170px;}
div.media-condition-popup {display:table;width:100%;height:95%;padding:20px;}
div.row {display:table-row;width:100%;height:100%;}
div.ngr-row{display:table-row;width:750px;height:100px;}
.rr-label-cell {display:table-cell;width:200px;text-align:right;font-weight:bold;}
div.seperator-row-2 {display:table-row;height:2px;}
div.seperator-row,div.seperator-row-5 {display:table-row;height:5px;}
div.seperator-row-10 {display:table-row;height:10px;}
div.seperator-row-15 {display:table-row;height:15px;}
div.seperator-row-20 {display:table-row;height:20px;}
div.seperator-row-25 {display:table-row;height:25px;}
div.seperator-row-50 {display:table-row;height:50px;}
div.seperator-row-100 {display:table-row;height:100px;}
div.left-row {display:table-row;text-align:left;}
div.seperator-cell,div.seperator-cell-5 {display:table-cell;width:5px;}
div.seperator-cell-10,td.seperator-cell-10 {display:table-cell;width:10px;}
div.seperator-cell-15,td.seperator-cell-15 {display:table-cell;width:15px;}
div.seperator-cell-20,td.seperator-cell-20 {display:table-cell;width:20px;}
div.seperator-cell-30,td.seperator-cell-30 {display:table-cell;width:30px;}
div.seperator-cell-50,td.seperator-cell-50 {display:table-cell;width:50px;min-width:50px;}
div.seperator-cell-60,td.seperator-cell-60 {display:table-cell;width:60px;}
div.seperator-cell-100,td.seperator-cell-100 {display:table-cell;width:100px;min-width:100px;}
div.seperator-cell-130,td.seperator-cell-130 {display:table-cell;width:130px;}
div.seperator-cell-150,td.seperator-cell-150 {display:table-cell;width:150px;}
div.seperator-cell-200,td.seperator-cell-200 {display:table-cell;width:200px;}
div.seperator-cell-230,td.seperator-cell-230 {display:table-cell;width:230px;}
div.seperator-cell-250,td.seperator-cell-250 {display:table-cell;width:250px;}
div.seperator-cell-300,td.seperator-cell-300 {display:table-cell;width:300px;}
div.seperator-cell-325,td.seperator-cell-325 {display:table-cell;width:325px;}
div.seperator-cell-350,td.seperator-cell-350 {display:table-cell;width:350px;}
div.seperator-cell-365,td.seperator-cell-365 {display:table-cell;width:365px;}
div.seperator-cell-390,td.seperator-cell-390 {display:table-cell;width:390px;}
div.seperator-cell-400,td.seperator-cell-400 {display:table-cell;width:400px;}
div.seperator-cell-450,td.seperator-cell-450 {display:table-cell;width:450px;}
div.seperator-cell-600,td.seperator-cell-600 {display:table-cell;/* width:600px; */}
div.seperator-cell-650,td.seperator-cell-650 {display:table-cell;width:650px;}
div.seperator-cell-700,td.seperator-cell-700 {display:table-cell;width:700px;}
div.cell-80 {display:table-cell;width:80px;}
div.cell-350 {display:table-cell;width:350px;}
div.cell-450 {display:table-cell;width:450px;}
div.cell-100 {display:table-cell;width:100px;min-width:100px;}
div.cell-200 {display:table-cell;width:200px;}
div.cell {display:table-cell;}
div.right-cell {display:table-cell;text-align:right;width:100%}
div.left-cell {display:table-cell;text-align:left;}
div.center-cell {display:table-cell;text-align:center;width:500px;}
div.center {text-align:center;}
div.right-row {text-align:right;width:100%;display:table-row;}
div.right-cell-label {display:table-cell;text-align:right;width:150px;font-size:12pt;}
div.caption {
	display: table-caption;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
textarea.border-none {border:none;}
.left {float:left;}
.right {float:right;}
.none,div.none,span.none,table.none,input.none,i.none,a.none,button.none,p.none {display:none;}
ul.nostyle {list-style-type: none;}
.text-right {text-align:right;}
.text-left {text-align:left;}
.text-center {text-align:center;}
.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.main {float:left; margin:0 0 0 0; width:500px;height:500px; padding-top:20px;}
.rights {float:right; width:400px; padding-top:20px; padding-right: 10px;}
.pageTitle {font-size:28px;background-color:lightgrey;border-radius:2em 2em 2em 2em;border:2px solid black;padding:10px 10px 10px 40px;box-shadow:4px 10px 4px gray}
.vertical-media-list  {width:40px;height:300px;overflow-y:auto;display:table-cell;padding:5px;}
.mediaListBox  {width:600px;height:80px;overflow:auto;display:table-cell;padding:10px;float:left;}
.mediaListBox > img,video {border:thin solid black;padding:2px;margin:4px;cursor:move;}
.mediaListBox > img.dragged {background-color:lightgrey;}
.mediaDropBox {border:thin solid black;height:20px;width:140px;margin-top:10px;border-radius:5px;padding:4px;-moz-border-radius:10px 10px 10px 10px;margin-left:25px;}
.mediaDropBox > p {display:table-cell;vertical-align:middle;text-align:center;color:red;width:100%;}
.invisible {display:none;}
.visible {visibility: visible;}
.collapse {visibility: collapse;}
.hidden {visibility: hidden;}
/* new buttons */
span.button{
border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;cursor:pointer;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}
span.button_disabled{
	border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;cursor:pointer;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
	opacity:.3;
}
span.button:hover{
 border:1px solid #5ca6c4;
 background-color: #82bbd1; background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
 background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
 background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
 background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
 background-image: -o-linear-gradient(top, #82bbd1, #193b61);
 background-image: linear-gradient(to bottom, #82bbd1, #193b61);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}
span.green-button{
border:1px solid #34740e; -webkit-border-radius:3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold;color:#FFFFFF;cursor:pointer;background-color:#45ba64; 
background-image: -webkit-gradient(linear,left top,left bottom,from(#45ba64),to(#008c00));
 background-image: -webkit-linear-gradient(top, #45ba64, #008c00);
 background-image: -moz-linear-gradient(top, #45ba64, #008c00);
 background-image: -ms-linear-gradient(top, #45ba64, #008c00);
 background-image: -o-linear-gradient(top, #45ba64, #008c00);
 background-image: linear-gradient(to bottom, #45ba64, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45ba64, endColorstr=#008c00);
}
span.green-button_disabled{
	border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;cursor:pointer;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
	opacity:.3;
}
span.green-button:hover{
 border:1px solid #224b09;
 background-color:#36780f;background-image: -webkit-gradient(linear,left top,left bottom,from(#36780f),to(#005900));
 background-image: -webkit-linear-gradient(top,#36780f,#005900);
 background-image: -moz-linear-gradient(top,#36780f,#005900);
 background-image: -ms-linear-gradient(top,#36780f,#005900);
 background-image: -o-linear-gradient(top,#36780f,#005900);
 background-image: linear-gradient(to bottom, #36780f, #005900);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f,endColorstr=#005900);
}
.approve {color:white;background-color:#009933;}
.reject {color:white;background-color:#F00;}
.edit {color:white;background-color:#2A00FF;}
.submit {background-color: #3E7A41;color: #FFFFFF;}
.delete {color: #FFFFFF;background-color: #F00000;}
.error-input {border-color:#FF4F4F;}
.hList li { display:inline;list-style-type: none;padding-right:20px;color:#0070BA;text-decoration:underline;}
.hList li:hover { font-size:1.2em;font-weight:700;text-decoration:none;}
.navmenuicons li {list-style-type:none;text-align:center;margin:0px;padding:0px;font-size:0px;vertical-align:top;}
.navmenuicons li img {padding:0px;border:none;margin:0px;position:relative;top:-20px;}
.rounded-label {border-radius:1em 0em 0em 1em;padding:4px; border-color:#0070BA; -moz-border-radius:1em 0em 0em 1em;}
.rounded {border-radius:10px;padding:6px;-moz-border-radius:10px 10px 10px 10px;border:solid 2px #DADADA;}
.rounded-blue {border:3px solid #0098DA;border-radius:10px;padding:4px;-moz-border-radius:10px 10px 10px 10px;}
.shadow {box-shadow:7px 8px 5px 3px gray;}
.blue-back {background-color:#0098DA;}
.white {color:#FFFFFF;}
.red {color:rgb(255,0,0);}
.small-red {color:rgb(255,0,0);font-size:12px;}
.white-bold {color:#FFFFFF;font-weight:bold;}
.rowlabel {padding-left: 10px;padding-right:10px;font-size:14pt;vertical-align:middle;text-align:center;font-family: Verdana;}
#tblDisplays >tbody >tr >td {text-align:center;vertical-align:middle;}
/*#tblPending >tbody >tr >td {text-align:center;vertical-align:middle;}*/
.box {border: 2px solid black;vertical-align:middle;display:table-cell;padding:5px;width:165px;}
.small-box {border: 2px solid black;vertical-align:middle;display:table-cell;padding:5px;width:100px;}
.new-small-box{border:2px solid black;vertical-align:middle;display:table-cell;padding:10px 15px;width:150px;text-align:left;}
.advanced-box {border:2px solid black;vertical-align:middle;display:table-cell;padding:10px 15px;text-align:left;}
.large-box {
	border: 2px solid black;
	vertical-align: top;
	display: table-cell;
	padding: 5px;
	width: 300px;
	text-align: left;
}

.light-box {border:1px solid black;}
.back-white {background-color:#FFFFFF;}
.center-middle {vertical-align:middle;text-align:center;}

#tabmenu {
	padding-left: 215px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 0;
	margin: 0;
	/*width: 750px;*/
}
/*#tabmenu img {position:relative;bottom:-14px;}*/

#tabmenu2 {
	padding-left: 225px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 0;
	margin: 0;width:625px;
}
.uf-container2 {
	display: table;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width:1100px;
	vertical-align: top;
	text-align: left;
}
.topnavmenu2 {display:table-cell;vertical-align:bottom;position:relative;bottom:-15px;}
.topnavmenu2 ul {list-style-type:none;text-align:center;vertical-align:bottom;}
.topnavmenu2 ul li {display:inline;color:rgb(0,204,255);}
.topnavmenu2 ul li a {padding-right: 0.1em;color: rgb(0,102,255);font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;font-size: 11px;}
/* pop ups */
.popup-title-bar {
	background-color: #372BD5;
	color: #FFFFFF;
	font-family: Tahoma,Geneva,sans-serif;
	font-weight: 800;
	font-size: 12pt;
	padding: 5px;
}

/* landing */
.navmenu {width:200px;text-align:center;}
.navmenu ol {list-style-type:none;}
.navmenu li {background-image:url('../users/icons/block.png');background-repeat:no-repeat;padding-bottom:10px;font-size:11pt;text-align:center;cursor:pointer;font-family:Tahoma,Geneva,sans-serif}
.navmenu li:hover {text-shadow: 5px 5px 5px #D4DF00;}
.icon-label {font-size:16px;color:rgb(0,0,0);font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-weight:bold;}
.icon-label:hover {cursor:default;}
.background {background-image:url(images/HomeBackground.png);background-attachment:fixed;background-repeat:no-repeat;background-position:right top;}
.label1 {font-size:12pt;font-family:"Myriad Web Pro";color:#9D9D9D;}
.label2 {font-size:12pt;font-family:"Myriad Web Pro";color:#C3C3C3;}
.label3 {font-size:40px;font-family:"Myriad Web Pro";color:#000000;font-weight:900;}
.label4 {font-size:18px;font-family:"Myriad Web Pro";color:#535353;font-weight:500;}
.label5 {font-size:24px;font-family:"Myriad Web Pro";color:#000000;font-weight:900;}

.sup-small {font-size:12px;}
a.small-10 {font-size:10px;}
.round-frame {position:absolute;top:10px;left:20px;width:800px;}

/* users */
.nav-button-anchor {margin:0px;padding:0px;cursor:pointer;text-decoration:none;}
.top-menu {color:#0066FF;float:right;cursor:pointer;}

/* new requests */

.input-label {font-family:"Myriad Web Pro",Arial,Helvetica,sans-serif;font-size:12pt;font-weight:600;padding-left:15px;/*border:thin inset #DEE1E7;border-radius: 1em 1em 1em 1em;  background-color: #DEE1E7;*/}
#basePointsBox label ,#infinityPointsBox label{padding-left:10px;padding-right:10px;font-size:12pt;vertical-align:middle;text-align:center;color:#CACF0E;font-family:Verdana;}
.small-help {height:20px;width:20px;vertical-align:middle;}

/* login */
#email{width:200px;}
#password{width:200px;}
.input-labels{text-align:right;vertical-align:middle;width:200px;margin-bottom:10px;}
.forgot-login{font-size:7pt;font-family:Arial,Gadget,sans-serif;}

/* graphic design approval */
.text-box{border:thin solid black;padding:5px 10px 5px 10px;resize:none;}
.points-label {font-family:Tahoma;font-size:10pt;font-weight:600;padding-right:5px;width:150px;}

/* create new schedule */
.displayListBox  {width:105px;height:300px;overflow:auto;float:left}
.displayListBox > img {border:thin solid black;padding:2px;margin:4px;}
.blue {background-color:rgb(0,153,255);}
#bdyCGR > p,label,span {font-family:"Myriad Web Pro",Arial,Helvetica,sans-serif;font-size:14pt;}

/* view existing schedules */
#bdyES > span {font-family:"Myriad Web Pro",Arial,Helvetica,sans-serif;font-size:7pt;}
.small-row {display:table-row;height:100%;}
.small-cell {display:table-cell;vertical-align:middle;}
.table-header {background-image: url(../users/i/gridHeaderCellBackground.png);}
.table-header > th {padding:4px;}

/* password */
#bdyPW input[type=email] {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:12px;height:20px;width:300px;}
.pad-left {padding-left:30px;}
.pad-left-10 {padding-left:10px;}
.mar-left-small {margin-left:10px}
.pad-right {padding-right:30px;}
.small-pad-bottom {padding-bottom:20px;}
.small-pad-right {padding-right:5px;}
#bdyPW button {margin-top:50px;}
/*#bdyPW > p,label,span {font-family:"Myriad Web Pro",Arial,Helvetica,sans-serif;font-size:12pt;width:100px;} */

.label-cell {
	padding-top: 5px;
	padding-bottom: 5px;
	display: table-cell;
	width: 150px;
	text-align: right;
	padding-right: 15px;
}
.lc {padding-top:5px;padding-bottom:5px;display:table-cell;width:150px;padding-right:15px;}
.lc2 {padding-top:5px;padding-bottom:5px;display:table-cell;width:250px;text-align:right;padding-right:15px;}
.af-label-cell {padding-top:5px;padding-bottom:5px;display:table-cell;width:100px;text-align:right;padding-right:15px;}
/* account overview */
.popup-link {color:rgb(0,102,255);font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;}
.popup-link:hover {cursor:pointer;}
.popup-link:click {color:#7F5FAA;}

/* account detail */
label.info {font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:10pt;width:500px;padding-left:15px;}
.pad-top {padding-top:20px;}
.pad-left {padding-left:40px;}
.pad-bottom {padding-bottom:10px;}
.mar-bottom {margin-bottom:10px;}
/* feedback */
#f-info {position:absolute;top:20px;left:10px;}

/* My Points */
.points-info {position:absolute;top:20px;left:40px;}

/* navigation */
div.tab {display:table-cell;border: 3px solid #0098DA;border-radius:10px;padding:4px;-moz-border-radius:10px 10px 10px 10px;
		background-color:#0098DA;box-shadow:4px 5px 4px gray;text-align:center;height:75px;}

/* new css since old blows */
#frame {border-style:none;width:100%;height:100%;margin:0px;padding-top:15px;}
.c-frame {
	border-style: none;
	width: 1280px;
	height: 700px;
	margin: 0px;
	padding-top: 15px;
}
.point-image {margin-top:20px;margin-left:10px;}



.lib-field {height:40px;text-align:center;padding:10px;}

/* account */

.greeting-label {font-size:16px;font-weight:600;}
.member-label {font-size:14px;}
.message-label {font-size:12px;padding-left:15px;}
.message-label2 {padding-left:15px;}
.bolder {font-weight:600;}
.label-link {font-family: 'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,Sans-serif;color:rgb(51,51,51);font-weight:bold;font-size:14px;}
.ll-link {font-family: 'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,Sans-serif;font-weight:bold;font-size:14px;}
.row-label {display:table-cell;text-align:right;margin-bottom:0;width:150px;}
.ao-row-details {font-size:12px;padding-left:10px;display:table-cell;margin-bottom:0;}
.ad-row-label {
	display: table-cell;
	text-align: right;
	margin-bottom: 0;
	width: 150px;
	padding-bottom: 10px;
	font-size: 12px;
	padding-right: 10px;
}
.ad-row-label-left {
	display: table-cell;
	margin-bottom: 0;
	width: 150px;
	padding-bottom: 10px;
	font-size: 12px;
	padding-right: 10px;
}
.ac-row-label {
	display: table-cell;
	text-align: right;
	margin-bottom: 0;
	width: 100px;
	padding-bottom: 10px;
	font-size: 12px;
	padding-right: 10px;
	font-weight: bolder;
}
.ad-row-info {display:table-cell;margin-left:10px;padding-bottom:7px;}
.ad-row-cell,.ac-row-cell {padding-bottom:10px;width:150px;}
.ad-row-input,.ac-row-input {width:200px;}
.ad-row-input-small {width:40px;}
.save-row {display:table-cell;text-align:right;width:800px;}
.af-save-row {display:table-cell;text-align:right;padding-top:20px;float:right;width:100%;}
.ds-data-cell {display:table-cell;padding-left:10px;width:100px;}
.frame-cell {
	height: 900px;
	width: 800px;
	display: table-cell;
}
.frame-cell-large {height:700px;width:900px;display:table-cell;}
.ds-label-cell {padding-bottom:4px;display:table-cell;width:50px;text-align:right;padding-right:10px;}
.ds-input {width:200px;}
div.background-rounded-frame {
    border-radius: 10px;
    padding: 20px;
    -moz-border-radius: 10px 10px 10px 10px;
    border: solid 2px #DADADA;
    position: absolute;
    top: 5px;
    left: 5px;
    -moz-box-shadow: 0px 0px 20px 5px #EAEAEA;
    -webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;
    box-shadow: 0px 0px 20px 5px #EAEAEA;
    text-align: left;
}
.rounded-frame {
    border-radius: 10px;
    padding: 20px;
    -moz-border-radius: 10px 10px 10px 10px;
    border: solid 2px #DADADA;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 800px;
    -moz-box-shadow: 0px 0px 20px 5px #EAEAEA;
    -webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;
    box-shadow: 0px 0px 20px 5px #EAEAEA;
    text-align: left;
}
div.rf {
	border-radius: 10px;
	padding: 20px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: solid 2px #DADADA;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 800px;
	-moz-box-shadow: 0px 0px 20px 5px #EAEAEA;
	-webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;
	box-shadow: 0px 0px 20px 5px #EAEAEA;
	text-align: left;
}
.doodle-rounded-frame {
	border-radius: 10px;
	padding: 20px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: solid 2px #DADADA;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 780px;
	height: 780px;
	-moz-box-shadow: 0px 0px 20px 5px #EAEAEA;
	-webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;
	box-shadow: 0px 0px 20px 5px #EAEAEA;
	text-align: left;
}
.s-rounded-frame {
	border-radius: 10px;
	padding: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: solid 2px #DADADA;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 900px;
	-moz-box-shadow: 0px 0px 20px 5px #EAEAEA;
	-webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;
	box-shadow: 0px 0px 20px 5px #EAEAEA;
	text-align: left;
}
.c-rounded-frame {
	border-radius: 10px;
	padding: 20px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: solid 2px #DADADA;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 1110px;
	-moz-box-shadow: 0px 0px 20px 5px #EAEAEA;
	-webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;
	box-shadow: 0px 0px 20px 5px #EAEAEA;
	text-align: left;
}
.rounded-popup-frame {
	border-radius: 10px;
	padding: 20px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: solid 2px #DADADA;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 900px;
	-moz-box-shadow: 0px 0px 20px 5px #EAEAEA;
	-webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;
	box-shadow: 0px 0px 20px 5px #EAEAEA;
	height: 900px;
	text-align: left;
}
.surround-margin {margin:5px;}
.el-label-cell {display:table-cell;padding-right:5px;text-align:right;width:50px;padding-left:5px;}
.lm-label-cell {display:table-cell;padding-right:5px;text-align:right;width:100px;padding-left:5px;}
.el-select-cell {padding-right:10px;width:200px;display:table-cell;padding-left:5px;}
.cgr-label-cell {padding-left:15px;padding-top:5px;display:table-cell;text-align:left;padding-bottom:5px;}
.cgr-text-input {font-family:'Myriad Web Pro',Arial,Helvetica,Sans-serif;font-size:16px;font-weight:400;resize:none;}
.rounded-preview-frame {border-radius:10px;padding:10px;-moz-border-radius:10px 10px 10px 10px;border:1px solid #d0d0bf;margin-left:200px;
	-moz-box-shadow: 0px 0px 20px 5px #EAEAEA;-webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;box-shadow: 0px 0px 20px 5px #EAEAEA;}
.es-preview-cell {display:table-cell;padding-left:200px;height:155px;}
.es-preview {background-color:#000000;width:300px;height:150px;margin:10px;}
.es-preview-button-cell {display:table-cell;vertical-align:middle;padding-left:15px;}
.es-display-name {
	display: table-cell;
	padding-left: 200px;
	vertical-align: top
}
.es-display-name > label {font-family:'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,Sans-serif;font-weight:bold;font-size:14px;margin-top:0;padding:0;}
.cgr-time-spinner {font-size:15px;width:50px;height:13px;vertical-align:top;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;}
.cgr-button {width:81px;height:25px;text-align:center;vertical-align:middle;}
/*.bc-button {width:95px;height:25px;text-align:center;vertical-align:middle;border-radius:2px;padding:2px;}*/
.bc-button {
	width: 95px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.el-button,.ns-button {height:25px;}
.media-button {
	height: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 75px;
}
.media-delete-button {height:25px;width:75px;margin-right:10px;margin-bottom:10px;background-color:#FF0000;color:white;}
.um-button {height:25px;width:81px;text-align:center;margin-bottom:5px;}
.ds-select {width:110px;}
/*.rounded-frame {border-radius:10px;padding:20px;-moz-border-radius:10px 10px 10px 10px;border:solid 2px #DADADA;position:absolute;top:10px;left:15px;width:800px;}*/
.rounded-frame-small {border-radius:10px;padding:20px;-moz-border-radius:10px 10px 10px 10px;border:solid 2px #DADADA;width:800px;}
.pref-pwd-input {width:150px;margin-right:35px;padding-left:5px;}
.pref-pwd-label {width:150px;text-align:right;padding-top:10px;padding-right:20px;display:table-cell;}
.med-input {width:200px;padding-left:10px;}
.topnavmenu {display:table-cell;vertical-align:bottom;position:relative;bottom:-15px;}
.topnavmenu ul {list-style-type:none;text-align:left;vertical-align:bottom;}
.topnavmenu ul li {display:inline;color:rgb(0,204,255);}
.topnavmenu ul li a {padding-right: 0.1em;color: rgb(0,102,255);font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;font-size: 11px;}
.logout-link {font-size:12px;font-weight:300;color:rgb(0,102,255);}
.logout-link-label {font-size:12px;}
.upgrade-link-label {font-size:12px;margin-left:10px;}
.upgrade-link {font-size:12px;font-weight:300;color:rgb(0,153,255);}
.pref-len-input {width:50px;}
.fp-small-label {font-size:8pt;font-style:italic;padding-left:25px;}
.ad-small-label,.ac-small-label {font-size:8pt;font-style:italic;padding-left:5px;}
.fp-e-label {padding-left:30px;}
.fp-label {padding-left:10px;}
.fed-sel {height:25px;}
.pkg-cell {display:table-cell;width:300px;padding:20px;text-align:right;}
.cell-pkg {display:table-cell;text-align:left;width:190px;padding:20px;}
.pkg-cell label {font-size:10px;font-weight:bold;padding-right:5px;}
.pkg-cell span {font-size:10px;}
.spkg-cell {display:table-cell;width:400px;padding:5px;text-align:right;}
.spkg-cell label {font-size:10px;font-weight:bold;padding-right:5px;}
.spkg-cell span {font-size:10px;}
.date-format-label {font-size:10px;font-style:italic;}
.sch-status-label {-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.status-img {margin-top:5px;padding:0;}
#advanced-cell {padding-left:30px;}
.input-order-box {width:25px;}
.folder-icon {height:50px;width:50px;padding-left:15px;padding-right:15px;}
.folder-name {font-size:10px;padding:0px;width:70px;}
.blank-folder-cell {
	/*display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	display: none;
}
.folder-cell {display:table-cell;vertical-align:middle;text-align:center;}
/*.blank-cell {display:table-cell;vertical-align:middle;text-align:center;visibility:collapse;}*/
.blank-cell {vertical-align:middle;text-align:center;display:none;}
.el-image {height:60px;width:60px;border:1px solid #d0d0bf;cursor:pointer;}
.el-video {height:60px;width:60px;border:1px solid #d0d0bf;cursor:pointer;/*position:relative;bottom:-5px;left:-5px;*/margin:0px;padding:0px;}
.media-cell {display:table-cell;height:80px;width:80px;vertical-align:middle;text-align:center;}

.el-folder-selected {border:1px solid black;}
.gd-row {
	display: table-cell;
	padding-right: 5px;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	width: 125px;
}
.nr-row {
	display: table-cell;
	padding-right: 5px;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	width: 150px;
}
.gd-button {height:25px;width:81px;text-align:center;margin-bottom:5px;margin-right:20px;}
.rs-invisible-cell {display:table-cell;visibility:hidden;width:300px;}
.rs-label {margin-right:10px;}
.rs-save-row {display:table-cell;text-align:right;width:300px;padding-right:40px;}
.img-right-menu {display:none;}
.lib-input {padding-right:5px;margin-left:10px;}
.ns-top-label,.es-top-label {font-weight:bold;font-size:14pt;}
.uf-logo-img {
	height: 80px;
	width: 206px;
}
.uf-rule-line {border:0;height:5px;margin:0px;padding:0px;width:100%;}
.uf-container {
	display: table;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	vertical-align: top;
	width: 1100px;
	text-align: left;
}
.topmenu-container {
	display: table;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: -15px;*/
	padding: 0;
	vertical-align: bottom;
	width: 1100px;
	text-align: left;
}
.topmenu-link-container {
	display: table-cell;
	float:right;
	margin-bottom: -25px;
}
.cf-container {
	display: table;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	vertical-align: top;
	width: 1280px;
	text-align: left;
}
div.cf {display: table;max-width: 1280px;margin-left: 30px;margin-right: auto;padding: 0;vertical-align: top;text-align: left;}
.es-media-box-row {width:600px;overflow:auto;height:100px;vertical-align:middle;}
.es-selected {cursor:pointer;height:50px;width:100px;border:1px solid #d0d0bf;}
div.hidden-row {display:table-row;width:100%;height:100%;display:none;}
div.mc-cell {display:table-cell;width:100px;text-align:center;vertical-align:middle;}
select.mc-select {width:100px;}
fieldset.mc-fieldset {width: 500px;height:200px;max-height:200px;margin-right:10px;margin-left:10px;padding-top:10px;padding-left:10px;}
div.zero-cell {display:table-cell;width:0px;}
div.condition-box {
	width: 600px;
	height: 180px;
	overflow-y: auto;
	text-align: left;
}
label.selected,br.selected {background-color:#559FFF;}
span.script {font-family:"Freestyle Script";font-size:30px;}
fieldset.target {border-color:red;}
label.panel-title {font-size:25px;color:white;}
p.alert-text {font-size:12px;}
image.small-preview {height:50px;width:80px;}
div.cgr-upload-box {resize:none;overflow-y:auto;height:60px;border:1px solid black;}
div.pr-upload-box {resize:none;height:60px;border:1px solid black;width:100px;}
.af-input-cell {width:200px;}
.error-message {font-size:12px;color:red;}
label.box-label {
	font-size: 1.2em;
	font-weight: bolder;
	padding-left: 20px;
}
input.constraint-item {padding-right:5px;padding-left:5px;}
input.constraint-text {font-size:.7em;}
.no-close .ui-dialog-titlebar-close {display: none;}
.gd-row-label {width: 50px;}
.nr-row-label {width:100px;}
.gd-references-box {max-width:150px;font-size:9pt;}
.as-label-box {display:table-cell;text-align:right;padding-right:5px;}
.ad-span {padding-left:5px;padding-right:5px;}
.d-nr-button {
	width: 100px;
	margin-left: 40px;
}
.nr-row-top {display: table-cell;padding-right: 5px;text-align: right;font-size: 12pt;font-weight: bold;width: 150px;vertical-align:top;}
.pad-right-15 {margin-right:15px;}
.pad-right-5 {padding-right:5px;}
input.nav-button {width:200px;height:100px;}
.nr-field {resize:none;}
.value-select {width:200px;}
.s-ed-fieldset {padding:10px;}
.s-ed-fieldset2 {padding:10px;width:380px;}
.outline-text {color:white;text-align:center;margin:0;padding:0;vertical-align:middle;-webkit-text-stroke: 1px black;text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;}
input.small-button {
	font-size: 10px;
	width: 50px;
}
td.small-label{font-size:9pt;text-align:center;vertical-align:bottom;}
label.small-label{font-size:12pt;}
.survey-text {
	font-size: 14pt;
	text-align: left;
}
td.survey-radio {width:45px;}
div.info-label {width:125px;font-size:12pt;display:table-cell;}
div.info-cell {font-size:12pt;display:table-cell;width:100%;}
label.h1 {font-size:20px;font-weight:bold;}
label.h2 {font-size:18px;font-weight:bold;}
small-text {font-size:8pt;font-weight:bold;}
.no-close .ui-dialog-titlebar-close {display:none;}
div.data-label {width:160px;text-align:right;display:table-cell;vertical-align:bottom;}
img.disabled,input.disabled,a.disabled {opacity:0.3;}
fieldset.fpo {padding-left:20px;padding-right:20px;}
input.initials {width:40px;}
span.small,a.small,input.small,li.small {font-size:12px;}
span.small-bi {font-size:12px;font-weight:bold;font-style:italic;}
span.small-15 {font-size:15px;}
span.ms {font-size:14px;}
input.ms {width:75px;font-size:14px;}
fieldset.op-5,op-2 {opacity:0.2;}
input.cb {width:150px;}
input.cd {width:200px;}
img.smp {height:43px;width:101px;}
label.underline {text-decoration:underline;}
.ml-25 {margin-left:25px;}
a:link {color:#000;}
a.visited {color:#800080;}
a.hover {color:#09C;}
button.i {background-image:url("../icons/save.png");height:22px;width:100px;border:none;}
button.i:disabled {background-image:url("../icons/save.png");height:22px;width:100px;border:none;opacity:0.2;}
button.i:hover {background-image:url("../icons/save_over.png");height:22px;width:100px;border:none;}
button.continue {background-image:url("../users/buttons/BTNcontinue.png");border:none;height:35px;width:120px;}
button.continue:hover {background-image:url("../users/buttons/BTNcontinue_over.png");height:35px;width:120px;border:none;}
button.continue:disabled {background-image:url("../users/buttons/BTNcontinue_disabled.png");height:35px;width:120px;border:none;}
button.adduser {background-image:url("../users/buttons/BTNnewuser.png");height:35px;width:120px;border:none;}
button.adduser:hover {background-image:url("../users/buttons/BTNnewuser_over.png");height:35px;width:120px;border:none;}
button.edituser {background-image:url("../users/buttons/BTNedituser.png");height:35px;width:120px;border:none;}
button.edituser:disabled {background-image:url("../users/buttons/BTNedituser_disabled.png");height:35px;width:120px;border:none;}
button.edituser:hover {background-image:url("../users/buttons/BTNedituser_over.png");height:35px;width:120px;border:none;}
button.deleteuser {background-image:url("../users/buttons/BTNdeleteuser.png");height:35px;width:120px;border:none;}
button.deleteuser:disabled {background-image:url("../users/buttons/BTNdeleteuser_disabled.png");height:35px;width:120px;border:none;}
button.deleteuser:hover {background-image:url("../users/buttons/BTNdeleteuser_over.png");height:35px;width:120px;border:none;}
button.back {background-image:url("../users/buttons/BTNback.png");height:35px;width:120px;border:none;}
button.back:hover {background-image:url("../users/buttons/BTNback_over.png");height:35px;width:120px;border:none;}
button.back:disabled {background-image:url("../users/buttons/BTNback_disabled.png");height:35px;width:120px;border:none;}
button.purchase {background-image:url("../users/buttons/BTNpurchase.png");height:35px;width:120px;border:none;}
button.purchase:hover {background-image:url("../users/buttons/BTNpurchase_over.png");height:35px;width:120px;border:none;}
button.purchase:disabled {background-image:url("../users/buttons/BTNpurchase_disabled.png");height:35px;width:120px;border:none;}
button.purchasepoints {background-image:url("../users/buttons/BTNpurchasepoints.png");height:35px;width:120px;border:none;}
button.purchasepoints:hover {background-image:url("../users/buttons/BTNpurchasepoints_over.png");height:35px;width:120px;border:none;}
button.purchasepoints:disabled {background-image:url("../users/buttons/BTNpurchasepoints_disabled.png");height:35px;width:120px;border:none;}
button.submit {background-image:url("../users/buttons/BTNsubmit.png");height:35px;width:120px;border:none;}
button.submit:hover {background-image:url("../users/buttons/BTNsubmit_over.png");height:35px;width:120px;border:none;}
button.submit:disabled {background-image:url("../users/buttons/BTNsubmit_disabled.png");height:35px;width:120px;border:none;}
button.campaignmanagement {background-image:url(buttons/BTNcampaignmgt.png);height:40px;width:40px;border:none;background-color:#ffffff;}
button.campaignmanagement:hover {background-image:url(buttons/BTNcampaignmgt_over.png);height:40px;width:40px;border:none;}
button.campaignmanagement:disabled {background-image:url(buttons/BTNcampaignmgt_disabled.png);height:40px;width:40px;border:none;}
button.inventorymanagement {background-image:url(buttons/BTNinventorymgt.png);height:40px;width:40px;border:none;background-color:#ffffff;}
button.inventorymanagement:hover {background-image:url(buttons/BTNinventorymgt_over.png);height:40px;width:40px;border:none;}
button.inventorymanagement:disabled {background-image:url(buttons/BTNinventorymgt_disabled.png);height:40px;width:40px;border:none;}
button.productmanagement {background-image:url(buttons/BTNproductmgt.png);height:40px;width:40px;border:none;background-color:#ffffff;}
button.productmanagement:hover {background-image:url(buttons/BTNproductmgt_over.png);height:40px;width:40px;border:none;}
button.productmanagement:disabled {background-image:url(buttons/BTNproductmgt_disabled.png);height:40px;width:40px;border:none;}
button.reporting {background-image:url(buttons/BTNreporting.png);height:40px;width:40px;border:none;background-color:#ffffff;}
button.reporting:hover {background-image:url(buttons/BTNreporting_over.png);height:40px;width:40px;border:none;}
button.reporting:disabled {background-image:url(buttons/BTNreporting_disabled.png);height:40px;width:40px;border:none;}
button.acceptall {background-image:url("../users/buttons/BTNacceptall.png");height:29px;width:100px;border:none;background-color:#ffffff;}
button.acceptall:hover {background-image:url("../users/buttons/BTNacceptall_over.png");height:29px;width:100px;border:none;}
button.acceptall:disabled {background-image:url("../users/buttons/BTNacceptall_disabled.png");height:29px;width:100px;border:none;}
.moveleft {background-image:url("../icons/BTNmove_left.png");height:30px;width:26px;border:none;background-color:#ffffff;}
.moveright {background-image:url("../icons/BTNmove_right.png");height:30px;width:26px;border:none;background-color:#ffffff;}
input.ccv {width:50px;}
fieldset.bi {padding:10px;}
div.cgr-cell {width:550px;text-align:right;}
.tborder1 {border:1px solid gray;}
fieldset.mp {width:400px;height:210px;}
label.small {font-size:12px;}
div.chart {width:800px;height:500px;margin:5px auto 0px auto;}
div.mediabox {width:400px;height:105px;overflow-x:auto;}
input.nm {width:325px;}
div.vmb {width:200px;overflow-x:auto;}
img.small-img {width:50px;height:50px;}
img.spinner {height:40px;width:40px;}
op-2 {opacity:0.2;}
fieldset.bi {width:450px;padding:10px;}
.hlink {color:rgb(0,102,255) !important;font-size:18px;font-weight:bold;}
.tlink {color:rgb(0,102,255) !important;font-size:14px;font-weight:bold;}
.toslink {color:rgb(0,102,255) !important;}
.vul {list-style-type:none;text-align:center;vertical-align:bottom;}
.vul li {display:inline;color:rgb(0,204,255);}
.vul li a {padding-right: 0.1em;color: rgb(0,102,255);font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;font-size: 11px;}
.prog {height:20px;width:200px;}
.ns-rounded-frame {
	border-radius: 10px;
	padding: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: solid 2px #DADADA;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 800px;
	-moz-box-shadow: 0px 0px 20px 5px #EAEAEA;
	-webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;
	box-shadow: 0px 0px 20px 5px #EAEAEA;
	text-align: left;
}
.nsmediaListBox  {width:670px;height:90px;overflow:auto;display:table-cell;padding:10px;float:left;}
.nsmediaListBox > img,video {border:thin solid black;padding:2px;margin:4px;cursor:move;}
.nsmediaListBox > img.dragged {background-color:lightgrey;}
.nsfolderListBox  {width:450px;height:90px;overflow:auto;display:table-cell;padding:10px;float:left;}
.nsfolderListBox > img,video {border:thin solid black;padding:2px;margin:4px;cursor:move;}
.nsfolderListBox > img.dragged {background-color:lightgrey;}
.nsfolderList {width:200px;height:95px !important;overflow-y:scroll;vertical-align:top;padding-left:10px;overflow-x:none;}
.ns-folder-icon {height:30px;width:30px;vertical-align:bottom;}
.ds-label-cell {padding-top:5px;padding-bottom:5px;display:table-cell;text-align:right;width:120px;}
.ds-label-cell2 {padding-top:5px;padding-bottom:5px;display:table-cell;text-align:right;width:160px;}
fieldset.ds-info {padding:5px;}
div.ds-rounded-frame {border-radius:10px;padding:10px;-moz-border-radius:10px 10px 10px 10px;border:solid 2px #DADADA;position:absolute;top:5px;
	left:5px;width:800px;-moz-box-shadow:0px 0px 20px 5px #EAEAEA;-webkit-box-shadow:0px 0px 20px 5px #EAEAEA;box-shadow:0px 0px 20px 5px #EAEAEA;
	text-align:left;}
fieldset.ns-target {width:700px;}
.folder-row {display:table-row;text-align:left;}
.nsfolderName {font-size:10px;padding:0px;width:150px;}
input.ns-action {height:25px;width:100px;padding-left:5px;padding-right:5px;}
input.ns-icon {height:25px;width:25px;padding-left:5px;padding-right:5px;}
input.ns-smallicon {height:20px;width:20px;padding-right:5px;margin-left:-5px;}
input.el-action {height:25px;width:100px;padding-left:5px;padding-right:5px;}
input.ns-move {height:25px;width:25px;padding-left:5px;padding-right:5px;}
select.ns-small,span.ns-small,textarea.ns-small {font-size:.7em !important;}
fieldset.ns-media {padding:10px;height:72px;}
div.ns-tabs {height:650px;width: 98%;}
input.ds-smallbox {width:75px;padding-left:5px;padding-right:5px;}
.elmediaListBox  {width:560px !important;height:280px;overflow-y:scroll;padding:10px;float:left;overflow-x:none;}
.elmediaListBox > img,video {border:thin solid black;padding:2px;margin:4px;cursor:move;}
.elmediaListBox > img.dragged {background-color:lightgrey;}
.elfolderList {width:200px;height:280px !important;overflow-y:scroll;vertical-align:top;padding-left:10px;overflow-x:none;}
div.ngr-cell {vertical-align:bottom;text-align:right;display:table-cell;padding-bottom:20px;}
div.ngr-cell2 {text-align:center;vertical-align:middle;width:700px;min-height:80px;}
input.ngr-icon {width:15px;height:15px;}
input.ngr-webs {width:250px;margin-left:5px;}
input.cr-grid {width:75px;}
input.el-icon {vertical-align:bottom;}
input.conductor-tab,input.user-tab,input.constructor-tab {height:30px;width:150px;margin-bottom:-20px;margin-right:-5px;padding-left:1px;padding-right:1px;}
div.conductor-tabmenu {display:table-cell;vertical-align:bottom;padding-bottom:0;margin:0;}
div.constructor-tabmenu {padding-left:220px;display:table-cell;vertical-align:bottom;padding-bottom:0;margin:0;}
img.finalizer-leftmenu {height:75px;width:150px;}
.pl10 {padding-left:10px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl45 {padding-left:45px;}
span.nsfolderName {vertical-align:text-top;}
.media-box-row {width:800px;overflow:auto;height:100px;vertical-align:middle;}
div.mbr {width:800px;overflow:auto;height:300px;vertical-align:middle;}
img.el-icon2,input.el-icon2 {vertical-align:bottom;height:30px !important;width:30px !important;}

.el-field2 {height:100px;vertical-align:middle;padding-right:15px;padding-top:10px;width:100%;}
.field2 {height:100px;text-align:center;padding-top:10px;width:220px;}
select.s {width:200px;max-width:200px;}
.sprog {height:20px;width:200px;}
select.nu,select.eu,select.c {width:130px;}
select.dg {width:200px;max-width:200px;}
div.up {display:table-cell;vertical-align:top;height:120px;}
input.nv,a.nv {visibility:hidden;}
fieldset.pad10 {padding:10px;}
span.smb {font-size:8pt;font-weight:bold;}
ol.eleft {text-align:left;font-size:.8em;margin-left:60px;}
ol.mleft {text-align:left;font-size:.8em;margin-left:5px;}
fieldset.rt {width:330px;padding:10px;}
fieldset.dr {width:400px;padding:10px;}
div.rpf {border-radius:10px;padding:10px;-moz-border-radius:10px 10px 10px 10px;border:1px solid #d0d0bf;-moz-box-shadow: 0px 0px 20px 5px #EAEAEA;-webkit-box-shadow: 0px 0px 20px 5px #EAEAEA;box-shadow: 0px 0px 20px 5px #EAEAEA;}
input.movie {height:40px;width:40px;}
td.ss,td.es {font-size:8pt;padding:1px 4px 1px 4px;}
span.ds-small {font-size:.9em;}
table.aba {margin-left:200px;}
.shadow2 {border-radius:10px;padding:5px;-moz-border-radius:5px 5px 5px 5px;border:1px solid #d0d0bf;-moz-box-shadow: 0px 0px 5px 5px #EAEAEA;-webkit-box-shadow: 0px 0px 5px 5px #EAEAEA;box-shadow: 0px 0px 5px 5px #EAEAEA;}
fieldset.a400 {width:400px;}
fieldset.a375 {width:375px;}
textarea.noresize {resize:none;}
fieldset.cb {margin-right:10px;margin-left:10px;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;}
div.cb {height:120px;overflow-y:auto;text-align:left;}
img.nsi {height:5px;width:5px;padding-right:10px;}
span.ht {font-size:.8em;}
span.ufh {font-size:10pt;}
label.uft {font-size:12pt;}
a.hl {color:rgb(0,102,255) !important;font-size:11pt;font-weight:bold;}
div.mpllb  {width:300px;height:45px;overflow:hidden;display:table-cell;padding:10px;float:left;}
div.mpllb > img,video {border:thin solid black;padding:2px;margin:4px;cursor:pointer;height:40px;width:40px;}
.apkg-cell {display:table-cell;width:300px;padding:5px;text-align:right;}
.apkg-cell label {font-size:10px;font-weight:bold;padding-right:5px;}
.apkg-cell span {font-size:10px;}
span.mls {margin-left:5px;font-size:.9em;}
a.odP {font-size:.9em;}
ul.tl {text-align:left;vertical-align:top;font-size:.7em;}
div.mbrt {width:700px;overflow:auto;height:300px;vertical-align:top;}
a.pages-link {padding-right:5px;padding-left:5px;}
select.a {max-width:150px;width:150px;}
.media-container {display:table-cell;height:75px;width:110px;vertical-align:middle;text-align:center;}
.elmbx {width:560px !important;height:280px;overflow-y:auto;padding:10px;float:left;overflow-x:none;}
.elmbx > img,video {border:thin solid black;padding:2px;margin:4px;cursor:move;}
.elmbx > img.dragged {background-color:lightgrey;}