/* This section is the Chelsea css requirement for Tours */

body {
	background-color: #D6D6D6;
    color: #0A3A8D;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding-left: 17px;
    padding-right: 17px;
	margin-top: 0px;
	margin-left: 10px;
    scrollbar-base-color: #D6D6D6;
    scrollbar-face-color: #D6D6D6;
    scrollbar-track-color: #D6D6D6;
    scrollbar-arrow-color: #0A3A8D;
    scrollbar-3dlight-color: #D6D6D6;
    scrollbar-darkshadow-color: #D6D6D6;
    scrollbar-highlight-color: #0A3A8D;
    scrollbar-shadow-color: #0A3A8D;
}

td, th { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; color: #0A3A8D;}

.error {color:#FF0000;}

.headertitlebar {
	font-size:11px;
	font-weight:bold;
}

.breadcrumb {
	font-size: 10px;
	font-variant:small-caps;
}
   
.footer:link{color:#0A3A8D;	text-decoration: none;}
.footer:active{color:#0A3A8D; text-decoration: none;}
.footer:visited{color:#0A3A8D; text-decoration: none;}
.footer:hover{color:#E18E00; text-decoration: none;}

a:link {color: #0A3A8D;	text-decoration: none;}
a:visited {	color: #0A3A8D;	text-decoration: none;}
a:hover {color: #E18E00; text-decoration: none;}
a:active {color: #0A3A8D;text-decoration: none;}

/*Text and background as used by Back Office settings */
p {  font-family: Trebuchet MS, Arial, Helvetica, sans-serif; color: #000000; }
B { color: #0C249E; font-weight: bold; }

.texttitlebar2 {
	font-size:12px;
	font-weight:bold;
}

select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3A8D;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.boxwidth { width: 150px;} /* This allows you to set the width of select boxes */

input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3A8D;
	border-top-color:#0A3A8D;
   	border-left-color:#0A3A8D;
   	border-right-color:#0A3A8D;
   	border-bottom-color:#0A3A8D; 
	border-width:1px;
	padding-left: 2px;
}

input.btn{
  	color:#0A3A8D;
  	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	border: 0px;
	BACKGROUND: url(/images/chelsea_tours/button-Off.gif);
	width:130px;
	height:18px;

}
input.btnhov{
	color:#E18E00;
	BACKGROUND: url(/images/chelsea_tours/button-On.gif);
   }  	  

/* This section is the Default css requirement for Ticketing pages */

.mainTable {
	background-color:#FFFFFF;
	margin-top: -2px;
	margin-left: 1px;
	width: 900px;
	height: 480px;
	border-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#999999;
	border-top-color:#999999;
	border-width:1px;
}
.linerule {
	color:#000066;
	height:1px;}
	
/* These are additional classes added for Chelsea */

.basketHeader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3A8D;
	margin-top: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 20px;
	border-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-top-color:#999999;
	border-bottom-color:#FFFFFF;
	border-width:1px;
}

.basketMain {
	height: 410px;
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3A8D;
	background-color:#FFFFFF;
	margin-top: -1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 20px;
	border-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#999999;
	border-top-color:#FFFFFF;
	border-width:1px;
}

.base {
	color:#0A3A8D;
	font-size:11px;
}

.menu1 { background-color: #7E89BF; color: #ffffff; font-size: 12px; text-decoration: none; padding:3px 1px 1px 1px; text-align: center; font-weight: bold; }
.menu1:link {color: #FFFFFF;	text-decoration: none;}
.menu1:visited {color: #FFFFFF; text-decoration: none;}
.menu1:hover {color: #E18E00; text-decoration: none;}
.menu1:active {color: #FFFFFF; text-decoration: none;}

.bodytext  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3A8D;
}