/* yank */

select {
	font-size: 16px;
}

.yPanel {
	margin:10px;	
	border:#CCCCCC solid 1px;
	-webkit-border-radius:9px;
	background-color:#FFFFFF;
	padding:10px;
}

.yBlock {
	background-color:#FFFFFF;
	padding:10px;
	width:100%;
	margin-top:-6px;
}

.clubList ul {
	font-weight:bold;
	border-top:#FF9900 solid 2px;
	border-bottom:#FF9900 solid 2px;
	background-color:#FFFFFF;
	margin-top:-1px;
	margin-left:-40px;
}
.clubList li {
	font-size:14px;
	list-style-type: none;
	border-bottom:#666666 solid 1px;
	padding:4px;
	cursor:pointer;
}
.clubList a {
	color:#006699;
	text-decoration:none;
	display:block;
	padding-left:5px;
}
.clubList li.__sel span,
.clubList li.__sel /art { border-color:#fff }
.clubList li:last-child { border:none }

#listMain {
	background-color:#FFFFFF;
	margin-top:-6px;
	padding-top: 5px;
	padding-bottom: 5px;
	float:right;
	width:100%;
}
#listMain ul {
	display: inline;
	border:#999999 solid 1px;
} 

#listMain li {
	padding: -2px 12px 6px;
	border-bottom: 1px dashed #ccc;
	list-style: none;
	margin:8px;
	font-size:14px;
	font-weight:normal;
}

#listMain li:last-child {
	padding: -2px 12px 6px;
	list-style: none;
	border-bottom: 1px solid #FFF;
}

.redStyle {color: #FF0000}

.titles {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:8px;
}
.tableMain {
	border-collapse: collapse;
	border-top: 2px solid #E17C06;
	border-bottom: 2px solid #E17C06;
	background-color:#FFFFFF;
}
.tableMain td {
	font-weight: normal;
	padding:4px 3px 4px 8px;
	border-top: 1px solid #CCCCCC;
	font-size:14px;
}
.tableMain th {
	padding: 3px 3px 4px;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: #EEEEEE url(/art/tabs09_down.jpg) repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.depressed {
	padding: 5px;
	margin:4px 4px 10px;
	font-size:16px;
	font-family: Helvetica;
	font-weight:bold;
	color:white;       /* Each list has a white background fill */
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid;
	border-color:#999999;
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
	cursor:pointer;
	background: url(/art/backgrounds/orange.png) repeat-x;
}
.raised {
	padding: 5px;
	margin:4px 4px 10px;
	font-size:16px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	background-color: white;       /* Each list has a white background fill */
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid;
	border-color:#999999;
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
	cursor:pointer;
	background: url(/art/backgrounds/grey_lt.png) repeat-x;
}
.tableWebApp {
	border-collapse: collapse;
}
.tableWebApp td {
	font-weight: normal;
	padding:8px;
	border-top: 1px solid #CCCCCC;
	cursor:pointer;
	font-weight:bold;
}

/* The button class defines properties for buttons that are either 30px or 46px high  */
.button	
{	
	display: block;		    
	line-height: 46px;	 
	width: 150px;			
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}


 /*  Builds a button using a 29x46 image */
.blue
{
	margin: 3px auto;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	border-width: 0px 14px 0px 14px;	   
	-webkit-border-image: url(/art/buttons/blueButton.png) 0 14 0 14;	
}

/*  Builds a button using a 29x46 image */
.white 
{
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #000;
	text-shadow: #fff 0px 1px 1px;	
	-webkit-border-image: url(/art/buttons/whiteButton.png) 0 14 0 14;
}

/*	Builds a button using a 29x46 image */
.black	
{
	border-width: 0px 14px 0px 14px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;	
	-webkit-border-image: url(/art/buttons/grayButton.png) 0 14 0 14;
	margin: 3px auto;	
}

/*  Creates a button using a 18x30 image */
.blackLeft 
{
	margin: 3px auto;
	color: #fff;
	text-shadow: #000 0px 1px 1px;	 
	border-width: 0px 5px 0px 12px;
	-webkit-border-image: url(/art/buttons/leftButton.png) 0 5 0 12;		
}

/* Creates a button using a 18x30 image */
.blackRight	 
{
	margin: 3px auto;
	border-width: 0px 12px 0px 5px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image: url(/art/buttons/rightButton.png) 0 12 0 5;
}

/* Close */
.close	 
{
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;	
	-webkit-border-image: url(/art/buttons/redButton.png) 0 14 0 14;}