@charset "UTF-8";
/* CSS Document */

/* Premiere Style Sheet

	Created by Jim Mather - 1972Designs.com 
	
*/

/* General page styles */

body {
	background-image: url(../images/SecureOneBkgrdGradient.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
ul {
	font-size: 10px;
	}

.pageContainer {
	width: 100%;
	}
	
/*  CLASSES  */

.mainTable {
	width: 955px;
	height: 752px;
	background-image: url(../images/mainTable.jpg);
	background-repeat: no-repeat;
	}
.TopHeader {
	background-image: url(../images/TopHeader.gif);
	width: 900px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 15px;
	height: 103px;
	}

.pageHeader {
	font-size: 18px; 
	font-weight: bold;
	font-style: italic;
	}

.ListHeader {
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 5px; 
	padding-bottom: 5px;
	}

/*  PAGE TABLES  */
/* VIDEO PAGE */

.HomePageTable {
	background-image: url(../images/mainTable.jpg); 
	background-position: center; 
	background-repeat: no-repeat; 
	width: 870px; 
	height:261px;
	}
.HomePageTable_FULL {
	background-image: url(../images/mainTable_FULL.jpg); 
	background-position: center; 
	background-repeat: no-repeat; 
	width: 870px; 
	height:261px;
	}
.HomePageTable_EMPTY {
	background-image: url(../images/mainTable_empty.jpg); 
	background-position: center; 
	background-repeat: no-repeat; 
	width: 870px; 
	height:261px;
	}
.ScreeningPageTable_FULL {
	background-image: url(../images/ScreeningChartBkgrd.jpg); 
	background-position: center; 
	background-repeat: no-repeat; 
	width: 870px; 
	height:630px;
	}


/* PROMO BOX  */

.BoldTxt {
	padding: 5px; 
	padding-left: 10px; 
	margin-left: 10px; 
	margin: 5px; 
	font-weight:bold; 
	font-size: 15px; 
	font-style: italic;
}
.RedBox {
	background-color: #990000; 
	color: #ffffff; 
	font-size: 12px; 
	padding: 5px; 
	vertical-align: middle;
}

.ACCticketBox {
	background-color:#003399; 
	color: #ffffff; 
	font-size: 16px; 
	font-weight:bold;
	padding-bottom: 3px; 
	margin-bottom: 3px;
}





