body {
	font: 14px verdana, arial, sans-serif;

	margin:0px; padding:0px;
	background: #112 url("../images/newbg.jpg")  fixed;
}

#byline {
	text-align: right;
}

/* http://bluerobot.com/web/css/center2.html */
#Container {
	position:absolute;
	left:50%;
	width:770px;
	margin-top:20px;
	margin-left:-386px;
	padding: 0px;
	border:1px solid #333;
	background-color:#ee8;
}

#Menu, #Header, #Content {
	margin: 0px;
}
#Header {
	background: #f8f8c8 url("../images/textbg3.png")  fixed;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
#Menu {
	padding: 0px;
}
#Content {
	background: #f8f8e8 url("../images/textbg1.png")  fixed;
	margin: 0px;
	padding: 15px
}

#precis td {
	padding-right: 10px;
	padding-bottom: 5px;
}
#prices td {
	margin-right 15px;
}
#Content tr { vertical-align: top } 


#programme h2 {
	font: bold 20px verdana, arial, sans-serif;
    margin-top:1em;
}
.contentblock h2 {
	font: bold 16px verdana, arial, sans-serif;
}
.contentblock h3 {
	font: bold 14px verdana, arial, sans-serif;
    margin-top: 24px;
}
.womble img {
	float: left;
	margin-right: 10px;
}
.womble {
    overflow: auto;  /* new improved clearfix :-) */
}

.guest img {
	float: right;
}
#precis, .guest, .contentblock {
	margin:20px;
	padding:10px;
    padding-top: 0px;
    padding-bottom: 0px;
	background: #f8f8d8 url("../images/textbg2.png")  fixed;
	border:1px solid #333;
}

.sidebar {
  float: right;
  width: 30%;
  font-size: 90%;
	background: #f8f8e8 url("../images/textbg1.png")  fixed;
  padding: 10px;
  border: 1px solid #333;
  margin: 10px -11px 10px 10px;

}








ul#navlist, #navlist ul {
	font: bold 10px verdana, arial, sans-serif;
	list-style: none;
}
ul#navlist {
	padding-bottom: 24px;
	border-bottom: 1px solid #66d;
	margin: 0;
	background: #f8f8c8 url("../images/textbg3.png")  fixed;
	padding-top: 5px;
}

ul#navlist li {
	float: left;
	height: 21px;
	background-color: #ccf;
	margin: 2px 2px 0 2px;
	border: 1px solid #66d;
}

ul#navlist li#active {
	border-bottom: 1px solid #eee;
	background: #f8f8e8 url("../images/textbg1.png")  fixed;
}

li#active a { color: #000; }

#navlist a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}

#navlist a:hover { background: #fff; }

#navlist li li {
  float: none;
  ibackground: #f8f8e8 url("../images/textbg1.png")  fixed;
	background-color: #ccf;
  margin: 0px;
  border:none;
  border-bottom: 1px solid #eee;
} 

#navlist li ul {
	position: absolute;
	left: -999em;
	padding: 0px;
	margin:0px;
	margin-left: -1px;
	margin-top: 2px;
} 

#navlist li:hover ul {
  left: auto;
  border: 1px solid #66d;
  border-width: 0 1px 1px 1px;
} 

/* http://css.maxdesign.com.au/listamatic/horizontal11.htm */

#programme {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #22b; }
a:visited { color: #228; }
a:hover { color: #33f;}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

table.panel_list {
	border-spacing: 0px;
	border-collapse: collapse;
}
table.panel_list tr {
	padding: 0px;
	margin: 0px;
}

table.panel_list td,
table.panel_list th
{
	border: 1px solid #66d;
	padding:3px;
	margin:0px;
}

table#panellists, table#recordings {
	border-spacing: 0px;
	border-collapse: collapse;
}
table#panellists tr, table#recordings tr {
	padding: 0px;
	margin: 0px;
}

table#panellists td,
table#panellists th,
table#recordings td,
table#recordings th
{
	border: 1px solid #66d;
	padding:3px;
	margin:0px;
}
table#panellists tr.uncommitted td {
	background: #f8f8c8 url("../images/textbg3.png")  fixed;
}


		.groupbox {
			margin: 10px;
			margin-top: 20px;
			border: 1px solid grey;
			padding:10px;
			padding-top: 0;
		}
		.gtitle {
          background: #f8f8e8 url("../images/textbg1.png")  fixed;
			margin-top: -1.2ex;
			margin-left:-4px;
			padding: 0 4px 0 4px;
			float:left;
            font-weight: bold;
		}


        table.timetable {
        }

        .rejected {
	background: #f8f8c8 url("../images/textbg3.png")  fixed;
        }





/*
*    navigation
-------------------------------------------------------------*/


.newnav_container 
{
	height: 24px;   /* menuseparation */
	background:#fffbf3;
	margin-top:0px;
	position: relative;
	padding: 0px;
}

.nav2 {
	font: 11px bold Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(../images/tabs.png) repeat-x left bottom;
	width: 770px;
	padding: 0px;
	margin: 0px;
	float:left;
}

.nav2 li {
  display: block;
}


.nav2 li.off ul, .nav2 li.on ul {
  /*hide the subnavs*/
  display: none;
}


.nav2 ul {
	margin:0;
   	list-style:none;
	padding:10px 10px 0 10px;   /* tr/bl */
}
.nav2 a, .nav2 strong, .nav2 span {
	float:left;
   	display:block;
	color:#000;
	padding:7px 20px 4px 11px;   /* tr/bl */
	background: url(../images/tabs.png) no-repeat 100% 0px;
	text-decoration:none;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.nav2 a {float:none;}
/* End IE5-Mac hack */

.nav2 li {
   float:left;
   background:url(../images/tabs.png) no-repeat 0px 0px;
   margin:0;
   padding:0 0 0 9px;
   margin-bottom: 1px;
}


.nav2 .on {
   background:url(../images/tabs.png) no-repeat 0 -67px;
   margin-bottom: 0px;
}
.nav2 .on a {
   background:url(../images/tabs.png) no-repeat 100% -67px;
   padding:7px 20px 5px 11px;
   color:#220
}
.nav2 a:hover {
	color:#f00
	}




.nav2 li.off ul, .nav2 li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 24px;   /* menuseparation */
  _top: 34px;  /* ie */
  left: 0px;

  background:url(../images/tabs2.png) repeat-x left bottom;
  width: 100%;
  padding: 0px;
  margin: 0px;
}


.nav2 li li.soff {
   background:url(../images/tabs2.png) no-repeat 0px 0px;
   margin-bottom: 1px;
}
.nav2 li li.soff a {
	background: url(../images/tabs2.png) no-repeat 100% 0px;
   margin-bottom: 0px;
	padding:7px 20px 4px 11px;   /* tr/bl */
}
.nav2 li li.son a {
	background: url(../images/tabs2.png) no-repeat 100% -67px;
   margin-bottom: 0px;
}
.nav2 li li.son {
   background:url(../images/tabs2.png) no-repeat 0 -67px;
   margin-bottom: 0px;
}

.nav2 li.on ul a, .nav2 li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
}

.nav2 li.on ul {
  /*display active subnav list*/
  display: block;
}

.content {
	margin:10px;
	margin-top: 152px;
	padding: 0px;
}

.nav2 {
	imargin-bottom:0;
	iposition: absolute;
	ibottom: 0;
}


/* we are up to 'Now, we activate the rollover' at http://www.alistapart.com/articles/hybrid
*/

.nav2 li.on ul li a, .nav2 li.off ul li a {
  float: left;
  /*ie doesn't inherit the float*/
  width: auto;
}
	

.nav2 li.on ul {
  /*display the current topic*/
  display: block;
}

.nav2 li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

/*
*  end navigation
-------------------------------------------------------------*/


          .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->
