/* CORE css containing header footer and page layout */


/************************ PAGE css ******************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



html{background-color:#e7e7e7;}

body 
{
	color:#000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
	text-align:center;
	

} 


#siteContainer {
	width:980px;
	text-align:left;
	padding:0px;
	background-color:#fff;
	margin: 0 auto;
	position: relative;
}
#container {width:980px;margin:0 auto;text-align:left;font-family:Arial, Helvetica, sans-serif;}

/************************ CORE STYLE css ******************************************************************/
/* please keep styles to a minumum */
.clear {clear:both;}
.clr {clear:both;}
.hidden {display: none;}
.sml{font-size: 9px;}

a {color: #000;}

/* removes default click outline in all browsers */
a{outline:none;}
a:active{outline:none;}
a:focus{outline:none; -moz-outline-style:none;}

p{padding: 10px 0;line-height: 15px;}

.txtDrkGry{color:#808285;}
.txtLgtGry{color:#c5c7c8;}

.small{text-size: 9px;}

.larger{font-size:12px;}

.black{color:black;}

.bold{font-weight:bold;}

/*  */
.marginTop {margin-top:10px;}
.marginBottom {margin-bottom:10px;}

.titleBig {font-size: 24px;font-weight: bold;}


/************************ TEXT STYLES css ******************************************************************/

h1 {font-size: 16px;font-weight: bold;}

/************************ HEADER css ******************************************************************/

#header {background-image: url('/v3/images/header/top.jpg');width:980px;height:120px;position: relative;}
	
	
#header #logo {
	background-position:left -15px;
	background-image: url('http://images.pitchero.com/up/division-admin-logo.gif');
	width:161px;
	height:66px;
	position: absolute;
	left: 20px;top:36px;
	display: block;
	cursor:pointer;
}
	#header #logo:hover {background-position:right -15px;}
	
	#header #divider {height: 70px;border-right:2px solid #dddedf;position: absolute;top: 40px;left: 205px;}
	





#header #primaryNav {height: 28px;width:240px;position: absolute;bottom: 6px;right:1px;}
#header #primaryNav a{text-decoration:none;}
#header #primaryNav a:hover{text-decoration:underline;}

	#header #primaryNav #navL {background-image: url('/v3/images/header/navL.png');width: 6px;height:28px;float:left;}
	#header #primaryNav #navR {background-image: url('/v3/images/header/navR.png');width: 6px;height:28px;float:left;}
	#header #primaryNav #content {float:left;background-image: url('/v3/images/header/navBG.jpg');height: 27px;width:228px;font-size:10px;text-align:center;line-height:27px;}

*html #header #primaryNav #navL{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/v3/images/header/navL.png',sizingMethod='scale');}	
*html #header #primaryNav #navR{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/v3/images/header/navR.png',sizingMethod='scale');}	

#header #thousands {width:185px;height:35px;background-image:url('/v3/images/home/thousands.gif');position:absolute;left:230px;top:62px;}


/*****************************NAV  css*******************************************************************/


/* navigation box position */ 
#header #nav #secondaryNav {
		position: absolute;
		bottom:-16px;
		left:0px;
		z-index: 10;
		padding-left: 5px;
	}
	
#header #nav #tertiaryNav {
		position: absolute;
		bottom:-40px;
		left:0px;
		z-index: 10;
		padding-left: 5px;
	}


	#header #nav ul {list-style:none;}
	#header #nav ul li {float:left;padding-left:3px;height:22px;width: 117px;}
	#header #nav ul li .first {padding-left: 0px;}



	
/* link styles */
	#header #nav ul li a {
		color: #58595b;
		text-decoration: none;
		display:block;	
		background-image: url('/v3/images/header/secNav.gif');
		height: 22px;
		line-height: 22px;
		text-align:center;
		width:117px;
		overflow:hidden;
	}
	
	#header #nav ul li a:hover{
		color: #fff;
		background-image: url('/v3/images/header/secNavOvr.gif');
	}
	
/* link  styles for tertiory nav */
	#header #nav #tertiaryNav ul li a{background-image: url('/v3/images/header/terNav.gif');}
	#header #nav #tertiaryNav ul li a:hover{background-image: url('/v3/images/header/terNavOvr.gif');}


/* sleected styles */
	#header #nav #tertiaryNav .selectMe a  {
		color: #58595b;
		text-decoration: none;
		display:block;
		float: left;
		background-image: url('/v3/images/header/terNavOvr.gif');
		height: 22px;width: 117px;
		list-style-type: none;
		text-align:center;
		line-height: 22px;
		margin-left: 0px;
	}
	
	#header #nav #secondaryNav .selectMe a  {
		color: #58595b;
		text-decoration: none;
		display:block;
		float: left;
		background-image: url('/v3/images/header/secNavOvr.gif');
		height: 22px;width: 117px;
		list-style-type: none;
		text-align:center;
		line-height: 22px;
		margin-left: 0px;
	}


/************************ CONTENT css ******************************************************************/

.content {
	min-height: 500px;
	_height: 500px;
	padding: 10px 0;
	position: relative;
	height: 1%;
}



	
/************************ FOOTER css ******************************************************************/


#footer {
	background-image: url('/v3/images/footer/bg.gif');
	background-repeat: repeat-x;
	width:950px;
	height: 20px;
	/* background-color: #e9e9e9; */
	padding: 0 15px;
	margin: 0 auto;
	line-height: 20px;
	font-size: 10px;
	border-bottom: 4px solid #000;
	color: #666666;
}

#footer #leftC {position: absolute;top: 0px;left: 0px;height: 20px;width:5px;background-image: url('/v3/images/footer/left.gif');}
#footer #rightC {position: absolute;top: 0px;right: 0px;height: 20px;width:5px;background-image: url('/v3/images/footer/right.gif');}

#footer a {text-decoration: none;color: #000000;}

#footer #left {float:left;}
#footer #left {float:right;}



/**************************** PAGNATION / PAGINATION ***********************************************/
	
#pagination li{border:0; margin:0; padding:0;font-size:11px;list-style:none;background-color:#ffffff;display:block;float:left;}
#pagination a{border:0; margin:0; padding:0;border:solid 1px #cccccc;margin-right:2px;background-color:#ffffff;}
#pagination .previous-off,
#pagination .next-off {border:solid 1px #DEDEDE;color:#888888;display:block;float:left;margin-right:2px;padding:3px 4px;}
#pagination .next a,
#pagination .previous a {}
#pagination .active{border:0; margin:0; padding:0;background:#cccccc;color:#FFFFFF;font-weight:bold;display:block;float:left;padding:4px 6px;margin-right:2px; }
#pagination a:link, #pagination a:visited {color:#666666;display:block;float:left;padding:3px 6px;text-decoration:none;}
#pagination a:hover {border:solid 1px #666666;}


/************ Extra Create Link *************/
#siteContainer #header #extraCreate {
	position:relative;top:60px;left:695px;z-index:11;width:260px;
	font-size:14px;
	padding:0;
	text-align:right;
        line-height:1.5em;
}

#siteContainer #header #extraCreate a {text-decoration:none;}
#siteContainer #header #extraCreate a:hover {text-decoration:underline;}

/**************************** CLEARFIX ***********************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
