
/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #FFFFFF;
	background-image: url(office_xp_menu_left.png);
	background-repeat: repeat-y;
	border: 1px solid #316AC5; /*#8A867A;*/
	/*cursor: pointer;*/
	margin-top: -5px;
	margin-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent;
			padding: 2px 15px 2px 30px;
		border: 1px solid transparent;
			color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	/*font-family: Eurostile;*/
	font-size: 12px;
	margin: 0px 1px 0px 1px;
	cursor: pointer;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemDISABLED {
	background: transparent;
			padding: 2px 15px 2px 30px;
		border: 1px solid transparent;
			color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	color: #bbb;
	font-style: italic;
	cursor: not-allowed;
	font-size: 12px;
	margin: 0px 1px 0px 1px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	margin: 0px 1px 0px 1px;
	/*padding: 2px 15px 2px 28px;*/
	padding: 2px 15px 2px 30px;
	cursor: pointer;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(office_xp_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
	cursor: pointer;
	behavior: url(/iepngfix.htc);
}

.jsdomenuarrowover {
	background-image: url(office_xp_arrow_o.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
	cursor: pointer;
}

.jsdomenusep {
	padding-left: 28px;
}

.jsdomenusep hr {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	/*background-color: #ECE9D8;*/
	background-color: transparent;
	/*background-image: url(office_xp_divider.png);*/
	background-position: left;
	background-repeat: no-repeat;
	/*border: 1px outset;*/
	border: 0px solid white;
	cursor: pointer;
	padding-bottom: 8px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	/*background-color: #EFEDDE;*/
	background-color: transpaarent;
	color: #ccccff;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	/*font-family: Eurostile;*/
	font-weight: bold;
	font-size: 10pt;
	position: relative; /* Do not alter this line! */
	cursor: pointer;
			border: 1px solid transparent;
		padding: 2px 10px 2px 24px;
		}

.jsdomenubaritemover {
	background-color: #EEC1C1; /*#C1D2EE;*/
	border: 1px solid #C53131; /*#316AC5;*/
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	/*font-family: Arial, sans-serif;*/
	font-weight: bold;
	font-size: 10pt;
	padding: 2px 10px 2px 24px;
	position: relative; /* Do not alter this line! */
	cursor: pointer;
}

.jsdomenubaritemclick {
	background-color: #C1D2EE; /*#EFEDDE;*/
	border: 1px solid #316AC5; /*#8A867A;*/
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	/*font-family: Arial, sans-serif;*/
	font-weight: bold;
	font-size: 10pt;
	padding: 2px 10px 2px 24px;
	position: relative; /* Do not alter this line! */
	cursor: pointer;
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.iconMenuBar {
	background-image: url(/images/ball.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	top: 3px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
	padding-top: 5px;
	behavior: url(/iepngfix.htc);
}
.iconPeople {
	background-image: url(/images/menu/people.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconPresidents {
	background-image: url(/images/menu/presidents.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconCoordinators {
	background-image: url(/images/menu/coordinators.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconMap {
	background-image: url(/images/menu/map.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconFields {
	background-image: url(/images/menu/menu-fields.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconDate {
	background-image: url(/images/menu/date.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconBracket {
	background-image: url(/images/menu/bracket.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconStar {
	background-image: url(/images/menu/star.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}

/*************************** LEAGUE MENU ITEMS ********************************
.iconL1 {
	background-image: url(/images/menu/menu-ballard.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL2 {
	background-image: url(/images/menu/menu-kenmore.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL3 {
	background-image: url(/images/menu/menu-magnolia.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL4 {
	background-image: url(/images/menu/menu-nkc.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL5 {
	background-image: url(/images/menu/menu-northbothell.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL6 {
	background-image: url(/images/menu/menu-northcentral.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL7 {
	background-image: url(/images/menu/menu-northeast.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL8 {
	background-image: url(/images/menu/menu-northkenmore.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL9 {
	background-image: url(/images/menu/menu-northshore.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL10 {
	background-image: url(/images/menu/menu-northwest.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL11 {
	background-image: url(/images/menu/menu-queenanne.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL12 {
	background-image: url(/images/menu/menu-richmond.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL13 {
	background-image: url(/images/menu/menu-rug.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL14 {
	background-image: url(/images/menu/menu-woodinville.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL15 {
	background-image: url(/images/menu/menu-woodinvillewest.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL16 {
	background-image: url(/images/menu/menu-pacwest.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL17 {
	background-image: url(/images/menu/menu-kirklandnational.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL18 {
	background-image: url(/images/menu/menu-thunderbird.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL19 {
	background-image: url(/images/menu/menu-snovalley.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL20 {
	background-image: url(/images/menu/menu-southhighline.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
.iconL21 {
	background-image: url(/images/menu/menu-westseattle.png);
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; 
	behavior: url(/iepngfix.htc);
}
******************************************************************************/

.iconEnabled {
	background-image: url(/images/user-approved.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconDisabled {
	background-image: url(/images/user-denied.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}
.iconEdit {
	background-image: url(/images/edit.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
}

.iconAdmins {
	background-image: url(/images/menu/menu-admins.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
}
.iconUmpires {
	background-image: url(/images/menu/menu-umpires.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
}
.iconCoaches {
	background-image: url(/images/menu/menu-coaches.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
}
.iconParents {
	background-image: url(/images/menu/menu-parents.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
}
.iconOfficials {
	background-image: url(/images/menu/menu-officials.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
}

.iconKey {
	background-image: url(/images/logout.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	width: 16px;
	left: 3px;
	top: 1px;
	position: absolute; /* Do not alter this line! */
	behavior: url(/iepngfix.htc);
}