
/* TOGGLE & ACCORDION ------------------------------------------------------------*/

.ui-accordion .ui-accordion-header,
.toggle-trigger {
  cursor: pointer;
  margin-top: 1px;
  position: relative;
  padding-bottom: 5px;
  background: #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.ui-accordion .ui-accordion-header:hover,
.toggle-trigger:hover {
	background: #eceaea;
}

#content .ui-accordion .ui-accordion-header>a,
#content .toggle-trigger>a{
	text-decoration: none;
	color: #363636;
	font-size: 14px;
	padding-left: 20px;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
  border-top: 0 none;
  margin-bottom: 2px;
  padding: 20px 20px;
  position: relative;
  top: 1px;
}

/* ALIGNMENT ------------------------------------------------------------*/

.left-align{
	float:left;
	margin:8px 18px 18px 0;
	display: block;
}

.right-align{
	float:right;
	margin:0px 0px 0px 10px;
	display: block;
}

/* BLOCKS ------------------------------------------------------------*/

.boxed{
	background: white;
	padding: 5px;
	border: 1px solid #cccccc;
}

.border{
	border: 2px solid white;
}

/* DROPCAP ------------------------------------------------------------*/

.dropcap:first-letter{ 
	font-size: 3.571em; 
	line-height: 0.76em; 
	padding: 0.04em 0.12em 0 0; 
	float: left;
}

.dropcap.dark:first-letter{ 
	display:block;
	float:left;
	font-size:30px;
	line-height:40px;
	margin:0 8px 0 0;
	padding: 10px 10px;
	background: #606060;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

/* HIGHLIGHT ------------------------------------------------------------*/

.highlight,
.highlight-red,
.highlight-blue,
.highlight-green {
	background:yellow;
	padding:2px 5px;
}

.highlight-red{ 
	background: red;
	color:#fff;
}

.highlight-blue{
	background: blue;
	color:#fff;
}

.highlight-green{
	background: green;
	color:#fff;
}

/* PULLQUOTES ------------------------------------------------------------*/

.pullquote-right,
.pullquote-left {
	border-left: #555555 2px solid;
	float:right;
	font-size:16px;
	line-height:1.5em;
	margin: 20px 0px 20px 20px;
	width:33%;
	font-style: italic;
}

.pullquote-left {
	float:left;
	margin: 20px 20px 20px 0px;
	padding:0 0 0 20px;
}

.pullquote-right{
	border-left: none;
	border-right: #555555 2px solid;
	padding:0 20px 0 0px;
}

/* LINK BUTTON BIG ------------------------------------------------------------*/

.link-button-big{
	display: table;
	height: 38px;
	padding-left: 6px;
	text-decoration: none;
	color: #fff;
	
	border-radius: 33px;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313)); 
	background: -moz-linear-gradient(top,  #515558,  #131313);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
}
	
.link-button-big span{
	display: block;
	height: 100% ;
	font-size: 18px;
	line-height: 38px;
	padding-left: 9px;
	padding-right: 15px;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

.link-button-big:hover{
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#515558)); 
	background: -moz-linear-gradient(top,  #131313,  #515558);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#515558', GradientType=0);
}

/* LINK BUTTON ------------------------------------------------------------*/

#content .link-button{
	display: table;
	height: 37px;
	padding-left: 5px;
	text-decoration: none;
	color: #fff;
	/* background: url(../img/button.png) 1px 0px  no-repeat; */
	
	border-radius: 33px;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313)); 
	background: -moz-linear-gradient(top,  #515558,  #131313);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
}
	
#content .link-button span{
	display: block;
	height: 100% ;
	font-size: 12px;
	line-height: 37px;
	padding-left: 9px;
	padding-right: 15px;
	/* background: url(../img/button.png) right -36px  no-repeat; */
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
}	

#content .link-button:hover{
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#515558)); 
	background: -moz-linear-gradient(top,  #131313,  #515558);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#515558', GradientType=0);
}



/* TABLE ------------------------------------------------------------*/

table, td, th {
	vertical-align:middle;
}

table {
	border-collapse:separate;
	border-spacing:0;
	border-top:1px solid white;
	margin-bottom:18px;
	width:100%;
	text-align: left;
}

th{
	border-top:5px solid #555555;
	color: #ffffff;
	padding:5px;
	text-transform:uppercase;
	background-color: #49494b;
}

td{
	padding:2px;
}

td, th{
	border-bottom: 1px solid #1f1f1f;
}





.nopina table, .nopina td, .nopina th {
	vertical-align:middle;
}

.nopina table {
		font-size: 12px;
	border-collapse:separate;
	border-spacing:0;
	border-top:0px solid white;
	margin-bottom:1px;
	width:99%;
	text-align: left;
}

.nopina th{
	border-top:1px solid #555555;
	color: #ffffff;
	padding:1px;
 
}

.nopina td{
	padding:0px;
		padding:7px;
}

.nopina td, .nopina th{
	border-bottom: 0px ;
}

.nopina td br{
	line-height: 14px !important;
}

/* LISTS ------------------------------------------------------------*/


.lists-check ul,
.lists-arrow ul,
.lists-plus ul,
.lists-star ul,
.lists-heart ul{
	margin-bottom: 30px;
	margin-left: 20px;
}


.lists-check ul li{ 
	list-style-image: url(../img/bullets/check.png);
	line-height: 1em;
}
	
.lists-arrow ul{ 
	list-style-image: url(../img/bullets/arrow.png); 
	line-height: 1em;
}

.lists-plus ul{ 
	list-style-image: url(../img/bullets/plus.png); 
	line-height: 1em;
}

.lists-star ul{ 
	list-style-image: url(../img/bullets/star.png); 
	line-height: 1em;
}

.lists-heart ul{ 
	list-style-image: url(../img/bullets/heart.png); 
	line-height: 1em;
}


/* INFO BOXES ------------------------------------------------------------*/

.info-add,
.warning-box,
.blue-box,
.error-box,
.download-box,
.favorite-box,
.information-box,
.success-box,
.validation-box,
.fastforward-box,
.rewind-box,
.right-box,
.graphite-box,
.green-box,
.gray-box,
.help-box,
.left-box,
.loop-box,
.message-box,
.orange-box,
.pause-box,
.play-box,
.record-box,
.red-box,
.refresh-box,
.remove-box,
.search-box,
.shuffle-box,
.smart-box,
.back-box,
.forward-box,
.stop-box,
.upload-box
{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.info-add{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/knobs-icons/Knob Add.png');
}

.warning-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/knobs-icons/Knob Attention.png');
}

.blue-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/knobs-icons/Knob Blue.png');
}

.error-box{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/knobs-icons/Knob Cancel.png');
}

.download-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/knobs-icons/Knob Download.png');
}

.favorite-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/knobs-icons/Knob Favorite.png');
}

.information-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/knobs-icons/Knob Info.png');
}

.success-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/knobs-icons/Knob Valid Green.png');
}

.fastforward-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Fast Forward.png');
}

.rewind-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Fast Rewind.png');
}

.right-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/knobs-icons/Knob Forward.png');
}

.graphite-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Graphite.png');
}

.green-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/knobs-icons/Knob Green.png');
}

.gray-box{
	color: #fff;
	background-color: #999999;
	background-image: url('../img/knobs-icons/Knob Grey.png');
}

.help-box{
	color: #fff;
	background-color: #b47bc4;
	background-image: url('../img/knobs-icons/Knob Help.png');
}

.left-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/knobs-icons/Knob Left.png');
}

.loop-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Loop Off.png');
}

.message-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/knobs-icons/Knob Message.png');
}

.orange-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/knobs-icons/Knob Orange.png');
}

.pause-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Pause.png');
}

.play-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Play.png');
}

.record-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Record Off.png');
}

.red-box{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/knobs-icons/Knob Red.png');
}

.refresh-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/knobs-icons/Knob Refresh.png');
}

.remove-box{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/knobs-icons/Knob Remove Red.png');
}

.search-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/knobs-icons/Knob Search.png');
}

.shuffle-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Shuffle Off.png');
}

.smart-box{
	color: #fff;
	background-color: #b47bc4;
	background-image: url('../img/knobs-icons/Knob Smart.png');
}

.back-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/knobs-icons/Knob Snapback.png');
}

.forward-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/knobs-icons/Knob Snapforward.png');
}

.stop-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../img/knobs-icons/Knob Stop.png');
}

.upload-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/knobs-icons/Knob Upload.png');
}



#tplem .FFFFCC

{
 background-color: #FFFFCC;
}

#tplem .CCCC99

{
 background-color: #CCCC99;
}


#tplem .food

{
 background-color: #a2fff1;
}

#tplem .plenary

{
 background-color: #f7ffd1;
}


#tplem .paral

{
 background-color: #fff4e2;
}

#tplem .timek

{
 background-color: #CCC;
}


#tplem

{
	 background-color: #FFF;
	width:100%;
	font-size:11px; 

	border-top:0px solid white;
		border-collapse:separate;
	border-spacing:4;
	
	}

#tplem strong
{
		font-size:14px; 
	}
	
	
	#tplem td, #tplem th
{
	border-bottom: 1px dotted #CCC;
	padding:9px;
	}
	
	
	#tplem table, #tplem td, #tplem th {
	vertical-align:middle;
}

 


.prog h1, .prog h2, .prog h3 {
			font-size: 14px;
			font-weight:bold;
	}

.prog table, .prog td, .prog  th {
	vertical-align:top;
}

.prog  table {
font-family: 'Nunito', sans-serif;
		font-size: 12px;
	border-collapse:separate;
	border-spacing:0;
	border-top:1px solid white;
 	 background-color: #FFF;
    width:80%; 
    margin-left:10%; 
    margin-right:10%;
	text-align: left;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-bottom: 1px;
}

.prog  th{

}

.prog  td{
	padding:3px; 
}

.prog  td, .prog  th{
	border-bottom: 1px dotted #CCC;
	
}



.dates{
	padding:3px;

		font-size: 18px;
		 	 background-color: #FFF;
-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.65);
-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.65);
box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.65);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
 border-radius:4px;

			 	    width:30%; 
    margin-left:15%; 
    margin-right:25%;
	    margin-bottom:4px;
			    margin-top:4px;


}

.trax{
font-family: 'Russo One', sans-serif;
		font-size: 16px;
		 	 color: #666;
	    width:70%; 
    margin-left:10%; 
    margin-right:15%;
}

.timexs{
	font-family: 'Russo One', sans-serif;
			font-size: 18px;
			font-style:italic;
		 	 color: #C00;
			 	    width:70%; 
    margin-left:15%; 
    margin-right:15%;
   padding: 22px 2px 2px 2px;

  
text-shadow: 3px 3px 0px rgba(150, 150, 150, 0.67);
        	
	}
	
	
	.timedat{
		margin-bottom:4px;
			 	    width:100%; 


		
				border-bottom: 1px dotted #35526f;

	}
	
	.timexs2{

		 	 color: #6a1e1f;
			 font-style:italic;
 
}


	.room{

		 	 color: #fb7c70;
			 
 
}

.vgecsqrd
{
	height:100%;
	width:100%;
	 	 background-color: white !important;
	
	}

.class1 A:link {text-decoration: none; color: #51565B;}
.class1 A:visited {text-decoration: none; color: #51565B;}
.class1 A:active {text-decoration: none; color: #51565B;}
.class1 A:hover {text-decoration: underline; color: red;}


.class2 A:link {text-decoration: none; color: #51565B;
 border-bottom: 1px dotted red;
}
.class2 A:visited {text-decoration: none; color: #51565B;
 border-bottom: 1px dotted red;
}
.class2 A:active {text-decoration: none; color: #51565B;
 border-bottom: 1px dotted red;
}
.class2 A:hover {text-decoration: none; color: red;
 border-bottom: 1px solid red;
}
