
/* Brown Cow stuff */

div#mainmenu {
	width: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

div#maincontent {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	margin-left: 160px;
	margin-right: auto;
	/* margin-bottom: 20px; */
	width: 640px;
}

div#maincont2 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	margin-left: 160px;
	margin-right: auto;
	margin-bottom: 20px;
	/* width: 640px; */
}

div.secondary {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	margin-left: 160px;
	margin-right: auto;
	margin-bottom: 20px;
	width: 80%;
}

div.secondcent {
	margin-left: 160px;
	margin-right: auto;
	margin-bottom: 20px;
	width: 80%;
	text-align: center;
}

div.programme {
  border: 2px solid #404040;
  background-color: #f6edd1;
  background-image: url(images/image1.png);
  background-attachment: fixed;
  width: 80%;
  margin-left: 160px;
  margin-right: auto;
  margin-bottom: 20px;

	border-radius: 			26px;
	-webkit-border-radius:	26px;
	-moz-border-radius: 	26px;

}

div.linkh {
  text-align: center;
  border: 2px solid #404040;
  border-bottom: none;
  background-color: #E0E0E0;
  height: 40px;
/*	border-radius: 			26px;
	-webkit-border-radius:	26px;
	-moz-border-radius: 	26px;
*/

	border-top-left-radius:     26px; 
	border-top-right-radius:    26px; 

-moz-border-radius-topleft:		26px; 
-moz-border-radius-topright:	26px; 

-webkit-border-top-left-radius:		26px;
-webkit-border-top-right-radius:	26px;

}

div.links {
  margin-bottom: 40px;

  border: 2px solid #404040;
  /* background-color: #d0c0c0; */
  padding: 20px;
  padding-right: 40px;

	border-bottom-left-radius:     26px; 
	border-bottom-right-radius:    26px; 

-moz-border-radius-bottomleft:		26px; 
-moz-border-radius-bottomright:	26px; 

-webkit-border-bottom-left-radius:		26px;
-webkit-border-bottom-right-radius:	26px;

}

a.diamond {
	display: block;
	font-size: 6px;
	line-height:32px;
	width:32px;
	background: url(images/diamond_a.gif);
	background-repeat : no-repeat;
	white-space : nowrap; 
	overflow-x : hidden;
}

a.diamond:hover {
	background:  url(images/diamond_b.gif);
	background-repeat : no-repeat;
}

a.fred {
	position: relative;
	left: -4px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	color: #0000f0;
	background-color: transparent;
	border: 1px solid #FFFFC0;
	padding-top    : 2px;
	padding-bottom : 2px;
	padding-left   : 4px;
	padding-right  : 4px;
	margin-left: 0px;
	margin-right: -4px;
	border-color: transparent !important;
	border-color: #FFFF80;
}

a.fred:hover{
	text-decoration  : none;
	background-color : #ffffff;
	color            : #000000;
	border-color     : #000000 !important;
}
/* -------- */

a.blog {
	position: relative;
	left: -4px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	color: #0000f0;
	background-color: transparent;
	border: 1px solid #FFFFC0;
	padding-top    : 2px;
	padding-bottom : 2px;
	padding-left   : 4px;
	padding-right  : 4px;
	margin-left: 0px;
	margin-right: -4px;
	border-color: transparent !important;
	border-color: #F0F0F0;
}

a.blog:hover{
	text-decoration  : none;
	background-color : #ffffff;
	color            : #000000;
	border-color     : #000000 !important;
}

/* -------- */
a.blog2 {
	position: relative;
	left: -4px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #0000f0;
	background-color: transparent;
	border: 1px solid #FFFFC0;
	padding-top    : 2px;
	padding-bottom : 2px;
	padding-left   : 4px;
	padding-right  : 4px;
	margin-left: 0px;
	margin-right: -4px;
	border-color: transparent !important;
	border-color: #F0F0F0;
}

a.blog2:hover{
	text-decoration  : none;
	background-color : #ffffff;
	color            : #000000;
	border-color     : #000000 !important;
}

/* -------- */




/* see skyhook 12/8/2008 */
a img.imglnk {
	border: 1px solid #F0F0F0;
	background-color: #f0f0f0;
	padding: 4px;
}

a img.imglnk:hover {
	border: 1px solid #000000;
	background-color: #ffffff; 
}

.tiny {
	font-size   : 4pt;
}

.tiny td {
	font-size   : 4pt;
	line-height : 4pt;
	margin  : 0px;
	padding : 0px;
}

td.head2 {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size: 110%; 
	font-weight: bold;
}

td.subhead {
	background-color: #e0e0e0;
	text-align: left;
	border: 1px solid black;
	
	padding: 5px;
	padding-left: 20px;
	font-size: 100%;
	font-weight: bold;

	border-top-left-radius:     10px; 
	border-top-right-radius:    10px; 

-moz-border-radius-topleft:		10px; 
-moz-border-radius-topright:	10px; 

-webkit-border-top-left-radius:		10px;
-webkit-border-top-right-radius:	10px;


}


table.schedule {
  width: 80%;
  border: none;
  margin-left: auto;
  margin-right: auto;
}


td.left1 {

  background-color : #ececec;
  background-image: url(css_images/folkrow_1.gif);
  background-position: bottom left;
  background-repeat: repeat-x;

  border-left: 1px solid #000000 ! important;
  border-right: none;



  vertical-align: top;
  padding-top: 1px;
  font-weight: bold;

}

td.middle1 {

  background-color : #ececec;
  background-image: url(css_images/folkrow_1.gif);
  background-position: bottom left;
  background-repeat: repeat-x;

  border-right: none;
  border-left: none;

  text-align: left;
	padding-bottom: 8px;

}


td.right1 {

  background-color : #ececec;
  background-image: url(css_images/folkrow_1.gif);
  background-position: bottom left;
  background-repeat: repeat-x;

  border-right: 1px solid #000000;
  border-left: none;


  text-align: left;
  vertical-align: top;
}

td.left2 {

  background-color : #f2f2f2;
  background-image: url(css_images/folkrow_2.gif);
  background-position: bottom left;
  background-repeat: repeat-x;

  border-left: 1px solid #000000;
  border-right: none;


  vertical-align: top;
  padding-top: 1px;
  font-weight: bold;

}


td.middle2 {

  background-color : #f2f2f2;
  background-image: url(css_images/folkrow_2.gif);
  background-position: bottom left;
  background-repeat: repeat-x;

  border-right: none;
  border-left: none;

  text-align: left;
	padding-bottom: 8px;
}

td.right2 {
  background-color : #f2f2f2;
  background-image: url(css_images/folkrow_2.gif);
  background-position: bottom left;
  background-repeat: repeat-x;

  border-right: 1px solid #000000;
  border-left: none;

  text-align: left;
  vertical-align: top;
}


td.blank {
  height: 40px;
}

td.closer {
  border-top: 1px solid #000000;
  height: 40px;
}

td.endleft {
	border-bottom: 1px solid #000000;
	border-bottom-left-radius:     		10px; 
	-moz-border-radius-bottomleft:		10px; 
	-webkit-border-bottom-left-radius:	10px;
}

td.endright {
	border-bottom: 1px solid #000000;
	border-bottom-right-radius:    		10px; 
	-moz-border-radius-bottomright:		10px; 
	-webkit-border-bottom-right-radius:	10px;
}

td.endmiddle {
	border-bottom: 1px solid #000000;
}

a#feature1 {
	color: #000000;
	text-decoration: none;
}

div#feature2 {
	margin-top: 10px;
	margin-right: 10px;
	border: 3px solid #a0a0a0;
	background-color: #F0F0F0;
	width: 150px;
	overflow-x: hidden;
	padding: 10px;
	opacity: 0.5;
	MozOpacity: 0.5;
	KhtmlOpacity: 0.5;
	filter:Alpha(Opacity=50);
}

p#topbar {
    background-color: #E0E0E0;
    margin-left:  10px;
    margin-right: 10px;
    width: 640px;
}


div#qlink {
	z-index: 3;
	position: fixed;
	top: 480px;
	left: 15px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
    background-color: #C0C0C0;
	width: 100px;
	border: 1px solid;
	border-color: #000000;
}



div.cella {
	text-align: left;
	vertical-align: middle;
	width: 120px;
	font-size: 80%;
	display: block;
	position: relative;
	top: -20px;
	left: 0px;
	margin-left: 0px;
	margin-right: auto;
	height: 20px;
	margin-bottom: -20px;
}

div.cellb {
	display: block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 100%;
}


.tinsel {
	width: 100px;
	background: url(images/tinsel.gif);
	background-position: center;
	background-repeat: repeat-y;
	border: none;
}

notinsel {
	border: none;
}

img.bord {
	margin: 10px;
	margin-top: 20px;
	border: 4px solid #202020;
}


img.bordm {
	margin: 0px;
	border: 4px solid #202020;
	cursor: pointer;
}


div.bord1 {
	margin: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border: 2px solid #404040;
	background-color: #707070;
	padding: 0px;
	text-align: center;


	border-radius: 			26px;
	-webkit-border-radius:	26px;
	-moz-border-radius: 	26px;

}

div.bordc {
	margin: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border: 2px solid #808080;
	background-color: #404040;
	padding: 0px;
	text-align: center;

	border-radius: 			26px;
	-webkit-border-radius:	26px;
	-moz-border-radius: 	26px;

}

p.caption {
	color: #ffffff;
	font-size:95%;
	margin:0px 10px 10px 10px;
}

p.caption2 {
	color: #000000;
	font-size:95%;
	font-weight: bold;
	margin:0px 10px 10px 10px;
}

div.vcentre { /* not used but seems useful */
	display: inline;
	position: relative;
	top: -50%
}

div.hcentre {
	text-align: center;
}

div.videohelp {
	text-align:left;
	background-color: #c0c0c0;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;

	border-radius: 			15px;
	-webkit-border-radius:	15px;
	-moz-border-radius: 	15px;

}

ul.video {
	color: #000000;
	font-size:95%;
	font-weight: bold;
	margin:0px 10px 10px 10px;
}

ul.video b {
	font-size: 100%;
	color: #4040b0;
	font-style: italic;
}

ul.video li {
	padding-bottom: 8px;
}

#popDiv {

}

#video {
	border: none;
}

/* End of Brown Cow section */


/* top-right corner feature box */

div#old_comingup {
	position: absolute;
	top:  100px;
	left: 835px;
	z-index: 20; /* must be above div#maincont2 */
}
div#comingup {
	position: absolute;
	top:  100px;
	/* left: 835px; */
	left: 790px;

	/* right: 20px; */
	z-index: 20; /* must be above div#maincont2 */
}
div.featt {
	width: 185px;
	height: 10px;
	background-image: url(css_images/feat1t.gif);
	background-repeat: no-repeat;
	font-size: 4px;;
	line-height: 4px;
}
div.featm {
	width: 185px;
	background-image: url(css_images/feat1m.gif);
	background-repeat: repeat-y;
}
div.featb {
	width: 185px;
	height: 10px;
	background-image: url(css_images/feat1b.gif);
	background-repeat: no-repeat;
	font-size: 4px;;
	line-height: 4px;
	margin-bottom: 40px;
}
#comingup p.one {
	color: #0000c0;
	background-color: #e0e0e0;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	border: 1px solid #000000;
	border-top-width: 0;
	font-weight: bold;
	font-size:   12px;
	line-height: 12px;
}
#comingup p.two {
	padding: 0px 20px;
	color: #000000;
	background-color: #f0f0f0;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	border: 1px solid #000000;
	border-bottom-width: 0;
	border-top-width: 0;
	text-align: center;
}
#comingup p.two span {
	font-weight: bold;
	font-size:   12px;
	float: left;
}

/* Events */

p.etitle {
	/* color: #2020ff; */
	/* background-color: #909090;*/
	color: #d0d040;
	background-color: #303030;
	margin: 40px 200px 0px 200px;
	padding: 6px 0px;
	font-weight: bold;
	border: 1px solid #000000;

	/*
	border-radius: 			26px;
	-webkit-border-radius:	26px;
	-moz-border-radius: 	26px;
	*/

	border-top-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-webkit-border-top-left-radius: 18px;

	border-top-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	-webkit-border-top-right-radius: 18px;


}

p.ebody {
	text-align: left;
	background-color: #f0f0f0;
	margin: 0px 200px 40px 200px;
	padding: 6px 20px 20px 20px;
	border: 1px solid #000000;
	border-top: 0px;

	border-bottom-left-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	-webkit-border-bottom-left-radius: 18px;

	border-bottom-right-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	-webkit-border-bottom-right-radius: 18px;
}

ul.event {
	background-color:#f0f0f0;
	margin:0px;
	padding: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

ul.event li {
	margin:0px 0px 0px 26px;
	padding:0px 0px 4px 0px;
}

