﻿/* -------- Font Faces ------------- */
@font-face
{
	 font-family:"Copperplate";
	 src: url('../fonts/Copperplate_Gothic_Bold.eot')
}

@font-face
{
	 font-family:"Copperplate";
	 src: url('../fonts/Copperplate Gothic Bold.ttf')
}

@font-face
{
	 font-family:"handwritting";
	 src: url('../fonts/comesinhandy.eot')
}
@font-face
{
	 font-family:"handwritting";
	 src: url('../fonts/comesinhandy.ttf')
}
/* -------- This is the Body --------- */

body.default {
	background:black ;
	color:white;
	margin: 0;
	text-align:center
	}
	
/* --------- These are the style setting for the Standard Div tags --------------- */	
	
Div.header {
	height:160px;
	width:850px;
	top:0px;
	margin:0 auto 0;
	position:relative;
	background: url('../logos/Content_Bkg.jpg') repeat-y;
}

Div.bannerlogo {
	position: relative;
	width: 155px;
	height: 120px;
	top:0px;
	left: 17px;
	margin: 0px;
	padding: 0px;
	float:left;
	border: none;
	}

Div.bannerpic {
	position: relative;
	width: 661px;
	height: 120px;
	top: 0px;
	left: 17px;
	margin: 0px;
	padding: 0px;
	border: none;
	float:left; 
	z-index:9999
	}

div.menu {
	position: relative;
	width: 816px;
	height: 40px;
	float:left;
	left: 17px;
	overflow:hidden;
	top: 0px;
	margin: 0px;
	padding: 0px;
	}

div.Content {
	position: relative;
	width: 850px;
	left:0px;
	height: auto;
	top: 0px;
	z-index: 5;
	background: url('../logos/Content_Bkg.jpg') repeat-y;
	text-align: left;
	color: #FFFFFF;
	margin:0 auto;
	text-indent:22px;
	padding: 0;
	}
	
div.StaticContent { /* --------------- This is for the situation the btmglow isn't in the black area of the background ---------- */
	position: relative;
	width: 850px;
	left:0px;
	height: 600px;
	top: 0px;
	z-index: 5;
	background: url('../logos/Content_Bkg.jpg') repeat-y;
	text-align: left;
	color: #FFFFFF;
	margin:0 auto;
	text-indent:22px
	}

Div.btmglow {
	width: 850px;
	height: 15px;
	margin:0 auto;
	top:0px;
	position: relative;
	left: 0px;
	background-image:url('../logos/Btm_Glow.jpg');
	background-repeat:no-repeat
	}
	
Div.SearchFPC_Calendar {
	position: absolute;	
	width: 147px;
	height: 37px;
	z-index: 1;
	left: 566px;
	top: 0px
	}
	
Div.SearchFPC_LeftLogo {
	position: absolute;	
	width: 180px;
	height: 37px;
	z-index: 1;
	left: 386px;
	top: 0px
	}
	
Div.SearchFPC_LeftLogo_2 {
	position: absolute;	
	width: 250px;
	height: 37px;
	z-index: 1;
	left: 136px;
	top: 0px
	}
Div.SearchFPC_LeftLogo_3 {
	position: absolute;	
	width: 135px;
	height: 37px;
	z-index: 1;
	left: 0px;
	top: 0px
	}
	
Div.SearchFPC_YouTube
 	{
		position: absolute;	
		width: 200px;
		height: 50px;
		z-index: 1;
		left: 0px;
		top: 400px
	}
Div.SearchFPC_GIBill
 	{
		position: absolute;	
		width: 200px;
		height: 50px;
		z-index: 1;
		left: 210px;
		top: 400px
	}
Div.SearchFPC_Message
 	{
		position: absolute;	
		width: 800px;
		height: 50px;
		z-index: 1;
		left: 20px;
		top: 47px;
	}


	
/* ----------- This is the style setting for hyperlink imgs (mainly for the menu tabs) not to have border -------------- */

a img {
	border:none
	}
	
/* ------------ This the style settings for font ------------ */

a.a_font {
	font-size:x-small;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif
}

a[href $='.pdf'] { /* Puts an Adobe Icon next to any link that is a PDF */
   padding-Right: 18px;
   background: transparent url('../logos/adobe_icon_pdf.gif') no-repeat center Right;
}

a[href $='.doc'] { /* Puts an Word Icon next to any link that is a Word Document */
   padding-Right: 18px;
   background: transparent url('../logos/word_icon_pdf.gif') no-repeat center right;
}

a[href $='.xls'] { /* Puts an Excel Icon next to any link that is a Excel Document */
   padding-right: 18px;
   background: transparent url('../logos/excel_icon_pdf.gif') no-repeat center right;
}

a[href $='.ppt'] { /* Puts an PowerPoint Icon next to any link that is a PowerPoint Document */
   padding-right: 22px;
   background: transparent url('../logos/PPT_icon.gif') no-repeat center right;
}

a {
	color: #FFFFFF;
	}
	
a:hover {
	Color: #FFFFFF;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
p.leftNoIndent {
	text-align:left;
	text-indent:0px
	}

dt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
.ColumnHeading { /* -------- This is for any Column Headers --------- */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#535F79;
	font-weight:bold;
	background:url('../logos/YllwTableHeader.jpg');
	}
	
.pageTitle { /* -------- This is for any Column Headers --------- */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000000;
	}
	
.ListHeading {  /* -------- This is for any List Headers --------- */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fed021;
	font-weight:bold;
	}
	
.ListHeadingNav {  /* -------- This is for any List Headers --------- */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fed021;
	font-weight:bold;
	}
	
.ListHeadList {  /* -------- This is for a list of List Headers --------- */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535F79;
	font-weight:bold;
	text-indent: 2.5pc;
	}

.NewsHeadings {  /* -------- This is for any News Headers --------- */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.NewsSportHeadings {  /* -------- This is for Sport News Detail Headings --------- */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fed021;
	font-weight:bold;
}

.NewsDesc {  /* -------- This is for any News Headers --------- */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.SportName {  /* -------- This is for any News Headers --------- */
	font-style:italic;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFCC00
}

.YellowHeading {  /* -------- This is for any News Headers --------- */
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFCC00
}

.DateSpan {
	font-style:italic;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff
}

.DateSpan {
	font-style:italic;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff
	}
	
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%
	}
	
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
/* ------------ This is the column and text settings for the Search FPC page --------------- */
	
div.googdiv {
	position:relative;
	width:816px;
	height:413px;
	left:17px;
	background:url(../logos/GoogleMain.jpg) center no-repeat;
	}
	
div.googdiv2 {
	position:relative;
	width:816px;
	height:430px;
	left:17px;
	background:url(../logos/GoogleMain2.jpg) center no-repeat;
	}
	
div.googdiv3 {
	position:relative;
	width:816px;
	height:430px;
	left:17px;
	background:url(../logos/googleMain3.png) center no-repeat;
	}

	
table.googsearch {
	position:relative;
	right: 600px;
	top: 20px;
	z-index:auto
		}
/* ------------ This is the column and text settings for Content Area Tables --------------- */

table.TableBorders{
	border-collapse:collapse;
		}

td.TableBodyOneStop {
	border: 1px solid #184a93;
	padding: 1em;
	background: black;
	}

td.TableNavCol {
	border: 1px solid #184a93;
	padding: 1em;
	background: url(../logos/fpc_nav_col_bkg.jpg) #091428 repeat-x;
	}

td.fontLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
/*------------- Div Style Pages (BODY) -------------------------------------------------- */

#container3 {
    float:left;
    width:812px;
	margin-left:17px;
    background:black;
    position:relative;
	border-right:2px solid #184a93;
	border-bottom:1px solid #184a93;
	border-left:2px solid #184a93;
	overflow:hidden
}
#container2 {
    float:left;
    width:100%;
    background: url(../logos/fpc_nav_col_bkg.jpg) #091428 repeat-x;
    position:relative;
    right:609px;	
	border-right:1px solid #184a93
}

#col2 {
    float:left;
    width:203px;
    position:relative;
	background: url(../logos/fpc_nav_col_bkg.jpg) #091428 repeat-x;
    left:609px;
	text-indent:0px;
	overflow:hidden
}
#col3 {
    float:left;
    width:607px;
    position:relative;
	background-color:black;
    left:610px;
	border-right:2px solid #184a93;
	text-indent:0px;
	overflow:hidden
}

/*------------- This is the Athletics Specific Settings. -------------------------------- */

.scoreboard {
	background: #101f38 url('../logos/Scoreboard.jpg') repeat-x;
	}
	
div.PlayerContent {
	position: relative;
	height: auto;
	width:400px;
	top: 0px;
	color: #FFFFFF;
	margin:0 auto 0 auto
	}

