/*
Project Name: 	E-ticket template
Author: 		Vic Lopes
Created: 		May.25.2006
updated: 01.08.2008 -NB
*/

/**** PAGE STRUCTURE ****/
	body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	background: #d4d6cb url(http://assets.espn.go.com/i/eticket/defaultBg.gif) top center repeat-y;
	}
	
.parent {
	margin: auto;
	width: 772px;
	}
	
.cont {background: #fff;}
	
/* LINKS */
a {
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	}	
a:hover {color: #d50000;}	
a:visited {color: #929292;}
a:visited:hover {color: #d50000;}
/* end LINKS */

/* start PHOTO WRAPPER */
.wrap, .wrapl, .wrapr, .wrapw {
	padding: 8px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1em;
	border: 1px solid #a7a7a6;
	background: #b7b5b6;
}
.wrapl {
	margin: 10px 10px 10px 0;
	float: left;
	}
.wrapr {
	margin: 10px 0 10px 10px;
	float: right;
	}
.wrapw {
	margin: 10px 0 10px 0;
	}

.wrap img, .wrapl img, .wrapr img, .wrapw img {border: solid 1px #c6c7c1;}

.wrap .txt, .wrapl .txt, .wrapr .txt, .wrapw .txt {
	margin: 2px 0 0 0;
	width: 310px;
	font-size: 75%; 
	font-weight: bold;
	}
.wrapw .txt {
	margin: 2px 0 0 0;
	width: 712px;
	font-size: 75%; 
	font-weight: bold;
	}
		
.wrap .cred, .wrapl .cred, .wrapr .cred, .wrapw .cred {
	padding: 0 5px 0 0; 
	font-size: 70%; 
	text-align: right;
}
/* end PHOTO WRAPPER */

/**** end PAGE STRUCTURE ****/	

/**** start LEFT COLUMN ****/
.lc {
	width: 430px; 
	float: left;
	overflow: hidden;
	background: #fff;
	}
.lc .padding {
	padding: 10px;	
	font-size: 90%;
	line-height: 1.4em;
	}
.lc .padding a {font-size: 100%;}


.lcw {
	padding: 20px;	
	font-size: 90%;
	line-height: 1.4em;
	background: #fff;
	}
.lcw a {font-size: 100%;}
	
/* start CONTENT HEADER */
.conhead {
	padding: 6px 0 8px 0;
	margin: 0 0 15px 0;
	font-size: 85%;
	line-height: 1.2em;
	border-top: 1px solid #ededed; 
	border-bottom: 1px solid #ededed;
	}
		
.conhead h1 {
	padding: 0;
	margin: 0; 
	font-family: arial, sans-serif;
	font-size: 42px;
	line-height: 50px;
	}
/* end CONTENT HEADER */

/* start SUBHEAD */	
.subhead {
	padding: 10px 0 10px 0;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 150%; 
	line-height: 1em;
	font-weight: bold;
}
/* end SUBHEAD */	

/* Inline quote */
.inlinequote {
	margin: 8px 0 8px 8px;
	width: 250px;
	float: right;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
}
.quotesign {
	margin: 5px 0 0 0;
	font-family: times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 70%;
}
/* end Inline quote */

/* start INLINE BOX */
.iboxl, .iboxr {width: 220px;}
.iboxl {
	margin: 10px 10px 10px 0;
	float: left;
}
.iboxr {
	margin: 10px 0 10px 10px;
	float: right;
}

.iboxl h2, .iboxr h2 {
	padding: 4px;
	margin: 0;
	color: #fff;
	font-size: 85%;
	background: #333;
}
.iboxl .txt, .iboxr .txt {
	padding: 6px 6px 15px 6px;
	font-size: 85%;
	line-height: 1.3em;
	border: 1px solid #ccc;
}
.iboxl .txt a, .iboxr .txt a {font-size: 100%;}
/* end INLINE BOX */

/* start eTOOLS */
.etools {
	padding: 10px 0 0 0; 
	margin: 20px 0 0 0; 
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #b7b5b6; 
	}
.etools a {font-size: 100%}

.etools h1 {
	padding: 0 0 6px 0; 
	margin: 0 0 8px 0;
	font-size: 100%;
	border-bottom: 1px solid #b7b5b6;
	}
	
/**** end LEFT COLUMN ****/
	
/**** start RIGHT COLUMN ****/
/*
.rc {
	width: 342px; 
	float: left; 
	background: #ebebeb;
	}
	*/
.rc {
	width: 342px; 
	float: right;
	overflow: hidden;
	background: #ebebeb;
	}
.rc .padding {padding: 10px 6px 6px 6px;}

.line {
	margin: 10px 0 10px 0;
	border-top: 1px solid #b7b5b6;
	border-bottom: 1px solid #fff;
	}
/**** end RIGHT COLUMN ****/

/**** start FOOTER ****/
.efooter {
	padding-bottom: 20px;
	font-size: 75%;
	background: #e5e5e5;
	border-top: #ddd 1px solid;
	}

.efooter2 {
	padding: 10px 10px 0 10px;
	border-top: #fff 1px solid;
	}

.efooter a {font-size: 100%;}

.efooter a:visited {color: #000;} 
/**** end FOOTER ****/