html,body {
width:100%;
height:100%;
margin:0;
padding:0;
}

form {display:inline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clearfix:after, .card:after {
    content: "";
    clear: both;
    display: table;
}


/* Start of own styles */

html {
  height: 100%;
}

body {
	
	font-size: 9pt; 
	font-family: verdana, arial, helvetica;
	

}

a {
  color: #005200;
  text-decoration: none;
}

a:hover {
  color: #1313ED;
}  

.center {
  text-align:center;
}

.head {
  background-color:#bbbbbb;
}

h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.3em;
 }
 
h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.2em;
  color: #FF5800;
 
}

.xover:hover {
  background-color: #000000 !important;
}

.xtd {
  background-color: #eeeeee;
}

.xte {
  background-color: #F35809;
}

.atd {
  background-color: #FED17F;
  font-weight: bold;
}

.sn-wrap {
display: inline-block;
width: 70px;
}

.sn-link {
display: inline-block;
background-color: #3e1a00;
color: white;
border-radius: 4px;
text-align: center;
line-height: 19px;
margin-right: 2px;
width: 15px;
}

.sn-list {
display: inline-block;
background-color: #1A1A1A;
color: white;
border-radius: 4px;
text-align: center;
line-height: 19px;
width: 32px;
margin-right: 2px;
}

.plainsubmit {
  cursor: pointer !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background-color: transparent !important;
  color: #005200 !important;
  font-size:9pt !important;
}

.plainsubmit:hover {
  color: #008000 !important;
}

#header {
	background-color:black;
	width: 100%;
	color: white;
	position: fixed;
	top: 0px;
	margin:0;
	z-index:100;
}

#header .maintitle {
	color: #ADD8E6;
	font-size: 1.7em;
	margin: 0.6em 1em 0.3em 0em;
	font-weight: bold;
}

#footer {
	position: fixed;
	bottom: 0px;
	background-color:black;
	width: 100%;
	color: white;
	min-height: 4em;
	margin: 0;
}

#content {
  /* equal to footer height */
  margin-top: 5em; 
  margin-bottom: 5em;
  margin-left: 1em;
  margin-right: 1em;
  height: 100%;
  z-index: 0;
}

#varlist {
display:none; 
position: absolute; 
z-index:50; 
background-color:#ffffff; 
width: 1198px; 
padding: 0px 10px 10px 10px; 
border:solid 1px black; 
line-height: 1.5em; 
font-size: 10pt; 
color: #008000
}

.midbox {
  
}

.cbox {
  float:left;
  padding: 20px;
  margin-right: 25px;
  background-color:#eeeeee;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  overflow:hidden;
}

.cbox:last-child {
  margin-right: 0px !important;
}

input, select {
  margin-bottom: 5px;
}

input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-left: 0px;
}

input[type=submit] {
  color:white;
  border-radius: 3px;
  padding: 3px 5px 3px 5px;
  font-weight: bold;
  border: 0px;
  background-color: #FF5800;

}

.button {
  color:black;
  border-radius: 3px;
  padding: 3px 5px 3px 5px;
  font-weight: bold;
  border: 0px;
  margin-right: 5px;
}

.button:hover {
  color:white;
}

.space {
  margin-bottom: 10px;
}

.small {
  font-size: 0.8em;
}

.longer {
  width: 490px;
}


.long {
  width: 405px;
}

.mid {
  width: 200px;
}

.short {
  width: 150px;
}

.tiny {
  width: 107px;
}

.smalldrop {
  width: 89px;
}

.micro {
  width:70px;
}

.nano {
  width:55px;
}

.block {
 display:block;
 margin-bottom: 5px;
}

.dist {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.5em;
  margin-right:10px;
}
 
.dist:last-child {
  border-bottom: 0;
}


.req {
  border:solid 1px #FF5800;
}

.email {
  background: url(/img/mail_bg.png) left no-repeat;
}

.password {
  background: url(/img/pass_bg.png) left no-repeat;
  
}

b {
 font-weight:bold;
 }

.left {
  float: left;
}

.right {
  float: right;
}
.orange {
  background-color:#FF5800;
 }

.red {
  background-color:red;
 }


.green {
  background-color:#008800;
 }

.hide {
  display:none;
 } 
 
 
 
.gray {
  background-color:#636363;
 }
 
.white {
  color:white !important;
} 
 
 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 0.72em;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 0.72em;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 0.72em;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 0.72em;
}

fieldset {
  padding: 5px 10px 10px 20px;
  color: #444444;
  border:solid 1px black;
  }
  
fieldset legend {
  padding: 5px 5px 5px 5px;
  font-weight: bold;
}  

.card {
  border:solid 1px #aaaaaa;
  padding: 10px;
  border-top: solid 2em #bbbbbb;
  margin: 15px 0px 10px 0px;
  position:relative;
}

.card b {
  position: absolute;
  top: -1.5em;
  font-weight: bold;
  color: black;
  display:block;

}

.card i {
  font-size: 0.8em;
  display: block;
  margin: 5px 0px 0px 0px;
}

.classcard {
  border:solid 1px #aaaaaa;
  padding: 5px;
  border-top: solid 60px #834A22;
  margin: 0px 10px 10px 0px;
  position:relative;
  width: 120px;
  height: 60px;
  text-align: center;
}

.classcard b {
  position: absolute;
  bottom: 76px;
  left: 5px;
  font-weight: bold;
  color: white;
  display:block;
  font-size: 1.2em;
  z-index:100;

}

.classcard sup {
  position: absolute;
  bottom: 55px;
  right: 5px;
  font-weight: bold;
  color: #FF5800;
  display:block;
  font-size: 0.7em;
}

.classcard i {
  font-weight: bold;
  color: #FF5800;
  font-size: 1.6em;
}


.eventcard {
  float: left;
  border:solid 1px #CCCCCC;
  padding: 0px;
  margin-right: 2em;
  margin-top: 1em;
  width: 200px;
}

.eventcard:last-child {
  margin-right: 0 !important;
}

.eventcard .ec_head {
  background-color: #CCCCCC;
  padding: 5px;
  text-align: center;
  height: 115px;
  min-width: 198px;
  font-size: 1.3em;
  font-weight:bold;
  line-height: 1.2em;
  overflow: hidden;
}

.eventcard .ec_foot {
  background-color: #ffffff;
  padding: 5px;
  text-align: center;
  height: 80px;
  min-width: 198px;
  font-size: 1.1em;
  line-height: 1.2em;
}

.eventcard .ec_foot i {
  font-style: italic;
  font-size: 0.8em;
}

.eventcard img {
  max-width: 165px;
  width: 100%;
}







#headmenu ul,
#headmenu li,
#headmenu span,
#headmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#headmenu:after,
#headmenu ul:after {
  content: '';
  display: block;
  clear: both;
}


#headmenu a {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
}
#headmenu ul {
  list-style: none;
  background-color:#000000;
}


#headmenu > ul > li a {
  display: block;
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  text-align: center;
  margin: 0.5em;
  background-color: #555555;
  border-radius: 3px;
  min-width: 12em;
}

#headmenu > ul > li a:hover {
  background-color: #838060;
}

#headmenu .has-sub:hover ul {
  display: block;
}
#headmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 3.2em;
  text-align: center;
}
#headmenu .has-sub ul li {
  text-align: center;
}
#headmenu .has-sub ul li a {
  display: block;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  text-align: center;
  margin: 0.5em 0.5em 0.5em 0.5em;
}

.arrow_down {
  float:right;
  margin-top: 0.6em;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.paybox {
  width:130px;
  margin-top: 3em;
  background-color: #eeeeee;
  padding: 7px;
  margin: 10px;
  font-size: 0.8em;
  min-height: 75px;
  line-height: 0.9em;
  color: black;
}


.ui-tabs, .ui-tabs-panel, .ui-tabs-nav, .ui-tabs-active, .ui-state-active, .ui-state-default {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.ui-tab {
  background: #bbbbbb !important;
  font-size: 1.3em;
    border: 0 !important;

}

.ui-widget-header {
  border:0 !important;
  xbackground-color: transparent !important;
}

.ui-tabs-panel {
  padding: 10px 0px 10px 10px !important;
  overflow:hidden;
}

.ui-tabs-active {
  background-color: white !important;
}

.ui-tabs-active a, .ui-tabs a {
  color: #FF5800 !important;
}

.ui-tabs-vertical .ui-widget-header {
  background-color: transparent !important;
}
.ui-tabs-vertical { width: 650px; height: 450px; }
.ui-tabs-vertical .ui-tabs-nav { padding: 0.1em; float: left; width: 180px; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 180px; margin: 0 0 .1em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; font-size: 0.9em; color: black !important;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em;  }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 450px; background-color: white}


.snblock { float:left; margin:0px 10px 10px 0px; border: solid 1px #888888; min-width:150px; min-height:300px; background-color:#eeeeee}
.snblock table {border-spacing: 1px;}
.snblock table tr th { font-size:8pt; background-color: #dddddd; border-bottom:1px solid #bbbbb;}
.snblock table tr td { font-size:7pt; }
.snblock table tr td a { display:block; background: #664D00; color:white; padding:1px; -moz-border-radius:2px; -webkit-border-radius:2px;}
.dragactive { background: #9CFF81;}
.snblock table { width:100%;}
.snres { background:#FFA500;}
.snnormal { background:#F5E9CB;}
.snswitch { width:25px;}


.dragtable-sortable { 
    list-style-type: none; margin: 0; padding: 0; -moz-user-select: none;
}
.dragtable-sortable li {
    margin: 0; padding: 0; float: left; font-size: 1em; background: white; 
}

.dragtable-sortable th, .dragtable-sortable td{
    border-left: 0px;
}

.dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
    border-left: 1px solid #CCC; 
}

.ui-sortable-helper {
    opacity: 0.7;filter: alpha(opacity=70);
}
.ui-sortable-placeholder { 
    -moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
    -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
    box-shadow: 4px 5px 4px #C6C6C6 inset;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    visibility: visible !important;
    background: #EFEFEF !important; 
    visibility: visible !important;
}
.ui-sortable-placeholder * { 
    opacity: 0.0; visibility: hidden; 
}

