#nvac{
  position: relative;
  overflow:visible;
}

#nvac .number {
  position: relative;
  float: left;
  width: 40px;
  height: 55px;
  /*margin: 10px;*/
  text-align:right;
  font-size:40px;
}
#nvac .number .trans {
    width: 100%;
    height: 100%;  
    display: block;
}
#nvac .number span{
    display:none;
}
#nvac.edit .ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}
#nvac.edit .ui-resizable-se {
    width:10px;
    height:10px;
    right: 1px;
    bottom: 1px;
    cursor:se-resize;
}
#nvac.edit .ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}
#nvac.edit .ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

#nvac.edit .number {
  min-width: 20px;
  min-height: 20px;
  border: 1px dashed #F00000;
  cursor: move;
}

#nvac.edit .number span{
  display: block;
  position: absolute;
  top: 5px;
  right:5px;
  background: #fff;
  border:1px solid black;
  font-size: 10px;
  line-height:12px;
  padding:2px;
  width: 12px;
  height:14px;
}
#nvac .active {
  cursor: pointer;
}
  
#nvac .day-content {
  display: none;
  position:absolute;
  top: 10px;   
  left: 10px;
  max-width: 375px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #333;
  text-align: left;
  cursor: default;
  background: url(img/bg_trans.png);
  z-index:2000;
}
#nvac .forbiddenmsg {
  display: none;
  position:absolute;
  top: 10px; 
  left: 10px;
  max-width: 375px;
  min-height:30px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #333;
  text-align: left;
  cursor: default;
  background: url(img/bg_trans.png);
  z-index:2000;
}
#nvac .inactivemsg {
  display: none;
  position:absolute;
  top: 10px; 
  left: 10px;
  max-width: 700px;
  min-height:30px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #333;
  text-align: left;
  cursor: default;
  background: url(img/bg_trans.png);
  z-index:2000;
}
#nvac .day-content-inner {
  overflow: auto;
  max-height: 200px;
  margin-top: 20px;
}
@media (min-width: 768px) {
    #nvac .day-content, #nvac .forbiddenmsg, #nvac .inactivemsg{left: 20px;max-width: 485px;}
    #nvac .day-content-inner {max-height: 300px}
}
@media (min-width: 992px) {
    #nvac .day-content, #nvac .forbiddenmsg, #nvac .inactivemsg{left: 30px;max-width: 645px;}
    #nvac .day-content-inner {max-height: 400px}
}
@media (min-width: 1200px) {
    #nvac .day-content, #nvac .forbiddenmsg, #nvac .inactivemsg{left: 40px;max-width: 700px;}
    #nvac .day-content-inner {max-height: 500px;}    
}



#nvac .day-content .prize {
	clear: both;
}
#nvac .day-content .prize img{
    margin: 0 10px 10px 0;
}


#nvac .forbiddenmsg p{
    padding-top:15px;
}

#nvac .inactivemsg p{
    padding-top:15px;
}


#nvac .day-content-inner h2 {
  margin-top: 0;
}
#nvac .day-content .prize img{
    clear:left;
    float:left;
}
#nvac .close {
  display:block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height:20px;
  line-height:20px;
  cursor: pointer;
}
#nvac .day-content .close:hover {
  text-decoration:none;
}

#nvac .text input {
  width: 500px;
}
#nvac .text input[type="text"]{
    width:95%;
}

#nvac_message {display: none;}

.form_element {
  margin: 10px 0;
  clear: both;
  position:relative;
}
.form_element label.error {
  position: absolute;
  width:auto;
  right: 0px;
  top: 0px;
  text-align: right;
  background: #f00000;
  color: #fff;
  font-size: 10px;
  line-height:10px;
}
.social_button {
  display: block;
  float: left;
  overflow: visible;
  text-align: center;
  margin-top: 20px;
  width: 100px;
}
.fb-comments {
  margin-top: 20px;
  clear: both;
}

.required_msg {
  text-align: right;
  font-style: italic;
}
#nvac .submit {
  padding: 0;
}
#recaptchamsg {font-weight: bold; color: #F00000;}



/* ADMIN */

.daybox h3 {
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 7px 10px;
    white-space: nowrap;
}
.daybox .hint {
    margin: 5px 0 15px;
    padding: 0 0.6em;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;    
    background-color:#adaddc;
    border-color:#000083;
}
.daybox .hint p,
.daybox .info p{
    margin: 0.5em 0;
    padding: 2px;    
}
.floatbox {
  display: block; 
  float: left;
  margin-left: 20px;
  overflow: hidden;
  width:550px;
  min-height:300px;
}

.floatbox.closed {
  min-height:0px;
}
/*#poststuff .floatbox select {
  width: 235px;
  overflow: hidden;
}*/

.prizebox label.first {
	display: inline-block;
	width: 45px;
}

.nvac_submitbox {
  clear: both;
  border: 1px dashed #808080;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

#calendar-view {
  float: left;
}

.cal-info {
  border: 1px dashed #808080;
  padding:10px;
  clear:both;
  margin-top: 20px;
}

.empty {
  color: orange;
  font-style: italic;
}

.clear { clear: both; }


.tabnav {
    margin: 10px 0;
    border-bottom: 1px dashed  #808080;
    position: relative;
    z-index:1;
    float: none;    
}
.tabnav a {
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: -1px;
    padding: 3px 10px;
    text-decoration:none;
    position: relative;
    z-index:10;
    color: #808080;
}
.tabnav a.active {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color:  #808080 #808080 #FFFFFF;
    border-style: dashed dashed solid;
    border-width: 1px;
    color: #464646;
}

.tab { display: none; }

div.checkbox {
  background: transparent;
}
div.checkbox input {
  margin-right: 5px;
}

.clear {
  clear: both;
}