/**********************************************************************/

/* clearfix */
.clearfix:after { 
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
   font-size: 0;
}

.clearfix { 
	display: inline-block; 
}

/* Commented backslash hack hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End commented backslash hack */

/**********************************************************************/
/*** Basic WisCon page layout, with header, sidebar, body, and footer ***/

#wiscon-header {
	text-indent: -1000px; 
	background: black url(http://wiscon.info/images/W35bannerv5.jpg) no-repeat top left; 
	height: 200px;
}


#wiscon-content {
	position: relative;
	font-family: Trebuchet, Arial, sans-serif;
}

#wiscon-sidebar { 
	width: 130px; float: left; 
}

#wiscon-body { 
}

#wiscon-footer {
	border-top: 2px solid black;
	padding-top: 4px;
	text-align: center;
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 13px;
}

/* Top navigation bar copied from http://wiscon.info/wiscondropdown.css */

#topnav {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #000000;
	height: 18px ;

	padding: 2px 1px 1px 1px;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav li {
	font-family:  Trebuchet, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}
#topnav a:link, #topnav a:visited {
	padding: 0px 8px 0px 8px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
#topnav a:hover {
	color: #B71911;
	background-color: #000000;
	border: 1px solid #000000;
}

/*This is the class for the table containing the body content*/

.contentbody {
	margin-left: 150px;
	margin-right: 4%;
	padding-top: 2em;
	color: #000000;
	background-color: #ffffff;
	position: relative;

}
.contentbody p {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
}

.contentbody li {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
}

.contentbody ul {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
}

.contentbody h1 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 18px;
}

.contentbody h2 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 16px;
}

.contentbody h3 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.contentbody h4 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 9px;
}
.contentbody td {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
}
.contentbody th {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
}   
.contentbody div{
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
	}  

.index {
	list-style-type: none;
}

/* */

.sidenav {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #B71911;
	left: 150px;

}
.sidenav .item1,
.sidenav .item1:hover {
   padding: 3px 8px 4px 8px;
   border: 1px #B71911; 
   border-style: solid solid none solid;
   text-decoration: none;
   display: block;
}
.sidenav .item1-active
.sidenav .item1-active:hover, { 
padding: 3px 8px 4px 8px;
   border: 1px #000000; 
   border-style: solid solid none solid;
   text-decoration: none;
   display: block;   	
}
.sidenav .item1,
.sidenav .item1:visited {
	background: #B71911;
	color: #ffffff;

}
.sidenav .item1:hover,
.sidenav .item1-active,
.sidenav .item1-active:hover {
	background: #000000;
	color: #ffffff;

}
.sidenav .item2,
.sidenav .item2:hover {
	padding: 3px 8px 4px 8px;
	text-decoration: none;
   display: block;
	white-space: nowrap;


}
.sidenav .item2 {
	background: #000000;
	color: #ffffff;

}
.sidenav .item2:hover {
	background: #B71911;
	color: #000000;

}
.sidenav .section {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	xmargin-top: 236px;
	margin-left: 1px;
	xmargin-left: 9.5px;
}

/**********************************************************************/
/* */

form.devel-view-form {
	border: 1px solid #333;
	padding: 4px 8px;
	background: #eee;
}

form .field-fullwidth {
	width: 100%;
}

/**********************************************************************/
/* */

table {border:style 5; border-collapse:collapse}

table.lined {
	border: 1px solid #ccc;
}

table.lined .pagination th { 
	background: #f7ffe7; 
	border-bottom: 1px solid #666;
}

table.lined .group td {
	background: #ffe; font-weight: bold; padding: 2px 4px
}

table.lined .pagination th { font-weight: normal; text-align: center; }

table.lined {
 border-collapse: collapse; /* for Explorer 5 */
} 
table.lined th { 
 padding: 3px 4px 1px;
 vertical-align: top;
 text-align: left; 
 background-color: #eee; 
 color: #333;
 font-size: 12px;
} 
table.lined .head th { 
 border-bottom: solid 1px #666;
 vertical-align: bottom;
}

table.lined .foot th,
table.lined .foot td { 
 border-top: solid 1px #666;
 background-color: #eee; 
}

table.lined td { 
 padding: 1px 4px;
 vertical-align: top;
 border-bottom: solid 1px #ddd;
}
table.lined .noline td { 
 border-bottom: 0px;
}
table.lined tr {
 background-color: #f7fff7;
}
table.lined tr.odd {
 background-color: #f7fff7;
}
table.lined tr.even {
 background-color: #fAfAff;
}
table.lined tr.null {
 background-color: #f8f0f0;
}
table.lined tr.even th , table.lined tr.odd th, table.lined tr.null th {
 border-bottom: none;
 border-right: solid 1px #666;
 min-width: 80px;
}
table.lined tr.clickable:hover,
table.lined td.clickable:hover {
 background-color: #FEB;
}

/**********************************************************************/
/* program item forms */

.appStandard{background-color:#eee;margin:0;padding:0;font-family: Trebuchet, Arial, sans-serif;font-size:12px;}
.appLabel{margin:2px;padding:0;font-family:Trebuchet, Arial, sans-serif;font-size:10px; font-weight: bold;color:#333;}
.appButton{margin:3px;}
.appRegionHeader{background-color:#7b9cbd;color:#FFF;font-size:14px;}
.appRegionTitle{text-align:left;padding:2px;}
.appRegionButtons{text-align:right;padding:2px;}
.appRegionBody {padding:5px;background-color:#eee;font-size:12px;font-family:Trebuchet, Arial, sans-serif;}
.appFormRegion {border:1px #aaa solid;margin:10px 0px; position: relative;}
.appFormRegion .appRegionBody{background-color:#eee;padding:5px;font-size:12px;font-family:Trebuchet, Arial, sans-serif;}

/* tables */

table.appStandard td, 
table.appStandard th { padding: 6px }
table.appWithBorder th, 
table.appWithBorder td { border: 1px solid black }
table.appPlain { border: 0px; }
table.appPlain th, 
table.appPlain td { padding: 4px; border: 1px solid #ccc; border-left: 0px; border-right: 0px }
table.appPlain th { background:#eee; color:#333;font-size:85%;text-align:left }

thead.AppRegionHeader{background-color:#7b9cbd;color:#FFF;font-size:14px;}

/* show/hide text */

.truncatedText {
 height:1em; overflow:hidden
}

.truncatedText p { margin-top:0 }

.truncatedMore { display:none; padding-left:4px }

.truncatedText .truncatedMore { display:block; float:right }

.truncatedLess { display:block; float:right; padding-left:4px }

.truncatedText .truncatedLess { display:none }

/* use ordered lists for 3-column layouts */

ul.header, ul.col {
list-style: none;
margin: 0;
padding: 0;
}

ul.header:first-line {
text-align: center;
font-weight: bold;
}

ul.col {
border-top: 1px solid gray;
}

ul.col li {
display: table-cell;
width: 250px; //change the width to whatever you want.
}

IMG.bitty{
	position: relative;
	margin-right: 10px;
	top: 0;
	left: 0;
	border: none;
	float: left;
}	
		
.bgblack{ 
   background-color: #000000;
	}
	
hr{
	color : Black;
	
}

.indented
  {
  padding-left: 50pt;
  padding-right: 50pt;
  }
.categoryroom { FONT-WEIGHT: bold; FONT-SIZE: 10pt }
.timename { FONT-WEIGHT: bold; FONT-SIZE: 10pt }
.dayname { FONT-WEIGHT: bold; FONT-SIZE: 15pt; color: #0033cc;} 
.panelname { FONT-WEIGHT: bold; FONT-SIZE: 12pt } 
.roomname { FONT-WEIGHT: bold; FONT-SIZE: 12pt } 
.paneldescribe { FONT-SIZE: 10pt } 
.panelists { FONT-SIZE: 10pt; FONT-STYLE: italic } 
.bookorder { FONT-WEIGHT: bold; FONT-SIZE: 10pt } 
.panelid { FONT-SIZE: 10pt } 
.gridbookorder { FONT-SIZE: 10pt } 
.gridtitle { FONT-SIZE: 10pt } 
.gridpanelid { FONT-SIZE: 10pt } 
.peoplebio { FONT-SIZE: 10pt } 
.peoplename { FONT-WEIGHT: bold;  FONT-SIZE: 12pt } 
.peopleurl { FONT-SIZE: 10pt } 
.peopleschedule { FONT-SIZE: 8pt } 
.lastnote { FONT-SIZE: 8pt } 
.daytimestring { FONT-WEIGHT: bold; FONT-SIZE: 10pt; color: #0033cc; }
