/*
    ShowRig web site 
	CSS for Touring-production.html
*/

.style2 {
	color: #FFFFFF;
	font-style: italic;
	font-size: 18px;
}

body  {
    font-family: 		"times new roman", serif;    /* default page font */
    margin: 			0;          /* shorthand for all margins = 0 */
    padding: 			0;         /* no padding */
	background-color:	#000;
}

/* list div contains a two column list of tours */
div#listDiv {
    width: 601px;       /* sets the content width */
    margin: 0 auto;     /* no top/bottom margin, centered horizontally */
    background: #eee    /* white content background */
}

.addrHeader {
	width:			810;
	border:			0;
	border-spacing:	0;
	padding:		0;
 	font-family: 	"Times new roman", sans-serif;
	font-size: 		.8em;
	line-height: 	1.5em;
	color:			#fff;
}

#listDiv td {
	background:		#eee;
	width:			300px;
	/*font-family: 	"Trebuchet MS", sans-serif; */
	font-size: 		.9em;
    line-height: 	1em;
    text-decoration: none;  /* no underline */
	vertical-align:	text-top;
	padding-bottom:	15px;
}
#listDiv td.rightBox {
	padding-left:	10px;
}

#listDiv td.notLinked {
    color:		#6A6A6A;
}
#listDiv a:link, #listDiv a:visited {
    text-decoration: none;
    color: 		#050BF7;
}

#listDiv a:hover, #listDiv a:active {
    color: #eee;
	background-color: #050BF7;
	font-weight;	bold;
}

