.heading_menu_maintext {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	font-color: #ffffff;
}

.heading_maintext {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.tt_maintext {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.maintext {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.subtext {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.image_caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.right {
position:fixed;
right:0px;
bottom:60px;
}

.rightupper {
position:fixed;
right:0px;
bottom:240px;
}

.right_top {
position:fixed;
right:0px;
top:40px;
}

.btn {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #000000;
  font-size: 16px;
  background: #ffff99;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
}

.btn:hover {
  background: #ffff99;
  text-decoration: none;
}


.blockquote { 
	background: url(http://www.festrail.co.uk/graphics/bg-quote.png) no-repeat;
	border: 1px dashed #ccc;       
    color: #000000; 
    font-style:italic;
	font-weight:bold; 
    margin: 40px; 
    padding: 30px 30px 30px 60px;     
}   

#translate-this {
    text-align: center;
}

#translate-this .translate-this-button {
    float: none !important;
    margin: 0 auto;
}

.textbox {
    position:absolute;
    top: 50px;
    margin-bottom: 50px;
    left: 50%;
    margin-left: -460px; /*set to a negative number 1/2 of your width*/
    padding: 5px;
    width:900px;
    height:auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color:#FFFFCC;

    background:rgba(255,255,204,0.85);
    overflow:hidden;

}

#maintable {
font-family: 'Open Sans', sans-serif;
width:100%;
border-collapse:collapse;
}
#maintable td, #maintable th 
{
font-size:14px;
border:1px solid #c0c0c0;
padding:3px 7px 2px 7px;
}
#maintable th 
{
font-size:14px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#990033;
color:#ffff99;
}
#maintable tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}


A:hover {color: #FF0000; text-decoration: none underline}

a:link {color:#000000;}    /* unvisited link */
a:visited {color:#000000;} /* visited link */
a:hover {color:#FF0000;}   /* mouse over link */
a:active {color:#FF0000;}  /* selected link */

#youmax{width:880px !important;}
//#youmax-header{display:none !important;}
#youmax-video-list-div{background:rgba(255,255,204,0.4) !important;}
#youmax-tabs{background:rgba(255,255,204,0.4) !important;}
#youmax-video-list-div{background-color:rgba(275,255,204,0.4) !important;}


.highslide {
	cursor: url(http://www.festrail.co.uk/highslide/graphics/zoomin.cur), pointer;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px;
    border-color: #ffffcc;
}
.highslide:hover img {
	border: 0px;
    border-color: #ffffcc;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 3px;
    background-color: white;
    font-size: 12px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(http://www.festrail.co.uk/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(http://www.festrail.co.uk/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}