  .accordionButton{
display:block;
margin-top: 5px;
padding-left: 30px;
color: #900;
line-height: 30px;
cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	box-shadow:inset 0px 1px 0px 0px #e6cafc;
	
	background-color:#D2D2D2;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}
.collapsible_link:before { content: "\25BC"; }
.collapsed_link:before { content: "\25BA"; }

.rightButton{
background:url(/career/assets/accordion/img/right.png) no-repeat;
}

.accordionContent{
background-color: #EFEFEF;
margin-bottom: 15px;
margin-right: 15px;
margin-left: 15px;
margin-top: 2px;
padding: 5px;
font-size: 11px;

}


.accordionButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BFBFBF), color-stop(1, #BDBDBD) );
	background:-moz-linear-gradient( center top, #BFBFBF 5%, #BDBDBD 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFBFBF', endColorstr='#BDBDBD');
	background-color:#BFBFBF;

background-position:left; 
}.accordionButton:active {
	position:relative;
	top:1px;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid black;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #f00;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	
	border-left: 60px solid green;
}

.arrow-left {
	width: 00; 
	height: 0;
	margin-left:-0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid blue; 
}
.table{
table-layout: fixed;
}

#sponsorshiptable{
width: 630px;
}