/* CSS Styles for us in Tiny MCE */

body div#stagemanagerContentWrapper, body#mceSpanFonts {
	font-family:Arial, Helvetica,Verdana, sans-serif !important;
}

h1 {
	font-size:18px;
	line-height:24px;
	padding:0 0 12px 0;
	margin:0;
	color:#4b4c51;
}

h2 {
	font-size:14px;
	line-height:18px;
	padding:0 0 8px 0;
	margin:0;
}

p, li {
	font-family:Arial, Helvetica,Verdana, sans-serif !important;
	font-size:12px;
	line-height:18px;
	padding:0 0 8px 0;
	margin:0;
}

a, a:link, a:visited, a:hover, a:active {
	color:#9d0000 !important;
	font-weight:bold !important;
	text-decoration:none !important;
}

a:hover, a:active {
	text-decoration:underline !important;
}

a.white {
	color:white !important;
}

em {
	/*display:block;*/
	/*width:99%;*/
	/*padding:0 1px;*/
	/*margin:0 0 0 -1%;*/
	/*text-indent:-1%;*/
	overflow:auto;
}

#showInfoId a, #showInfoId a:link, #showInfoId a:visited, #showInfoId a:hover, #showInfoId a:active {
	color: white !important;
	text-decoration: none !important;
}


/*********************/
/**** Text Sizes ****/
/*******************/
.text_extrasmall {
	font-size:9px;
	line-height:11px;
}

.text_small {
	font-size:10px;
	line-height:12px;
}

.text_medium {
	font-size:12px;
	line-height:16px;
}

.text_large {
	font-size:14px;
	line-height:18px;
}

.text_extralarge {
	font-size:16px;
	line-height:22px;
}


/*****************************/
/***** Text Decorations *****/
/***************************/
.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italic {
	font-style:italic;
}


/*************************/
/***** Text Colours *****/
/***********************/
.white {
	color:#ffffff;
}

.grey {
	color:#4b4c51;
}

.black {
	color:#000000;
}

.red {
	color:#9d0000;
}

.blue, a.blue {
	color:#1e3874 !important;
}


/**********************/
/***** Links *********/
/********************/
.link_featured {
	color:#000000 !important;
	text-decoration:none !important;
	padding:2px 8px;
	text-align:center;
	background-color:#FFFFFF;
	border:1px solid #000000;
}


/*************************/
/***** dividers *********/
/***********************/

.dashed_line { 
	border-top:1px dashed #999999;
	margin-top: 10px;
	}
	
	
/***********************************/
/******** Tour Dates Table ********/
/*********************************/
.tourDates {
 width:100% !important;
 border-top:1px solid #ccc !important;
 border-right:1px solid #ccc !important;
 margin:1px auto !important;
 border-collapse:collapse !important;
 }
 
.tourDates td {
 color:#000 !important;
 border-bottom:1px solid #ccc !important;
 border-left:1px solid #ccc !important;
 padding: 4px 2px !important;
 text-align:center !important;
 font-size: 11px !important;
 }
 
 
/************************************/
/***** bullet lists - star *********/
/**********************************/
ul {
	padding: 0;
	margin: 0;
}


 li.bulletStars {
	list-style-type: none;
	margin:0pt;
	padding: 0px 0pt 8px 30px;
	line-height: 25px;
	background-image: url(/user_files/miscellaneous/bullet-star.gif);
	background-repeat:no-repeat;
}


/*****************************************/
/********** IE 6 Italics Fix ************/
/***************************************/
#Layer1, #Layer2, #Layer3, #Layer4, #Layer5, #Layer6, #Layer7, #Layer8, #Layer9, #Layer10, #Layer11, #Layer12, #Layer13, #Layer14, #Layer15, #Layer16, #Layer17, #Layer18, #Layer19, #Layer20, #Layer21, #Layer22, #Layer23, #Layer24, #Layer25, #Layer26, #Layer27, #Layer28, #Layer29, #Layer30, #Layer31, #Layer32 {
	overflow:visible;
}