/*Division names use this*/
H1 {font-style: normal; font-weight: bold; color: #083194; font-family: Arial; font-size: 14pt}

/*Welcome to lines,etc use this*/
H2 {font-style: normal; font-weight: bold; color: #083194; font-family: Arial; font-size: 12pt; line-height: 12pt}
p {font-family: Arial; font-size: 10pt}
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color: #FFFFFF}

/*Links use the following*/
a:link
{
    color: #0024ff;
    text-decoration: none;
	font-weight: bold;
}
a:visited {
    color: #0024ff;
    text-decoration:none;
	font-weight: bold;
}
a:hover
{
	color: #000000;
    text-decoration: none;
	font-weight: bold;
}

/*Menus Section (menu.js)*/
.menu 
{  
	font-family:  comic sans ms,technical; 
	font-size: 10pt;
    font-weight: bold;
	color: #083194; 
	text-align:left;
	padding-top:8px;
	padding-left:5px;
	padding-right:5px;
}

/*News Section (news.js)*/
.news 
{  
	font-family:  comic sans ms,technical; 
	font-size: 9pt; 
	color: #000000; 
	height: 7px;
	text-align:left;
	padding-top:8px;
	padding-left:1px;
	padding-right:1px;
}

/*Used for scheduling*/
.RowList1
{
	color: #000000;
	background-color: #E2E3E5;
	font-weight: normal;
	font-size: 12px;
}

/*Used for Committeess*/
.RowHead
{
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align:left;
}

.RowLeft
{
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
}

.RowCenter
{
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:center;
}

/*Used for team listing showing records of teams*/
.TeamList
{
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

/*Used for changing colors of rows*/
.row1
{
	color: #1d3982;
	background-color: #E2E3E5;
	font-weight: normal;
	font-size: 10px;
}
.row2
{
	color: #1d3982;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
}
.row3
{
	color: #ff0024;
	background-color: #E2E3E5;
	font-weight: normal;
	font-size: 10px;
}
.row4
{
	color: #ff0024;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
}

/*Used for setup of PCBA home page*/
#container
{
position:relative; 
width: 770px;
text-align: center; 
border: 2px solid black;
background: #f2a152 url(../images/fading_background_org.jpg) repeat-x;
}
#top
{
height:150px; 
border-bottom: 2px solid black;
background: #FFFFFF url(../images/Header.jpg);
}
#HeaderMenu
{
position:absolute; 
border: solid 0px red; 
width: 445px; 
height: 35px; 
left: 313px; 
top: 110px;
}
#leftnav
{
float: left;
width: 120px;
margin: 0;
padding: .5em;
}
#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: .5em;
}
#content
{
background: #FFFFFF;
margin-left: 130px;
border-left: 2px solid black;
margin-right: 180px;
border-right: 2px solid black;
padding: 1em;
max-width: 36em;
}
#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: white;
border-top: 2px solid black;
height: 33px;
font-weight: bold;
}
#LeftLogo
{
float: left;
width: 110px;
margin: 0;
padding: .5em;
}
#RightLogo
{
float: right;
width: 110px;
margin: 0;
padding: .5em;
}
#leftnav p, #rightnav p { margin: 0 0 1em 0; }

/*Sponsor Page Setup*/
#Sponsor
{
width: 194px; 
height: 190px; 
float: left; 
border-bottom:solid black 2px;
}

#Address
{
width: 170px; 
height: 50px; 
text-align: center; 
}

/*Colors for list items*/
.MenuText
{
	color: #1d3982;
	font-weight: bold;
	font-size: 12px;
}
.SubMenuText
{
	color: #1d3982;
	font-weight: normal;
	font-size: 12px;
}
.Coach
{
	font-weight: bold;
	font-size: 11px;
}

.hd3 
{
font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #1D3982
}

.toolbar li { 
display:inline;
background-color:#eee;
border:1px solid;
border-color:#f3f3f3 #bbb #bbb #f3f3f3;
margin:0;
padding:.1em; 
} 

.scroll 
{ 
	 height: 99%;
	 overflow-y: scroll;  /*THIS IS WHAT YOU LOOK FOR*/ 
} 

.noprint
{
	display:none;
}


/* gallery specific styles */
.galleryImgThumb
{
	border: solid 2px #646464;	
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	position: relative;
}

.galleryImgThumbOver
{
	border: solid 2px #e58506;
	filter:alpha(opacity=100);
	-moz-opacity:1;	
	position: relative;
}

.galleryImgBlock
{
	margin-right: 20px; 
	text-align: center;
	position: relative;
	float: left;
	height: 130px;
	width: 105px;
}

.galleryIndexImgBlock
{
	width: 105px; 
	margin-right: 20px; 
	text-align: center;	
	float: left;	
	height: 130px;
	
}
/* end of gallery specific styles */
