@font-face {
    font-family: 'Carme';
    src: url('webfonts/eot/carme.eot');
    src: url('webfonts/eot/carme.eot?#iefix') format('embedded-opentype'),
         url('webfonts/woff/carme.woff') format('woff'),
         url('webfonts/ttf/carme.ttf') format('truetype'),
         url('webfonts/svg/carme.svg#Carme') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libel';
    src: url('webfonts/eot/libel.eot');
    src: url('webfonts/eot/libel.eot?#iefix') format('embedded-opentype'),
         url('webfonts/woff/libel.woff') format('woff'),
         url('webfonts/ttf/libel.ttf') format('truetype'),
         url('webfonts/svg/libel.svg#Libel') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
    line-height: 1.25;
}

.fullsize {
    display: initial;
}

.smallsize {
    display: none;
}

p, #scale, #quality {
    font-family: Century Gothic, Verdana, sans-serif;
    font-size: 12px;
}

#scalewrapper {
    text-align: center;
    cursor: pointer;
}

#scale {
    display: inline-block;
    font-family: Libel;
    font-size: 200px;
    text-align: center;
    height: 200px;
}

#quality {
    display: inline-block;
    font-family: Libel;
    font-size: 72px;
    line-height: 90%;
}

.accidental {
    position: relative;
    font-size: 120px;
    vertical-align: super;
    left: -20px;
    margin-right: -40px;
}

a {
	outline: none;
    color: #EE2;
}

a:hover {
	text-decoration: none;
}

.javalink a {
    text-decoration: underline;
}

.javalink a:hover {
    text-decoration: none;
    cursor: pointer;
}

form {
    margin-bottom: 0px;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #CCC;
    border-radius: 4px;
}

input[type="text"], input[type="password"] {
    height: 20px;
}

input[type="button"], input[type="submit"], select {
    border: 1px solid #CCC;
    height: 1.75em;
    background: #EEE;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

select {
    padding: .1em 1.6em .1em .8em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background-image: url('image/arrowoff.png'); /*, linear-gradient(to bottom, #EEE 0%, #AAA 100%);*/
    background-repeat: no-repeat, repeat;
    background-position: right .25em top 50%, 0 0;
    background-size: 12px auto, 100%;
}

h1.namemenu select {
    font-size: 16px;
    font-weight: bold;
    height: 1.75em;
    padding: 0em 1.25em 0em .375em;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

input[type="button"]:hover, input[type="submit"]:hover, select:hover {
    background-color: #DDD;
}

input.inputpad {
    margin-top: 5px;
}

form#choosestudent, form#nextstudent {
    display: inline;
}

progress {
    height: 6px;
    width: 380px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #EEE;
    color: #09F;
    border-radius: 5px;
    border: none;
}

progress::-webkit-progress-bar {
    background-color: #EEE;
    border-radius: 3px;
}

progress::-webkit-progress-value {
    background: #09F;
    border-radius: 3px;
}

progress::-moz-progress-bar {
    background-color: #EEE;
    border-radius: 3px;
}


#entrybox, #newbox, #viewheading, #loginbox, #personalbox, #jukebox, #contentbox, #newstudiobox, #commentbox, .concert p, h1, h2, .bulletin p, .bulletinbox, #linkbox, #menuwrapper, .calendar {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#entrybox, #newbox, #contentbox, #commentbox, .bulletinbox, h1, h2, #viewheading, #loginheading, #signupheading {
    background: rgba(255,255,255,0.5);
}

#linkbox a:hover, #menuwrapper a:hover, #homebox a { /* .date removed */
    -moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#newstudiobox {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 584px;
    min-height: 430px;
    padding: 10px;
    font: 12px Century Gothic, Verdana, sans-serif;
    background: #FFF;
    /*border: 0px;*/
}

#loginbox {
    min-height: 220px;
    padding: 12px;
    font: 12px Century Gothic, Verdana, sans-serif;
    background: #FFF;
    margin: 0px auto;
    width: 276px;
    padding: 12px;
    line-height: 2em;
}

#entry #login, #entry #password, #entry #password2 {
    font-size: 24px;
    height: 1.5em;
    margin-bottom: 10px;
}

#login, #password {
    width: 270px;
}

#loginwrapper {
    position: absolute;
}

#guestwrapper {
    position: absolute;
    display: none;
}

#forgotpasswordwrapper {
    position: absolute;
    display: none;
}

#forgotpassword {
    float: right;
}

.forgotnote {
    font-size: 12px;
    line-height: 15px;
    color: #888;
    padding: 10px 24px 10px 0px;
}

#entrywrapper, #newwrapper {
    position: relative;
    top: 90px;
    margin: 0px auto;
    width: 600px;
}

#entrywrapper {
    width: 300px;
}

#entrybox, #newbox {
    position: relative;
    width: 100%;
    padding: 12px;
    margin-left: -12px;
    min-height: 252px;
    z-index: 200;
}

.labelwrapper {
    width: 250px;
}

#studioview {
    font-size: 18px;
    max-width: 274px;
}

.entrylink {
    position: absolute;
    bottom: 20px;
}

#newbox {
    min-height: 480px;
    padding: 12px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

#newstudiowrapper {
    width: 420px;
    float: left;
    margin-right: 24px;
}

#daywrapper {
    margin-bottom: 24px;
}

#rightside { /*#contentbox*/
	top: 90px;
}

h1, h2, #viewheading, #linkbox a, #menuwrapper a, #personalbox, .date, .datecollapse, .datestatic, .category, .perftime, .label, .labelflush, .labelrep, .labelshort, .labeljury {
    font: 16px Helvetica, Arial, 'Carme', Futura, Gill Sans, Verdana, sans-serif;
    letter-spacing: -.05em;
}

h1, h2, #viewheading, #personalbox, .date, .datecollapse, .datestatic, .category, .perftime, .label, .labelflush, .labelrep, .labelshort, .labeljury {
    font-weight: bold;
}

h1, h2, #viewheading {
	position: relative;
    display: inline;
    left: 0px;
    padding: .2em .6em .05em .6em;
   	white-space: nowrap;
   	color: #FFF;
    -moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

h1.namemenu {
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-topright: 24px;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

#viewheading {
    left: -12px;
}

h1 {
    left: .75em;
    top: .75em;
    height: 1em;
}

h1.namemenu {
     padding: 11px 10px 0.3em 9px;
}

#contentwrapper h1 {
    left: 128px;
    top: 0px;
}

h2 {
	font-size: 12px;
    height: 13px;
	top: 0px;
	left: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    -moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

h1:after {
    position: absolute;
    bottom: -12px;
    right: -12px;
    content: "";
    width: 24px;
    height: 24px;
    clear: right;
    background:
    /*-moz-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    /*-moz-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -moz-radial-gradient(100% 0, circle, rgba(0,0,0,0) 12px, rgba(255,255,255,0.5) 13px);
    /*-moz-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background:
    /*-o-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),
    -o-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -o-radial-gradient(100% 0, circle, rgba(0,0,0,0) 12px, rgba(255,255,255,0.5) 13px);
    /*-o-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background:
    /*-webkit-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),
    -webkit-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -webkit-radial-gradient(100% 0, circle, rgba(0,0,0,0) 12px, rgba(255,255,255,0.5) 13px);
    /*-webkit-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

h2:before {
    left: -20px;
    background:
    -moz-radial-gradient(0 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
    background:
    -o-radial-gradient(0 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
    background:
    -webkit-radial-gradient(0 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
}

h2:after {
    right: -10px;
    background:
    -moz-radial-gradient(100% 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
    background:
    -o-radial-gradient(100% 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
    background:
    -webkit-radial-gradient(100% 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
}

h2:before, h2:after {
    position: absolute;
    bottom: -10px;
    content: "";
    width: 20px;
    height: 20px;
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

#viewheading {
	top: 0px;
}


#viewheading:after {
    position: absolute;
    bottom: -12px;
    right: -12px;
    content: "";
    width: 24px;
    height: 24px;
    clear: right;
    background:
    -moz-radial-gradient(100% 0, circle, rgba(0,0,0,0) 12px, rgba(255,255,255,0.5) 13px);
    background:
    -o-radial-gradient(100% 0, circle, rgba(0,0,0,0) 12px, rgba(255,255,255,0.5) 13px);
    background:
    -webkit-radial-gradient(100% 0, circle, rgba(0,0,0,0) 12px, rgba(255,255,255,0.5) 13px);
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.label, .labelflush, .labelrep, .labelshort, .labeljury {
    font-size: 12px;
    font-weight: bold;
}

#datechecks {
	position: absolute;
	top: 1em;
	left: 24em;
}

#timeblockentry {
    float: left;
    display: inline-block;
	top: 1em;
}

#logo {
	position: absolute;
	top: 3px;
	left: 20px;
    width: 200px;
    height: 55px;
}

#logo img {
    width: 100%;
    height: auto;
}

#jukebox {
	position: fixed;
	/*left: 300px;*/
	left: 50%;
	margin-left: -60px;
	height: 75px;
	width: 120px;
	/*margin: 0px auto;
	text-align: center;*/
	padding: 0px 12px 12px;
	font: 12px Century Gothic, Verdana, sans-serif;
	color: #FFF;
	/*border: 0px;*/
	background: rgba(16,16,16,0.8);
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-topright: 0em;
	-webkit-border-top-left-radius: 0em;
	-webkit-border-top-right-radius: 0em;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	z-index: 1000;
}

#jukebox a {
	color: #EE2;
}

#jukebox a:hover {
	text-decoration: none;
}

.jukeretract {
	top: -71px;
}

/*Play button*/
#songPlay{
   display: inline;
}
/*Pause button*/
#songPause{
    display: inline;
}
/*Stop button*/
#songStop{
    display: inline;
}
/*Play/Pause button*/
#songPlayPause{
    display: block;
    float: left;
    margin-bottom: 5px;
}

#songTime{
    display: block;
    float: right;
    margin-bottom: 5px;
}
/*Song location slider*/
#songSlider{
    display: block;
    clear: both;
    width: 100%;
    height: 6px;
    background-color: black;
    border-radius: 5px;
}
/*Track progress bar*/
#trackProgress{
    width: 0px;
    height: 6px;
    background-color: #09F;
    border-radius: 5px;
}
/*Volume Up Button*/
#volumeUp{
    display: inline;
}
/*Volume Down Button*/
#volumeDown{
    display: inline;
}
/*Volume Meter*/
#volumeMeter{
    display: inline;
    width: 200px;
    height: 10px;
    background-color: black;
}
/*Volume Location Meter*/
#volumeStatus{
    display: inline;
    height: 10px;
    background-color: green;
}

#audioplayer {
    width: 150px;
}

.nub {
	position: relative;
	margin: 0em auto;
	top: 71px;
	text-align: center;
	cursor: pointer;
}

.nubout, .nubback {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.nubout {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.nubback {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.rotate90 {
  -webkit-transform:rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

#linkbox, #menuwrapper {
	position: absolute;
	top: 30px;
	left: 12px;
	width: 104px;
	margin: 0px;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 0px;
	background: rgba(0,0,0,0.5);
	border: 0px;
	-moz-border-radius-topright: 0em;
	-moz-border-radius-bottomright: 0em;
	/*-moz-box-shadow: -2px 2px 2px rgba(0,0,0,0.6);
	-webkit-border-top-right-radius: 0em;
	-webkit-border-bottom-right-radius: 0em;
	-webkit-box-shadow: -2px 2px 2px rgba(0,0,0,0.6);*/
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	z-index: 301;
	/* box model hack */
	 voice-family: "\"}\"";  
	 voice-family:inherit;  
	 width: 110px;
}

#menuwrapper {
    position: fixed;
    top: 0px;
    left: auto;
    right: 0px;
    width: 145px;
    border-top-left-radius: 0em;
    display: none;
}

#menuwrapper, #personalbox {
    background: rgba(16,16,16,0.8);
}

#linkbox ul, #menuwrapper ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#linkbox li, #menuwrapper li {
	padding: 0px 0px 6px 0px;
}

#linkbox a, #menuwrapper a {
	display: block;
	text-align: right;
	font-size: 12px;
    color: #AAA;
    line-height: 14px;
    padding: 3px 12px;
   	border-right: 0px;
	text-decoration: none;
}

#menuwrapper a {
    font-size: 18px;
    color: #FFF;
    line-height: 20px;
}

#linkbox a:hover, #menuwrapper a:hover, #homebox a {
	color: #FFF;
    background: rgba(255,255,255,0.5);
	-moz-border-radius-topright: 0em;
	-moz-border-radius-bottomright: 0em;
	-webkit-border-top-right-radius: 0em;
	-webkit-border-bottom-right-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
}

#contentwrapper {
    position: absolute;
    top: 77px;
    width: 100%;
    /*min-width: 960px;*/
    text-align: left;
    margin: 0px auto;
    /*margin-left: 8.5em;*/
}

#contentbox {
	position: relative;
	margin-right: 282px;
	margin-bottom: 12px;
	margin-left: 128px;
    min-height: 18em;
	padding: 12px;
	/*padding-top: 2em;*/
	/*border: 1px solid #FFF;*/
	z-index: 200;
	-moz-border-radius-topleft: 0em;
	-webkit-border-top-left-radius: 0em;
	border-top-left-radius: 0em;
}

#rightside {
	position: absolute;
	top: 32px;
	right: 0px;
    margin-right: 12px;
	width: 270px;
    z-index: 300;
}

#menubox {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 450;
}

#personalbox {
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 5px;
    font-size: 11px;
	color: #FFF;
	text-align: right;
	border: 0px;
	/*border-top: 0px;
	border-right: 0px;*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	z-index: 500;
}

#personalbox a, .bulletinbox a {
	font-weight: normal;
	font: 10px Century Gothic, Verdana, sans-serif;
	color: #EE2;
}

#personalbox a:hover, .bulletinbox a:hover {
	text-decoration: none;
}

#thumbwrapper {
    display: none;
    padding: 0px 12px;
}

#commentbox {
	margin: 12px;
	padding: 12px;
    -moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

#overlay {
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    filter: alpha(Opacity=70);
    opacity: 0.70;
    z-index: 2100;
}

#dialog {
    visibility: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
    z-index: 2200;
}

#layout, #page, #progressbox {
    background-color: #FFF;
    margin: 0px auto;
    width: 380px;
    padding: 0px 10px 45px 10px;
    text-align: left;
    font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
    white-space: pre-wrap;
	-moz-border-radius: 12px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius: 12px;
	-webkit-border-top-left-radius: 0px;
	border-radius: 12px;
    border-top-left-radius: 0px;
}

#progressbox {
    padding-bottom: 10px;
}

#layout .datestatic, #page .datestatic, #progressbox .datestatic {
    left: -22px;
    top: -16px;
}

#layout .dialogbutton a {
    left: 370px;
}

#page {
    margin: 0px auto;
    width: 600px;
}

#page .dialogbutton a {
    left: 590px;
}

#progresswrapper {
    height: 20px;
    width: 380px;
    clear: both;
}

#progress {
    height: 6px;
    width: 380px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    clear: both;
}

#fill {
    /*background: url(image/skybkgd.jpg);*/
    height: 6px;
    width: 0%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.name {
    display: inline;
}

.namelink {
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

.userlistwrapper {
    float: left;
    width: 15em;
}

.progressBar {
    border: 0px;
    background-color: #EEE;
}

.progressError {
    border-color: #F00;
}

.loading {
    background-color: #09F;
}

.dialogbutton a {
    position: relative;
    top: -18px;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    outline: none;
    width: 20px;
    height: 20px;
    background: url(image/buttonred.png?1) no-repeat 0 0;
    background-size: 20px 60px;
    z-index: 1300;
}

.dialogbutton a:hover {
	background-position: 0 -20px;
}

.dialogbutton a:active {
	background-position: 0 -40px;
}

.windowclose {
	text-align: right;
    font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
}

.userlist {
	font: 12px Century Gothic, Verdana, sans-serif;
	float: left;
	vertical-align: middle;
}

.bulletinbox {
	position: relative;
	padding: 12px;
	margin-bottom: 24px;
	border-left: 0px;
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-bottomleft: 0em;
	/*-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);*/
	-webkit-border-top-left-radius: 0em;
	-webkit-border-bottom-left-radius: 0em;
	/*-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);*/
	border-top-left-radius: 0em;
	border-bottom-left-radius: 0em;
}

.bulletinbox:before {
    top: -10px;
    background:
    -moz-radial-gradient(100% 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
    background:
    -o-radial-gradient(100% 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
    background:
    -webkit-radial-gradient(100% 0, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
}

.bulletinbox:after {
    bottom: -20px;
    background:
    -moz-radial-gradient(100% 100%, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
    background:
    -o-radial-gradient(100% 100%, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
    background:
    -webkit-radial-gradient(100% 100%, circle, rgba(0,0,0,0) 10px, rgba(255,255,255,0.5) 11px);
}

.bulletinbox:before, .bulletinbox:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -10px;
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}


td, td.perftime {
	font: 12px Century Gothic, Verdana, sans-serif;
	vertical-align: top;
}

.termtable td {
    vertical-align: bottom;
}

td.perftime{
    text-align: right;
    font-weight: bold;
}

.wrapit {
    white-space: pre-wrap;
}

.dontwrap td {
    white-space: nowrap;
}

.boldcell {
    font-weight: bold;
}

.usercell, .optioncell0, .optioncell1, .optioncell2, .optioncell3, .optioncell4, .optioncell5, .optioncell6, .optioncell7, .optioncell8, .optioncell9 {
    padding: .25em .5em ;
    -moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

.usercell {
    background-color: #EE2;
    /*color: #FFF;
    background-color: #09F;*/
}

.usercell a:link {
    color: #000;
}

.emptycell {
    padding: .25em .5em;
}

.optioncell0 {
    background-color: #EEE;
}

.optioncell1 {
    background-color: #DDD;
}

.optioncell2 {
    background-color: #CCC;
}

.optioncell3 {
    background-color: #BBB;
}

.optioncell4 {
    background-color: #AAA;
}


.optioncell5 {
    background-color: #999;
}


.optioncell6 {
    background-color: #888;
}


.optioncell7 {
    background-color: #777;
}

.optioncell8 {
    background-color: #666;
}

.optioncell9 {
    background-color: #555;
}

.bottomcell {
    vertical-align: bottom;
}

tr.evenRow {
    background-color: #EEE;
}

tr.oddRow {
    background-color: #FFF;
}

textarea {
	font: 12px Century Gothic, Verdana, sans-serif;
    padding: 5px;
	overflow: auto;
}

input {
	font: Lucida Grande;
}

.scheduletimes {
	text-align: right;
}

.bulletin p, .concert p {
	padding: 5px;
	font-size: 10px;
	color: #FFF;
	border: 0px;
	background: rgba(0,0,0,0.9);
}

.calendar {
    position: absolute;
    visibility: hidden;
    background: #333;
    padding-top: .6em;
}

.calendar td {
    font: 10px Arial;
    color: #AAA;
}

.calendar td.calmonth {
    text-align: right;
}

.calendar td.caltoday {
    text-align: right;
    color: white;
    background-color:#999;
}

.calendar a.cal, .calendar a.calthismonth {
    text-decoration:none;
    color: #FFF;
}

.calendar a.calothermonth {
    text-decoration:none;
    color: #808080;
}

.concert p {
	/*min-height: 5.25em;*/
}

.concerttime {
	font-weight: bold;
}

.concertperformer {
	font-style:italic;
	line-spacing: .5em;
}

.concertdetails {
	font-size:smaller;
}

.concertrequired {
	color: #C00;
}

.date, .datecollapse, .datestatic {
	position: relative;
	display: inline-block;
	top: 9px;
	left: 0px;
	/*width: 6.5em;*/
	padding: 3px 6px;
    text-transform: lowercase;
	font-size: 12px;
	color: #000;
    background: #FFF;
    cursor: pointer;
    -moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
    -webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 8px;
}

.datecollapse {
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.collapsewrapper {
    width: 100%;
    margin-bottom: 5px;
}

.datestatic {
    cursor: default;
}

/*#entrybox .date {
    top: 0px;
}*/

.date:before, .datestatic:before, #personalbox:before {
    position: absolute;
    bottom: -15px;
    left: -3px;
    content: "";
    width: 16px;
    height: 16px;
    background:
    /*-moz-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    /*-moz-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -moz-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #FFF 8px);
    /*-moz-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background:
    /*-o-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),
     -o-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -o-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #FFF 8px);
    /*-o-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background:
    /*-webkit-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),
     -webkit-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -webkit-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #FFF 8px);
    /*-webkit-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

#personalbox:before {
    top: 0px;
    left: -16px;
    background:
    -moz-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #333 8px);
    background:
    -o-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #333 8px);
    background:
    -webkit-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #333 8px);
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.date:after, .datestatic:after {
    position: absolute;
    bottom: -6px;
    right: -7px;
    content: "";
    width: 16px;
    height: 16px;
    background:
    /*-moz-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    /*-moz-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -moz-radial-gradient(100% 0, circle, rgba(255,255,255,0) 7px, #FFF 8px);
    /*-moz-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background:
    /*-o-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),
     -o-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -o-radial-gradient(100% 0, circle, rgba(255,255,255,0) 7px, #FFF 8px);
    /*-o-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background:
    /*-webkit-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),
     -webkit-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #c00 15px),*/
    -webkit-radial-gradient(100% 0, circle, rgba(255,255,255,0) 7px, #FFF 8px);
    /*-webkit-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #c00 15px);*/
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

/*Makes the rounded junctions between .date and .entry change color with highlighting of .entry on mouseover*/
.date.highlightentry:before, .datestatic.highlightentry:before {
    position: absolute;
    bottom: -15px;
    left: -3px;
    content: "";
    width: 16px;
    height: 16px;
    background:
    -moz-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #CEF 8px);
    background:
    -o-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #CEF 8px);
    background:
    -webkit-radial-gradient(0 100%, circle, rgba(255,255,255,0) 7px, #CEF 8px);
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.date.highlightentry:after, .datestatic.highlightentry:after {
    position: absolute;
    bottom: -6px;
    right: -7px;
    content: "";
    width: 16px;
    height: 16px;
    background:
    -moz-radial-gradient(100% 0, circle, rgba(255,255,255,0) 7px, #CEF 8px);
    background:
    -o-radial-gradient(100% 0, circle, rgba(255,255,255,0) 7px, #CEF 8px);
    background:
    -webkit-radial-gradient(100% 0, circle, rgba(255,255,255,0) 7px, #CEF 8px);
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}


.entry, .entryround, .entrypad, .entryflush, .entrytop, .entryspace, .entrylesson, .entryedit, .entryannounce, .entrydisplay {
	margin-left: 12px;
    margin-top: 6px;
	padding: 9px;
	color: #000;
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
    white-space: pre-wrap;
	background: #FFF;
	z-index: 400;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.entry, .entrylesson, .entryedit, .entryannounce, .entrydisplay {
    min-width: 200px;
    -moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.entrylesson, .entryedit, .entryannounce, .entrydisplay {
    padding: 0px;
    display: flex;
}

.entrylesson, .entryedit, .entryannounce {
    background-image: url("image/bigplus.png"); /* Image revealed when background color is changed for mouseover for editing */
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

#entrybox .entry {
    margin-top: -3px;
    padding: 10px;
    min-width: initial;
}

.entrypad {
	white-space: pre-wrap;
    padding-bottom: 38px;
	margin-bottom: 18px;
}

.innerwrapper {
    width: 100%;
    margin: 10px;
}

.entryflush {
	text-indent: 0px;
    white-space: pre-wrap;
}

.entrytop {
	padding-top: 15px;
}

.entryspace {
    margin-top: 21px;
}

.entryspace p {
    margin-top: -24px;
    margin-left: 0;
    margin-bottom: -24px;
    padding: 0;
}

.entry p, .entrypad p {
	margin-top: 6px;
	margin-left: 24px;
	margin-bottom: 0px;
	text-indent: -24px;
}

.welcomeschedcontainer {
    max-width: 500px;
}

.schedulecontainer {
    margin-left: 3px;
    /*width: 500px;*/
    float: left;
}

.welcomecontainer {
    margin-left: 3px;
    float: left;
}

.welcomecontainer .entry, .welcomecontainer .entrylesson, .welcomecontainer .entryedit, .welcomecontainer .entrydisplay {
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
}

.homeblock {
    margin-left: 15px;
    margin-top: 9px;
	padding: 9px;
	width: 150px;
	color: #000;
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
    white-space: pre-wrap;
	background: #FFF;
    float: left;
	z-index: 400;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.entry:after, .entryround:after, #contentbox:after { /*fixes the entry tag so that the rightcontainer info expands the entry appropriately*/
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.paragraph {
	white-space: pre-wrap;
	padding: .4em .2em;
	clear: right;
}

.signature {
	float: right;
	clear: both;
	text-align: right;
	padding: 0em .2em 1em;
}

.editdate {
    display: none;
}

.entrylink a, .entry a, .entrypad a, .entryflush a, .entryround a, .entrylesson a, .entryedit a, .entryannounce a, .entrydisplay a, .homeblock a, #layout a, #loginwrapper a {
	color: #09F;
}

.entry a:hover, .entrypad a:hover, .entryflush a:hover, .homeblock a:hover {
	text-decoration: none;
}

.blurentry {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    cursor: pointer;
}

.highlightentry {
    background-color: #CEF;
}

.editpanel, .resourcepanel {
    position: relative;
    width: 60px;
    background-color: #CEF;
    /*background: #9C3;*/
    align-items: stretch;
    cursor: pointer;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    display: none;
}

.editplus {
    position: absolute;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    width: 57px;
}

.paneloverlay {
    position: absolute;
    width: 100%;
    align-items: stretch;
    cursor: pointer;
    display: none;
}

.middleplus {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
}

.resourcepanel .editplus {
    width: 42px;
}

.jurytable td {
    line-height: 18px;
}

.jurybuttonwrapper form {
    display: inline;
}

.jurybuttonwrapper form input {
    margin-right: 12px;
    margin-bottom: 5px;
}

.studioheader {
    margin-top: 10px;
}

#editwrapper {
    display: none;
}

.editwrapper {
    display: none;
}

.jurystudio {
    margin-bottom: 3px;
}

.jurystudio img {
    vertical-align: middle;
}

#displaywrapper {
    width: 100%;
    margin: 10px;
}

.displaywrapper {
    width: 100%;
    margin: 10px;
}

.displaywrapperannounce {
    width: 100%;
}

.announcewrapper {
    width: 100%;
}

.unconfirmed {
    color: #BBB;
}

.rightalign {
    text-align: right;
    padding-left: 20px;
}

.timewrapper {
    text-align: right;
    width: 5em;
}

.label, .gradecategory, .labeltext, .labelclear, .labelshort, .labeljury, .labelflush, .labelrep, .labelstudio {
	width: 10em;
	text-align: right;
	float: left;
    margin-top: 6px;
    line-height: 12px;
    padding-right: .5em;
}

.labelrep {
    line-height: 14px;
    margin-bottom: 3px;
}

.labelbinder {
    height: 12px;
    margin-bottom: 6px;
}

.gradecategory, .labelgrade, .labeltext {
    width: 11em;
    line-height: 16px;
    margin-top: 0px;
}

.labeltext {
    padding: 0em;
}

.labelshort {
	padding-bottom: 5em;
}

.labelclear {
	padding-bottom: 10em;
}

.labeljury, .labelrep, .labelshort {
	width: 6em;
}

.labelflush {
    width: 6em;
}
    
.labelflush, .labelrep {
    vertical-align: bottom;
    margin-top: 0px;
}

.labelstudio {
    margin-top: 0px;
}

.studios {
    display: block;
    float: left;
}

.editjurytimes {
    display: none;
}

.newjurytimes {
    padding-left: 40px;
}

.labelgrade {
	text-align: right;
}

#loginpassword {
    display: none;
}

.field, .fieldtall {
    height: 1.75em;
    padding: .2em 0em;
}

.fieldtall {
    height: 7em;
}

.fieldtext {
    height: 1.75em;
    padding: 4px 0px 4px 6px;
}

.fieldflush, .fieldmovements {
    line-height: 12px;
    overflow: hidden;
}

.fieldrep {
    line-height: 14px;
    margin-left: 8.5em;
    margin-bottom: 3px;
}

.entry .fieldrep {
    margin-left: 10.5em;
}

.fieldmovements {
    padding-left: 9.35em;
    margin-top: -2px;
    margin-bottom: 5px;
}

.movementswrapper {
    margin-top: -2em;
}

.nobr {
    white-space: nowrap;
}

.piecedetails {
    padding-left: 1em;
    margin-top: -1em;
    max-width: 300px;
    display: none;
}

.piecemovements {
    padding-left: .5em;
    padding-bottom: .5em;
}

#reptable {
    border: 0px;
    border-collapse: collapse;
    margin-top: 10px;
}

#reptable td {
    padding: 4px;
}

.headerrow, .headerrowhiliteASC, .headerrowhiliteDESC {
    font-weight: bold;
}

.headerrow.hilite, .headerrowhiliteASC, .headerrowhiliteDESC {
    background-color: #CCC;
}

.headerrowhiliteASC, .headerrowhiliteDESC {
    background-image: url("image/arrowon.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
}

.headerrowhiliteDESC {
    background-image: url("image/arrowup.png");
}

#composermenuwrapper, #instrumentwrapper {
    display: none;
}

#instrumentwrapper .field, #instrumentnewwrapper .field {
    padding-left: 10.5em;
}

.gradefieldtext, .labelscore, .labelweight {
    float: left;
    height: 1.5em;
    width: 4.25em;
	padding: 0px 0px 7px 6px;
}

.gradefieldtext input {
    width: 2.5em;
}

.labelscore, .labelweight {
    text-align: left;
    height: 1.5em;
    padding: 0px 0px 0px 12px;
}

.labelweight {
    width: 55px;
    padding: 0px;
}

.labelscore {
    width: 51px;
}

.fieldgrade {
	float: left;
    height: 1.5em;
    padding: 0em 0em .2em 11.5em;
    
}

.gradebutton {
    display: inline-block;
    margin: .5em 0em 1em;
}

.confirm, .confirmRotate {
    display: inline-block;
    vertical-align: top;
    
}

.confirmRotate, .confirmBack {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.confirmRotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.confirmBack {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.instruction, .instructionhidden {
    font-size: smaller;
    margin-bottom: 6px;
    color: #CCC;
}

.instructionhidden {
    visibility: hidden;
}

.data {
	display: inline-block;
	padding: .4em 0em .2em 0em;
}

.extrainfo {
	font-style: italic;
	font-size: smaller;
	text-transform: lowercase;
}

.indent {
	padding: .2em 0em 0em 15em;
}

.time {
	width: 10em;
	text-align: right;
	display: inline-block;
	padding: .4em .5em .2em 0em;
}

.busy select {
	background-color: #C33;
}

.busy select:hover {
    background-color: #A11;
}

.possible select {
	color: #000;
    background-color: #FF6;
}

.possible select:hover {
    background-color: #DD4;
}

.open select {
	background-color: #9C3;
}

.open select:hover {
    background-color: #7A1;
}

.navlink {
	text-align: right;
}

.optionwrapper {
	display: inline-block;
	width: 120px;
    margin-bottom: 10px;
}

#optionsort, #categorysort, #timeblocksort, #assignmentsortnew, #assignmentsort {
    padding: 0px;
}

#optionsort li, #categorysort li, #timeblocksort li, #assignmentsortnew li, #assignmentsort li {
    list-style-type: none;
    margin-bottom: 6px;
    white-space: nowrap;
}

.repertoire {
	white-space: nowrap;
	overflow: hidden;
}

.note {
	font-size: 10px;
	color: #888;
    padding-bottom: 6px;
}

.buttons {
	width: 100%;
	clear: both;
}

.buttonshome {
    width: 100%;
}

.lessonlend {
	width: 100px;
    height: 12px;
    text-align: left;
	float: left;
}

.addlend {
    margin-right: 10px;
    float: left;
}

.cancelsave, .cancelsavebottom, .cancelsavehome, .cancelsavenew {
	width: 140px;
    margin-top: 10px;
	text-align: right;
	float: right;
    clear: right;
}

.cancelsavehome {
    clear: left;
}

.cancelsavenew {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.save {
	margin-left: 10px;
    float: right;
}

.cancel {
	float: right;
}

.deletebutton {
    margin-top: 10px;
    float: left;
}
.enter {
    padding-top: .5em;
}

.leftside {
	width: 360px;
    float: left;
	clear: left;
}

.rightside {
	width: 35%;
	float: right;
}

#newonewrapper {
    display: none;
}

.entryleftcontainer, .entryrightcontainer {
    width: 50%;
    min-width: 250px;
    float: left;
}

.assignmentprocesscontainer {
    width: 50%;
    min-width: 250px;
    float: left;
}

.assignmentsnew input, .assignments input {
    width: 19.25em;
    margin: .25em 0em;
}

.gradeprocesscontainer {
    width: 260px;
}

.gradecontainer {
    min-width: 100px;
    float: left;
    margin-bottom: 10px;
}

.gradecontainer {
    width: 30%;
}

.recordingcontainer, .linkcontainer {
    width: 280px;
}

.assignmentcontainer, .commentcontainer, .recordingcontainer {
    min-width: 250px;
    float: left;
    margin-bottom: 10px;
}

.commentcontainer, .recordingcontainer {
    width: 80%;
    padding-right: 20px;
}

.linkinfo {
    margin-bottom: 6px;
}

.commentcontainer {
    margin-bottom: 10px;
}

.rightcontainer {
	width: 280px;
	min-height: 50px;
	float: right;
}

.load {
	/*background:url('image/loadbar.gif') no-repeat center;*/
	cursor: pointer;
}

.category {
	margin-bottom: 3px;
    font-size: 12px;
    clear: both;
    white-space: nowrap;
}

.comments, .jurycomments {
	white-space: pre-wrap;
}

.comments textarea, .field textarea, .fieldrep textarea, .jurycomments textarea {
    resize: vertical;
}

.comments textarea {
    max-width: 23em;
}

.jurycomments textarea {
    max-width: 45em;
}

.resourcetext textarea {
    max-width: 45em;
}

.hometext textarea {
    max-width: 37em;
}

.narrowtext textarea {
    max-width: 35em;
}

.scrollist {
    width: 265px;
    height: 20em;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
    margin-bottom: 1em;
}

.listcontainer {
    display: block;
    float: left;
    width: 7em;
}

.imagecontainer, .imagecontainerhoriz, .imagelist, .imagelisthoriz {
    width: 5em;
	height: 5em;
	overflow: hidden;
	margin-right: 1em;
	margin-bottom: 1em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}

.imagecontainer, .imagecontainerhoriz {
	float: left;
}

.imagelist, .imagelisthoriz {
    position: relative;
    left: -.25em;
    float: right;
    margin-right: 0em;
}

.imagecontainer img, .imagelist img {
	width: 5em;
}

.imagecontainerhoriz img, .imagelisthoriz img {
    height: 5em;
}

.imagelist img {
    vertical-align: middle;
}

.resourceimagewrapper {
    width: 120px;
    height: 120px;
    float: left;
    margin: 0px 10px 10px 0px;
}

.bigimagecontainer, .bigimagecontainerhoriz, .bigimagemargin, .bigimagemarginhoriz, .resourceimagecontainer, .resourceimagecontainerhoriz, .resourcecontainer, .resourceowner {
	width: 120px;
	height: 120px;
    overflow: hidden;
	margin-right: 3em;
	margin-bottom: 1em;
	float: left;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

.resourcemodule {
    font-family: Carme;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-right: 3em;
    margin-bottom: 1em;
    float: left;
    cursor: pointer;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.resourcelink {
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.resourcecontents {
    width: 80px;
    height: 120px;
    float: left;
}

.bigimagemargin, .bigimagemarginhoriz {
    margin-right: 0px;
}

.resourceimagecontainer, .resourceimagecontainerhoriz {
    margin-bottom: 0px;
    background-color: #666;
}

.resourcecontainer, .resourceowner {
    margin-bottom: 2em;
    background-image: url("image/playarrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

.resourceowner {
    display: flex;
}

.resourcecontainer, .resourceowner, .resourcemodule, .buttonaudio {
    background-color: #222;
}

.resourcecontainer, .resourceowner, .resourcecontents {
    font-family: Carme;
    font-size: 24px;
    line-height: 18px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}

.resourcedocwrapper {
    float: left;
    margin-bottom: 1em;
    width: 100%;
}

.resourcelinkcontainer {
    float: left;
    width: 100%;
}

.resourcebuttoncontainer {
    float: right;
    height: 20px;
}

.resourcedocdescription {
    font-size: 12px;
    padding-left: 3em;
    float: left;
}

.resourceimagetitle {
    width: 100px;
    height: 12px;
    float: left;
}

.resourceeditwrapper, .imageeditwrapper {
    margin: 0px 9px 9px;
    display: none;
}

.resourceeditwrapper textarea, .imageeditwrapper textarea {
    resize: none;
    background-color: rgba(256, 256, 256, .5);
}

.resourcedelete {
    padding: 0px 30px;
    margin-top: 3px;
}

.bigimagecontainer img, .bigimagemargin img, .resourceimagecontainer img {
	width: 120px;
}

.bigimagecontainerhoriz img, .bigimagemarginhoriz img, .resourceimagecontainerhoriz img {
    height: 120px;
}

.uploadwrapper {
    display: block;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
}

#moreinfo {
    visibility: hidden;
}

.buttoncontainer, .buttonhigher {
	position: relative;
	top: 26px;
	float: right;
	margin-right: 1px;
	width: 40px;
}

.buttonhigher {
	top: 7px;
}

.buttonbox {
	float: right;
	width: 40px;
}

.buttonimage {
    position: relative;
    float: right;
    top: 20px;
    width: 40px;
    height: 20px;
}

.buttonaudio:before {
    position: absolute;
    bottom: -8px;
    left: -16px;
    content: "";
    width: 16px;
    height: 16px;
    background:
    -moz-radial-gradient(0 0, circle, rgba(0,0,0,0) 8px, #222 9px);
    background:
    -o-radial-gradient(0 0, circle, rgba(0,0,0,0) 8px, #222 9px);
    background:
    -webkit-radial-gradient(0 0, circle, rgba(0,0,0,0) 8px, #222 9px);
    background-position: top right;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.buttonaudio {
    position: relative;
    float: right;
    width: 40px;
    height: 20px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.redbutton {
	width: 20px;
	float: left;
}

.greenbutton {
	width: 20px;
	float: right;
}

.nobutton {
    height: 20px;
    float: left;
}

.singlebutton {
    position: relative;
    top: 0px;
    left: -20px;
}

.redbuttonsmall a {
	display: block;
	color: #000;
	text-decoration: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(image/buttonredsmall.png) no-repeat 0 0;
    background-size: 15px 45px;
}

.redbuttonsmall a:hover {
	background-position: 0 -15px;
}

.redbuttonsmall a:active {
	background-position: 0 -30px;
}

.sorthelper {
	background-color: #EEE;
	height: 25px;
	z-index: 1000;
}

/*.sortable {
	white-space: nowrap;
}*/

.sortableactive {
	
}

.sortablehover {
	
}

.handle {
	vertical-align: middle;
	display: inline-block;
	cursor: move;
    width: 10px;
    height: 16px;
    background: url(handle.png?1) no-repeat 0 0;
    background-size: 10px 32px;
}

.handle:hover {
    background-position: 0 -16px;
}

.perftime {
	font-size: 12px;
    font-weight: bold;
}

.performer {
	font-size: larger;
}

.perftitle {
	font-style: italic;
}

.perfvenue p, .perflocation p, .perfrep p, .perfrequired p {
	text-indent: 0px;
	font-size: smaller;
}

.perfrep {
	font-weight: bold;
}

.perfrequired p {
	margin-bottom: 2em;
}

.perfrequired {
	font-weight: bold;
	color: #C00;
}

.perfdescription p {
	text-indent: 0px;
	font-size: 10px;
	white-space: pre-wrap;
}

.perflink p {
	font-size: 10px;
	margin-left: 4em;
	margin-bottom: 1em;
}

.plaintext {
    font-weight: normal;
}

.inactive {
    padding: 14px;
    width: 100%;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.juryrep {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

.playAudio {
	white-space: nowrap;
    padding-bottom: 9px;
}

.scalelabel {
    font-weight: bold;
}

.scalewrapper {
    margin: 0px 0px 4px;
}

#minorquality {
    margin-left: 12px;
}
