/* NetRippers 2*/
body {
	background:url(images/leftYBarHeader.gif) no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
} 	* html .body {height:1%;}
#main{margin-left:50px;}

#logoHref{text-decoration:none; border:none;}
#href{text-decoration:none; color:#000000; font-weight:bold;}
#hrefGrey{text-decoration:none; color:#333333; font-weight:bold;}
#hrefGreyU{color:#333333; font-weight:bold;}

#menu{font-size:14px; color:#000000; font-weight:bold; margin-top:-170px; margin-left:60px;}
#headerImg{margin-left:220px; margin-top:10px;}
#headerContent{width:850px;}
#divSpace5{line-height:5px;}
#divSpace10{line-height:10px;}
#divSpace15{line-height:15px;}
#divSpace20{line-height:20px;}
#divSpace30{line-height:30px;}
#divSpace50{line-height:50px;}
#divSpace60{line-height:60px;}
#divSpace80{line-height:80px;}
#divSpace110{line-height:110px;}
#divSpace350{line-height:350px;}
#divSpace650{line-height:650px;}

#contactPic{margin-right:-30px; margin-top:-170px;}

#footer{width:840px; color:#000000; font-size:10px; margin-left:50px;}
.index{margin-top:60px;}
#copyright{width:850px; margin-top:-15px;}

#missionStmt{padding:0px 55px 0px 55px;}
#gryHeaderText{color:#333333; font-weight:bold;}
#bluHeaderText{color:#0000CC; font-weight:bold; margin:0px 0px; text-align:center;}
.bluHeaderText14{color:#0000CC; font-weight:bold;font-size:14px;}
.size10{font-size:10px;}
.size10gry{font-size:10px;color:#333333;}
.size20{font-size:20px;}
.size16{font-size:16px;}
.size14{font-size:14px;}
.size14gry{font-size:14px;color:#333333;}
.size12{font-size:12px;}
.size12p{font-size:12px; padding-left:10px;}
.size12gry{font-size:12px;color:#333333;}
.size14p{font-size:14px; padding-left:10px;}
.size20{font-size:20px; color:#333333; font-weight:bold;}
.bold{font-weight:bold;}
.boldG{font-weight:bold; color:#333333;}
.boldItalic{font-weight: bold; font-style: italic; font-size:14px; color:#333333;}
.boldItalic12{font-weight: bold; font-style: italic; font-size:12px; color:#333333;}

#imgSprite{background:url(images/yMiddleSprite.gif) repeat-y;}

/*INDEX Page */
#floatContent{width:900px; height: 600px;}
#leftFloat{float:left; width:180px;font-size:12px; color:#000000;}
.background{background:#FFFFFF;}
#rightFloat{float:right; width: 650px; margin-right:45px; background:#FFFFFF; font-size:11px; color:#000000;}
#newsText{font-size:14px; margin-left:10px; margin-right:10px;}
#subContent{font-size:12px; margin: 20px 10px 20px 10px;}

/*Tournament page*/
#subContentT{font-size:12px; margin: 20px 80px 20px 100px;}
#indentText{margin-left:20px; line-height:18px; font-size:12px;}
#subContentDetails{font-size:12px; margin: 0px 20px 20px 5px;}
#subContentSignUp{font-size:12px; margin: 20px 20px 20px 20px;}
#subContentContact{font-size:12px; margin: 20px 50px 20px 50px;}
#subContentPlayers{font-size:12px; margin: 0px 80px 20px 60px;}
#noBorder{border:none;}

/*Sponsorship Page*/
#floatContentS{width:900px; height: 750px;}
#subContentSponsor{font-size:12px; margin: 5px 30px 5px 10px;}

/*FAQ*/
#floatContentF{width:900px; height: 1400px;}
#practiceBlurb{color:#333333;padding:3px 3px 5px 3px; margin: 0px 0px;text-align: center;}
/*gameSchedule Page*/
#floatContentG{width:900px; height: 750px;}
/*donation page*/
#floatContentD{width:900px; height: 700px;}
/************ TOP MENU *********************/
#topMenu{
	width:800px;
	margin-top:-53px;
	margin-left:260px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	/*position:absolute;	*/
}
#menuTable{margin-left:0px;}

#menu a{
	text-decoration:none;
	color:#000000;
	}
#menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
	text-align: left;
}
#menu a:link { color:#000000; }
#menu a:hover { color:#666666; font-weight:bold;} 
#menu a:active { color:#000000; } 
.menuSep{color:#000000;}

/******************ROUNDED CORNERS**********************************************************/

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:2px; background:#999; margin:0 5px;}
.b2 {height:2px; background:#fff; border-right:2px solid #999; border-left:2px solid #999; margin:0 3px;}
.b3 {height:2px; background:#fff; border-right:1px solid #999; border-left:1px solid #999; margin:0 2px;}
.b4 {height:3px; background:#fff; border-right:1px solid #999; border-left:1px solid #999; margin:0 1px;}
.contentb {background: #fff; border-right:1px solid #999; border-left:1px solid #999; width:715px;}
.contentb div {margin-left: 0px;}

/*****************************************************************************************
ACCORDIAN MENU
******************************************************************************************/
.nonLinkPad{padding-left:8px;}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
margin-top:40px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px;
font-family:Arial, Helvetica, sans-serif;
color: #000000;/*white;*/
background: black url(images/titlebarY.jpg); /* between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebarActiveY.jpg);
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}
.arrowlistmenu ul li a{
color: #000000;
background: url(images/arrowBullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 30px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #CCCCCC;
font-size: 95%;
}
.arrowlistmenu ul li a:visited{
color: #CCCCCC;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #FFFFFF;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}


